• I am using the shortcode to add it to my full-width page code and display under each picture. However, all that is displayed is the wording [addtoany]
    Any guidance as to what is not correct or why it is not displaying.
    The site URL is as follows this is the test environment:
    site

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author micropat

    (@micropat)

    The [addtoany] shortcode certainly works when added to the WordPress editor and parsed by themes with shortcode support, so you’ll want to troubleshoot your site. To find what’s preventing shortcodes from working, try temporarily switching to a default “Twenty” theme to see if it’s an issue with your theme, and/or deactivating other plugins to see if another plugin is causing the issue.

    If you’re editing your theme’s PHP template files, use the template tag instead of the shortcode:

    <?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT(); } ?>

    Thread Starter fionab

    (@fionab)

    Will test and get back to you.

    Thread Starter fionab

    (@fionab)

    OK switched to twenty seventeen but when I look at the store category page It is not showing at all and that theme does not have the theme pages I was expecting, any suggestion which the store is using?

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