Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Hi and thanks for your reply.
    I should ask if we can allow access from external.

    Anyways, after some further research i found out that i can use a filter to change the Masonry query to get posts.
    For others looking for the same hook here it is:
    avia_masonry_entries_query
    and here‘s how to use it, under the Change the sort order of Masonry Elements section.
    (Just be careful because you’d need some conditionals to allow the different sorting only for some specific Masonry in your site).

    But i guess the problem remains: why the backend settings are not respected so that we should use a filter?

    Don’t know if the documentation page i mentioned is old, but surely is gold :)

    in reply to: LayerSlider customization bug #1108853

    Hi Mike and thanks for your reply.
    You can actually try it by printing whatever comes in your mind and then check via Chrome Dev Tools, where the new div was inserted.
    This is an example:

    add_action( 'layerslider_after_slider_content', 'add_div_after_slider' );
    function add_div_after_slider() {
    	echo '<div id="my-new-div">Blah blah</div>';
    }

    You will see that it’s added before and not after the slider code, for the reason I explained in my previous post.

    Hello,
    I have the same problem and previous soluction did not works… We also tried to disable plugins which could break something… can you please help?

Viewing 3 posts - 1 through 3 (of 3 total)