Open /wp-content/plugins/widgets-in-tabs/widgets-in-tabs.php
Search for:
if ($isAnimate)
Below this line is the list of jquery javascript effects which this plugin loads.
You can remove every effect that you don’t need.
For good measure we will also remove the unneeded effect options from the admin panel.
Search for:
private $effects = array(
Same as above, you simply remove all effects that you don’t use.
This is mainly intended for beginners, so i should probably also mention, that this needs to be redone everytime the plugin get updates.
]]>Hi,
Thanks for a great plugin!
I have only one problem, the WIT text does not use the same color as used in main styles.
The unhovered (not sure what it’s really called) color, is a very very light grey that is almost impossible to see, until you hover with your mouse over the title.
How do i change the unhovered/standard color of the WIT widget text ?
]]>Searched but can not find a way to do this.
Thank you. (using short codes)
]]>Hi,
first of all, I really love your plugin.
And i do want to use it more than once in my sidebar showing different categories over different areas.
Can I add more than one WIT to the same sidebar?
Thanks a lot!
]]>I just updated to version 2.2.1 from 2.2.0 and my site broke so had to roll back. The error in the log was:
PHP Parse error: syntax error, unexpected ‘[‘ in /var/www/vhosts/…/wp-content/plugins/widgets-in-tabs/widgets-in-tabs.php on line 573
This server is running PHP version 5.3.3
My PHP isn’t great but wondered if it was a non supported method in PHP 5.3.3 or something. Any ideas?
]]>I am using Indeed.com countrywise job roll code in many tabs of WIT. But data is loading only on first tab itself. Is that because of not reloading while clicking on the tabs ?
this is my page
]]>Double title appeared and can’t click.
]]>Is there a lite version? This must have added 20+ extra requests and a chunk of JS animations ??
]]>Hi!
Just wanted to notify that download button here at www.ads-software.com states version 2.2.1, but once you download you get version 2.2.2.
Guess it’s no big deal, but still quite confusing.
]]>Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected ‘[‘ in /cpanel-home/qualitys/public_html/wp-content/plugins/widgets-in-tabs/widgets-in-tabs.php on line 573
WordPress 4.5.3 running
]]>I have installed and acivated WIT plugin on under main content of my website. But it doesn’t work. Anyone can help me please?
]]>Hi,
The upgrade from 2.2.0 to 2.2.1 produces the following PHP error in the Apache error log. The parse error prevented my site from loading at all, with only a blank page returned (both the admin pages and normal pages).
AH01215: PHP Parse error: syntax error, unexpected ‘[‘ in /home/sites/domainname.co.uk/public_html/wp-content/plugins/widgets-in-tabs/widgets-in-tabs.php on line 171
I restored 2.2.0 from back up and restored functionality. I can replicate the issue each time I try to upgrade.
Please let me know if I can assist with fault finding.
Regards,
Narrf
Thanks for plugin and update.
On first try a tiny hiccup.
If there is a widget below the WIT widget the WIT widget expansion no longer pushes down the other widget.
But just could be my installation (local at present)
]]>Hello,
It seems there’s an issue with WIT when using the BootFrame Core theme. When adding a menu it shows “Untitled” for the actual menu even though the actual menu name is shown below. Also for the actual menu names, they have the following anchor #wit_undefined.
Here’s an image of the problem.
https://i.imgur.com/er7I2QT.png
Any help on getting this plugin to work with the theme?
Thank you.
]]>How to get to this section?
]]>Hi there,
I see that you have a great plugin and most importantly, you answer to questions and give support. So my question is whether I can use this in pages/posts to create regular tabs with different content.
I have tried several so far and most of them do not work properly and it has proved to be quite frustrating. Hoping I can use this as Tabs?
Thank you for your time..!
]]>Error with plugin Crayon Syntax Highlighter (https://www.ads-software.com/plugins/crayon-syntax-highlighter/)
Link1: https://i.piccy.info/i9/8f0b428c39e2d8067722d45124234d35/1436292094/36828/887339/1.png
Link2: https://www.ads-software.com/support/topic/error-with-plugin-widgets-in-tabs?replies=1#post-7153714
If I decide not to use animations in the widget, the animation scripts are still being loaded. This results in 11 unused scripts which is affecting the page load. This could be fixed with conditionals in Widgets_In_Tabs->enqueue_scripts() in widgets-in-tabs.php:162
]]>Hello! I’m using the theme TourOperator on bestgolfpackages.com.
Unfortunately I can’t keep the plugin activated when it isn’t working as the site is live. But I’m having the same issue as others with the tabs stacking instead of tabbing. I’ve tried disabling other plugins and it didn’t work. If you have any advice that would be great!
It also stretches the sidebar, so if you could let me know the correct css class/id that I can edit, that would be great! Thank you!
]]>Hello!
Please help me with this problem…
On my website, https://www.BetterFM.ro I have installed WIT plugin, but I have this error :”Sorry. No data so far.”! I tried to reinstall the plugin, I tried to install an old version, but still the same error! Please tell me how to fix this error!
Thank you! https://www.betterfm.ro
]]>Huge thanks for your work !
Is there a way to change the opacity or the color of the tabs without changing the entire background of the tab ( something like a daily agenda where the tabs are colored but the paper is white ). Thank you
Hello,
i’ve added this little snippet code to my functions.php file, in order to add some fontawesome icons in widget titles :
add_filter( 'widget_title', 'do_shortcode' );
add_shortcode( 'fa', 'so_shortcode_fa' );
function so_shortcode_fa( $attr, $content ) {
return '<i class="fa fa-'. $content . '"></i>';
}
working so far in normal widget area, but not with the widgets in the wit area, can you provide some help please to make it working ?
Sorry for my bag english…
]]>I saw “WIT in 2014 default theme” in screenshots.
How can I use WIT predefined theme?
Now, my WIT looks like “WIT in 2012 default theme”. I installed latest version.
Regards,
Dylan
I checked lots of multi tab widget including paid ones, then the conclusion is this one !!
I love this flexibility !!
However, I think that there are many people who are not good at CSS like me. If you add these feature, this widget would be perfect, and I will even pay for it.
* Title Customizing (font, size, color, alignment) – In my case(www.gonnector.com), title font size is not the same with others. WIT is third sidebar widget.
* Basic Outline Tab table form like ‘WP Tab Widget’ – It would be great, if WIT provied some tab table forms what Ultimate Shortcode plugin provides.
Thank you for making awesome plugin !!
Regards,
Dylan
Is there a styling guide anywhere?
Specifically I’d like to add borders to make the tabs look like actual tabs and change the font size/type.
Also my site is showing a bullet point on the second image in each widget:
https://www.theadventurebite.com
It does not do this outside of the WIT area as you can see above it.
Thanks!
Dani
]]>Hi,
Your plugin still work well on my web site, but when I load page with a width less than 900px make tabs fail working.
You can see it at https://www.lsa-clan.fr
Thx
]]>Hello,
I am looking for a way to be able to close all tablet the same time, in other words I would like to be able to add those functions :
If you have a tip on how to do this, I would be very grateful.
I would also be willing to pay for those features, if anyone is willing to send me a quote, that would be appreciated too.
Thanks
Greg
bonjour[at]gregorybelhumeur[dot]com
Hello,
I have a problem on my website. It seems like CSS an JS files are not loading. When i use the plugin to display my tabs, they are not displayed as tabs, they are displayed one below another.
Is there any solution ?
Link to the website : https://www.parlez-cites.net/webjournal/saint-exupery/
]]>Hi, when I try using this plugin, all the widgets just get listed on top of each other, not tabbed.
Link to the website
Thanks!
]]>Hey there,
I am currently using WIT in combination with WordPress Popular Posts. This all works great, except when I set the widget to use a dynamic height, the height appears to be too small, resulting in the bottom of the widget being chopped off.
Now this isn’t always a problem, sometimes on page load (tested on Mac in Chrome, Safari, and Firefox) all of my posts appear as normal, with the proper margin in between the WIT sidebar widget and the next widget after it.
Othertimes when the page loads the bottom of the widget gets chopped off (I do have overflow hidden on my sidebar widgets), but that shouldn’t matter since the dynamic height that jQuery is calculating should be exact.
This issue persists on my current version (1.3), but also on the latest version.
Could the plugin’s AJAX be an issue? Also is there a way to just not set a height and instead let it extend down (since widgets themselves do not have a set height).
Let me know.
Thanks,
Shane.