Jon
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap & Google News] Split month sitemap on specific number of postsHi, it is an approximate of 6000 6200 posts per month in the last 3 or 4 months.
If in the future it is going to be able to split by a number it would be very helpful.
Thanks for the help
I’m still trying to get it working but still can’t make it, I use the filter like this example
add_filter('webpc_uploads_root', function($path) { return 'n'; });but create the “n” folder inside the wp-admin folder
Any ideas how I could make webp files create inside the “wp-content/uploads” folder along with the original files?
I am going to try the filter you are commenting on, is the same function just change the name or do I need to use both filters?
about the files, the website files are separated, the bucket is only for the uploads folder
The code display this
Array ( [webpc_uploads_root] => /var/www/html/ [webpc_uploads_path] => /var/www/html//wp-content/uploads [_webpc_uploads_path] => wp-content/uploads [webpc_uploads_webp] => /var/www/html//wp-content/uploads [_webpc_uploads_webp] => wp-content/uploads )the reason i need the files to be in the same directory is because they are sent to a s3 bucket
this is a screenshot of last month’s folder and you can see a file and the webp version
I am using this filter
add_filter ('webpc_uploads_webp', function ($ path) { return 'wp-content/uploads'; });and I have not modified it since the first time I installed the plugin, the path should be the same, what I see in the message is it has double // before the wp-content
- This reply was modified 5 years, 11 months ago by Jon.
Forum: Plugins
In reply to: [WP-Polls] Multisite problemThanks for the answer, it’s already working, and the problem with the frontend was for the jQuery version, thanks again
Forum: Networking WordPress
In reply to: Add blog_id as post_meta on postThanks for the answer @nnikolov, its working fine
Forum: Plugins
In reply to: [Reaction Buttons] Not work on multisiteUpdate: I see this error on the console
Uncaught TypeError: jQuery.ajax is not a function at reaction_buttons_increment_button_ajax ((index):105) at HTMLLIElement.onclick ((index):504)Forum: Plugins
In reply to: [Reaction Buttons] Not work on multisiteThanks for the answer, I tried pressing the return key and worked, the only think I see about the multisite, is that in the secondary sites the plugin need configuration to work on.
About the reactions still does not work, check the link
Edit: I tried to configure on the secondary sites but don’t save all the changes with the return key, can I try to force the changes with other method?