• Resolved photoMaldives

    (@photomaldives)


    Hi @dcooney. Thanks for your great plugin! πŸ™‚ And it’s developed so much since I first installed it some years ago.
    Been working flawlessly for my simple use case, but I just realised that I now have a small problem with the post list (that could have been there a while).
    You will see that the listing now has bullets and the text appears below the image (instead of alongside).
    I’ve just spent half an hour trying to fix this (plugin setting and extra css), but to no avail … could you give me some pointers, please?
    Thanks, and keep up the great work. πŸ™‚

    The page I need help with: [log in to see the link]

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

    (@dcooney)

    @photomaldives thanks!
    This issue likely appeared after last release. Please see the release notes.

    https://wordpress.org/plugins/ajax-load-more/#developers

    Basically, Update your Repeater Template and add a .alm-item class.

    
    <li class="alm-item" />

    Hope that helps!

    Thread Starter photoMaldives

    (@photomaldives)

    Thanks for your quick reply, DC.

    So I edited my template, like so:
    <li class="alm-item" <?php if (!has_post_thumbnail()) { ?> class="no-img"<?php } ?>><?php if ( has_post_thumbnail() ) { the_post_thumbnail(array(150,150));}?><h3><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3><p class="entry-meta"><?php the_time("F d, Y"); ?></p><?php the_excerpt(); ?></li>

    But clicking Save Template gives me:

    Something went wrong and the data could not be saved.

    So I disabled my security plugins and hard-refreshed the page, but I’m still seeing the same error. (Refreshing the repeater-templates page shows me the change hasn’t been applied).

    Any ideas?

    Plugin Author Darren Cooney

    (@dcooney)

    Seems like a server permission issue.
    You’ll have to try this method of loading the template.
    https://connekthq.com/plugins/ajax-load-more/docs/repeater-templates/#theme

    Hope that helps.

    Thread Starter photoMaldives

    (@photomaldives)

    Worked perfectly!
    Thanks for all your help and patience. πŸ™‚

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post Listing format problem’ is closed to new replies.