Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #329091

    Hi after update wp to 4.0, woocommerce to latest version and Enfold
    i´m having some problems:
    1. On the web browser: shop page not showing the way is designed… but normal pages, product pages, category-product pages are working and showing ok.
    2. on mobile devices:
    same shop page not showing right like in web browser but also not showing correctly in movile, looks like problem with responsiveness
    Product pages not showing right… looks like same responsiveness problem
    Thanks for your help.
    Hector

    #329476

    Hi Hector!

    Thank you for using Enfold.

    I’m sorry but I don’t see the issue on the shop page. Do you mind providing a screenshot? To fix the mobile issue, please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    div .products .product {
    margin: 0 1% 1% 0;
    width: 49%;
    }
    }

    Cheers!
    Ismael

    #329571

    Hello Ismael, thanks for your answer but it didnt work, still same problem in movile devices. But looks like responsiveness problem it coming from a color section:
    1.In the shop page http://www.surfcentertarifa.com/shop/ if you check how its built the problem comes with the color section grey, if i take off this color section responsiveness works ok, if i have it, it brakes responsiveness.

    Here is a cache version of this shop page when it was ok: http://webcache.googleusercontent.com/search?q=cache:dmEOiFWemakJ:www.surfcentertarifa.com/shop/+&cd=1&hl=es&ct=clnk&gl=es&client=firefox

    2.In the shop page if you go to http://www.surfcentertarifa.com/wp-admin/post.php?post=10&action=edit&lang=es you can see my design is just till “facebook – picture – contact form” but in the page: http://www.surfcentertarifa.com/shop it keeps showing more products after that point.
    Also you can see that SEO title and description are not showing right in the browser.

    3.In the product pages: http://www.surfcentertarifa.com/shop-es/north-neo-9m-2014/
    when you see it in normal browser size its perfect but when you shrink disappears: price, add to cart, description of product
    Thanks for you time, hope i made myself understand,
    Hector.

    #330089

    Hey!

    Thank you for the update.

    I checked the site and the code is working. Please remove browser cache then reload the page a few times. Use this to fix the single product page:

    @media only screen and (max-width: 767px) {
    .single-product-summary {
    width: 100%;
    }
    }

    Don’t forget to hard refresh the page.

    Best regards,
    Ismael

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