Home Forums WoodMart support forum Problems with the project category

Problems with the project category

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #214673

    Salvador86
    Participant

    1. The slug of the categories should have the way to be changed at will. The template forces me to use for example “project-cat”: https://www.nuvoconsultora.com/project-cat/campanas-ads/
    My website that is in wordpress in Spanish, it is obvious that I do not want it that way but I want to use the slug “proyectos” showing it this way: https://www.nuvoconsultora.com/proyectos/campanas-ads/
    Supposedly you have that change but it is not really achieved. See image 04.JPG
    2. Also I wish to have the opportunity that there are no separations between projects as you can see in the image 01.JPG
    3. In addition to this add a fill text which cannot be seen no matter how much I update it, also that text must be above the projects shown in thumbnail. Look at the image 02.JPG
    4. I also have problems using the Projects element, because it only allows me 1 to show all categories or 2 to show only one. But I need in some cases to show 2 categories only, not all or only one. As you can see in the image 3.JPG.
    5. When I use the “Portfolio” template on one page to see all of them to assign the projects, I would just like to show the projects of the parent category, not the child categories. See the link: https://www.nuvoconsultora.com/proyectos/

    Attachments:
    You must be logged in to view attached files.
    #214766

    Hello,

    1. I have provided information in the previous topic. https://xtemos.com/forums/topic/problems-with-projects-in-my-websitie-www-nuvoconsultora-com/#post-214760

    2. Space between the items is set in the Theme Settings > Portfolio, find Space between projects

    3. 4. 5 find here: https://xtemos.com/forums/topic/problems-with-projects-in-my-websitie-www-nuvoconsultora-com/#post-214760

    Please do not duplicate the topis, if you need to add something within the issue, just add to the existing topic.

    Best Regards

    #215780

    Salvador86
    Participant

    Excuse me, please read my questions are not duplicates, they have not been answered previously, as you are alleging, they are different questions

    1. In question 1, I am asking you how to change the slug or url as you want to understand, I want this: https://www.nuvoconsultora.com/proyectos/campanas-ads/ y no este otro: https://www.nuvoconsultora.com/project-cat/campanas-ads/ The problem is “/project-cat” The language of the page is Spanish, so that must change
    2. Thank you very much
    3. No text is displayed in this area, please read the question again, you did not answer it previously, as you allege.
    4. It was not answered, I want to choose two or three categories of projects, when I use the element that you have included in the template, please read my question again, it has not been answered previously, it is the first time that I ask it.
    5. It has not been answered, I attach an image 01.JPG as you can see in the project all the categories are shown, parents and daughters without any order and this generates confirmation of the way to show only the parent categories, or failing that have the option to choose what to show.

    Please review my questions, so I spend time giving them screens, but even so, they wrongly claimed that they had already been answered.

    Attachments:
    You must be logged in to view attached files.
    #215782

    Salvador86
    Participant

    In my previous questions, you asked questions regarding individual projects, this question are from categories, I will appreciate your support.

    #215881

    Hello,

    1. how to change the slug or url Please follow the instruction I have provided.

    3. I will check it as soon as I get site admin access.

    4. This element can set only one category.

    5. The portfolio page and projects work in the same way as the blog page and blog posts work. This page shows all the existing projects and there is no option to configure the categories.

    Best Regards

    #216295

    Salvador86
    Participant

    1. You enable a space to be able to establish the url of the project categories and of course, the projects, but even so, it is still observed with a url that I do not want. Please note the image 01.JPG
    —>>> https://www.nuvoconsultora.com/portfolio/metal-jeans_fillipo-alpi/
    I want it to be
    —>>> https://www.nuvoconsultora.com/proyecto/metal-jeans_fillipo-alpi/

    —>>> https://www.nuvoconsultora.com/project-cat/fotografia/
    I want it to be
    —>>> https://www.nuvoconsultora.com/proyectos/fotografia/

    Before you answered me about the title, now I want to establish my urls well, thanks.

    3. Attached are the access in the private area.
    4. Ok, solve it in the future, it is vital to choose more than one category, it is not a simple whim.

    Attachments:
    You must be logged in to view attached files.
    #216346

    Hello,

    1. Please navigate to Dashboard > Settings > Permalinks and press “Save”

    3. I cannot login your site https://prnt.sc/ttmj00 Please provide the valid login URL.

    Best Regards

    #218025

    Salvador86
    Participant

    1. I go where you say, I give you save and it remains the same, I will not have a video tutorial, I can not do what you mention. See image 01.JPG

    3. See image 02.JPG In which country is it to enable, the administrator login

    Attachments:
    You must be logged in to view attached files.
    #218124

    Hello,

    Please provide your login URL.

    Best Regards

    #227058

    Salvador86
    Participant

    The URL is fine, what happens is that my hosting provider includes the IPs of countries that are not from Latin America, so I ask your country where it gives me support to enable that country and can enter

    #227086

    Hello,

    My country is Ukraine.

    Best Regards

    #229131

    Salvador86
    Participant

    Done, already enable your country

    #229205

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php file to do this

    add_filter('register_post_type_args', 'portfolio_to_my_slug', 10, 2);
    function portfolio_to_my_slug($args, $post_type){
     
        if ($post_type == 'portfolio'){
            $args['rewrite']['slug'] = 'my_slug';
        }
     
        return $args;
    }

    Replace ‘my_slug’ with your one.

    As for the categories descriptions, I see the problem. I need more time to check the reason.

    Best Regards

Viewing 13 posts - 1 through 13 (of 13 total)