gzabrisk
Forum Replies Created
-
I realized I was wrong here. While I would love an filter dropdown above the coupon list for categories and tags, there is an admin area for editing categories and tags. Somehow I missed it, but it’s there! Thanks for what you’ve done with this plugin.
Forum: Fixing WordPress
In reply to: Import of attachments failsAfter further testing, this is untrue. define(‘WP_MEMORY_LIMIT’, ‘500M’); overrides the default constant of 32M (multisite) or 64M (single site). You also have to override the define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ ); by adding a second define to the wp-config.php file of define( ‘WP_MAX_MEMORY_LIMIT’, ‘500M’ );
That solves the problem. You can mark this as resolved.
Just so everyone knows, txantimedia‘s solution above worked for me! So grateful to have found this.
Thanks!
Forum: Fixing WordPress
In reply to: Admin side menu keeps collapsing on me@jamespaulsandel, I just completely reinstalled WordPress and the menu is working fine now. Weird…
Forum: Fixing WordPress
In reply to: Admin side menu keeps collapsing on me@jamespaulsandel, thanks for letting me know! I just tired two other themes (one of my own and another from the themes library) and nothing changed. I’ll keep trying. I appreciate hearing anything you find out!
Forum: Fixing WordPress
In reply to: Admin side menu keeps collapsing on meI have no idea why, but the problem went away all on its own yesterday. I changed NOTHING, and I mean nothing on the website. It is confusing, because it is not browser related as it happened in all browsers. Go figure….
I have the exact same problem as well. You say it just went away? jamespaulsandel, any luck?