abimelex
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [EthereumAds - Earn Cryptocurrency with Banner Ads] Not showing ads..Somebody needs to book an ad for your site in the store. Not a really the best concept if you ask me …
Forum: Plugins
In reply to: [WP Subtitle] No place to write subtitles on posts created with Gutenberg@burlesonbrad It’s not displayed here and I can’t find the option to enable it 🙁 Running current WP 5.1
Forum: Reviews
In reply to: [Akaka] Nothing special, lot of limitationsSo just using some old alpha release a free demo version seems not a good marketing strategy to me…
Seems to be a problem with the post type “um_form”.
I changed cmsmaster-content-composer.php to avoid breaking with ultimate member:// from line 84: if ( ($pagenow == 'post-new.php' && !isset($_GET['post_type'])) || ($pagenow == 'post-new.php' && isset($_GET['post_type']) && $_GET['post_type'] != 'cmsmasters_font' && $_GET['post_type'] != 'yith_popup' && $_GET['post_type'] != 'product') || ($pagenow == 'post.php' && isset($_GET['post']) && get_post_type($_GET['post']) != 'attachment' && get_post_type($_GET['post']) != 'cmsmasters_font' && get_post_type($_GET['post']) != 'yith_popup' && get_post_type($_GET['post']) != 'product' && get_post_type($_GET['post']) != 'um_form') /* added: && get_post_type($_GET['post']) != 'um_form' to avoid breaking with ultimate member */ ) { require_once(CMSMASTERS_CONTENT_COMPOSER_PATH . 'gutenberg/gutenberg.php'); add_action('edit_form_after_title', array($this, 'add_gutenberg_button'), 11); }Not tested yet fully but hopefully this does it!
- This reply was modified 7 years, 3 months ago by abimelex.
Viewing 4 replies - 1 through 4 (of 4 total)