Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1138403
    Matthew W
    Participant

    I believe this occurred after the last update. The pagination style on by blog page went haywire? Not sure why, but here’s a screen shot. Can you help me fix? Thanks.

    #1138425
    Matthew W
    Participant

    I mean to say, this is an easy enough CSS fix – but not sure why this happened after an update? Was it a change to the X CSS? My pagination was at default. Thanks.

    
    div.x-pagination ul {
    	list-style-type: none;
    }
    div.x-pagination ul li {
    	display: inline;
    	padding: 0 10px;
    }
    div.x-pagination ul li span.current, div.x-pagination ul li a {
    	padding: 0 6px;
    }
    
    #1138446
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-pagination li {
        list-style-type: none;
        float: left;
        padding-right: 20px;
        display: block;
        margin-top: 10px;
    }

    Let us know how it goes!

    #1138457
    Matthew W
    Participant

    Works like a charm. Thank you.

    #1138488
    Prasant Rai
    Moderator

    You are most welcome. 🙂

    #1143522
    Matthew W
    Participant

    BTW, is this something that will be fixed in a future release?
    I’m not sure why this would happen on one install and not another?

    Check out the pagination at this location:
    http://www.synlawn.ca/synlawn-news/

    Then check out the pagination at this location (using the code above):
    http://www.synlawn.com/synlawn-news/

    Thank you.

    #1144154
    Friech
    Moderator

    Hi There,

    What version of WordPress do you have on this site: http://www.synlawn.com/synlawn-news/ it seems to be a conflict issue. Try doing a test for plugin conflict and updating your WordPress to the latest version.

    Thanks.

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