MyThemeShopTeam / WP-Tab-Widget

WP Tab Widget is the AJAXified plugin which loads content by demand, and thus it makes the plugin incredibly lightweight.
7 stars 11 forks source link

=== WP Tab Widget === Contributors: mythemeshop Creator's website link: http://mythemeshop.com/ Tags: tabs, tab widget, recent posts tab, tabs widget, ajax tabs, ajax widget. Requires at least: 4.0 Tested up to: 5.5.3 Stable tag: 1.2.11 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

WP Tab Widget is the AJAXified plugin which loads content by demand, and thus it makes the plugin incredibly lightweight.

== Description ==

We know you always loved those tab widgets which have that lazy loading effect in them. We at MyThemeShop understand your need, and have developed a unique, cleanly coded, premium tab plugin. We are now distributing it for FREE to give back to the WordPress community. We have been given so much by the WordPress, it's the time to pay back.

WP Tab plugin is the only plugin you need to get the perfect tabs on your blog. We have made it AJAXified, so the content loads only when demanded, and thus it makes the plugin incredibly lightweight. It loads before you could even blink your eye. If you're a website owner, you always want your visitors to stay longer on your website. With WP Tab plugin, you could do it in a simple way. Install the plugin, configure the widget and let your visitors find the best content on your website in the sidebar without struggling to actually search for it.

= Live demos: = See WP Tab Widget in action on our demo pages: http://demo.mythemeshop.com/truepixel/

= Why WP Tab from MyThemeShop: =

= Support =

All support for this plugin is provided through our forums. If you have not registered yet, you can do so here for FREE
https://mythemeshop.com/#signup

If after checking our Free WordPress video tutorials here:
https://mythemeshop.com/wordpress-101/
&
https://community.mythemeshop.com/tutorials/category/2-free-video-tutorials/

you are still stuck, please feel free to open a new thread, and a member of our support team will be happy to help.

Support link:
https://community.mythemeshop.com/forum/11-free-plugin-support/

= Help to make it better =

MyThemeShop is a premium WordPress theme provider and we develop premium plugins in our free time and distribute them for free to give back to the community. Though we take a lot of care while developing anything, we might have missed something useful/important. Please help us make it better by submitting the bug/suggestions/feedback on GitHub.

GitHub link: https://github.com/MyThemeShopTeam/WP-Tab-Widget

= Feedback = If you like this plugin, then please leave us a good rating and review.
Consider following us on , Twitter, and Facebook

== Installation ==

This section describes how to install the plugin and get it working.

  1. Upload the wp-tab-widget folder to the to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. You can see WP Tab Widget by MyThemeShop widget in widgets section.
  4. Add it in sidebar and footer and configure as you want.
  5. Enjoy!

== Frequently Asked Questions ==

= Plugin is not working =

Please disable all plugins and check if shortcode plugin is working properly. Then you can enable all plugins one by one to find out which plugin is conflicting with plugin.

= Plugins is consuming too much resources =

The pageview is incremented on the database everytime a user visits a page but this can start getting quite expensive on high-traffic websites. We've added the filter wpt_sampling_rate which you can use to lower the sampling rate from the default 100%. Note that setting this value too low will result to innacurate pageviews.

` <?php

function wpt_my_sampling_rate( $rate ) { // Reduce the percentage of pageviews recorded to 80%. return 80; } add_filter( 'wpt_sampling_rate', 'wpt_my_sampling_rate' ); `

== Screenshots ==

  1. WP Tab Widget Settings
  2. WP Tab Widget

== Changelog ==

= 1.2.11 [Oct 31, 2020] =

= 1.2.10 [June 30, 2018] =

= 1.2.9 [June 29, 2018] =

= 1.2.8 (Apr 20, 2018) =

= 1.2.7 (Feb 03, 2017) =

= 1.2.6 (Jan 28, 2017) =

= 1.2.5 (Apr 06, 2016) =

= 1.2.4 (Mar 27, 2016) =

= 1.2.3 (Mar 22, 2016) =

= 1.2.2 (Aug 21, 2015) =

= 1.2.1 (Aug 19, 2015) =

= 1.2 (Oct 15, 2014) =

= 1.1 (Oct 1, 2014) =

= 1.0 (Mar 24, 2014) =