Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Max Chirkov

    (@maxchirkov)

    Jeff, try the latest development version and let me know if it fixes the issue you’re having. Thanks!

    Thread Starter SiteSubscribe

    (@sitesubscribe)

    Nope, 2.0.3 is doing the same thing.

    Plugin Author Max Chirkov

    (@maxchirkov)

    Jeff, I believe it’s not the ATW’s issue since the ATW doesn’t process the shortcodes – it simply calls the do_shortcode function which is native API method.

    Are you creating your own shortcodes? If so, change the hyphens to underscore in your code and call them that way from the content. I think that’s the actual problem. So, instead of doing this [web-design], do this [web_design] – just make sure the PHP code refers to the right handler.

    Thread Starter SiteSubscribe

    (@sitesubscribe)

    Thanks, I’ll try that.

    Plugin Author Max Chirkov

    (@maxchirkov)

    Okay, I just found the official “word” on this in Codex – it is sort of a known bug in WP, check this out.

    Thread Starter SiteSubscribe

    (@sitesubscribe)

    Thanks, that looks like the issue so I’ll rename my shortcodes.

    Many thanks.
    Jeff

    Plugin Author Max Chirkov

    (@maxchirkov)

    You’re welcome, Jeff! Thanks for marking this issue as “resolved”. Have a great one!

    Thread Starter SiteSubscribe

    (@sitesubscribe)

    I have confirmed that using naming convention my_shortcode does work with mutiple similar shortcode names as mentioned in this thread.

    Thanks for finding that WP issue.

    Plugin Author Max Chirkov

    (@maxchirkov)

    You’re welcome! Glad I was able to help ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Advanced Text Widget] bug related to shortcodes with similar tags’ is closed to new replies.