Hi,
Why isn’t this great module not getting any update ? Since latest php-versions the module is writing warnings.
For ex: php 7.2.6 – Notice: has_cap was called with an argument that is deprecated since version 2.0.0! Usage of user levels is deprecated. Use capabilities instead. in /var/www/html/wp/wp-includes/functions.php on line 4032
Best regards
]]>Hi Folks,
I’m trying to bring up content through my advanced custom fields inside of the content in a tab. Is it possible?
This is the code that I would like to get working:
<?php
$the_query = new WP_Query(array(
'post_type' => 'portfolioitems',
'posts_per_page' => -1
));
while ($the_query->have_posts()) :
$the_query->the_post();
endwhile;
?>
<div class="portfolio-item">
<div class="portfolio-image">
<?php the_field('portfolio_website_image'); ?>
</div>
<div class="portfolio-description">
<h2><?php the_field('portfolio_website_name'); ?></h2>
<p><?php the_field('portfolio_website_description'); ?></p>
<span><?php the_field('portfolio_website_hyperlink'); ?></span>
</div>
</div>
I’ve tried to modify wp-bootstrap-tab.php and I added the code between:
<p>[bootstrap_tab name="Tab 2" link="tab2-slug" ]</p>
my code here
<p>[/bootstrap_tab]</p>
but without success. So where should I put it?
]]>Is it possible to link directly to a specific tab. For example mysite.com/page#tab-2
]]>After Updating to wordpress 3.8 the tabs are not working with Customizr theme 3.1.5!Was working with wp 3.6 and Customizr 3.0.9
]]>Hi,
I’m having trouble getting this to work. I can only see one tab’s content if I put active=”active” in the shortcode, but even then when I click on say Tab2 or Tab3 nothing happens.
The link in the top of the address bar changes to #Tab2 and #Tab3 though.
I don’t have a live website as I’m working on this remotely just now – is there something else I can put to help resolve this?
Thanks!
Denise
]]>The tabs show “>” before every tabs
]]>Hi,
The plugin is causing error with Quform plugin, is it possible to disable the loading of the plugin in a specific page?
Thanks
]]>Hello,
I have two sets of tabs on a single page. They are both ended by [end_bootstrap_tab].
But on the second tab set, the tabs from the first set are included. As the site is in maintenance mode I can’t supply a link but it is like this:
First set:
tab1 | tab2 | tab3
Second set:
tab1 | tab2 | tab3 | tab1.1 | tab2.1 | tab3.1
Thus the first three tabs are added to the second set. The second set tabs links are tab4-slug, tab5-slug and tab6-slug.
How can I have two sets of tabs on the page?
Thanks!
]]>Just installed the plugin as well as the bootstrap css + js. When I click on a new tab the .active class is not being removed from the inactive tab(s).
So, once you click all the tabs (I have 5 on my test page), they all continue to have the .active class although the most recently clicked tab is in the front.
How can I fix this?
]]>I’ve installed this plugin, everything looks good and works except for one thing.
It doesn’t matter where I post the tabs, there’s always an empty <p> </p>
above the tabs, which creates a big empty space on the page and doesn’t look good at all.
I’ve installed the plugin on a different wordpress installation with a different theme and I still get that empty paragraph above the tabs.
That’s why I suspect it’s being created by the plugin.
Here’s the printscreen:
https://oi39.tinypic.com/291gl5x.jpg
(the paragraph is selected with a ‘developer’ addon on Firefox)
Hello,
I would like to know if is possible to change the style of all my tab titles. (e.g. change from normal text to h2 size, maintaining the plugin original colors)
If yes, can anyone post a “noob-mode” solution to me, please?
Thank you all.
]]>My goal is to place tabs within a page so that it creates a secondary set of navigation. From my reading I think this is possible, but I’ve hit my first snag and hope to get some guidance regarding what to expect in the way of future hurdles.
How do you set the width? I loaded the code into the page and it breaks the layout, pushing the sidebar and footer down, with the body color remaining as background. There doesn’t appear to be anything in the CSS for this…
I am developing this site at
Moving forward, what would make adding the repeater fields necessary?
Thank you
]]>Hello,
Nice ides to add bootstrap tab using a shortcode.
I tried to is, but i have many “br” who render befor the tab block.
And if I add it, it move the sidebar under the tab.
Any ideas ?
Thanks,
mike