Tom
Forum Replies Created
-
I edited my previous message, not sure if you saw the old API urls I found in the code!
What is the API URL it calls to return the JSON? So I can manually put in the URL with my API key into my browser to test keys.
I searched the github for “gdata.” and found this old API url that no longer works
https://github.com/futtta/wp-youtube-lyte/blob/6418ec75113dddb80a166aa27db8574c53240f45/wp-youtube-lyte.php#L417The same for:
https://github.com/futtta/wp-youtube-lyte/blob/a14a58b98be4a1fbc056a46419a06c16a7006eb3/lyte/lyte.js#L28Ive tried a key that I use with another plugin, and Ive made a new key just for this plugin, both report the same thing, my quota use is at 0% im nowhere even near quota use.
Well, im assuming its all working, can you check?
https://piratemc.com/videos/Is where I have a buttload of videos
Figured it out, I moved Jquery slim from my wp_register_script in functions to the footer of my theme to try and improve my pagespeed in google, somehow this broke SupportCandy?
I built the theme, plugins update all the time so it would be impossible to know what is causing a conflict, that’s why im asking here!
This sounds like some serious tedious process, nothing major has changed at all, no JS changes it just stopped, im assuming when this plugin updated.
Forum: Plugins
In reply to: [User Blocker] Careful, this plugin breaks sites with lots of usersIncredibly slow query slowing down my website with only 5000 users.
Had to disable entirely because of poor SQL queries.Forum: Plugins
In reply to: [User Blocker] Careful, this plugin breaks sites with lots of usersDoes the same with mine, It just does a SELECT * users SQL query! makes the admin backend nearly unusable.
Forum: Plugins
In reply to: [MediaPress] Selecting existing media from WordPress MediaI’ve already got thousands of images uploaded into the normal WordPress Media system, I don’t want to have to re-upload to put them into galleries!
This should really be a priority to get fixed!Forum: Plugins
In reply to: [All-in-One Video Gallery] How do I edit the single video page?Aha nuts, this means I cant use Elementor free then, as they require a massive payment to do this in their pro version ??
No way this can be a shortcode so I can just do this using a free version of elementor?Forum: Plugins
In reply to: [MediaPress] Controlling upload v embed mediaI want to disable JUST Video uploads, I don’t want to disable Images uploads too.
Can you make separate options for Video/image upload toggles.
Forum: Plugins
In reply to: [Yoast SEO] Yoast slowing down WP admin load timesThis is a MASSIVE issue, I can’t edit any of my posts because of how terrible yoast destroys typing, I even disabled every single feature inside Yoast, no difference. Only when you entirely remove yoast that it removes the lag.
what is the best alternative to Yoast?
I built my theme from scratch, its only bootstrap.
I’m assuming you trigger something in Javascript, what should I be looking for in debug?
There seems to be quite a few bugs with Canned replies.
The “Add canned reply” button, when you press submit does not do anything it does not submit.
When clicking the “Canned Reply” link, there is no button to “add new”
As an admin, there is no way for me to see other admins canned replies to make them public/edit them.
Ah brilliant this was missing in my setup! Thanks.