Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Use Advanced Layout Editor in portfolio's preview section #204136

    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.

    • This reply was modified 10 years, 10 months ago by Adame. Reason: Updating
    in reply to: Can't place ads on Ajax Portfolio preview text section #204069

    Peter,

    Hmmm. So no need to force it.
    Thanks for pointing that “Google Policy” thing out.

    Cheers!

    in reply to: Enfold Feature Requests #201551

    Woothemes Sensei plugin integration.

    in reply to: Getting empty masonry when not logged in as admin #183713

    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!

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