Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #811012

    WC: 3.0 +
    enfold: 4.07
    wp: 4.7

    the updating get many problems
    the biggest problem is images not showing at all for every single product page
    (both computer and mobile)

    the only way I can see properly is to login as the administer

    #811119

    Hey YongyanLi,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? What happened right before you noticed it? Any plugin update?

    Best regards,
    Victoria

    #811286

    all plugin is the latest version

    the reason I noticed it is I try to view in mobile version, and found out the image of single product page is not showing
    so I tried to log out and veiw the laptop, and found out again it is not showing

    the weird thing is why backend is normal but the frontend is not working

    #811297

    Another questions, on the home page, there is 3 product grid,

    before updating, the name of Title of each item is small letter same as shop page, but now all are capital letters and the size is bigger
    how to make it back to normall?

    #811301

    I saw this
    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: uppercase;
    letter-spacing: 1px;

    how can I make the corrent CSS to get rid of the text-transform: uppercase;

    #811359

    Hi,

    Please, ensure that youre using the latest version of the Woocommerce and disable all the plugins to check if theres any conflict.

    Best regards,
    John Torvik

    #811372

    Hi, Thanks for the reminding

    yes, it is becaused of the WP rocket

    I delete it, and it works fine

    by the way, how can I make the product grid to show the title same as it show in the shop page.
    before it was the same, and now it is uppercase

    #811404

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
      text-transform: none !important;
    }

    Best regards,
    Rikard

    #811411

    Thanks very much, it is working now

    I didn’t put the !important:
    that’s why didn’t work out previously

    again, thanks

    #811523

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.