This topic has 11 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Hi,
We have several issues since update 4.2.
1. On the site
– the top menu don’t appear anymore when we scroll to bottom
– images are messed up. somme appear while other don’t (bottom of homepage…)
2. On category page
– products are not horizontally aligned anymore (everywhere on the website)
– what we asked you in that topic (https://www.8theme.com/topic/disable-quick-view-link-on-products/) doen’t work anymore even the code is still in “custom CSS”
3. On single product page
– now the product title appears in breadcrumb
– the main image is too big and most of the small images are missing just like the “related” one at the bottom
– under the “add to cart” button the “send to a friend” link appears again
4. Most the codes lines in “custom CCS” don’t work anymore like the size oh the “add to cart” button…
Thanks for the help, regards,
Saphiloche
Hello,
1. Does it work the same way with the parent theme?
Have you tried to disable all 3rd-party plugins?
2. You can change products image size via Customizer > Woocommerce > Product Images + don’t forget to regenerate thumbnails after changes.
3. – Please check our demo http://prntscr.com/javfim “Show Product Title” can be disabled in Theme Options > Single Product Page
Please read this topic https://www.8theme.com/topic/woocommerce-main-product-image-size-not-resizing-after-3-3-update/
4. Please create an empty dynamic.css file in woopress-child theme folder and set permissions 777 for the file + add wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' );
in woopress-child/functions.php file. Then go to Theme Options and re-save them.
Regards
Hi Rose,
1. yes we tried and we even went back to woopress 3.3 and it works fine
2. Unfortunately nothing happens
3. It works because 4. worked 😉
4. It works !
5. the translation of “quick view” doesn’t work. Where can change that ?
Regards.
Hi Rose,
We noticed you did a “regenerate thumbnail” ; thanks 😉
Anyway we went back to woopress 3.3 because we had too much issues to fix and that period doesn’t let us much time for that right now.
Kind Regards.
Hello,
Sorry for the delay due to the weekends.
Feel free to ask if you have any other questions.
Regards
Hi Rose,
Dont’ worry for the delay 😉
We will… unfortunately for you 🙂
Speaking of that… in the single product page, how can we center the tabs ? because its only possible to the left or to the riht (see our image in private content).
Maybe with css in “custom css” ?
Thanks.
Hello,
Please use this custom css code:
.single-product .tabs-nav {
text-align: center;
}
Regards
Yess it works fine 🙂
and how to do the same for the text into these tabs without doing it oen by one ?
Thanks.
Please change this code:
.single-product .tabs-nav {
text-align: center;
}
to
.single-product .tabs-nav, .single-product .tab-content-inner{
text-align: center;
}
Regards
As usual… great !! ?
Thank you very much.
See you soon 😉
Kind regards,
Saphiloche
You’re welcome!
Have a nice day 🙂
Regards
You must be logged in to reply to this topic.Log in/Sign up