Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor farinspace

    (@farinspace)

    If you have pagination enabled in Nooz > Settings > Pagination, then you should not have to add the use_pagination="yes" into the shortcode. However, if it is enabled, all shorcodes used will display pagination. Note that pagination links only shows up if count="[n]" is exceeded, see Nooz > Settings > Display Count.

    What version of the plugin are you using?

    The “Mist” website uses Jetpack for its social icons. I would also recommend using AddThis (https://www.addthis.com/), we have add success with it in the past as well.

    By default Nooz, does not come pre-styled (we are working on a new version which will make styling a bit more wysiwyg). However, Nooz and the markup that it generates should lend it self well to styling. You will have to use CSS to do that. Additionally there are many hooks which will allow you to go as far as even changing the template for layout purposes.

    If you have additional questions, I can try to assist as best I can … support at mightydigital dot com

    Thread Starter dmdesign91

    (@dmdesign91)

    Hi,

    Thanks very much for this. I am still having a issue with pagination. I am on the latest version.

    I emailed your email yesterday hoping to hear from you soon.

    Appreciate your time

    Thanks

    Plugin Contributor farinspace

    (@farinspace)

    Hi,

    Per your email, Let me see if I can help you.

    * How many press-releases have been created?
    * What is the number for “Nooz > Settings > Display Count” that you are using?

    Keep in mind that pagination links will ONLY show up if available press release are greater than the display count. Is this the case?

    I’ve also taken a look at your page and I’ve created a few styles that should get you started:

    .nooz-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .nooz-item {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    .nooz-link {
        font-size: 18px;
        margin: 0 !important;
        order: 1;
    }
    .nooz-datetime {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 10px;
        order: 2;
    }
    .nooz-excerpt {
        display: inline;
        order: 3;
    }
    .nooz-more-link {
        display: inline;
        order: 4;
    }
    

    Here is some additional information for reference and info on CSS syntax:

    https://www.w3schools.com/css/css_syntax.asp
    https://css-tricks.com/snippets/css/a-guide-to-flexbox/

    Note: We usually refrain from accessing a user’s admin/website as a policy but would give you the following recommendations:

    1) Disable the “Read More” link in “Nooz > Settings > Read More Links”, the main title/link should be enough.

    2) Use “List” as the “Display Type” in “Nooz > Settings > Display Type”.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pagination’ is closed to new replies.