• Resolved starxedsteph

    (@starxedsteph)


    A kind of strange thing happened, and although it’s working now, I’d rather a different solution than what I’m doing currently.

    I installed text slider and got everything setup perfectly (just what I needed!). I then proceeded to remove some plugins that I wasn’t using, one of which was a different slider plugin, soliloquy. And then, Text Slider no longer worked. It displayed the shortcode as text on the page. When I reinstalled Soliloquy, it started working again.

    I’m using Genesis and have the shortcode inside of a front page widget.

    http://thompsonlaw.starxedsteph.com

    Thanks for your help!

    Stephanie

    https://wordpress.org/plugins/text-slider/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter starxedsteph

    (@starxedsteph)

    I realized that the Soliloquy plugin enabled shortcodes to work in widgets. Once I made the change to allow that independent of Soliloquy, I no longer had this issue.

    Plugin Author Maeve Lander

    (@enigmaweb)

    Cool, glad you worked out the issue starxedsteph and thanks for posting solution back here.

    For anyone else, if your theme does not already support shortcode in a text widget add this to your theme functions.php:

    add_filter('widget_text', 'do_shortcode');

    Add this code above to fuctions.php between the <?php and ?> tags. A good place would be either at the very top or the very bottom of the file. Once you’ve done this you should be able to use shortcode in widgets now.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin only works when another unrelated plugin is active’ is closed to new replies.