Results 1 to 1 of 1

Thread: Adding Classipress Tabs to Page

  1. #1
    Thread Starter
    Junior Member lucabrasi's Avatar
    Join Date
    Jan 2011
    Location
    United States
    Posts
    36
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Adding Classipress Tabs to Page

    Hi All - Has anyone been able to add the native Classipress Tabs to a Page? I tried to add the code below and it doesn't work as I hoped. I would like to add the Tabs (with a border around it) similar to the Map/Contact/Poster Tabs on the sidebar of a single ad.

    If anyone has been able to add the native tabs to a page, can you please let me know and provide sample code?

    Thanks very much!

    Code:
    <div class="tabcontrol">
    
    <!-- test navigation -->
    <ul class="tabnavig">
    	<li><a class="selected" href="#block1"><span>Test Tab 1</span></a></li>
    	<li><a href="#block2"><span>Test Tab 2</span></a></li>
    	<li><a href="#block3"><span>Test Tab 3</span></a></li>
    </ul>
    <!-- end test navigation -->
    
    <!-- test tab 1 -->
    <div id="block1" style="display: block;"><strong>Test Tab #1 Text</strong></div>
    <!-- end test tab 1 -->
    
    <!-- test tab 2 -->
    <div id="block2" style="display: none;"><strong>Test Tab #2 Text</strong></div>
    <!-- end test tab 2 -->
    
    <!-- test tab 3 -->
    <div id="block3" style="display: none;"><strong>Test Tab #3 Text</strong></div>
    <!-- end test tab 3 -->
    
    </div>
    <!-- end tabcontrol -->

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [MOD NEEDED] Prevent a category from listing in home page tabs
    By joniboy in forum ClassiPress General Discussion
    Replies: 14
    Last Post: August 21st, 2012, 12:30 PM
  2. Two Classipress on separate tabs
    By thaiduong416 in forum ClassiPress General Discussion
    Replies: 2
    Last Post: January 25th, 2011, 10:42 PM
  3. Featured ads (sticky) in your home page tabs (tutorial)
    By moabi in forum ClassiPress General Discussion
    Replies: 3
    Last Post: January 20th, 2011, 03:16 PM
  4. Inserting tabs onto new page
    By dmyers in forum ClassiPress General Discussion
    Replies: 1
    Last Post: November 28th, 2010, 07:41 PM
  5. [MOD NEEDED] Adding new tabs on listings page
    By jlfaverio in forum ClassiPress General Discussion
    Replies: 1
    Last Post: November 22nd, 2010, 06:04 PM