This topic has 9 replies, 3 voices, and was last updated 10 years, 2 months ago ago by Eva Kemp
Under theme options, single product page, location of upsell products, I have it after content currently and would like to use this but change the title or header as it’s default title is “Our Offers” currently.
I’d like to change it to something else how do I do this?
Thank you.
Hello,
Please provide us with link to the page where this title placed and wp-admin access in Private Content.
Regards,
Robert Hall.
Here’s the link to where “Our Offers” is titled and I’d like to change this title to something else.
Hello,
You can change the title in wp-content/themes/legenda/woocommerce/single-product/up-sells.php
You will find the code:
etheme_create_flex_slider($args, __('Our offers', ETHEME_DOMAIN), false, true);
and change “Our offers” title to anything you want.
Regards,
Eva Kemp.
I’m having a hard time changing it through ftp when I change the title “our offers” the whole thing disappears on my frontend. Also, I’ve created a child theme for this theme if every time I update will I need to change it in the future is there anyway to change the title through my child theme.
Hello,
Yes, you can do this in a child theme. Create the directory woocommerce/single-product/ in your child theme folder and copy the file up-sells.php into there.
Please provide us with FTP and wp-admin panel credentials to check the issue.
Thank you.
Regards,
Eva Kemp.
Ok I created the child theme folder and upsell.php under child, can you give me instructions on how to change ‘Our offers’, under filezilla I view/edit the file, make the necessary change on textedit so instead of ‘Our offers’ I typed/replated it to ‘Related Products’ like how you instructed, save the file on my computer and copy it into the child theme folder woocommerce/single-product. When I do this the following error comes up which I put on private section:
I’d rather figure this out then give credentials if I don’t have to. Thank you.
Ok I somehow figured it out notice I changed the title to ‘Related Products’ instead of ‘Our offers’ I was only able to do this by doing the following action:
$slider_args = array(
‘title’ =>__(‘Related Products’, ETHEME_DOMAIN)
I changed the above title first, then I copy pasted this part: (‘Related Products’, ETHEME_DOMAIN)
onto the parenthesis part of:
etheme_create_flex_slider($args, __(‘Our offers’, ETHEME_DOMAIN), false, true);
Hello,
We’re glad you managed to fix it.
If you need more help please let us know.
Enjoy your work.
Regards,
Eva Kemp.
The issue related to '‘Location of upsell products change of title’' has been successfully resolved, and the topic is now closed for further responses