tabbervilla
Forum Replies Created
-
Forum: Reviews
In reply to: [WordPress Post Tabs] I like it ButThanks a lot for the feedback and inputs. I can assure you that the next update of this plugin will have the fixes.
Once again thank you for the review.
Forum: Plugins
In reply to: [WordPress Post Tabs] Changing my Drop-down menuThanks for sharing the expectations with so much details.
The premium version of WordPress Post Tabs plugin comes with ‘Nested Tabs’ as well as ‘Active Tab’ options. I hope these two options will be useful for you in achieving the expected result.
Nested Tab – It is like set of tabs inside one tab. You can have any level of nested (looks like sub-tab) in either one, two or all the tabs. Demo of nested tab is available on the Pro page (link below)
Active Tab – In the tab shortcode, you can pass a parameter to keep any specific tab open as per your choice. So by default, that particular tab will remain open. There is also an option to keep all the tabs collapsed by default.
Please take a look at the premium version of Post Tabs plugin and let me know your thoughts.
http://tabbervilla.com/wordpress-post-tabs-pro/features/
Regards
Forum: Plugins
In reply to: [WordPress Post Tabs] tabs are jumping down on pagePlease spare some time and give WordPress Post Tabs a good rating in repository. Thanks for your valuable time.
Forum: Plugins
In reply to: [WordPress Post Tabs] Gap between text and start of tabsI am sure that the QuickTag button must worked for you. Thanks
Forum: Plugins
In reply to: [WordPress Post Tabs] tabs are jumping down on pageThanks for activating the same. It appears that you have set the option “Reload on click” on Post Tabs settings page. Un-check that field and save changes.
Let me know if it helps.
Forum: Plugins
In reply to: [WordPress Post Tabs] tabs are jumping down on pagePlease activate the plugin on your site as it appears that right now you have deactivated the same. Once you will activate, let me know as I will check the issue over there. I just tested the same scenario on one of my site and there is no such issue.
Waiting for your response.
Forum: Plugins
In reply to: [WordPress Post Tabs] tab not working on homepageIf the homepage is not like a page used a front page but probably showing list of articles using index.php. In that case, you can use WordPress Post Tabs template tags to embed the tabs easily.
Template tag to embed tabs inserted in a custom tab with post id ’11’ is,
<?php if ( function_exists( 'get_custom_wordpress_post_tabs' ) ) { get_custom_wordpress_post_tabs($post_id='11'); } ?>Here is the guide for Post Tabs PRO but you can apply the same steps to embed Free version as well.
http://guides.tabbervilla.com/wordpress-post-tabs-pro/implementation/how-to-embed-tabs-using-template-tag/Let me know if it helps.
Forum: Plugins
In reply to: [Smooth Slider] 2.5 does not work with 3.9.1We have tested Smooth Slider 2.5 with the latest version of WordPress i.e. 3.9.1 and it works perfectly fine. Because we released an upgrade after so many days and made few changes in core JS and CSS Files, I would suggest following things after an upgrade.
Once you upgrade Smooth Slider, follow below steps
- Go to the Smooth SLider Settings page and hit Save button for once
- Clear browser cache
- Clear server cache or CDN Cache (if using any)
Let me know if it helps.
Forum: Plugins
In reply to: [WordPress Post Tabs] Version 1.5 Tabs not working in WidgetsWe have tested the widget and it works perfectly fine. If you can send a temporary admin access to our support email ID support@tabbervilla.com, that will help us in fixing the same from our end.
Forum: Plugins
In reply to: [WordPress Post Tabs] Gap between text and start of tabsUse QuickTag button to insert the shortcode and then populate the tab content area. You will not see any spacing above the tab menu. Let me know if it helped.
Forum: Plugins
In reply to: [WordPress Post Tabs] Tab in the Admin MenuI didn’t get the requirement ‘admin menu bar items in lightbox’. Please elaborate so that I can provide a fix for the same. Thanks for your patience.
Forum: Reviews
In reply to: [WordPress Post Tabs] does not work and no supportWordPress Post Tabs is now owned by TabberVilla and you will not experience similar delay in support answers. Apology for the inconvenience.
Forum: Plugins
In reply to: [WordPress Post Tabs] Slightly broken HTMLThanks for notifying the same, we will fix this typo in next update.
Inserting the tabs using QuickTag button is the best way to get tabs and tab content without any extra <p> tags or </br> tags. Use QuickTag button to insert the tabs.
Anyway, thanks for sharing the workaround and fixes.
Forum: Plugins
In reply to: [WordPress Post Tabs] Any way to center the tabs?Hi,
You can move the tabs to center by following the below step. Go to the Post Tabs settings page ==> Miscellaneous section ==> Add the below CSS in the “Custom Styles” box and save the changes.
.ui-tabs-nav {margin-left:200px !important;}You may change the value as per your requirement. Let me know if it helps.