Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Support
// 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');
//..................
// Below is the list width in px
[wptabs mode="vertical" listwidth="200"]........
.ui-tabs-vertical .ui-tabs-nav li a {
width : 80% !important; white-space : normal !important;
}
It looks like you're new here. If you want to get involved, click one of these buttons!