Thanks.
UPDATED
Just in case anybody wants to use the Ajax Portfolio BUT feels that they don’t need a portfolio preview section coz they’ll replicate the same content … and take advantage of the ALE (I use it for the accordion + a specific layout template) here’s a little hack for ya :
File : config-templatebuilder/avia-shortcodes/portfolio.php
Line : 550
replace this line ~
$content = str_replace(‘]]>’, ‘]]>’, apply_filters(‘the_content’, $params[‘text’] )); unset($params[‘text’]);
______________________________________
$content = str_replace(‘]]>’, ‘]]>’, apply_filters(‘the_content’, $entry->post_content )); unset($params[‘text’]);
This will allow you to use entry’s content instead of the portfolio preview.
Cheers.
Peter,
Hmmm. So no need to force it.
Thanks for pointing that “Google Policy” thing out.
Cheers!
Woothemes Sensei plugin integration.
Thanks for the tip.
I wasn’t using a caching plugin. But by desactivating plugins, it turned out it was actually a conflict with ‘Google Analytics for WordPress’.
I desactivated it and used the embed GA in Enflod’s admin section. Masonry is back.
Thanks!