Not Working on theme.
  • I have tried a few shortcodes and all I get is the same issue. The post are not going into the box, it is just posting them to the page. http://www.superiorcoatingsolutions.com/solutions/
  • Hi m8, this is a known conflict with Qualifire theme, caused by the very old version ( 1.3.2 ) of jQuery included from the theme. Open wp-content/themes/qualifire/functions.php and look for the line loading jQuery ( search for "1.3.2" )



    // load scripts
    function my_init_scripts() {
    if( !is_admin() ){
    global $qualifire_options, $current_slider;
    // Load jQuery scripts
    wp_deregister_script( 'jquery' );
    // **************Comment out the next line**************************
    // wp_register_script( 'jquery', get_bloginfo('template_url')."/scripts/jquery-1.3.2.min.js", false, '' );
    wp_enqueue_script('jquery');
    //..................


    Now this should work.

  • Tried this and it is still not working.
  • But it looks like tabs are working? http://www.superiorcoatingsolutions.com/solutions/
    Capture.PNG
    988 x 761 - 105K
  • I tried the fix but it did not work. Then I loaded a plugin called TheThe Tabs and Accordions activated it and wen to use it and all of a sudden it started working. when I disable the new plugin even though it is not even being used WPui is working. But my tabs are not auto formatting for longer tabs it is cutting off the title of the tab instead of making it 2 lines.
  • Looks like you just needed to re-save the options after all. :)

    You can try adding the argument "listwidth" to the wptabs shortcode, so that text is not cut off.


    // Below is the list width in px
    [wptabs mode="vertical" listwidth="200"]........
  • Thank you for all your help. One last question.
    Is there a way to make longer buttons 2 line rather then longer?
  • You're welcome :)

    Please try this snippet, it goes inside Options -> Advanced -> custom css.


    .ui-tabs-vertical .ui-tabs-nav li a {
    width : 80% !important; white-space : normal !important;
    }
Start a New Discussion

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Login with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Tagged