404
Forum Replies Created
-
Forum: Plugins
In reply to: [Widgets In Tabs] Not compatible with siteorigin widgetsThere must be a conflict of scripts on your website.
Forum: Plugins
In reply to: [Widgets In Tabs] Heavy Load?It uses WP API to load needed scripts. This means it is always lite but could be liter if you disable some features.
Please let me know if it loads unnecessary scripts.
Forum: Plugins
In reply to: [Widgets In Tabs] Plugin could not be activatedYou need to either Upgrade PHP to 5.4.0 or edit that line to use a variable instead of directly dereferencing the array returned by the function.
Forum: Plugins
In reply to: [Widgets In Tabs] PHP Parse Error when upgrading to 2.2.1Thanks for reporting this issue. Your PHP version must be below 5.4. I am initializing an array using
[]
rather thanarray()
. This should be fixed in 2.2.2. If you are eager to try the new version, edit that line manually for now.Forum: Plugins
In reply to: [Widgets In Tabs] Update to 2.2.1It looks like you have conflicts in your setup. Try checking your browser’s console for a start. Then maybe try disabling other plugins or using a default theme.
Forum: Plugins
In reply to: [Widgets In Tabs] Error with plugin Crayon Syntax HighlighterThis should be fixed in 2.2.1. The issue was not related to Crayon Syntax Highlighter by the way.
Forum: Plugins
In reply to: [Widgets In Tabs] Can I use these as regular Tabs?Hi,
WIT is designed to display other widgets in a tabbed style, and cannot be used to display arbitrary content.
There exists many other plugins for that use case.However, I can think of one way that you can use WIT to display arbitrary content. Simply use Text widget to hold your content, then add as many instances of Text widget as you want to WIT.
Hope this helps.
P.S. Sorry for the late answer. Life is tough here.Forum: Reviews
In reply to: [Widgets In Tabs] Update soon?I’ve been busy lately. I hope I’ll be able to push an update soon.
Forum: Plugins
In reply to: [Widgets In Tabs] Unnecessary scripts loadingHi Thor,
Good point!
Thanks for the details. I shall fix this in the next update.Forum: Plugins
In reply to: [Widgets In Tabs] CSS and JS files are not loadingWIT is not compatible with butterbelly theme, because it displays widgets in a different way than the expected one by WIT.
I’ll see what I can do.Forum: Plugins
In reply to: [Widgets In Tabs] Sorry. No data so far.Hello,
Apparently, it’s a widget inside WIT, not WIT itself.
Looks fine on your website now.Forum: Plugins
In reply to: [Widgets In Tabs] Icons in titlesHi,
I think the JavaScript part of WIT is discarding those added
<i>
elements. You can verify that by disabling JavaScript and inspecting WIT’s html; the added<i>
elements should be there.I’ll check this further and see what I can do about it.
Forum: Plugins
In reply to: [Widgets In Tabs] Awesome !! But Feature Request~Thank you.
I’m trying to avoid style customizations and keep that for the selected theme. WIT is styled by your theme just like any other widget.
However, some customizations which are specific to the functioning of WIT (like opacity, outlining, ..) might be added in future versions.
Thanks for your feedback.
Forum: Plugins
In reply to: [Widgets In Tabs] How can I use WIT theme in screenshots?Actually, WIT does not have predefined themes. It’s styled by your current blog theme, just like any other widget.
Try changing your blog theme and see how WIT would look like.
Forum: Plugins
In reply to: [Widgets In Tabs] tabs opacity and colorThank you.
Currently there is no option for that, but might be in future versions.