-
AuthorPosts
-
December 19, 2013 at 7:39 pm #202198
I have a post slider on the bottom of my home page and I recently noticed that the title and excerpts have disappeared below the posts. I checked to make sure that them slider was set to show the title and except, seems ok.
I did notice that on my test system that has IE11, it does display the title, but not the excerpts. In IE10, Chrome and Firefox, I see no title or excerpt.
Thanks
December 19, 2013 at 7:40 pm #202200This reply has been marked as private.December 20, 2013 at 2:29 am #202364Hi!
Please deactivate all active plugins and re-create post slider and check if that helps.
Cheers!
YigitDecember 20, 2013 at 5:45 pm #202636Tried your suggestion and it didn’t make a difference.
Any other ideas?
Thanks for your help Yigit.
December 23, 2013 at 6:12 am #203181Hi!
This css in your child theme is causing the height to be smaller than the content:
/*About page content slider adjustments*/ .avia-content-slider-inner .image-overlay { display: none!important; } .avia-content-slider-inner { height: 190px!important; } body .aligncenter { padding: 10px 0!important; }Specifically the .avia-content-slider-inner { height: 190px!important; }. If you only want that on your “about” page you should add the page id as a selector like this:
#top.page-id-2408 .avia-content-slider-inner { height: 190px!important; }Also as a general tip you don’t need to have a separate media query for each line in your css, you can have a single query and then all the css declarations inside of it.
Cheers!
DevinDecember 23, 2013 at 5:01 pm #203310Devin,
That fixed my post slider issue. Thank you.
Could you possibly give me an example of how to consolidate my media queries?
Thanks again for your help.
December 25, 2013 at 1:13 am #203594 -
AuthorPosts
- The topic ‘Post Slider Issue’ is closed to new replies.
