Home Forums WoodMart support forum Issues with Portfolio and Product Page Category

Issues with Portfolio and Product Page Category

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #624728

    jeremb5
    Participant

    Hello,

    1) I’d like to know if it’s possible to have control on what to display on project category page ?

    To explain clearly: I have different projects that are very differents. That is why I created categories. However, when we reach the category page , it shows all the categories (even the childrens of other categories). See the screenshot here : https://drive.google.com/file/d/1_ceByKVPvCWxm1VMDZpUvFW_IYvlMQ45/view?usp=drivesdk
    What would you recommend in this situation ?

    2) Since the last updates, I’ve encountered a color issue with the breadcrumbs on product category pages. As shown in the attached screenshots, the correct colors are not displaying on the front end, even though the proper colors are still configured in the back end.
    Could you please take a look and help resolve this issue? Let me know if you need any additional information.

    Thanks you

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

    Luke Nielsen
    Keymaster

    Hello,

    1. Sorry, there are no settings to control the categories in such a way for projects.

    2. Try to use the code below to change the color of the breadcrumbs:

    .archive :is(.wd-breadcrumbs,.yoast-breadcrumb) {
        --wd-link-color: #d4a670;
        --wd-link-color-hover: rgba(212,167,112,0.61);
    }
    
    .archive .wd-breadcrumbs>span:last-child {
        color: #d4a670;
    }

    Kind Regards

    #628104

    jeremb5
    Participant

    Thanks for your reply
    For 2) , do you plan to fix this bug ? Before it worked perfectly, it’s a pity that we have to use custom css for trivial stuff like this.

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