• Resolved supermahesh

    (@supermahesh)


    this is my code in custom template

    // $token is a video token
    echo do_shortcode(“[ziggeoplayer video='”.$value.”‘]”);

    I checked $token variable and is having correct video token only issue with shortcode, this way shortcode is not working. I have checked other shortcodes and thet are working fine in my custom template , only ziggeo shortcodes are not working player ,recorder .

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author BaneD

    (@baned)

    It does not seem that we support do_shortcode() at this time, it is something that was added to the list to add, however never really needed.

    I am going to check the codes and jump on my keyboard for a bit to see what happens :). Should be easy to add however I do want to make sure that it works the very same way as the non shortcode parsing.

    What currently happens is that we are parsing the content itself for any shortcodes within it, however not through actual do_shortcode functionality. That way we support older WP versions in many more locations than what we would if we implemented the do_shortcode approach as usually.

    Bane

    Plugin Author BaneD

    (@baned)

    Hi there,

    I added the codes for this and tested against few of my tests to make sure all seems to be running fine.

    The goal is to finish the latest changes I was working on and then test it all and release as the new 2.4 version of the plugin. I would also be testing everything against WordPress 5.4.2.

    I am happy to give you instructions and codes you would need to add to add the shortcode support manually (until the update is released). That way you can continue working on things on your side or if you are OK to wait few days, we will be making a new update that adds the shortcodes support as well as few new things 🙂

    Best,
    Bane

    Plugin Author BaneD

    (@baned)

    Hi,

    Wanted to let you know that the do_shortcode is now supported by the latest 2.4 version that is out now. You will see that there are few other changes added to it as well.

    I do wish to thank you for the wait and please let me know how your tests go with the same.

    Regards,
    Bane

    Plugin Author BaneD

    (@baned)

    Hi,

    Just wanted to mention that I will close the ticket, however please do feel free to open a new one if there is anything else that we can assist you with.

    Also if you like our plugins, please do consider leaving a review 🙂

    Regards,
    Bane

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘shortcode is not supporting in do_shortcode ()’ is closed to new replies.