Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #170852

    Hello

    My site: http://www.adw.cl

    I have a Post Slider in the sidebar. displayed everywhere widget area, page ‘Whiskypedia’.
    In Firefox it is shown, but in Chrome does not appear.

    This is the code I used in the widget area (type Text):

    [av_postslider link='category,16,14,1,15' columns='3' items='-1' offset='0' contents='title' preview_mode='custom' image_size='thumbnail' autoplay='yes' interval='5']

    Please help

    Thanks!!
    José

    #170925

    Hey jmaguirrei!

    Are you sure it’s there? i don’t see it neither in Chrome or Firefox, can you post a screenshot of your view?

    Best regards,
    Josue

    #170949

    Hi!

    Here are the links:

    http://www.adw.cl/wp-content/support/post_slider/chrome.jpg
    http://www.adw.cl/wp-content/support/post_slider/firefox.jpg

    Maybe I was modifiyng while you entered, please try now.

    Notice that the mouse over the region recognizes there are a content, but no display.

    I have quick CSS for the sidebar, maybe there is something missing?:

    .inner_sidebar {
    position: fixed;
    top: 8%;
    width:18%;
    }

    Thanks!
    José

    #170973

    Hey!

    Yes, there seems to be some sort of CSS bug (height related), disabling the position: fixed in the inner_sidebar fixes the issue, if you really need to keep the sidebar fixed i’d recommend applying those kind of rules but to the container sidebar div, not the inner one.

    Best regards,
    Josue

    #171000

    Thanks a lot Josué!

    I managed to write this code:

    #top #main .sidebar_left .sidebar {
    position: fixed;
    border-right-style: none;
    width:19%;
    top: 8%;
    }

    That resolves de Slider issue in both browsers. It seems right cause the iPad now shows the sidebar too!

    But in chrome now the image has a weird behaviour.

    Any tips ?

    Thanks!!
    José

    PD: Is there a way the image (the glass) showing nothing on hover? Just an image with no events?

    #171011

    Hi!

    Try reducing the width of the sidebar to something like 15%:

    Regarding the glass, use this CSS:

    #text-5 .image-overlay {
      display: none !important;
    }

    Regards,
    Josue

    #171231

    Thanks Josue, width is important on the sidebar, I decided to remove de Slider and works just fine.

    Please close the issue.

    Thanks a lot!
    José

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Post Slider not showing in Chrome’ is closed to new replies.