Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1164128
    Christopher
    Moderator

    Hi there,

    Please reduce number of posts per page under Settings -> Reading to display pagination.

    Please add following code in Customize -> Custom -> CSS :

    .x-sidebar{
    background-color:#000;
    padding:10px;
    }

    Hope it helps.

    #1166531
    edwinoonk
    Participant

    Hi,

    under settings-> reading I had the number of posts per page set to 5 and in the test version of my site there are 85 posts. But I don’t get the pagination.

    The css for the sidebar doesn’t really help either. I am basically trying to achieve what I already have on my site with the current theme (http://www.edvervanzijnbed.nl). But I want to switch to the X-theme because of all the extras and some other advantages. For instance I like the filter option and the layout of the main content, both on the blog page as the single post page.

    So the sidebar should be separated from the main content on the left, have a solid background but only as wide as the widget title. Do you understand what I mean?

    Kind regards,
    Edwin

    #1166995
    Jade
    Moderator

    Hi Edwin,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1167550
    edwinoonk
    Participant
    This reply has been marked as private.
    #1167552
    edwinoonk
    Participant
    This reply has been marked as private.
    #1167696
    Rad
    Moderator

    Hi there,

    If you wish to display pagination then you’ll have to disable the filterable index on your Customizer. Should be under Admin > Appearance > Customizer > Ethos > BLOG OPTIONS. Filterable index only works with category filters, and it has no pagination as the normal listing.

    About the sidebar, the structure is very different. What you wish to achieve is background color per widget, and not background color for the sidebar.Please remove that CSS, and try this,

    .x-sidebar .widget {
        margin-top: 1em;
        background: #fff;
        padding: 10px;
    }
    

    as for the map, please add this as well,

    .x-sidebar .widget .mmp-geochart-container > div > div {
    width: 100% !important;
    }

    Hope this helps.

    #1167971
    edwinoonk
    Participant

    Hi Rad,

    thanks. The background on th e widgets is now how I want it.

    The map still is not resizing.

    Too bad it’s not possible to have the filterable index and pagination at the same time.

    I think we’re ready.

    Thanks a lot you all.

    Kind regards,
    Edwin

    #1168424
    Jade
    Moderator

    You’re welcome Edwin.

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