Comments Vyki Derrick started the conversationSeptember 19, 2018 at 2:58pmHow do I change the "Learn More" text on the portfolio buttons to something else like "View Gallery" ? 1,692Andrey repliedSeptember 20, 2018 at 1:02pmHello, Dear Vyki Derrick!In order to change these words, please go to this directory:/equestria/wp-content/themes/equestria/inc/widgets/portfolio/views/widgets-item-extended/php. http://prntscr.com/kwn3tmPlease,see the screenshot.Best Regards!Vyki Derrick repliedSeptember 20, 2018 at 1:31pmHi,I changed "Learn More" to "View Gallery" but it hasnt changed on the site. The child theme is activated. Do I need to add anything there? 1,692Andrey repliedSeptember 20, 2018 at 3:22pmHello, Dear Vyki Derrick! In order to change "Learn More" words to "View Gallery", please open in any code editor via FTP file archive.php in \wp-content\themes\equestria\framework-customizations\extensions\portfolio\views\item-extended.php and go to line # 36 <?php esc_html_e( 'Learn More', 'equestria' ); ?>. Also, \wp-content\themes\equestria\framework-customizations\extensions\portfolio\views\item-extended.php to line # 36.Change in this string default words on your own and save file.Best Regards!Vyki Derrick repliedSeptember 20, 2018 at 3:33pmThis worked. Thanks! 1,692Andrey repliedSeptember 20, 2018 at 3:55pmWe are glad to assist you! Sign in to reply ...
How do I change the "Learn More" text on the portfolio buttons to something else like "View Gallery" ?
Hello, Dear Vyki Derrick!
In order to change these words, please go to this directory:
/equestria/wp-content/themes/equestria/inc/widgets/portfolio/views/widgets-item-extended/php.
http://prntscr.com/kwn3tm
Please,see the screenshot.
Best Regards!
Hi,
I changed "Learn More" to "View Gallery" but it hasnt changed on the site.
The child theme is activated. Do I need to add anything there?
Hello, Dear Vyki Derrick!
In order to change "Learn More" words to "View Gallery", please open in any code editor via FTP file archive.php in \wp-content\themes\equestria\framework-customizations\extensions\portfolio\views\item-extended.php and go to line # 36
<?php esc_html_e( 'Learn More', 'equestria' ); ?>.
Also, \wp-content\themes\equestria\framework-customizations\extensions\portfolio\views\item-extended.php to line # 36.
Change in this string default words on your own and save file.
Best Regards!
This worked. Thanks!
We are glad to assist you!