Title: plot0006's Replies | WordPress.org

---

# plot0006

  [  ](https://wordpress.org/support/users/plot0006/)

 *   [Profile](https://wordpress.org/support/users/plot0006/)
 *   [Topics Started](https://wordpress.org/support/users/plot0006/topics/)
 *   [Replies Created](https://wordpress.org/support/users/plot0006/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/plot0006/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/plot0006/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/plot0006/engagements/)
 *   [Favorites](https://wordpress.org/support/users/plot0006/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Novo-Map : your WP posts on custom google maps] Custom Post Type Won’t Save](https://wordpress.org/support/topic/custom-post-type-wont-save/)
 *  Thread Starter [plot0006](https://wordpress.org/support/users/plot0006/)
 * (@plot0006)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/custom-post-type-wont-save/#post-11223636)
 * Thank you [@cactii10](https://wordpress.org/support/users/cactii10/)
    That helped.
   Not ideal ofcourse. But works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Novo-Map : your WP posts on custom google maps] Custom post type compatible?](https://wordpress.org/support/topic/custom-post-type-compatible-2/)
 *  [plot0006](https://wordpress.org/support/users/plot0006/)
 * (@plot0006)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/custom-post-type-compatible-2/#post-11223160)
 * Hi guys,
    I needed the same fix. [@mrdusty](https://wordpress.org/support/users/mrdusty/),
   [@xmginc](https://wordpress.org/support/users/xmginc/), [@jacdesigner](https://wordpress.org/support/users/jacdesigner/),
   [@nwright2471](https://wordpress.org/support/users/nwright2471/) I was able to
   add the map to the new post after updating class-novo-map-admin.php Line 357 
   $screens = array( ‘post’, ‘page’, ‘YOUR POST TYPE’ );
 * The map shows up on the custom post.
 * But I noticed an issue with this plugin having a conflict later on, as then I
   save the custom post I get a “This is no Post or Page.” messege on blank screen.
   
   If I deactivate NovoMaps – the post saves fine.
 * [@bluisier](https://wordpress.org/support/users/bluisier/) Are you aware of this
   issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] How to show Fusion Builder in Custom Post Type](https://wordpress.org/support/topic/how-to-show-fusion-builder-in-custom-post-type/)
 *  [plot0006](https://wordpress.org/support/users/plot0006/)
 * (@plot0006)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/how-to-show-fusion-builder-in-custom-post-type/#post-6871423)
 * Found a really nice work around to this issue.
 * Find your custom post type slug.
    1. Hover over custom post type “Add _ _ _” 
   menu link – [http://mc.rickbond.ca/wp-admin/edit.php?post_type=program](http://mc.rickbond.ca/wp-admin/edit.php?post_type=program)
   custom post type slug is “program” 2. Or you can drop <?php echo get_post_type();?
   > in a template file the custom post type is using and get something like – espresso_venues.
 * Open fusion-Core->admin->page-builder->class-pagebuilder.php line 53
    var $allowed_post_types
   = array(‘page’,’post’,’avada_faq’,’avada_portfolio’);
 * add the Custom post type slugs you want the Fusion builder to appear on. Like
   so:
    var $allowed_post_types = array(‘page’,’post’,’avada_faq’,’avada_portfolio’,’
   program’,’espresso_venues’);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Table Rate Shipping Module] Fatal Error Message in the Shipping Zone](https://wordpress.org/support/topic/fatal-error-message-in-the-shipping-zone-1/)
 *  [plot0006](https://wordpress.org/support/users/plot0006/)
 * (@plot0006)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/fatal-error-message-in-the-shipping-zone-1/#post-4883130)
 * Did you try updating to latest version of WooCommerce?
    I am on 2.1.10 so I don’t
   of 2.1.11 will make a difference.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Table Rate Shipping Module] Fatal Error Message in the Shipping Zone](https://wordpress.org/support/topic/fatal-error-message-in-the-shipping-zone-1/)
 *  [plot0006](https://wordpress.org/support/users/plot0006/)
 * (@plot0006)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/fatal-error-message-in-the-shipping-zone-1/#post-4883128)
 * I have the same issue.
 * I tried replacing plugin.php and wp-db.php, but obviously the issue is in the
   plugin and not the core WP files.
 * Does anyone have other suggestions?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: ["Edit Image" – image does not show up…](https://wordpress.org/support/topic/edit-image-image-does-not-show-up-1/)
 *  Thread Starter [plot0006](https://wordpress.org/support/users/plot0006/)
 * (@plot0006)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/edit-image-image-does-not-show-up-1/#post-3104085)
 * ok. Found that might be the problem.
 * The issue seems to be with wp-jquery-lightbox
    BUT On one site – WordPress 3.2.1–
   it breaks the image edits then on.
 * On a second site – WordPress 3.4. – it breaks the image edits then on.
 * On a third site – WordPress 3.3.2 – the plugin is on and the editor works fine.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: ["Edit Image" – image does not show up…](https://wordpress.org/support/topic/edit-image-image-does-not-show-up-1/)
 *  Thread Starter [plot0006](https://wordpress.org/support/users/plot0006/)
 * (@plot0006)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/edit-image-image-does-not-show-up-1/#post-3104015)
 * Just tried it all on my local – one of those sites doesn’t work on the local 
   as well, didn’t want to interfere with live site.
 * – Switching to Twaty Eleven didn’t help.
 * – Disabled all plugins. Still nothing.
 * – Followed the instruction on how to reset the Plugins folder. Still nothing.
 * Then looking at the image editor in Safari I can see the broken linked image –
   url – [http://mysite.ca/wp-admin/admin-ajax.php?action=imgedit-preview&_ajax_nonce=5f18b24e1d&postid=8827&rand=57584](http://mysite.ca/wp-admin/admin-ajax.php?action=imgedit-preview&_ajax_nonce=5f18b24e1d&postid=8827&rand=57584)

Viewing 7 replies - 1 through 7 (of 7 total)