Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Thomas Griffin

    (@griffinjt)

    Add this to your theme’s functions.php file:

    add_filter( 'widget_text', 'do_shortcode' );

    That should fix the issue for you.

    Thread Starter jf80

    (@jf80)

    Thanks for that!

    Slider is displaying but its a bit strange:
    http://aerobars.org/

    any ideas?

    Plugin Author Thomas Griffin

    (@griffinjt)

    Your theme has some odd styles. Try adding this to the style.css file of your theme:

    .soliloquy-container .soliloquy-control-nav li { padding: 0 !important; margin: 0 0 0 5px !important; border: 0 none !important; }
    .soliloquy-container .soliloquy-direction-nav { padding: 0 !important; }
    .soliloquy-container .soliloquy-control-nav li a, .soliloquy-container .soliloquy-direction-nav a { width: auto !important; float: none !important; }

    See if that fixes some of the style issues for you. You also need to set your height a little bit taller for the images.

    Thread Starter jf80

    (@jf80)

    Thanks. I’ve changed the height was has made an improvement but the rest still doesn’t look right.

    Worked great for me. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not working in sidebar with text widget?’ is closed to new replies.