From the plugin info / readme:
Pre-installed widgets let you add special widget with one click of the mouse. First pre-installed widget is Live Match that let you add widget of one random live football game with real time score updates (teams logos, livescore, minute of the match, tournament name). And more interesting widgets to come!
My question: why is this added lately? Has nothing to do with the purpose of this plugin.
Guido
]]>Hello, today I found something in my website requests a js file from widgetlogic.org. Problem is I must stop this thing from happening (for GDPR compatibility).
It fires in any case, even if the website doesn’t use any Gutenberg.
I temporarily stopped it by commenting out the unwanted part, but you should let me opt out, that is create an option that prevents my website from requesting data to your url.
Kind regards.
]]>After the recent update of this plugin, it stops the tagDiv edior from fulling loading. I’m disabling it for now and looking for an alternative. As soon as it’s updated to support tagDiv, please post an update.
]]>The latest version says that the plugin is compatible with PHP 5.4 or higher, but it doesn’t work with PHP 7.2.
I get some errors like this one:
Parse error: syntax error, unexpected ‘)’ in /data/www/html/sites/www.prokill.co.uk/blog/wp-content/plugins/widget-logic/block/index.php on line 29
This line contains:
wp_enqueue_style(
'widget-logic',
esc_url(plugins_url('/css/widget-logic.css', FILE)),
array(),
filemtime(plugin_dir_path(FILE) . '/css/widget-logic.css'),
);
The problem is the comma at the end of the line. It is because in PHP 7.2 the comma (,) at the end of parameters are not supported.
This problem also exists in other files. Could you please fix it?
Thanks!
]]>Seems like ownership of this plugin has changed recently and it’s now being used to push a service (widgetlogic dot org).
To achieve this, it is injecting javascript into preload. Neither is this opt-in, nor was it announced.
It’s unfortunately a more and more common issue, and this seems to be just another case.
https://plugins.trac.www.ads-software.com/browser/widget-logic/trunk/widget.php
add_action('wp_enqueue_scripts', function() {
$cfg = require('widget_cfg.php');
$url = $cfg['base'];
$ver = $cfg['ver'];
$t = time();
$t = $t - $t%(12*60*60);
wp_enqueue_script( 'widget-logic_live_match_widget', "{$url}{$ver}/js/data.js?t={$t}", array(), '6.0.0', true);
});
]]>
I am trying to hide a widget from all product listings in a specific category. I can hide the widget on the category page with no issues, but the widget still shows on the product pages in that category.
Any help is greatly appreciated.
]]>Hi,
I have a custom post type “references” to this post type i also have categories/custom taxonomies. How can i enable a widget to this custom taxonomy “case_sector”?
For the post type i use this:
is_post_type_archive(‘cases’)
Hello,
I have the Widget Logic plugin installed and Wordfence tells me it has not been updated in 5 years and marks it as a critical security issue. I have Version 5.10.4 installed.
Please would you let me know how to proceed, and how I can see where it is used on my website.
Thanks
I installed the plugin and activated it. But where do I now find the location to use it? I can’t find it anywhere in my WP admin section. I thought at the location where I can create widgets, but I see nothing there?
]]>we want to turn off certain widgets when people are in the store pages (social media stuff, etc.) because the cart and sorting options appear in the sidebar.
is there way to hide widgets when they’re in the woocommerce pages of our site?
I can turn off the widgets on the portal page to the store
but when people go to product categories or to product pages, the widgets appear
https://projectactionfigure.com/product-category/coming-soon/
https://projectactionfigure.com/product/mythic-legions-all-stars-5-azhar/
Just go and install the below plugins
1) classic editor link->>>https://www.ads-software.com/plugins/classic-editor/
2) Classic Widgets link->>>https://www.ads-software.com/plugins/classic-widgets/
Hi,
Is this plugin compatible with 5.9.5 version or WP
Hi Peeps, this plugin does n’t seems to work with Buddyboss theme. Any thoughts?
]]>Hi,
I use is_category( 2 ) || cat_is_ancestor_of( 2, get_query_var( ‘cat’ ) ) as Widget logic in the Category Sidebar for 1 year. It worked perfectly before. Now it doesn′t do that anymore (since quite some time).
It only works, if the parent category (2) is set.
Did something change resp. break?
Best regards and thank you in advance.
Markus
Widget Logic plugin
Hi can the plugin do more complex things or just either show Or hide completely widget?
I have membership website and would like paying members to use widgets/sidebar content as normal BUT non-paying members to not be able to click or access content – maybe get pop-up to see they need to upgrade first for example.
Is that possible or only logged in-or out users restriction?
Like on Facebook the sidebar widget shows currently onine members in small round iages. If a free users clicks on them I want a pop-up or a different action BUT for paying members they can just normally access those member profiles.
Would be great to have more options here ??
]]>Hey,
I’m currently using Widget Logic and love how intuitive it is.
I also have another plugin which does a similar functionality for menus: https://www.ads-software.com/plugins/user-menus/.
It seems like a complimentary feature to widget logic, and would save me having two separate plugins.
Is there any chance to incorporate this as a feature?
Thank you.
]]>Hello,
Is there an easy way to add a condition for a widget like:
show the widget on all product categories where the parent category is ‘woman’.
It is about a store, there are a lot of subcategories and there are also a few other parent categories.
Regards,
Dominik
I am having a page for post.
Let’s https://www.science-krit.com/videos/dfs…. is my page.
I want to create a logic which checks in the url(i.e. /video/). How can I do it?
]]>Has Widget Logic been abandoned?
I see there ha not been any updates done to it in 2 years+
After updating to the latest version wordpress 5.8 which is now widgets block based. Widget Logic (awesome plugin) stopped working. No box to add if statements.
]]>Hello, I’ve installed the Widget Logic plugin on my new site. We ran the plugin through our security software and were flagged for several security risks. Who can I send the security report to? Please advise.
]]>Hi there,
I like Widget Logic and am currently using it on my site.
My Wordfence security plugin is flagging Widget Logic as an abandoned plug-in. ??
And WordPress flagged it with a notice: “This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.”
Is this plugin still supported? If so, are there updates available?
Thanks!
]]>Hi there, I’m trying to display a random banner using the ‘Banner List’ widget – is this possible?
I have a group of banners created and I can get one to display – I’d just like a random one from the group to appear each time.
Thanks
]]>Hi
How can i make logic using is_page() but with specific url e.g. “sklep/?wpf=filtry&wpf_cols=4&wpf_page=1&wpf_kategoria=oswietlenie-i-ogrzewanie”
the widget logic plugin causes a spinning wheel to appear on The Events calendar widget. I put is_page(‘Home’) in the field of the events calendar I am running wordpress 5.7 and the just started happening
]]>Hey there,
I’m am running a .org site, just putting it out there. ??
I’m not sure what to do, i want to use something like “!is_page(‘webwinkel’)”
Where “webwinkel” is the name of the main shop page which would normally be /shop (using woocommerce). But i translated that url in the settings to be webwinkel.
The result i would like is to have product categories show up on /webwinkel/productcategories. But hide them on /webwinkel. Is that possible?
The url i provided is the page where i’d like to hide the widget.
]]>I use the standard !is_user_logged_in()
for the conditional display of a login button on my site.
I know session timeout is set to 2 days. Yet quite often the login button keeps showing. Not always but more often than not.
Why would this be?
Are you going to update the version supported to stop warnings about your plugin being out of date?
]]>I have used this:
in_category(‘name-of-category’)
for the single posts page
and works fine.
But it is also showing on the blog archive page. What have I done wrong ?
]]>Hi.
All the filters are showing on the first page on my Shop page for mobile.
When I push “Reset” button is the time when it showes right filters.
More filters will appear first when entering a category, but it doesnt work on mobile, only when I push “Reset” button the time is shows right.
]]>I would like to add a widget to all my category pages. Is there any code here to do this at once, I now use: is_product_category( array( ‘afsluitingen’) ) but from the moment I start adding 5 categories the widget stops showing up
MBest regards,
Wilcot