Okay
  Public Ticket #2376767
Remove Category permalink
Closed

Comments

  • federico started the conversation

    Hello, i'm trying to remove the category permalink. 
    here an example: 
    https://placeonit.com/empresa_category/de-vidrio/

    should be 
    https://placeonit.com/de-vidrio/
    I changed the permalink rules using Custom Structure with
    /%category%/%postname%/    and  category base a dot  "."

    This is supposed to work but it is not. 
    Is there something on the theme preventing it from changing ? 


  •  675
    Neuron replied

    Hi Federico,

    Actually you're changing the category permalink and not the portfolio category permalink.

    Unfortunately, that needs to be separated since it's a custom post type category and not a regular category, for more please check the following plugins.

    https://wordpress.org/plugins/remove-cpt-base/

    - https://wordpress.org/plugins/custom-post-type-permalinks/

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • federico replied

    Hello, I created my own Post Type, but I cannot use it with Neuron Post because the post types in the plugin are hardcoded to Posts, Portfolio, Products and there is no detection of new custom post types. 

    I would be able again to add the new post type inside the posts/base.php file but as you suggested I shouldn't change the default plugin. 
    Even so my knowledge is limited and I've not been able to create my own Elementor Plugin. 

    I already have my own plugin used to create custom widget though.
    Is it possible to use my plugin to just EXTEND Neuron Plugin and create a new Elementor widget on top of the Neuron Plugin .

    I'm constantly hitting the plugin limits, and I'm not trying to do something crazy, just adding a new custom post type. 

    I tried also to create a new plugin using as base the Neuron plugin, and just add the logic for the Post Type, renaming Neuron to RHM to avoid conflicts.. but when I open Elementor the page still loading showing an error in the console "Cannot read property 'success' of null" coming from a elementor js file. 

    I know this is a bit beyond the standard support, but the fact the Neuron Bifrost Plugin doesn't support custom Post type is being a real issue.

    I will be really grateful for any support allowing us to use the Neuron Plugin Post Widget with custom Post type. Thank you. 

  •   Neuron replied privately