mpmchugh
Forum Replies Created
-
Any update or work-around on this? We also have and need AIOSEO Pro and are seeing the double brand image on product pages issue.
Forum: Plugins
In reply to: [JC Submenu] Any chance of a php 8 compatibility update?Scratch that. Once you switch back to php 8.x the “Replace Current item with Populated Items” is back stuck on again, so it’s definitely not usable with php 8. Very frustrating.
- This reply was modified 2 years, 12 months ago by mpmchugh.
I don’t see that anywhere as a permission in Members. It seems it might not be accessible in a Multisite install. Is there anyway around this? I’m just trying to let an SEO person edit Headers and Footer scripts some how without making them a full admin.
At the very least it’d be nice if a user could create/submit scripts but maybe not activate them.
- This reply was modified 3 years, 2 months ago by mpmchugh.
Hi @bruceallen,
That seemed to have worked. Odd it was just needed for this site and not the others. I typically install in a subdirectory to keep the hosting root tidy, as as there’s often other things installed as well on domains.
Thanks,
MichaelAny update on version 3.1.4?
I’ve got daily security warnings from Plesk about this 3.1.3 – Stored Cross-Site Scripting (XSS) issue.
No. Not getting the error creating a new site, nor cloning other sites.
Have only seen it on this one, which is a little bigger than the others.
I check with our host to see what the mysql max_allowed_packet is set to.
Any recommended setting for it?
Actually, I discovered that it’s an incompatibility with the Login with Google plugin which we were using for access to certain pages. It was forcing users to the Admin dashboard after login. I let them know about it, but they also have a function to handle a single redirect, which is all we needed for the time being on this.
Forum: Plugins
In reply to: [Log in with Google] Redirect after login@manthano thanks so much! That’s a big help. 🙂
Forum: Plugins
In reply to: [Log in with Google] Redirect after loginHi @manthano Do you have an example you can post here of how you implemented the rtcamp.google_default_redirect you mentioned? – Thanks!
Sorry, this fell off my radar until after installing a new update of yours.
The steps to reproduce are just having the Divi Builder Plugin installed along with Post Snippets. Did you install the Divi Builder to test with your Post Snippets plugin?
The !important declaration in your css as noted above breaks the Divi Builder’s own icon loading. Just being more specific in your css, by prefixing them with .post-snippets fixes the issue, as I described.
I keep having to re-apply the fix with your updates.
As this is an admin only issue, not sure why your adding the prefix would be an issue. It might also you to even remove the !important, which should rarely be needed, and never used so broadly as you are doing. Having your CSS more specific is always a good thing in cases like this.
Forum: Plugins
In reply to: [Popups for Divi] Close Popup on Gravity Form SubmitI managed to get this to work by placing this button and script as part of the confirmation message itself.
<a class="close et_pb_contact_submit et_pb_button" href="javascript:void(0);">CLOSE</a> <script> jQuery(document).on('click', '.popup a.close', function() { DiviArea.hide(); return true; }); </script>The script would not work from the head of the page, oddly.
Forum: Plugins
In reply to: [Popups for Divi] Close Popup on Gravity Form SubmitAlternatively, I’ve also tried just using a custom [CLOSE] button as part of the Gravity Forms confirmation message, but it does not work using either the “close” class or even “evr-close”.
e.g.
<a class="close et_pb_contact_submit et_pb_button" href="#close">CLOSE</a>This works if I just have it in the pop-up in the Divi builder as a test, but if it’s loaded as part of the Gravity Forms confirmation message after the form is submitted, it does not work. Clicking it does nothing.
Why would that be not working?
Sorry, but what do you mean by “make a PR with solution”? Not clear with “PR” refers to here.
Forum: Plugins
In reply to: [Admin Menu Tree Page View] Page re-ordering is not workingYes. It seem to have fixed it. Thanks!
Hi Kevin,
Thanks for the reply. I’ll certainly reach out to Elegant Themes, the Divi developers, but it seems Lazy Load for Videos is doing something very low level that would be difficult for them to work around. And then it would have to be dealt with individually by all the the other page builders as well—Elementor, WP Bakery, etc.I suggested the “by enclosing class” possibility, as there are other similar plugins that have such an option. Lazy Load for Videos seems to be the best at what it does, so I was just making the suggestion to improve it’s compatibility for more users.
It also might be worth considering making your plugin optionally use its own shortcode-—e.g. [lazy-video src=””] or something like that—-to only lazy load videos using the Lazy Load for Videos shortcode.
This would allow much wider compatibility, as it optionally wouldn’t be globally applied, and the user could use it as needed. i.e. people using page builders could just use the shortcode on their blog posts and none builder-built pages, for instance.
Another option to consider is a per page/post control that enables or disables Lazy Load for Videos for that page or post. A lot of caching plugins have options to disable their features on a per-page/post basis.
Either of these would make Lazy Load for Videos a lot more compatible with people’s specific site setups, themes and other plugins.
Thanks,
Michael