This topic has 3 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hi,
I’ve tried setting up my theme by reading through the forum but i’m struggling with some stuff.
My prefooter http://prntscr.com/isapsv looks nothing like yours http://prntscr.com/isaq2u
1. How do I change the font in this area to look like yours?
2. How do i reduce the number of words per product so it’s all in a straight line like yours. Mine is all wavy.
Same thing here – http://prntscr.com/isavh7
I have too many words beneath each product so its not even. Also the section beneath that is missing some icons. How do I replace it?
Lastly, the slider menus.
How do i do a like for like swap with a different picture?
Loads of questions, but many thanks for your help.
Regards.
Hi,
Anyone seen this yet?
Hello,
Sorry for the delay due to the weekends.
Please provide us with your website URL so we can take a closer look.
How do i reduce the number of words per product
– this request additional customization via child theme (xstore/woocommerce/content-product.php)
http://prntscr.com/it5zwh
http://prntscr.com/it603c replace with if (strlen(get_the_title()) > 15) { echo substr(get_the_title(),0,25).'...';} else { the_title(); }
http://prntscr.com/it615q
the same you have to do in content-product-slider file (look for the_title()
in file and just replace to code we gave you above)
Also the section beneath that is missing some icons. How do I replace it?
– please edit page content – http://prntscr.com/it6cxe
Lastly, the slider menus. How do i do a like for like swap with a different picture?
– please provide some screenshots for better understanding the desired result. Also, it would be better to create separate topics for different questions to prevent misunderstanding.
About the header icons problem, please check Theme Options > General > Header Settings.
If “Logo max width” option (Theme Options > General > Header Settings) doesn’t work, please provide temporary wp-admin access in Private Content.
Regards
You must be logged in to reply to this topic.Log in/Sign up