supscout
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Image Sizes] Not all images regeneratedJust in case anyone is having the same issue:
I now solved it without the plugin through wp-cli (https://wp-cli.org/)
With this command:
https://developer.ww.wp.xz.cn/cli/commands/media/regenerate/Forum: Plugins
In reply to: [Regenerate Thumbnails] metadata is not being updatedI now solved it without the plugin through wp-cli (https://wp-cli.org/)
With this command:
https://developer.ww.wp.xz.cn/cli/commands/media/regenerate/Thanks for clarifying this remark in the changelog. One further question though:
You say “[…] all the plugins that are used to regenerate images […] can lead ShortPixel to optimize the images multiple times.”
Does the same apply to the wp-cli command “wp media regenerate” (https://developer.ww.wp.xz.cn/cli/commands/media/regenerate/)?
I don’t think it happend during my theme update…
But thanks for the link to the documentation. At least I was able to save the templates now.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] The plugin crashed my siteSame here. I asked my hosting provider and they do not block access and I am still having the error.
Can’t you provide a deactivate button for the location feature? I don’t need it for my implementation anyway…
Forum: Plugins
In reply to: [Amazon Associates Link Builder] The plugin crashed my siteSame happened to me with Plugin Version 1.5.2 and PHP Version 7.0.20
Forum: Plugins
In reply to: [Amazon Associates Link Builder] You are submitting requests too quickly.My php log is full of this message too. However, I am only using one shortcode (containing a maximum of 10 ASINs) per page view at most. Also there are only about 17 different shortcodes (containing different combinations of about 30 ASINs) on the whole website. I would expect that the plugin manages to provide this little amount of content without violating your own “Efficiency Guidelines”.
How about caching each ASIN info for 30 minutes and implementing a server-to-server update logic according to the allowed TPS and displaying cached content if updating takes too long?
Can I expect this problem to be solved for my use case as mentioned above or do I have to find a different solution?
Forum: Plugins
In reply to: [Amazon Associates Link Builder] css for custom template does not loadThanks for the reply.
I solved the issue. I did not realize that the custom templates are stored in the uploads directory for which I had special htaccess rules.
Done. Ticket No. is #5401
Thanks for the quick response and sorry for not looking in the FAQ.
However, I tried adding each configuration separately as well as both at the same time to the wp-config.php and the JS-File is still loaded twice. Any other idea?