Geek Goddess
Forum Replies Created
-
Thanks for your response to this @topfra. I had the same exact issue when updating. I just did a hard reload on my browser and everything showed up again. When I had looked in the console before that, there were some issues with react, so it was probably a JS change in the plugin that was cached. ??
Forum: Plugins
In reply to: [Search Exclude] Dashboard widget removalAll you have to do to remove ANY widget from the WordPress dashboard is to click the “Screen Options” tab in the upper right-hand corner of the dashboard and UNcheck the box for the widget. This goes for the Quadlayers “News” widget as well. 2 second fix. ??
Forum: Plugins
In reply to: [Search Exclude] Remove QuadLayers News?All you have to do to remove ANY widget from the WordPress dashboard is to click the “Screen Options” tab in the upper right-hand corner of the dashboard and UNcheck the box for the widget. This goes for the Quadlayers “News” widget as well. 2 second fix. ??
Thank you for the super fast response! ??
I’ll watch for the next update. Appreciate it!
Thank you for the super quick response, and I apologize for my frustration. But your plugin is installed on several of my client’s sites using multiple hosting providers and the problem has persisted on all of them. I finally went in and simply removed the action for the nag. I saw in some code you have the option to never show it again, but for this section, no. It’s supposed to be held in a transient, but for whatever reason, it is ignored.
I will say other than this annoyance, your plugin rocks. ?? But please allow it to be disabled in a more permanent way as I don’t believe it has anything to do with caching. It persists between logins many days apart and also when the admin dashboard changes from other updates.
Once again, thank you for the quick response.
Forum: Plugins
In reply to: [Max Mega Menu] Updates related to WP 5.5Hi Tom,
Ahhh…this is a client’s site. Thank you for pointing me in the right direction. They are on 1.3.12. It’s not showing it needs an update. How do I do that for them? It looks like perhaps they need to purchase a new license for updates? Please let me know and I’ll get them taken care of.
GG
Forum: Plugins
In reply to: [Max Mega Menu] Updates related to WP 5.5Was also having issues with Megamenu where the “add menu items” accordions were NOT opening up. I had to install the “enable jquery-migrate” plugin in order for them to work again. The enable jquery-migrate plugin is flagging Megamenu for these errors now:
/wp-content/plugins/megamenu-pro/assets/admin.js: jQuery.fn.live() is deprecated
I **think** live() can just be replaced with on() from what I recall…
By the way, 5.5.1 did not fix this issue. ??
Forum: Plugins
In reply to: [Disable Gutenberg] 5.5 Unable to EditYou should be able to replace the live() function with the on() function and the error should go away. Since the theme is no longer being updated, you don’t have to worry about editing a core file to fix it.
Just go to that file and change this:
$ptemplate_select.live('change',function(){
to:
$ptemplate_select.on('change',function(){
and see if that fixes your issue.
Hi @ianmjones , I appreciate your looking into this. I posted your response in the support forum for XTheme and gave them a test site to see what was going on. They were able to see there was an issue and have added it to their issue tracker to get it resolved. I will post an update here when it is resolved and any other comments they might make as to what the issue was/is.
I heard back from Themeco support and they are thinking it’s something in your plugin and not their update, specifically they state the following:
X only gets the image URL for the header logo in the WordPress’ options table. I believe the Offload S3 plugin changes the URLs in that table. I’m not exactly sure so please confirm this or ask the Offload S3 support if they have such a feature. If they do, please ask them why the header logo URL’s not updated. Specifically, the option_name of the header logo is x_logo.
I don’t really think this has anything to do with it because I think your plugin filters the output AFTER it’s retrieved…but it seems something has happened to the priorities perhaps of when the filter gets processed in the header…. Just trying to give you as much info as I can.
Sorry…
Here is the proper code:
It’s showing up this way…
<img src="/why-people-quit-main-assets/2019/03/MM_Logo_Dark_Blue.png" alt="MEMBERSHIP MULTIPLIERS">
But it should show up this way:
<img src="https://s3-us-west-2.amazonaws.com/why-people-quit-main-assets/2019/03/MM_Logo_Dark_Blue.png" alt="MEMBERSHIP MULTIPLIERS" width="544" height="204">
Thank you for the reply! ?? Here is how it is currently showing up:
It SHOULD be:
It’s leaving off the first portion of the S3 URL. Please note the only place I’ve seen this happen is with the header logo on the sites. Other rewrites are being filtered correctly by your plugin.
Forum: Plugins
In reply to: [Speed Kit] How to turn off error loggingMarking this as resolved. ??
Forum: Plugins
In reply to: [Speed Kit] How to turn off error loggingThank you! I’ll watch for a plugin update to be pushed out. ??
Forum: Plugins
In reply to: [GG Infucaptcha reCaptcha for Infusionsoft] Get it working?…No problem! At least we found what the issue was. ??