• Resolved svendtt

    (@svendtt)


    Got it, tried it, but can’t get it to work. The page just shows the [tappd-press-menu] shortcode, what am I doing wrong?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author bluepandastudios

    (@bluepandastudios)

    The shortcode requires a menu_id parameter corresponding to the menu you wish to display – this wasn’t clear in the installation instructions and has been updated in the 0.1.3 release today.

    Thread Starter svendtt

    (@svendtt)

    Thanks for the quick response and update!

    So I updated the shortcode as described to [tappd-press-menu menu_id=XXXX] (XXXX being my menu ID)

    Still no luck. My wordpress page just shows the shortcode.

    Thread Starter svendtt

    (@svendtt)

    So after fiddling around in the plugin code, I figured out what the problem might be.

    In the description and readme file the shortcode is depicted as [tappd-press-menu menu_id=XXXX]

    But in the plugin file it says add_shortcode('untappd-press-menu', 'tpfb_get_beer_menu_data');

    So replacing [tappd-press-menu menu_id=XXXX] with [untappd-press-menu menu_id=XXXX] on my wordpress page seems to fix the problem.

    Plugin Author bluepandastudios

    (@bluepandastudios)

    @svendtt,

    Hey, sorry for the difficulty, we had renamed our plugin and that call slipped through QA (they’ve been appropriately flogged, then given a beer). We’ve updated the plugin to reflect the _proper_ shortcode, which is:

    [tappd-press-menu menu_id=XXXX]

    as of release 0.1.4.

    Thread Starter svendtt

    (@svendtt)

    Thanks for the info!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shortcode not working’ is closed to new replies.