Home › Forums › Pro Version › How to implement in php?
Tagged: php
- This topic has 4 replies, 2 voices, and was last updated 5 years, 7 months ago by
Masonry Guy.
- AuthorPosts
MasonryLayout Account
ParticipantFor example, WP related posts was called with <?php wp_related_posts(); ?>
How can I similarly call Masonry?
Masonry Guy
KeymasterHi,
You can use it in PHP like this way.
Thanks
MasonryLayout Account
ParticipantThank you, but when I implement this it overlaps my Disqus.
I have them in separate divs, and the Disqus one is above the Masonry one. How can I cause Masonry to load BELOW Disqus?
These images show the bottom of the page during load. Disqus loads, then Masonry loads overtop.
MasonryLayout Account
ParticipantNevermind that.
For those who have this problem, a solution is to draw a line between your objets.
Masonry Guy
KeymasterHi,
Thank you so much for sharing your problem here. If you don’t want to create line you can use this as well.
<br style="clear:both" />
after shortcode placement.Thanks
- AuthorPosts