diegpl
Forum Replies Created
-
Hmmm, I got it, that is it. Thank you very much! 😉
Mine has stopped working since yesterday as well, and my “global site tracking code” is on. What could be happening? Tks!
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Image sizes remover tool?Actually I would like just a plugin that work like https://wordpress.org/plugins/optimize-images-resizing/ used to do before, I do not need much more than that. Usually I buy pro versions at Codecanyon, because I feel safer there. However, I will hold on a little bit more, because many plugins for this task just stopped to work, so I am worried if that was due to a WordPress core change. Really thank you for your attention. For sure I will consider that when I decide to buy something to deal with my unused images. Thank you very much!
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Image sizes remover tool?That code did not even remove sizes that I turned off through ewww plugin…
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Image sizes remover tool?Weird. I`ve run the code you advised me and it actually just created more sizes over the current set sizes. So, will you pro plugin delete sizes that repeat and leave just the ones that are random? But will it keep all current set sizes? Even for the ones that are not being called through DB anywhere? Thank you! 😉
Forum: Plugins
In reply to: [Image Cleanup] Will not index images – Fatal errorHmm, sadly, the other one that used to do that has stopped working too: https://wordpress.org/plugins/optimize-images-resizing/
Forum: Plugins
In reply to: [Force Regenerate Thumbnails] Is Plugin AbandonedHi Pedro, I would like to know if I can use this plugin with no problem. I used to use this one: https://wordpress.org/plugins/optimize-images-resizing/
But it doesn`t work anymore.Forum: Plugins
In reply to: [Optimize Images Resizing] Not deleting image sizes – update required?Hi there, it is not working for me either. It actually delete some images, but the ones that are being used, leaving the not used ones. This plugin worked so greatly. I`m very sad it is not updated yet 🙁
However, really thank you for the time it was, developer! 😉Forum: Plugins
In reply to: [Network Shared Media (deprecated/unsupported)] Set just one shared websiteLike, how can I set just a specif blog id to be shared on this code? Or should I change another peace of it? Tks!
function __construct() {
global $blog_id;
$this->current_blog_id = $blog_id;/* copied from depricated get_blog_list */
global $wpdb;
$blogs = $wpdb->get_results( $wpdb->prepare(“SELECT blog_id, domain, path FROM $wpdb->blogs WHERE site_id = %d AND public = ‘1’ AND archived = ‘0’ AND spam = ‘0’ AND deleted = ‘0’ ORDER BY registered DESC”, $wpdb->siteid), ARRAY_A );$this->blogs = array();
$sort_array = array();foreach ( (array) $blogs as $details ) {
if ( !current_user_can_for_blog( $details[‘blog_id’], ‘upload_files’) || $details[‘blog_id’] == $this->current_blog_id ) continue;$details[‘name’] = get_blog_option( $details[‘blog_id’], ‘blogname’ );
$this->blogs[] = $details;
$sort_array[] = strtolower ( $details[‘name’] );
}
array_multisort( $sort_array, SORT_ASC, $this->blogs );
}Forum: Plugins
In reply to: [wp-webp Plugin] Not working in mozila and safari@gepetobio this would be awesome, because with ewww image optimizer plugin we could be free of heavier file sizes forever, save a lot of space on the server and even improve our SEO. Do you know about any other script or plugin to do that? Tks!
Forum: Plugins
In reply to: [wp-webp Plugin] Not working in mozila and safari@gepetobio but the plugin is exactly to work around this limitation, no? Tks!
Yes, it is on http://knott.com.br website. I`ve activated the plugin there, collected some data and sent you an email about my issues in order to realize the whole project budget. You were also added as my Google Analytics manager. Thank you very much!
- This reply was modified 8 years, 7 months ago by diegpl.
Named as “load” event, right? Tks!
Although reports are showing one section with transaction at “Shopping Behavior Analysis” there is no data between “All Section” and “Sections with Transactions” steps. Is that normal? If not, how can I fix that? Thank you!
And should the checkout page have this exactly url /checkout/ or can I have it as another url for a custom page set at xxx/wp-admin/admin.php?page=wc-settings&tab=checkout with the default Woocommerce shortcode ([woocommerce_checkout])?
Thank you!
- This reply was modified 8 years, 7 months ago by diegpl.