-
AuthorPosts
-
November 13, 2015 at 5:53 pm #535587
Hi.
I have a Post Slider on my home page. (4 columns) 12 entries, autorotation active.Since the latest update it is now showing category taxonomy titles which it has never done before.
I have a few of my posts which have 6 or 7 categories and so it messes up my home page post slider layout….
How do I remove this?
I have some old code which I got from the Forum here
.avia-content-slider .slide-meta { display: none; }
but putting that in the quick CSS makes no difference.How do I remove the Post Slider taxonomy / category headings ?
Thanks,
HNovember 13, 2015 at 6:39 pm #535657* Please also note that if you change the Blog Styling to the new Elegant option it REALLY messes up the Post Slider. It changes the Font Sizes and colour – completely messed up my home page.
November 13, 2015 at 10:22 pm #535744Hi!
Try adding this to your custom CSS.
.slide-entry .minor-meta { display: none !important; }
If that’s not working then send us a link to your page and we’ll take a look.
Cheers!
ElliottNovember 14, 2015 at 4:09 pm #535883Hi @Elliott,
That worked! Thank you. However, there is another slight problem with the Post Slider.
The titles for each one overlap with the next when the title is quite long.
I have a post slider in a One Half section.
When this is viewed on smaller devices, particularly an iPad (these seem to be somewhere between a ‘normal’ display and automatically changing to a mobile display) the post title descriptions overlap. I will put the link below in private box.Thanks for your quick reply.
H
November 16, 2015 at 7:06 pm #536819Hi!
It doesn’t seem to be happening on my end. Can you take a screenshot of what your seeing?
Best regards,
ElliottNovember 17, 2015 at 1:01 am #537002Links to screenshots are below.
It doesn’t happen every time, only when post titles are long.
Many thanks @Elliott
November 18, 2015 at 6:36 pm #538449Hi!
Ok I see it on the second set of posts. You can try making the font size smaller like so.
.slide-entry-title a { font-size: 9px !important; }
Or another option would be to cut it off.
.slide-entry-title { overflow: hidden !important; }
Regards,
ElliottNovember 19, 2015 at 2:38 am #538667That’s brilliant! thanks Elliott. I will have a go at those suggestions and see which one works best.
If I may ask another question relating to Quick CSS. I have a number of website all with different bits of code in the quick CSS (some of it will be old now and fixed in new releases). Is there a way to add a comment above each piece of code so I know exactly what they do? I know in some case you can put ### to add comments but not sure about the quick css.
November 20, 2015 at 7:23 am #539353Hi,
You can comment in Quick CSS just like in any other CSS document:
/* One line comment */ /** * Multiple line comment */
Regards,
RikardJanuary 13, 2016 at 8:38 am #564414Hi Guys
post slider displaying categories (I think) after update.
I added the above code to CSS but to no evail.
Help much appreciated
thanks
ChrisJanuary 14, 2016 at 3:41 am #565171February 15, 2016 at 7:28 am #583139FYI
have added the below (to no effect) to custom css.slide-entry .minor-meta { display: none !important; }
.slide-entry-title { overflow: hidden !important; }February 15, 2016 at 12:15 pm #583314February 17, 2016 at 5:29 am #584458Hi
link below
thanksFebruary 17, 2016 at 5:30 am #584460FYI
The portfolio categories appear to be only those added recently and not the entire list.February 18, 2016 at 8:36 am #585230If it helps?
Login details to have a look aroundFebruary 21, 2016 at 9:53 am #586620Hey!
Please use this instead:
.blog-categories.minor-meta { display: none !important; }
Best regards,
IsmaelFebruary 22, 2016 at 1:04 am #586781Hi Ismael
unfortunately didn’t work.
Any other ideas?
Thanks
ChrisFebruary 22, 2016 at 1:11 am #586783Hello
I used
.slide-entry .minor-meta { display: none !important; }
BUT this time placed it at the top of the css and has done the trick.
Thanks
ChrisFebruary 24, 2016 at 2:48 pm #588404Hi!
glad you figured it out. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Regards,
Andy -
AuthorPosts
- The topic ‘Post Slider Meta Data showing after latest Update to 3.4.2’ is closed to new replies.