• The options for free version of the theme that made it attractive can be found now on the paid version only.

    I solved the problem, unfortunately I did not find it till now.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey,
    We haven’t removed any options from the free theme since it’s launch, we’ve only added to them. What options are you missing? Its possible if your missing something it’s hidden by not working because of something in your setup. There is free support I would happy to help you with any issue you might be having.

    Kadence Themes

    Thread Starter nsfetcu

    (@nsfetcu)

    Hello,

    In post-types.php, I am no more able to change the slug from ‘portfolio’ (‘rewrite’ => array( ‘slug’ => ‘portfolio’ ),), even if I remove the //.

    Also, I am no more able to change the path from “portfolio-type” to something else.

    Regards,

    Nicolae

    Hey,
    We added a hook to make this easier so you can do it from a child theme and you don’t have to edit files in this plugin after each update.

    If your using a child theme you would just add this function to the functions.php file:

    add_filter('kadence_portfolio_permalink_slug', 'custom_portfolio_slug');
    function custom_portfolio_slug() {
    return 'new-slug';
    }

    Kadence Themes

    As for an option with the “portfolio-type” I’ll add this to the plugin, it’s never had the option but I can certainly add it for you.

    Kadence Themes

    Thread Starter nsfetcu

    (@nsfetcu)

    Thank you, I will try the hook, I was looking for a solution including on your site, but I didn’t find it. As for the “portfolio-type”, as far as I remember I was able to change it, see for ex. https://www.decebal-trade.ro/moda/ (it is a category for portfolio).

    Nicolae

    Hey,
    So that link you sent is a page using a wordpress gallery with links in each gallery item to link to the portfolio posts.

    What you can do to make a page using the “portfolio-grid” page template then in the page options you can choose to show only one portfolio type. That way you would get the titles of the posts on hover like your portfolio page and it would auto link.

    Here is your portfolio type page on your site: https://www.decebal-trade.ro/portfolio-type/moda/

    Kadence Themes

    Thread Starter nsfetcu

    (@nsfetcu)

    I think you are right, I remember now that i used another plugin to get this path.

    Thank you!

    Nicolae

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘No more options for free version’ is closed to new replies.