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

    (@dcooney)

    @sclkfxcite I’ve integrated that solution so it must be something else. I’ll have to run tests.

    Thread Starter sclkfxcite

    (@sclkfxcite)

    Hi, any luck with finding the source of the problem? Is there anymore info I can provide to help?

    I found another issue, this time with the Single post infinite scroll:

    Load More, when called on in a single’s post page, calls the first repeater template available, which is the article card template for the home page instead of the single post template, even though the shortcode specifically calls for the “singles” repeater template like so:

    echo do_shortcode('[ajax_load_more post_type="post" single_post="true" single_post_order="latest" repeater="singles" single_post_taxonomy="category" offset="1" transition_container_classes="row" single_post_id="'. get_the_ID() .'" posts_per_page="1" button_label="Read More"]');

    Plugin Author Darren Cooney

    (@dcooney)

    @sclkfxcite singles is not a valid template ID for Ajax Load More. Try the shortcode builder to get the correct syntax. It would be template_2 or template_3 if you are using Custom Repeaters addon.

    I have not had a chance to look into WPML issue yet. This week.

    Plugin Author Darren Cooney

    (@dcooney)

    @sclkfxcite I just set up a test site and category archives are working as expected for me. Im having a hard time with your example link because of the language and ALM doesn’t appear to be active so I can’t really see what is going wrong.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WPML Category posts not loading’ is closed to new replies.