Home › Forums › WoodMart support forum › Change Titles??
Change Titles??
- This topic has 8 replies, 2 voices, and was last updated 6 years, 7 months ago by Elise Noromit.
-
AuthorPosts
-
May 26, 2018 at 1:25 am #59668
hockeysmileParticipantHello,
I am attempting to change the titles of various sections on my website, but I cannot figure out how to do it. For example, I want to change “Related Products” to something different. I tried to find a way in the WP dashboard. Failing to do so, I turned to custom CSS.
I used the DOM selector in Chrome to find the class(es). It indicated that it is using the psuedo class of ::before. The subsequent content: “Related Products” showed up in the DOM, but was an empty string in the actual style.css file. I tried to put in my own content, within chrome and WP dashboard – to no avail:
.title.slider-title::before {
content: “Birds of a feather flock together…”;
text-transform: none;
}As a side-note, the text-transform worked in Chrome, but not in the theme custom css.
I’ve attached a screen shot.
Thanks for your help.
Attachments:
You must be logged in to view attached files.May 26, 2018 at 1:33 am #59673
hockeysmileParticipantAdditionally, I would also like to change the names of the tabs on the product page.
Thanks again.
May 26, 2018 at 8:52 am #59707
Elise NoromitMemberHello,
As for titles:
You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
As for the tabs in product page:
Please find all information here: https://docs.woocommerce.com/document/editing-product-data-tabs/
Please clarify what do you want to change in styles and which item?
Best Regards
May 27, 2018 at 12:10 am #59820
hockeysmileParticipantHi ,
Thanks for the reply.
I watched the video, etched it to memory and installed the plugin.
Unfortunately, even after creating a new language (A duplicate English version), activating the language and altering selected titles with Loco Translate, nothing happened. I edited MANY source text titles in the theme for testing purposes & saved the changes but failed to see ANY difference on the live site. I even tried altering the titles in the Woocommerce plugin, which also didn’t work. Afterwards, I reverted all changes due to not actually knowing what I had changed or that I had even changed a single thing!
Here is an example, I typed: “related products” (which is a title I want to change) in the plugin’s search field, changed it the title and refreshed the browser.
Perhaps I missing a step here?
May 27, 2018 at 8:47 am #59839
Elise NoromitMemberHello,
Please provide you admin access. I will check the issue and tell you which texts are edited in loco and which texts are edited in pages. Seems you tried to edit everything in Loco
Best Regards
May 27, 2018 at 4:58 pm #59888
hockeysmileParticipantHi Elise,
Thanks again for your help.
I was using the US version of English, but for the new template (my own translations) I plan on using the currently installed UK version. So, if you can get that template workable it would be great. Also, I would like it to be protected from future updates.
Thanks.
May 28, 2018 at 7:34 am #59928
Elise NoromitMemberHello,
1. Determine the plugin or theme to chose for translation: http://prntscr.com/jngsve
2. Find the string http://prntscr.com/jnhe3s translate and synchronize the translation: http://prntscr.com/jnhep1 and http://prntscr.com/jnhesm
Best Regards
May 28, 2018 at 4:56 pm #60070
hockeysmileParticipantIt works. Thanks you so much!!
May 28, 2018 at 7:13 pm #60103
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Change Titles??’ is closed to new replies.
- You must be logged in to create new topics. Login / Register