Tagged: x
-
AuthorPosts
-
June 27, 2016 at 3:57 pm #1062166
mtusaParticipantWe set up a recent posts in a footer2 widget area and it is supposed to display 4 recent posts. We have a total of two but one is not showing up for some reason.
Please advise as to how we can get it to show up in the footer widget.June 27, 2016 at 3:59 pm #1062170
mtusaParticipantThis reply has been marked as private.June 27, 2016 at 8:57 pm #1062590
JadeModeratorHi there,
Please add this CSS:
#text-11 .x-recent-posts>a:not(:last-child) { display: block; }July 25, 2016 at 1:19 pm #1102275
mtusaParticipantHello,
I just noticed that on the Spanish version, the second post is missing like the English version.
Please advise.July 25, 2016 at 11:55 pm #1102934
RupokMemberHi there,
Thanks for writing back. The issue was originally causing by the below code :
.widget .x-recent-posts > a:not(:last-child) { display: none; }I am not really sure why you added this. Kindly remove this to get expected result. Add the other suggested code as well as you don’t need the hot fix anymore.
When you add any custom code to your site, make sure you know what you are doing to avoid potential conflicts.
Hope this makes sense.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1062166 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
