Tagged: post slider
-
AuthorPosts
-
October 5, 2013 at 8:08 pm #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éOctober 6, 2013 at 1:44 am #170925Hey 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,
JosueOctober 6, 2013 at 2:53 am #170949Hi!
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.jpgMaybe 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éOctober 6, 2013 at 3:59 am #170973Hey!
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,
JosueOctober 6, 2013 at 4:39 am #171000Thanks 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?
October 6, 2013 at 4:53 am #171011Hi!
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,
JosueOctober 6, 2013 at 5:49 pm #171231Thanks 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é -
AuthorPosts
- The topic ‘Post Slider not showing in Chrome’ is closed to new replies.