• Closed
  • Nicem SpA
    Spectator
    July 16, 2014 at 12:02 am #8516

    Hi, on many pages I have images with hyperlink to other pages: you click on the image of the machine to go to relative webpage.
    For example: http://test2.nicem.it/fusione-centrifuga/macchine-complementari/
    14mrr79.jpg you can see the menu clicking on the image with mouse right button: image is a link.
    When the same page is viewed on a smartphone or simply resizing the browser (restricting it from left and right) the image links do not work anymore:
    smug4h.jpg you can see the menu clicking on the image with mouse right button: image is not a link!
    Why?!? This is a bad issue for me… 🙁
    Same on Firefox, Chrome and IE11.

    Another question: is it possible to disable the responsive feature of evolve-plus theme?
    Thank you.

    LYNA MICHAL
    Spectator
    Posts: 4
    July 16, 2014 at 6:50 am #10202

    Responsive feature cannot be really enabled/disabled. It’s the way the theme has been designed.

    However one option is to try deleting all the media queries in the CSS file, but it’s a big risk.

    Nicem SpA
    Spectator
    Posts: 28
    July 16, 2014 at 11:16 am #10206

    OK, responsive is good, but all the links must work on mobile browsers, I suppose.

    Nicem SpA
    Spectator
    Posts: 28
    July 21, 2014 at 3:50 pm #10227

    Can’t believe no one replied yet to this big issue. Image links as well as Gallery images links do not work on mobile.

    Roman
    Spectator
    Posts: 3147
    July 21, 2014 at 6:59 pm #10229

    I found the bug..the issue is with the left sidebar. please use the right sidebar for now….will be fixed in the next theme release….thanks for your patience and understanding

    Nicem SpA
    Spectator
    Posts: 28
    July 24, 2014 at 10:22 am #10254

    Thanks for reply. I can’t change site layout ’cause it’s approved by my customer with left sidebar. Luckly, website is under construction so I can wait a few.. but I really hope next theme release will come very soon. Thank you.

    Nicem SpA
    Spectator
    Posts: 28
    August 18, 2014 at 12:56 pm #10336

    Meanwhile I tried to set the right sidebar but the bug still the same! The issue come when stretching the browser the sidebar goes under the main text section.
    In addition to this, I found out the links in breadcrumbs menù stop working too!
    Go to http://test2.nicem.it/en/fusione-centrifuga/macchine-complementari/ you can try yourself.
    Still waiting for theme update.. thank you.

    Roman
    Spectator
    Posts: 3147
    August 23, 2014 at 4:48 pm #10367

    please insert this in the Custom CSS field, it will fix the issue. it will be solved in the next theme release:

    Code:
    @media only screen and (max-width: 768px){ #secondary, #secondary-2 {clear:both;} }
    Nicem SpA
    Spectator
    Posts: 28
    August 27, 2014 at 2:48 pm #12577

    I inserted
    @media only screen and (max-width: 768px){ #secondary, #secondary-2 {clear:both;} }

    but it does not fix the issue. I tried on mobile and resizing the browser on pc (both Firefox and Chrome): breadcumbs and image link still do not work.

    Roman
    Spectator
    Posts: 3147
    August 28, 2014 at 10:28 am #12593

    I used firefox, chrome, opera and IE, android on your website and it works fine…please try to clean your browsers cache

    Nicem SpA
    Spectator
    Posts: 28
    August 28, 2014 at 3:02 pm #12604

    I cleaned the cache and it works! Thank you!