niklaslazinbee
Forum Replies Created
-
Same for me.
If anyone is looking for a temporary solution for conflict transition_container and filters, here is a javascript (jQuery)
window.almComplete = function(alm){ $('.alm-listing .alm-reveal .alm-item').appendTo('.alm-listing'); $('.alm-listing .alm-reveal').remove(); };I have found the error, it was due to a special function in my functions.php, a strange connection.
But there is still the problem that the option transition_container=”false” does not work with filters=”true”. transition_container=”false” only works with filters=”false”.This problem occurs regardless of my settings
Thanks for the answer.
The quotes are correct. It is strange, when I specify filters=”false” I can also specify posts_per_page=”3″.
my shortcode for the filter looks like this[ajax_load_more_filters id=”publications_filter” target=”publications”]
Strange, for me this does not work, the test() function is directly in the template field in the backend, so it should be available.
My solution is: I have created a plugin and put the functions there, now I can call them in the repeater template.