plot0006
Forum Replies Created
-
Forum: Plugins
In reply to: [Novo-Map : your WP posts on custom google maps] Custom Post Type Won’t SaveThank you @cactii10
That helped.
Not ideal ofcourse. But works.Forum: Plugins
In reply to: [Novo-Map : your WP posts on custom google maps] Custom post type compatible?Hi guys,
I needed the same fix.
@mrdusty , @xmginc, @jacdesigner , @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 Are you aware of this issue?
Forum: Plugins
In reply to: [Custom Post Type UI] How to show Fusion Builder in Custom Post TypeFound a really nice work around to this issue.
Find your custom post type slug.
1. Hover over custom post type “Add _ _ _” menu link – https://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’);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.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
In reply to: "Edit Image" – image does not show up…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
In reply to: "Edit Image" – image does not show up…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 – https://mysite.ca/wp-admin/admin-ajax.php?action=imgedit-preview&_ajax_nonce=5f18b24e1d&postid=8827&rand=57584