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

    (@vinod-dalvi)

    I hope you are well today and thank you for your question.

    Could you please also share the screenshot of the screen where you are adding the search shortcode in the top bar so that I can troubleshoot it?

    Best regards,

    Thread Starter cerovy2

    (@cerovy2)

    https://ibb.co/HPStY1s

    https://ibb.co/zQz0gwF

    • This reply was modified 4 years, 7 months ago by cerovy2.
    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    I have tested the issue on my website using Top-Bar CodeBulls plugin and found out this is an issue of the Top-Bar CodeBulls plugin as it uses below code in its generate-top-bar.php file

    html_entity_decode(do_shortcode($options_content['left-content-top-bar-plugin']))

    Instead, it should be as below.

    do_shortcode(html_entity_decode($options_content['left-content-top-bar-plugin']))

    Please notify this issue to the Top-Bar CodeBulls plugin developer to resolve it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘shortcode does not work’ is closed to new replies.