Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #918739
Custom Arangement of Portfolio Categories
Closed

Comments

  •  2
    clarkwells started the conversation

    I am using a portfolio grid to display projects from 3 categories. I have already gone in to the portfolio-functions.php file and removed the "Show All" feature.

    I now have the 3 categories that I am using displayed correctly on the page. However, I have two issues:

    1. I would like to arrange the categories based on their slug. It appears that by default they are arranged by their name. I have looked at your other themes where solutions to this have been posted and discussed, but I cannot figure out how to apply it to the Waxom theme. Using something like 

    $args = array('orderby' => 'slug')
    

    Doesn't seem to work.


    2. I would like the portfolio page to have a default category of images that it shows, while hiding any thumnails/posts from other categories upon landing on the page. i.e. Once you land on the gallery portfolio page, you would not see any thumbnails for projects listed under the "Commercial" category, but only projects listed under the "Residential" category.



    Thank you for your help!


    Clark

  •  361
    Filip replied

    Hello again,

    1. Well, in Waxom it's even easier. Just go to Theme Options / Portfolio and change the filtering menu order settings:

    To hide the "Show All" button, please use this CSS:

    .portfolio-filters > .cbp-filter-item:first-child {
        display: none;
    }
    

    2. I'm so sorry but this will require some more advanced tweaks in the theme's code. We might for sure consider adding it in next updates if we get more requests about it. :-)

    Kind Regards,
    Veented Team

  •  2
    clarkwells replied

    Thanks Filip!

    You are a gentleman and a scholar. That is definitely an easy solution lol... Turns out that I wasn't on the latest version of Waxom Core, so i didn't have that functionality. Good to go now.


    As for my second question, Yes hopefully yall consider adding a default category to the portfolio section. I would love this and would be willing to pay extra for the addition.


    Thanks!

  •  361
    Filip replied

    Hello again,

    Thank you so much for your kind words, I truly appreciate it!

    Anyway, I just reminded myself that Waxom now includes one of the most powerful Grid plugins available out there "Essential Grid" that will definitely let you build what you need.. You can find more information how to install it here:

    Essential Grid & Ultimate VC Addons Plugins

    Kind Regards,
    Veented Team