Several issues since update 4.2 - by saphiloche

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

  • Avatar: saphiloche
    saphiloche
    Participant
    April 27, 2018 at 15:28

    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

    Please, contact administrator
    for this information.
    10 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 27, 2018 at 15:48

    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

    Avatar: saphiloche
    saphiloche
    Participant
    April 27, 2018 at 16:20

    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.

    Avatar: saphiloche
    saphiloche
    Participant
    April 28, 2018 at 11:04

    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.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 30, 2018 at 09:36

    Hello,

    Sorry for the delay due to the weekends.
    Feel free to ask if you have any other questions.

    Regards

    Avatar: saphiloche
    saphiloche
    Participant
    April 30, 2018 at 14:40

    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.

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 30, 2018 at 14:49

    Hello,

    Please use this custom css code:

    .single-product .tabs-nav {
        text-align: center;
    }
    

    Regards

    Avatar: saphiloche
    saphiloche
    Participant
    April 30, 2018 at 15:28

    Yess it works fine 🙂
    and how to do the same for the text into these tabs without doing it oen by one ?

    Thanks.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 30, 2018 at 15:33

    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

    Avatar: saphiloche
    saphiloche
    Participant
    April 30, 2018 at 15:39

    As usual… great !! ?

    Thank you very much.
    See you soon 😉

    Kind regards,
    Saphiloche

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 30, 2018 at 15:49

    You’re welcome!
    Have a nice day 🙂

    Regards

  • Viewing 11 results - 1 through 11 (of 11 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.