cranewest
Forum Replies Created
-
Forum: Plugins
In reply to: [LoginWP (Formerly Peter's Login Redirect)] Latest Update Crashed Site@mej We’ve performed the steps you outlined multiple times to try and resolve the issue, but it persists.
- Delete the current LoginWP plugin from your WordPress dashboard.
- Clear all caches (browser, plugin, and server-side if applicable).
- Reinstall and activate the latest version of LoginWP.
We’ve had to roll back to 3.0.86
@inpsydekrystian Is this “dedicated helper package” something that is publicly accessible for download so that others may use it?
We’re not using the WP-Optimize plugin or any other caching plugin. This issue appeared in v. 3.1.1 of the plugin. I will open a support ticket as you requested.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Fatal Error on v3.2.3@johnweru I submitted the ticket and have received no response. Also, I did not receive an email acknowledging the creation of the ticket itself. How should I proceed?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Fatal Error on v3.2.3@johnweru We have submitted a support ticket.
Forum: Plugins
In reply to: [WP Crontrol] Cron php version differs from WP versionI remembered we have SiteGround running the crons every X minutes so I think SiteGrounds cron system is the issue. Marking as resolved.
Forum: Plugins
In reply to: [Image Picker For Gravity Forms] Images sizes reducedWhat is the status of the update that will allow for resizing of the images?
It happens without any post editing. Posts that have not been touched in quite some time are suddenly set as expired.
Gutenberg
Here is a recording of the issue. This is a brand new WordPress install I just started working on. There are no other plugins active and it’s using the default WordPress Theme (shown in recording). You can see the initial styling works, but as soon as it’s updated, the styling disappears:
http://drops.crane-west.com/fIdWKU
EDIT: It seems that clicking Regenerate Assets does help, but this adds a lot of time when updating stuff. Especially in the early stages of a site when designs are shifting, content is changing, etc. I love the sections and advanced columns but I simply cannot use this plugin in its current state.
- This reply was modified 4 years, 10 months ago by cranewest.
Forum: Plugins
In reply to: [The Events Calendar] Cannot add Price to EventsGood to know. Yes, this is just in the Block Editor. We’re able to use the old editor to save those event prices.
Forum: Plugins
In reply to: [The Events Calendar] Conflict with CMB2I found the issue was in how I was implementing a CMB2 admin options pages. I had a custom query that builds a hierarchical page list in an admin options page for a custom post type and used CMB2 to save create UI and save the options. For some reason, it was running on the front end and interfering with the query on that view. Adding an is_admin() check before that custom query ran cleared the issue up.
- This reply was modified 5 years, 8 months ago by cranewest.
Forum: Plugins
In reply to: [CMB2] Conflict with The Events CalednarSo it turns out I have a custom query in a mu-plugin that builds a hierarchical page list in an admin options page for a custom post type and uses CMB2 to save the options. For some reason that was being called on the front-end. I added an is_admin() check and everything is working fine now. Thank you for your help!
- This reply was modified 5 years, 8 months ago by cranewest.
Forum: Plugins
In reply to: [CMB2] Conflict with The Events CalednarI found if I comment out do_action( ‘cmb2_init’ ); on line 34 in bootstrap.php the events links work like they’re supposed to.
Forum: Plugins
In reply to: [CMB2] Conflict with The Events CalednarJust click on an event. Instead of the event details, it just shows the list view.