Viewing 7 replies - 16 through 22 (of 22 total)
  • neil rowe

    (@neil-rowe)

    make sure you don’t have the “pause=true” parameter set in your shortcode. that setting causes it to pause loading entitle user clicks the button. just delete it if its in there

    chakladar

    (@chakladar)

    when I use the alm shortcode, what ever setting may be.

    I use it in a new page, where I have only this shortcode and nothing else.

    Then, what you see, only the ‘Load More’ button. And no post there.

    After clicking, then only you have some post. Why don’t it includes post at first ?

    neil rowe

    (@neil-rowe)

    does the shortcode include “pause=true”? ..if it does delete out of the shortcode.

    if your shortcode does not have that in it then I’m not sure whats up. but if you have other ajax running on page load as well that could potentially cause an issue.

    Plugin Author Darren Cooney

    (@dcooney)

    You either have an issue with your repeater template or your shortcode.
    Can you please start a new thread and post both your template and shortcode so I have context.

    thanks!

    Dargno

    (@dargno)

    I added a preload line to add another custom function next to the ALM Empty function. This way i can clear/alter the div or do other custom jQuery before adding the content. An alternative would be to add a checkbox to refresh instead of add posts (adding would be nice too but with random posts i get doubles).

    Maybe it would be nice to implement in a future version ?? Keep up the nice work.

    // ALM Empty - triggers if zero results were returned
                if(!alm.data.length > 0){
                   if ($.isFunction($.fn.almEmpty)) {
                      $.fn.almEmpty(alm);
                   }
                } else {
                // ALM NOT EMPTY - do BEFORE LOADING CONTENT
                   if ($.isFunction($.fn.almPreload)) {
                      $.fn.almPreload(alm);
                   }
                }

    I would love to be able to filter posts with more than just one taxonomy

    How to display the even and odd templates ?

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Feature Requests’ is closed to new replies.