Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Hi,
    What is this code example? How are you using this?

    Can you share your repeater template?

    Thread Starter gogomx

    (@gogomx)

    Hi dcooney, thanks for reply.

    The code above is the loop on my theme, and if im not stupid what i understand about your plugin, i pasted the same code on the repeater template.

    Is that correct?

    Plugin Author Darren Cooney

    (@dcooney)

    Your Repeater Template should simply be:

    <div class="griditemleft">
    <div class="postimage">
    " title="<?php the_title_attribute(); ?>"><?php the_post_thumbnail('category-thumbnail'); ?>
    <h1>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></h1>
    </div>
    </div>

    Ajax load more takes care of the loop.

    Thread Starter gogomx

    (@gogomx)

    Oh thank you!!! it works as a charm.

    2 more issues.

    If i click on first (lastest) post, when loads the single.php the load more button appears and load the home posts automatically. It only happens in the first post.

    Second issue, well is more as a question, im using the button to load more posts, how to change the style (width) and text of the button?

    Plugin Author Darren Cooney

    (@dcooney)

    No problem!

    1 – sorry, i’m not sure what you mean. Do you mean you want it paused? If so, set pause=”true” in your shortcode.
    2 – you need to create some custom css to change the button style.

    Thread Starter gogomx

    (@gogomx)

    Sorry, the first question was my mistake, i inserted the ajax load more shortcode on the post.

    About styling the button, do i have to create the custom css on theme′s style.css or modify the plugin′s css?

    Plugin Author Darren Cooney

    (@dcooney)

    I wouldnt modify plugin. I’d suggest creating your own in the theme css file.

    Thread Starter gogomx

    (@gogomx)

    Another issue.

    On Adjustments – Read – Max number of post – I set 9

    Then on Shortcode Bulider i set offset: 9 and posts_per_page=”9″

    I use as grid with 3 posts per row, the first row is ok, the second row just shows 2 posts and the third post is another row below. Same with 6 to 9 posts, they are shown in two rows.

    Then when i click on button, the next 9 shows over the footer. They are outside the div wich contains the posts.

    Plugin Author Darren Cooney

    (@dcooney)

    This would be a CSS issue in your theme and not the plugin.

    You likely need to create some custom styles specifically for your content.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Duplicating post’ is closed to new replies.