Portfolio filtering

Hello.
I added a portfolio module in for the ''Graphic Design Portfolio'' web page: https://mysites.gr/portfolio/ (password: 8*Am3QubUY@NvQH& )

1. I wonder if there is a way to exclude the ''ALL'' categories filter link (Reset) and show only the categories (with ''ALL'' pre-selected the page is way to long)
2. Can i have a specific category pre-selected?
3. How can I translate - rename ''ALL'' for other situation?

Thank you.

Comments

  • Hello,
    1) Please use this CSS code into the Theme Options > Custom CSS & JS > CSS
     #Filters .all{
    display: none !important;
    }

    2) No, you would have to use the JS script which will trigger the click on specified category while the page is loaded.
    Sadly, we do not provide help with creating JS scripts.

    3) All of the possible translations in BeTheme can be found in the Theme Options > Translate
    The "All" string should be there too.

    Thanks
  • Hello.
    Thanks for your reply.

    1. The css worked but it just makes the link ''ALL'' disappear.
    What I wanted to do is directly load the first filtered category (or any category) not ALL categories in the first loading....
    But if I understand correctly this cannot be done - not without JS script?

    Thanks again.

  • Without JS script it will not be possible - you would have to create a script, which will work as I mentioned in my previous reply.
    Thanks
  • OK Thank you.
    Close ticket pls.
Sign In or Register to comment.