Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1062166
    mtusa
    Participant

    We 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.

    #1062170
    mtusa
    Participant
    This reply has been marked as private.
    #1062590
    Jade
    Moderator

    Hi there,

    Please add this CSS:

    #text-11 .x-recent-posts>a:not(:last-child) {
        display: block;
    }
    #1102275
    mtusa
    Participant

    Hello,
    I just noticed that on the Spanish version, the second post is missing like the English version.
    Please advise.

    #1102934
    Rupok
    Member

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1062166 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>