Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you resolve this?

    I don’t see any tabs or bulleted list so on that page.

    Problem is, that the jquery code is missing ?!?

    go to put/put.php

    Around line 370:

    $tab_html = '<ul>' . $tab_html . '</ul>';
    		}
    		$jquery = "<script> jQuery(function() { jQuery( \"#".$this->get_tab_id()."\" ).tabs(); }); </script>";
    		// Reset the index
    		$this->index = 1;
    		// Increment the set index
    		$this->set++;
    
    		return $jquery.$before_html . $tab_html . $box_html . $after_html;
    	}

    should look like that in the End. I added the $jquery line and the $jquery variable in the return. Then it works…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Showing as bulleted list’ is closed to new replies.