• When I add this shortcode to the [show_gd_mylist_list] page, the results are not shown in the page but at the top of the web page.
    Please fix this error

Viewing 1 replies (of 1 total)
  • Plugin Author Andrea Greco

    (@andygi)

    Thank you for contact me.

    The problem is because of the theme, I tested it on limited number of themes without particular issues, however any theme can use the data in different way.

    Did you try to call the button directly by update theme code instead of shortcode?
    This is the code:

    <?php
    $arg = array (
        'echo' => true
    );
    do_action('gd_mylist_btn',$arg);
    ?>

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘ERROR SHORTCODE’ is closed to new replies.