Okay
  Public Ticket #1717896
Portfolio Buttons
Closed

Comments

  • Vyki Derrick started the conversation

    How do I change the "Learn More" text on the portfolio buttons to something else like "View Gallery" ? 


  •  1,627
    Andrey replied

    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!

  • Vyki Derrick replied

    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? 

  •  1,627
    Andrey replied

    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!

  • Vyki Derrick replied

    This worked. Thanks! 

  •  1,627
    Andrey replied

    We are glad to assist you!