Shrinivas
Forum Replies Created
-
Forum: Reviews
In reply to: [Simple Adblock Notice] Beautiful notice :)Please let’s know your website so we can check the issue.
Forum: Plugins
In reply to: [Swifty Bar, sticky bar by WPGens] Getting jQuery Error On HomepageHello Goran,
Thanks for the fix, not getting error now.
Forum: Fixing WordPress
In reply to: Tag Cloud Not Showing Properly in Widget Since WordPress 4.4 UpdateI have registered 3 widgets for the footer using widgets_init function. I have called the widget_tag_cloud_args function in functions.php as mentioned earlier.
It was all fine till the wordpress 4.4 update.
Forum: Fixing WordPress
In reply to: Tag Cloud Not Showing Properly in Widget Since WordPress 4.4 UpdateYa, I can re-write the CSS for .wp-tag-cloud, no issue with that but why the tag cloud title (widget title) is not showing?
BTW I am using widget_tag_cloud_args filter in functions.php to restrict the number of tags. Below is the code I am using-
function custom_tag_cloud_widget($args) { $args = array( 'number' => 20, //adding a 0 will display all tags 'largest'=> 18, //largest tag 'smallest'=> 10, //smallest tag 'unit'=>'px', //tag font unit 'format'=> 'list' //ul with a class of wp-tag-cloud ); return $args; } add_filter( 'widget_tag_cloud_args', 'custom_tag_cloud_widget' );
Forum: Plugins
In reply to: [Elegant Subscription Popup] popup not auto close when i click subscribe nowYa, it doesn’t auto close, this feature will be added in the upcoming version.
Thank you
Forum: Plugins
In reply to: [Elegant Subscription Popup] what is feedburner ID?Ya, you have to add your feedburner ID to make the popup appear.. For more information please refer Elegant Subscription Popup homepage
Forum: Reviews
In reply to: [Simple Adblock Notice] Doesn't work! (Update: Works)It worked for many, please read the description for more information and usage. Anyway thanks for your feedback!!
Forum: Reviews
In reply to: [Elegant Subscription Popup] It really worksThank you for your feedback rupesh.
Sorry for the delayed reply. I didn’t get the notification mail for this topic.
Can you share your website URL?
Forum: Plugins
In reply to: [Simple Adblock Notice] Work with wordpress 4.3.1?Hello,
Thank you your compliment. Hope you rate and share this plugin with your friends too.
Ya, off course I am actively working on this plugin.
Here is the plugin homepage https://techsini.com/our-wordpress-plugins/simple-adblock-notice/
This plugin only detects ADBLOCK PLUS and has been tested in IE, Firefox and Chrome.
Thank you
Hello Marcin Pietrzak,
Got the answer for my question.
We should use $wp_query instead of $query variable name to get the pagination to work. ??
Found it here..
https://stackoverflow.com/questions/14364488/wordpress-pagination-next-posts-link-on-custom-wp-query-not-showingThank you!
Hello Marcin Pietrzak,
Thanks for your reply, ya I want to add pagination for products. But the code is not showing the pagination links (both previous and next). Please help.
Thank you
Forum: Reviews
In reply to: [Simple Adblock Notice] No funcionaWe can only help if you explain about the issue (in English). The plugin only works with Google Adsense. For more information and FAQ plz visit https://techsini.com/releasing-simple-adblock-notice-2/
Forum: Reviews
In reply to: [Simple Adblock Notice] Doesn't work with recent wp update…The plugin was not working as the earlier adblocker detection method was no longer working. Updated the plugin with the new method now.
Forum: Reviews
In reply to: [Simple Adblock Notice] Does not work with WP 4.2.3The plugin was not working as the earlier adblocker detection method was no longer working. Updated the plugin with the new method now.