shannonr1
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Change default order statusThank you, that did it!
Cheers
Shannon
Hi Peter – sorry I missed your answer earlier, thanks for your detailed response. I suspect another user was the route, or possibly a LastPass hack a few months ago (goodbye LastPass). Fingers crossed (and Wordfence alerts to the max!)
Cheeers
Shannon
Second time this has happened to me. Here’s the error:
An error of type E_PARSE was caused in line 228 of the file /home/fwlmdddc2t71/public_html/wp-content/plugins/photo-gallery/booster/main.php. Error message: syntax error, unexpected ‘)’
Had to roll back. Please fix asap.Forum: Plugins
In reply to: [Classic Editor] cannot switch back to block editorYep same here – briefly toyed with the classic editor now Gutenberg cannot be found – was there any solution for this @silvy73 ?
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Download links brokenAny update here – this happens everytime there is a new version – the field names seem to change and I’m getting bored of fixing this each time.
I also hope for a resolution to this – unless the loading issue is fixed (especially scripts loading on pages it is not needed – i.e. home page) then we’ll seriously need to look for an alternative.
With MEC homepage load ~ 7-9 seconds, sometimes much more
Without MEC homepage load ~ 1-2 seconds
Sorry but NOT acceptable. Please fix ASAP!Forum: Plugins
In reply to: [Modern Events Calendar Lite] Plugin slowing down siteI have this issue too. I am using web optimisation tools (W3 total cache) and have a staging version without this plugin that loads 5-6 times faster. I would say this issue is NOT resolved.
OK – fixed it, I had the app set to ‘Live’ – all good now
My solution for now –
.um-icon-android-radio-button-off::before {
content: none;
}
.um-icon-android-checkbox-outline-blank::before {
content:none;
}
.um-icon-android-checkbox-outline::before {
content: none;
}
.um-field-checkbox-state, .um-field-radio-state {
position: relative;
}
.um-field-checkbox-option, .um-field-radio-option {
display: inline;
}
.um-field-checkbox input, .um-field-radio input {
opacity: 1 !important;
}Returns default UI elements.
Me too – no radio buttons or checkboxes are working
Have done – thanks for responding
& Apologies about the test account creds – didn’t know that was bad.
Nope – still not working, on V2.11.0
Hi thanks, pretty sure its not disabled. Its on the page but hidden because the css isnt showing it!
No the content is hidden
.um-account-tab {
display: none;
}
is not getting unhidden when relevant tab button is clicked…