Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #313021

    Hi,

    Thanks for creating Enfold, it’s such a beautyful & premium quality theme!

    I think there is a bug in Enfold with the current version of Google Chrome (Version 37.0.2062.103 m). On a page with a full width slider, when resizing the browser window, the full width slider does not adapt to it’s new size.

    This happens only when the browser window is resized “by click”, i.e. by clicking on the top right button of the browser (‘Verkleinern’). IE has similar issues. FireFox does well.

    Could you please provide some JS snippet to fix this?

    Thanks a lot!
    Best,
    Simon

    • This topic was modified 10 years, 2 months ago by Simon.
    #313798

    Hi Simon!

    Can we see the site where you are getting the error? I’m not seeing it on my end in either the demos or my dev install.

    Cheers!
    Devin

    #316082

    Hi Devin,

    http://kriesi.at/themes/enfold.

    As mentioned, the bug comes into play when you resize the browser window by the button in the top bar of the browser (‘Verkleinern’, ‘Maximieren’).

    Also, since WordPress 4.0, the tooltip of the Google Maps markers appear to have vertical scrollbars (was not the case before WordPress 4.0, does not look nice ;-). See http://kriesi.at/themes/enfold/pages/contact/.

    Thanks,
    Simon

    #316259

    Hey!

    1.) I don’t think users will intentionally resize the browser as you described. I don’t actually see the issue on my installation.

    2.) The demo is still using WP 3.9.2.

    Regards,
    Ismael

    #316377
    This reply has been marked as private.
    #317072

    Hi!

    1. I couldn’t really note it on my end (Chrome 37.0.2062.103 / OS X 10.9).

    2. Regarding the tooltip thing, try adding this to Quick CSS:

    .gm-style-iw > div {
        overflow: hidden !important;
    }

    Cheers!
    Josue

    #319433

    Hi Josue,

    I experience the same problem on this mockup:

    http://fortiusteamfit.dk/kontakt/

    The quick fix dosent have any visual effect.

    #319458

    Hi!

    Try this code instead:

    .gm-style-iw, .gm-style-iw > div {
        overflow: hidden !important;
    }

    Regards,
    Josue

    #332206

    Yes, same issue here. No need of resizing. It just shows the scrollbar. The code Josue suggested removes the scroll bar, but now some of the text in the tooltip “does not fit” into tooltip and is hidden.

    #332590

    Hi @vitaliss!

    Please post a link to the page so we can have a look.

    Regards,
    Josue

    #332774
    This reply has been marked as private.
    #332793

    Hi!

    I’m not seeing the same as you on my end (Chrome / OS X) but try adding this too:

    .avia-google-map-container .gm-style-iw p {
        margin: 0;
    }

    Remember to flush your minify/cache.

    Best regards,
    Josue

    #332820

    Thanks for this, Josue. Solved, by altering text in the tooltip ;)

    It is interesting, you can’t get the issue reproduced on your installation. I get this on every computer I have with chrome installed. I even tried it on a chromium on ubuntu. I also tried it with all chrome extensions disabled.

    • This reply was modified 10 years, 1 month ago by Steve.
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Bug with current version of Google Chrome (Version 37.0.2062.103 m)?’ is closed to new replies.