• Resolved TAMONNATAOA

    (@tamonnataoa)


    Howdy, first love the plugin, it does exactly what I need it to!

    After upgrading to 4.4 it appears that I’m no longer able to edit the enhanced category templates. When I use “Enanced Edit” I get the following:

    “You are not allowed to edit posts in this post type.”

    However, the enhanced categories I already created are still active when I view my blog.

    Is this a compatability issue? Thanks!

    https://www.ads-software.com/plugins/enhanced-category-pages/

Viewing 7 replies - 1 through 7 (of 7 total)
  • me.. too having the same problem.
    I love the plugin.. it does exactly what it says prior to wp v4.4. After updating to 4.4 we are unable to edit it.

    https://www.ads-software.com/plugins/enhanced-category-pages/

    A quick work around for this problem is described here at this link https://www.ads-software.com/support/topic/wp-44-you-are-not-allowed-to-manage-these-items?replies=10#post-7755373 I have solved the issue by changing the code.

    $this->_cp_proprieties = array(
    			'_builtin' => false, // It's a custom post type, not built in
    			'supports' => array('title', 'editor', 'thumbnail', 'excerpt', 'custom-fields', 'comments'),
    			'public' => false,
    			'show_ui' => false, // UI in admin panel
    		);

    change ‘show_ui’ from false to true.
    the above code can be found at the path /htdocs/wp-content/plugins/enhanced-category-pages/classes/ecp/Enhanced_Category.php

    hope this might help anyone.

    I’m having the same problem – using WP 4.4 on the Lifestyle Theme (Child Theme of Omega)

    I can’t find the /htdocs/wp-content/plugins/enhanced-category-pages/classes/ecp/Enhanced_Category.php file mentioned above – could someone tell me where it is?

    Also, once we install Enhanced Category can we format the Category pages e.g. positioning of post excerpts, length of post excerpts etc?

    Thanks!

    Plugin Author cip

    (@cip)

    Hi everyone!

    Thank you for using the plugin to create great stuff and helping the community.

    We have released version 2.1.2 that adds WP 4.4 compatibility.

    PS: this compatibility was wide spread among plugins using custom post types, including WooCommerce.

    Thanks CIP – it’s working now!

    However I don’t quite understand how to use the plugin, I’ve gotten into the Edit Enhance Category section but then when I try to edit the page using the Shortcodes Ultimate plug-in, the shortcode items I insert aren’t displaying in the front-end preview style I normally get when I edit my pages and posts – it’s only showing the code, even when I click on the Visual tab of the editor.

    Also, the original content from my default category page is still visible (so essentially I have duplicate text), and the URL has changed to https://www.mylittleguangzhou.com/eat-drink-2
    How do I get rid of the “2”?

    Is there a tutorial file or video on how to use the Enhanced Category Plugin?

    Thanks!

    Thread Starter TAMONNATAOA

    (@tamonnataoa)

    Awesome! I can’t speak for EricNikki but the update solved my problems!

    Plugin Author cip

    (@cip)

    @ericnikki Hi, WordPress automatically appends the numbers for the same named posts/pages etc.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Error on custom category edits (may be new WordPress edition issue)’ is closed to new replies.