• Resolved Varunc

    (@varunc)


    I have installed this “Post UI Tabs” plugin, and used the following code

    [tab name="Your tab name 1"]Your tab content[/tab]
    [tab name="Your tab name 2"]Your tab content[/tab]
    [tab name="Your tab name 3"]Your tab content[/tab]
    [end_tabset]

    but tabs are working fine ONLY in “Home Page”, in Categories and Pages the tabs are not displayed, only the text are visible (see below – it looks as if the CSS file is missing)

    Your tab name 1
    Your tab name 2
    Your tab name 3
    Your tab content
    
    Your tab content
    
    Your tab content

    Do I need to change anything inorder to make the tabs work properly in Categories and Pages.

    https://www.ads-software.com/extend/plugins/put/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mark / t31os

    (@t31os_)

    Can you tell me which options you have set in the configuration page for the plugin, or take a screenshot if that’s easier.

    Do you have the archive option enabled?

    Does your theme have category and page templates, if so can you post them into pastebins or point me to the theme you’re using so i can see how the theme is handling pages and categories .

    It works here testing under the default theme.

    Thread Starter Varunc

    (@varunc)

    1) Yes, I have enabled “Archives” option

    2) My Theme has only “Page Template” and the code is as follows

    <?php get_header(); ?>
    
    		<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    			<div id="post-<?php the_ID(); ?>">
    
    				<div class="indent">
    
    					<div class="title-page01"><h2><?php the_title(); ?></h2></div>
    
    					<div class="text-box">
    						<?php the_content('<p class="serif">Read the rest of this page</p>'); ?>
    
    					</div>	
    
    					<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
    
    				</div>
    
    			</div>
    		<?php endwhile; endif; ?>
    
    <?php get_footer(); ?>
    Plugin Author Mark / t31os

    (@t31os_)

    I don’t see anything in the above code that could cause a problem.

    Have you tested with other plugins disabled to rule out conflicts between plugins, jQuery powered plugins being the most likely culprits. I’m not suggesting permenantly disabling, just long enough to determine if there’s any correlation between them being enabled and PUT not working as expected.

    EDIT: No further input from the original poster, marking resolved. Feel free to start a new thread if you require further help.

    a lot of things broke on one of my test installs too after upgrading to wp 3.2 – still investigating which plugins are involved, maybe this is the case here too?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Post UI Tabs] Tabs working only in "Home Page"’ is closed to new replies.