New Landing How can we help? Themeforest Theme Support Dante hide subcategories portfolio in tabs (portfolio overview)

Viewing 12 posts - 16 through 27 (of 27 total)
  • Posted in: Dante
  • #76473
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved pagination issue . Same Portfolio Page and Portfolio slug are cause to issue .

    Thanks

    #76481
    makemakes
    Member
    Post count: 120

    Hi Mohammad,

    I don’t get it.

    For good measure, I renamed my portfolio page in the slug to “cases”

    http://sportizonbe.webhosting.be/cases/

    But the pagination and tabs don’t work correctly here yet. How do I get this right?

    Cheers,
    Robby

    #76488
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    My colleague will assist you very soon .
    Thanks

    #77061
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Robby,

    Tabs are working fine for me here, but they won’t pull in items from the other pages. The pagination issue looks like something to do with your htaccess setup, as http://sportizonbe.webhosting.be/cases/?page=2 also goes to a 404. I think if you set your permalinks to default this would likely show correctly.

    Let me know!

    – Ed

    #77064
    makemakes
    Member
    Post count: 120

    Hey Ed, the tabs should show all the categories of all my projects? now i only see a few 🙁

    #77067
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    @makemakes the tabs will only show categories that are present on the items visible – else clicking a tab that has no items would leave no items visible – not good for user experience!

    – Ed

    #77068
    makemakes
    Member
    Post count: 120

    I removed pagination, now the only thing i wanted to fix was to only show my maincategories, I think Mohammad had this almost, but with the pagination issue it wasn’t possible anymore

    I only want to see “marketing” “events” “field sales”

    If someone can help me with this would be awesome !

    tnx a bunch ^_^

    #77069
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Ok, well you’d need to add/change the following for each to remove:

    ul.portfolio-filter-tabs li a {
    display: none!important;
    }
    ul.portfolio-filter-tabs li a.marketing, ul.portfolio-filter-tabs li a.events, ul.portfolio-filter-tabs li a.field-sales {
    display: block!important;
    }

    Hope that helps.

    – Ed

    #77075
    makemakes
    Member
    Post count: 120

    Hi Ed, helps a lot, only I need to have the “all” too. Because now i can’t show them all again.

    tnx ^-^

    #77078
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Ahh, good point. Change code to this:

    ul.portfolio-filter-tabs li a {
    display: none!important;
    }
    ul.portfolio-filter-tabs li.all > a, ul.portfolio-filter-tabs li a.marketing, ul.portfolio-filter-tabs li a.events, ul.portfolio-filter-tabs li a.field-sales {
    display: block!important;
    }

    – Ed

    #77083
    makemakes
    Member
    Post count: 120

    functionally it is super ! but the last item has not the rounded edges at the right? is that possible ^^ http://sportizonbe.webhosting.be/cases/

    #77095
    Swift Ideas – Ed
    Keymaster
    Post count: 15264
    ul.portfolio-filter-tabs li a.marketing {
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    }

    Add that ^

    – Ed

Viewing 12 posts - 16 through 27 (of 27 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register