mpmchugh
Forum Replies Created
-
I was able to hide the 2nd occurrence with a “.pwb-single-product-brands:nth-of-type(2) { display:none; } ” declaration, but it’d be nice to get a real fix.
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 1 year, 5 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 1 year, 8 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!