Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author craigramsay

    (@malinkymedia)

    Hi, Thanks for your message. Here are the settings you need.

    .article-container
    .post
    .default-wp-page
    .default-wp-page .previous a

    Finally you will need to add a css rule to your stylesheet to get the load more button to appear under your posts because of the floats you use. This would be.

    .malinky-load-more {
        clear: both;
    }

    Hope that helps. Thanks

    Thread Starter 404fnf

    (@404fnf)

    hi, thanks for your help.

    after these settings, the previous and the next button disappeared, but the posts are not loading automatically, or there isn’t a load more button on the page.

    just to confirm -i have to paste that code anywhere in the css file right, i pasted it at the top ( ps- i’m just new to this stuff that’s why)

    Plugin Author craigramsay

    (@malinkymedia)

    Hi, Yes everything is working correctly now. The next / prev buttons have disappeared because the load more button replaces them. You have the plugin set to the load more option.

    Your final issue is that the button needs the css added to clear the floated articles so the button appears at the bottom. So yes add the css above at the end of the themes style.css file.

    If you want to use infinite scroll just change to this setting in the plugin admin.

    Plugin Author craigramsay

    (@malinkymedia)

    Hi, I notice you’ve put the css in stylesheet already it’s not working though as you’re comment isn’t correct. It should be. You have the first */ the wrong way round that’s all.

    /* AJAX PAGINATION */
    .malinky-load-more {
    clear: both;
    }

    Thread Starter 404fnf

    (@404fnf)

    oh, my mistake,

    finally worked.

    thanks a lot for your help,
    really appreciate it

    Plugin Author craigramsay

    (@malinkymedia)

    Good stuff looks like it’s working well now. If you have any spare time would be great if you could drop the plugin a review. No problem if not.

    Thanks for using it.

    Thread Starter 404fnf

    (@404fnf)

    yes sure, i will definitely,

    just one more query, why is the loading sign in the middle of the page and not at the bottom of the page. i’ve selected infinite scroll
    thanks

    Plugin Author craigramsay

    (@malinkymedia)

    Same issue as your load more button had. Add this to your css

    .malinky-ajax-pagination-loading {
        clear: both;
    }
    Thread Starter 404fnf

    (@404fnf)

    ok, thanks

    Thread Starter 404fnf

    (@404fnf)

    i tried this setup in another website with the same theme, but in that loading sign is still in the middle of the page.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘please help to set up, not working..’ is closed to new replies.