Forum Replies Created
-
AuthorPosts
-
Hi all,
I found out it was being caused by Copy and Delete Posts plugin, so deleted that and all good.Hi,
I’m having a similar problem. First I can’t add spaces using the spacebar. I’m still trying to work out which plugin is causing the issue.
If I disable all plugins I can add spaces, but if I add two spaces in succession the first space becomes a fullstop/period
Here’s a loom https://www.loom.com/share/019973a78e01420aaed81b19857b1ae5?sid=93d69c6c-2033-4b08-9feb-48bc5afaf97eRegards
Phil
Hi,
I’ve finally figured out what was happening.Cloudflare was blocking requests for admin-ajax.php – I’ve set a WAF rule to deal with that and it now loads fine.
Thanks for all your help.
Phil
Hi Ismael,
Thanks for your patience with this.
I have disabled WPERP on both staging and production. The editor loads OK on staging but still still not on production.
I have raised this issue with them, but they take time to respond. With WPERP disabled the error no longer show, but the editor still doesn’t load.
I also see other errors on production:
Failed to load resource: the server responded with a status of 403 () admin-ajax.php:1
Failed to load resource: the server responded with a status of 404 () editor.css:1Could that be contributing to the issue
Thanks
Phil
- This reply was modified 3 weeks, 2 days ago by philthebass.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.March 24, 2023 at 12:28 pm in reply to: Prevent Enfold From Forcing Gravity Forms Fields To Full Width #1402291Thanks Nikko,
That’s fixed it :-)
Regards
Phil
March 24, 2023 at 10:33 am in reply to: Prevent Enfold From Forcing Gravity Forms Fields To Full Width #1402269Sorry Nikko,
It had GF Registration Addon enabled. That’s off now so you can see the form.
Regards
Phil
March 23, 2023 at 9:27 am in reply to: Prevent Enfold From Forcing Gravity Forms Fields To Full Width #1402118Hi Nikko,
Sure. Have posted privately as requested.
This has the hacky !important fix in the Quick CSS
/* Hack to fix field widths in GF and Enfold */
.gform_wrapper.gravity-theme .gfield input.small, .gform_wrapper.gravity-theme .gfield select.small {
width: calc(25% – 16px * 3 / 4)!important;
}I can disable that if you need me to.
Thanks
Phil
March 22, 2023 at 6:19 pm in reply to: Prevent Enfold From Forcing Gravity Forms Fields To Full Width #1402036Just a follow up, I’ve hacked my way around this by adding the following to the theme’s Quick CSS, but it’s hacky
/* Hack to fix field widths in GF and Enfold */
.gform_wrapper.gravity-theme .gfield input.small, .gform_wrapper.gravity-theme .gfield select.small {
width: calc(25% – 16px * 3 / 4)!important;
}
I’m having to use a few !importants; to work around styling particulaly Gravity Forms.Does anyone have a more elegant solution?
Thanks
Thanks Rikard. I’ll try that.
What’s odd is the theme wasn’t auto updated. My Envato key looks ok, so I’m not sure why I haven’t been prompted to update before.
Regards
Phil
Hi Ismael,
After a couple of hours of disabling plugins and re-enabling one by one, it looks like AddThis plugin was causing the issue. It hasn’t been updated in 3 years!
To get around this I’ve installed the code in the header manually and that seems to work.
Thanks for your help.
Regards
Phil
Hi Rikard,
It seems to be intermittent and I get the same issue on Safari, Chrome and Firefox on both desktop and mobile.
The first time a product is added during a fresh session, it is not added to cart. Try a second or third time and then it’s added.
The moment I disable Enfold and use 2022 the issue goes away.
I’ve attached a video showing the fail the first time.
What’s worrying is that it’s intermittent and I don’t see ant console errors.
I’ve also updated to the latest version of Enfold. Still have the same issue.
Regards
Phil
Thanks Rikard,
I’ve renamed the container to old-shortcodes for now and that seems to fix it. What’s odd though is the exact same files exist on staging but the page was OK.
For consistency, I’ve renamed it on staging as well.
Thanks for your helpRegards
Phil
Hi Rikard,
Thanks. Where do you see those overrides?
Regards
PhilHi Rikard,
Details in the private content.
With thanks
Regards
Phil
Thanks Ismael,
I copied it from the forum and that works nicely.
Thanks for your help.
Regards
Phil
Hi Ismael,
I tried that but it breaks the site if I add it to the child functions.php
“There has been a critical error on this website.”
Hi Rikard,
We managed to fix it like this
`@media only screen and (max-width: 1300px) {
.responsive #top .av-menu-mobile-active {
text-align:center
}
.responsive #top .av-menu-mobile-active .mobile_menu_toggle{
display:inline-block
}
.responsive #top .av-menu-mobile-active .av-subnav-menu{
display:none
}
.responsive #top .av-menu-mobile-active .av-subnav-menu.av-open-submenu{
display:block
}
.responsive #top .av-menu-mobile-active .av-subnav-menu > li {
display: block;
border-top-style: solid;
border-top-width: 1px;
padding: 0;
}
.responsive #top .av-menu-mobile-active .av-subnav-menu > li:first-child {
margin-top: -1px;
}
.responsive #top .av-menu-mobile-active .av-subnav-menu > li > a {
border-left: none;
padding: 15px 15%;
text-align: left;
}
.responsive #top .av-menu-mobile-active .av-subnav-menu > li a::before {
content: “\25BA”;
position: absolute;
top: 15px;
margin-left: -10px;
font-family: ‘entypo-fontello’;
font-size: 7px;
}
.responsive #top .av-open-submenu.av-subnav-menu > li > a:hover,
.responsive #top .av-subnav-menu .current-menu-item a:hover .avia-menu-text {
color: #53565a;
}
}
RegardsThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi
We have billing enabled. As i said in my note above, everything is set up as it should be with a valid API and a billing account set up.
It looks as though the wrong API is being used even though we’ve treble checked it and cleared caches several time.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Victoria,
We’re using 4.7.6.1.
I can give you access to our staging site if that helps.
With thanks
Regards
Phil
-
AuthorPosts