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

    A previous person posted this without any resolution (because the site wasn’t live):

    https://kriesi.at/support/topic/floating-widget/

    I have the same issue: in Chrome, the floating widget on the side isn’t floating and disappears as the user scrolls down. In firefox and IE, the widget floats and is viewable as the user scrolls down.

    The author (http://wordpress.org/plugins/q2w3-fixed-widget/) of the widget apparently told the original poster to eliminate line 27 in shortcodes.css but I don’t want that to screw up other aspects of the website. Can you please take a look at my site:

    http://goo.gl/1N01ts

    and tell me what to change? The element in question is the textwidget on the left sidebar.

    Thanks

    #163981

    Hello unitedwc!

    Try to add following code to the quick css field

    
    .widget{
    -webkit-backface-visibility: visible;
    }
    

    Cheers!
    Peter

    #164093

    Hi Peter

    The code helped a bit. Here are the issues that are apparent now (use the same link above to see how it has changed):

    – the button doesn’t float
    – when I scroll down to the gallery or the iconlist, the sidebar disappears and then reappears after further scrolling down

    Getting closer! great customer service btw.

    • This reply was modified 10 years, 7 months ago by unitedwc.
    #164106

    Hi!

    I guess something overwrites the css code – try following code instead

    
    .widget, div.avia-button-wrap, div .avia-button {
    -webkit-backface-visibility: visible !important;
    }
    

    Cheers!
    Peter

    #164160

    Almost there: now the button is showing.

    The last issue is:

    – when I scroll down to the gallery or the iconlist, the sidebar disappears. If I scroll further down, it will suddenly reappear. It seems it is happening when the pictures appear below the big picture in the gallery and when the icons start appearing in the iconlist.

    #164253

    Hi!

    Please add this:

    .avia-button {
    -webkit-backface-visibility: visible;
    }

    Best regards,
    Ismael

    #164260

    That didn’t help Ismael. I think Peter suggested the same thing with his above post.

    #164317

    Hi!

    I tested your site and when I make the above changes the “Request Quote” button doesn’t disappear when you scroll down. Please try this:

    .avia_textblock, .avia-icon-list, .avia-button, .avia-testimonial, .iconbox, .avia_message_box, .avia-team-member, .widget, .post, .team-img-container img, .team-social, .iconlist_icon, .fallback-post-type-icon, .fullsize .related_posts, .grid-image, .avia-caption-content, .avia-caption-title, .entry-content-wrapper {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: visible !important;
    }

    Cheers!
    Ismael

    #168171

    Hi Ismael

    I have implemented the code and the button is staying where it is!

    it still has an issue:

    http://goo.gl/OtGvsw

    When you scroll down to the areas where elements appear in sequence (like the iconlist or gallery), the sidebar menu disappears then reappears after the animation is complete.

    #169162

    Hey!

    Can you please try to install the latest version of Enfold (v2.3+). I asked Kriesi to remove all -webkit-perspective, etc. rules which are not necessary for newer versions of Chrome and the update 2.3 should fix your issue.

    Regards,
    Peter

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Floating Widget (using q2w3 widget) is not working in Chrome’ is closed to new replies.