Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Paul Wong-Gibbs

    (@djpaul)

    Oh – so Achievements is breaking other theme/plugins’ shortcodes, but only when the user is logged out? That is super, super weird. Going to have a think.

    Plugin Author Paul Wong-Gibbs

    (@djpaul)

    Sent you an email about this.

    hello.

    i have the same problem but for both user states: logged and not logged.

    shortcodes work on other post types.

    please advise

    ok, resolved it by adding this:

    function shortcodesInAchievments($content){
        return apply_filters('the_content',$content);
    }
    
    add_filter('dpa_get_achievement_content','shortcodesInAchievments');

    in functions.php, but i prefer i didn’t have to.

    Plugin Author Paul Wong-Gibbs

    (@djpaul)

    Hi

    If you want help investigating this, please open a new ticket and give me more details about your site — what other plugins you’re running, and what theme, for example.

    9 months is a long time ago but I think pmcvicker’s problem was a bug in his theme (or at least, something unusual in his theme). I can’t remember if we came up with a solution or if pmcvicker decided to use another theme.

    halleg

    (@halleg)

    Hi there,

    Stupid questions but where can I found a short code to display one or several achievement?

    I like what you did @pmcvicker and my project is going on the same direction.

    [ Signature moderated. ]

    halleg

    (@halleg)

    Nevermind, found an old post here! Thanks for great work.

    Plugin Author Paul Wong-Gibbs

    (@djpaul)

    ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Shortcodes within Achievement Posts are inactive for logged out users’ is closed to new replies.