Vulcain
Forum Replies Created
-
There is a conflict between your plugin and Hubbub lite. I sent a question in their support with no answer. It will be great to check from your part to see which plugin needs to be updated.
I found the problem, and it is caused by “Hubbub Lite” plugin. I have contacted them.
Thanks for your support, great plugin.
Yes, I tried logout/in, disabling, deleting the plugin and reinstalling.
I disabled the security plugin but I still have the same.
This is strange because it was working, it is installed in 10 sites in the same server with the same plugins and it is working on 1.
Yes 1, so I am trying to see why this one is working.
I am using cyberpanel with openlitespeed.Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Google maps error with integrationI already said in the first comment that it is working when I disable the integration for the service but you should correct by adding an addslashes to your code.
Forum: Plugins
In reply to: [Auto Amazon Links - Amazon Associates Affiliate Plugin] php 8.2I tried this version and it doesn’t trigger any error for what I see with php 8.2
However I don’t use it anymore because there are no results without API, just the category.
The function return only the url, not the title and not working with the search: [amazon_auto_links search=”WordPress”]
For now I have disabled the plugin and use the shorcode already in my posts with my own function that does the same, display the link.
function amazon_auto_links($atts) { if (isset($atts['asin'])) { $asin = $atts['asin']; $div = ''; $tag = 'bookmag03-20'; if (strstr($asin, ',')) { $asins = explode(',', $asin); foreach ($asins as $asin) { $div .= '<div class="amz-container"><a target="_blank" rel="nofollow noopener">Check Price On Amazon</a></div>'; } } else { $div = '<div class="amz-container"><a target="_blank" rel="nofollow noopener">Check Price On Amazon</a></div>'; } return $div; } } add_shortcode('amazon_auto_links', 'amazon_auto_links');
Did you find a solution to have the contextual, search, url, shortcode to work again with the text template?
For what I see SiteStripe has removed images but not the text link.
Why it is not possible to use the contextual ads with the text template?
Also all links using the shortcode are not working either.
[amazon_auto_links asin=”B0BLP1HYDS”]Same here, I have updated the settings default to take the text template that has no image but nothing is returned.
OK, it is working in widgets when I select the block “Adrotate” and the group id.
I was using the block “Adrotate Group” and selecting the group id here is not working.
Since the first block is working, that’s fine, I will switch from the Adrotate group block to the Adrotate block.Forum: Plugins
In reply to: [Plugin Load Filter] plf_queryvarsWow, I had 178kb on autoload in the plf_queryvars and now less than 3kb with the vars and options. Good job, you have now the best plugin.
On thing, try to add the word “disable plugins” somewhere in your description because this is the keyword I use to find such plugins and yours was quite difficult to find in the repository.
ok, I am not sure if I was blind or you have included it in your last updade but now I see the html code for the image. pretty good.
Forum: Plugins
In reply to: [WPS Cleaner] Content analysis in progress in media for 8 hoursSame here and now. no answer, no update.
the content analysis is in progress forever.
I tried this plugin to remove unused images and it does not work.Also, this is the result in the page
the local is US.
In the add unit by category, I can see products on the first page but if I refine on any other category, there is nothing.
https://ibb.co/xYzLwms
https://ibb.co/3S7pvDT- This reply was modified 2 years, 1 month ago by Vulcain.
I did a csv import directly in phpmyadmin and that worked perfectly well.
I want to try with a thousand ads that I was using with an old software Ad manager pro (non wordpress)thanks for the info anyway.