aaron13223
Forum Replies Created
-
Forum: Reviews
In reply to: [Login by Auth0] Avoid “Login by Auth0” – A Broken, Abandoned Mess! ??“Fatal Errors & Crashes” – What was the exact issue?
It mostly looks like a rant rather than a productive review. I could just say “It works for me” but I’d rather listen to you explain what exactly was the problem you faced?Forum: Plugins
In reply to: [Lazy Load for Videos] Vimeo: The embed code for this video is not validHey Kevin,
The url in the post editor is: https://vimeo.com/526338719/458ab0c2bc
This does embed normally when you’ve the plugin deactivated. Thanks again!
Forum: Plugins
In reply to: [Lazy Load for Videos] Vimeo: The embed code for this video is not validJust to add on this, I just checked the patch notes with the plugin update which mentions query params.
But it seems like the actual permalink is changed (I thought this might help)
Please let me know if you need any more info on this, thanks a lot!
- This reply was modified 3 years, 10 months ago by aaron13223. Reason: grammar
Forum: Plugins
In reply to: [Lazy Load for Videos] Vimeo: The embed code for this video is not validIt’s the same because the ahref link is also wrong “https://vimeo.com/526338719/458ab0c2bc”
So I don’t think the JS code will help. (But I checked anyway and it didn’t work)
Forum: Plugins
In reply to: [Lazy Load for Videos] Vimeo: The embed code for this video is not validHey Kevin,
Thanks a lot for the update, I just checked but it seems to have the same issue. The vimeo iframe tries to load the same video: https://player.vimeo.com/video/458ab0c2bc?autoplay=1&color=00adef (Which is the wrong one)
After updating, I did click on the update posts button in the plugin settings page. What do you think might be the issue?
Thanks a lot for your help!
Forum: Plugins
In reply to: [Lazy Load for Videos] Manual “Update Posts” to worklazy loading not happing, what happens if you reload the page and if you open the page in an incognito window?
It’s the same, The original YouTube video is loaded.
Also, when you click on “update posts” button and open a post with a YouTube video, the first time, the video doesn’t load at all, after you refreash again, the optimized thumbnail then shows up.
I’ve tried activating and deactivating plugins but the plugin still works the same way. Would you like some other information to find out the issue? Thanks a lot.
Forum: Plugins
In reply to: [Lazy Load for Videos] Video Opens in new TabHey Kevin,
Thank you so much for helping out. The JS and the YouTube video work perfectly. Thanks again and Happy New Year?
Forum: Plugins
In reply to: [Lazy Load for Videos] Video Opens in new TabHey Kevin,
Thanks a lot for the quick turnaround. The code is indeed not standard. It’s to fix the pagespeed error “Does not use passive event listeners”
Thanks again for sending out a plugin update. I did upgrade the plugin and I’m using WP5.6 but it didn’t fix the issue, It’s still opening the YouTube page. I also disabled my caching plugin and cleared all the cache but that didn’t change anything.
In the end, I tried removing the passive event listener JS and it did fix the issue. I would be really glad if there’s way to still use that JS since pagespeed will start reporting the error again. Please suggest, thanks a lot.
Forum: Plugins
In reply to: [W3 Total Cache] Lazy Load Exclude issueHey Marko,
Thank you so much for your help. I’m sorry that I didn’t pay anough attention to figure out that the
loading="lazy"
was being added by WordPress.Again thank you so much for helping out.
Forum: Plugins
In reply to: [AMP] Very Slow Loads and Long Query times on Dashboard@westonruter done! Thanks a lot.
Forum: Plugins
In reply to: [Block Lab] Migration Issue to Genesis BlocksHey @ryankienstra,
Really sorry for the late reply. It seems like you need a lot of patience for this. Whenever I was trying to migrate, it would break the website and gave 504 error.
However by using this code in wp shell I could see that the migration was working as the posts were going down every time I ran it:
count($GLOBALS['wpdb']->get_results( $GLOBALS['wpdb']->prepare( "SELECT * FROM {$GLOBALS['wpdb']->posts} WHERE post_type != %s AND post_content LIKE %s", 'revision', '%' . $GLOBALS['wpdb']->esc_like( 'wp:block-lab/' ) . '%') ));
Just that it was slow. It took more than an hour to migrate 2400+ posts, but now it’s done!
Thank you so much for your help! Have a great day.
- This reply was modified 4 years, 6 months ago by aaron13223. Reason: added count
Forum: Plugins
In reply to: [AMP] Very Slow Loads and Long Query times on DashboardHey there,
I’d like to apologize for wasting your time. I just found out the issue. I was looking into db optimization and found out that a lot of the WP db tables were using the MYISAM engine. As soon as I altered the table to use the INNODB engine, the slow query vanished throughout the WordPress dashboard in the AMP Plugin.
Thank you so much for your help. And I apologize again for the extra time and work invested by you guys into this. Thanks a lot!
Forum: Plugins
In reply to: [Block Lab] Migration Issue to Genesis BlocksHey Ryan,
Thank you so much for the help!
When I try the wp shell method, it just hangs and doesn’t show anything. I’ve to press “ctrl + c” to exit the shell.
Suprisingly, there are no errors generated in my nginx log and my php-fpm log as well. Because I increased the timeout limits in both php and nginx, the connection timed out error is also not shown. Using the migration method in the dashboard, it also just hangs there and nothing happens and the blocks are broken throughtout the website.
- This reply was modified 4 years, 6 months ago by aaron13223. Reason: spelling mistake
Forum: Plugins
In reply to: [Block Lab] Migration Issue to Genesis BlocksHey Ryan,
Sorry to trouble you again. I’ve another similar website which is based on a totally similar server and is setup the same way.
It also has 2500+ posts and is basically full made on block lab blocks. I can’t seem to migrate the blocks there as well. I tried the wp shell, increasing ram, execution time in php and nginx, but nothing seems to work.
Can you please help me out with this? I tried multiple times just like on the other website..
Thank you so much!
Forum: Plugins
In reply to: [Block Lab] Migration Issue to Genesis BlocksHey Ryan,
For some reason, It worked this time by normally migrating through the wordpress dashboard……
I checked everything else seems totaaly normal and functional.
One quick question, genesis blocks aren’t going anywhere, right??
Thank you so much for your help!!