Taisa - Raquel García Arévalo
Forum Replies Created
-
I still had no time to check on this, I will as soon as I can.
Hi! I also just found this on a customer site. By chance I had it set up with a admin account created for the site owner, so it was no problem this time. But I think it is going to be a problem for other customers. My customers are quite basic with technology sometimes, and ask them to connect their google account is a big issue for them. Sometimes I create the Analytics and Search console for them and pass on them later. So I think it would be great to let this connected somehow and that they don’t need to do anything else.
Forum: Plugins
In reply to: [Media Sync] Nice! Just add to avoid webp images nowHi! Thanks for trying.
I was managing with the code I pasted before fine. Only I had to make it on batches from 5 or 10. I think it had problems with the largest files and PNG, some of them only worked on importing them 1 at a time. But maybe it was something on my server.
Anyway I just tried with your code and didn’t work, the .jpg.webp files still showed, and also it loaded the interface quite slow.
I am now almost done. It was a really great help anyway. Thanks!
Forum: Plugins
In reply to: [Media Sync] Nice! Just add to avoid webp images nowHi!
I am using Imagify that creates files with .jpg.webp extension.
I wanted to make it easier for me to really link and clean the media, so I tried to edit the code, added this and it worked for me to MediaSync.class.php. ??
// Only file name $file_name = $file->getFilename(); // If it contains image size at the end (i.e. -100x100.jpg) $is_thumb = preg_match('/[_-]\d+x\d+(?=\.[a-z]{3,4}$)/im', $file_name) == true; <strong>//Check if it is a .webp file $is_webp=preg_match('/webp/i', $file_name) == true;</strong> if ($obj_rdi->isDot() || $file_name == ".DS_Store" || $file_name == ".htaccess" || $file_name == "index.php" || $is_thumb <strong>|| $is_webp)</strong> { continue; }
- This reply was modified 4 years, 7 months ago by Taisa - Raquel García Arévalo.
- This reply was modified 4 years, 7 months ago by Taisa - Raquel García Arévalo.
Forum: Plugins
In reply to: [Brizy - Page Builder] front page backgroundI ended up going to the file by FTP and overriding it. I think there should be another way but still did not find it. Also, I think there were a lot of files on the server, on uploads/brizy, that I am not sure if they are in use.
Forum: Plugins
In reply to: [Brizy - Page Builder] front page backgroundGood question. I am just working too with a new customer… And can’t find where the option to change it is.
Forum: Plugins
In reply to: [Yoast SEO] Problem with Facebook recovering og:imageThank you! This this information I was able to solve it changing the option you said. It is good to know that this is an issue.
This is happening to some of my customers too!! ?? Not everyone. And I can not reproduce it.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Issue syncing mailchimp to woocommerceHi!
I am having also the same issues. But I don’t see anything else malfunctioning.
What can be causing this? Any idea?
Ok, it seems to be solved with the last updates.
Any idea? I can’t say to my customer that she has either the builder other the statistics… I need a solution, or we will have to use other statistics solution.
Hi!
It was already unchecked. I tried both options and still doesn’t work.
Also, I think this is a recent problem, with the last updates, and didn’t happen before. Is it like this? If I recall correctly, I have used before Divi Builder with WP Statistics activated.
Forum: Plugins
In reply to: [UpdraftCentral Dashboard] No sites shownThanks! I will look into this. I think I can manage.
Forum: Plugins
In reply to: [UpdraftCentral Dashboard] No sites shownOk, I just found out this and I guess it is indeed the problem.
I had only one on the original site, but changed the username for security reasons.
On the new site, I created a new user, because I restaured the other database first to check if I was able to recover the sites, and didn’t want the same login info. So I guess I must keep the user, if I don’t want to lose access to the sites again?
Is there no way to migrate the sites to the new user?
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Courses as Lead MagnetsHi!
I found out later that the status is related to the options “Digital” and “Downloadable”.
I also tried doing it so some people could start testing the course adding some manual orders, but now it shows as if I sold some courses and won some money that I didn’t… I tried to delete the amounts from the database, and I think can’t find all the fields. Into the product order, the detail is 0, and the total stays the same… ??