Change title Sizing Guid - by ycs7a - on WordPress WooCommerce support

This topic has 5 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler

  • Avatar: ycs7a
    ycs7a
    Participant
    August 22, 2017 at 13:43

    Hi,

    I want to change the title of my Sizing Guide. It is now ‘Ringenbos’.

    In earlier answers, I found that I should change the following in You can change text in the file wp-content/themes/royal/framework/woo.php (line 874). .

    On lines 860 and further I have the following code

    if(!function_exists('et_size_guide')) {
        function et_size_guide() {
    	    if ( etheme_get_custom_field('size_guide_img') ) : ?>
    	    	<?php $lightbox_rel = (get_option('woocommerce_enable_lightbox') == 'yes') ? 'prettyPhoto' : 'lightbox'; ?>
    	        <div class="size_guide">
    	    	 <a rel="<?php echo $lightbox_rel; ?>" href="<?php etheme_custom_field('size_guide_img'); ?>"><?php _e('SIZING GUIDE', ETHEME_DOMAIN); ?></a>
    	        </div>
    	    <?php endif;	
        }
    }

    I do not see the title ‘Ringenbos’. Where can I change it?

    Also, how do I make my changes in Child-theme?

    Thank you.

    4 Answers
    Avatar: ycs7a
    ycs7a
    Participant
    August 22, 2017 at 13:44

    For my login codes (wp-admin and FTP), please see previous posts.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 22, 2017 at 16:20

    Hello,

    You use Loco Translate plugin and may change this text http://prntscr.com/gbof1c

    Regards

    Avatar: ycs7a
    ycs7a
    Participant
    August 22, 2017 at 19:11

    Thank you. Do you perhaps know how I can change the plugin Wooocommerce Filter Plus? Is does not work with Loco translate.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 23, 2017 at 08:44

    Hello,

    In this case, you need contact the plugin authors regarding this issue.

    Regards

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.