how to change the categorie order of the Portfolio?

Home Forums Jevelin Theme how to change the categorie order of the Portfolio?

Home Forums Jevelin Theme how to change the categorie order of the Portfolio?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    RESOLVED Posts
  • florianf
    Participant

    Hello,

    I just bought the Jevelin theme and start to create my one page portolio website withit. Thanks for your work, that’s great!

    I add a portfolio section with 3 differents categories and I would like to change the order of them. But how I can do that? I try to change the parent of the categorie but it changed nothing.
    By the way I would like also to change the color of the thin divider bar from the categorie but I didn’t found it out. Any ideas?

    My website under construction:
    http://50.87.249.205/~floriao4/

    thanks in advance,
    Florian

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

    Solution for this topic

    Hi @Florian,

     

    I hope you are well today and thank you for your questions.

     

    I add a portfolio section with 3 differents categories and I would like to change the order of them. But how I can do that? I try to change the parent of the categorie but it changed nothing.

    We have to develop custom CSS code to achieve this so could you please tell me in which order you want to display so that i can help you?

    By the way I would like also to change the color of the thin divider bar from the categorie but I didn’t found it out. Any ideas?

    You can change its color by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-filter span.sh-filter-item {
        border-bottom-color: rgba(0,254,254,1);
    }

    You can change the color value in the above code to whatever you want to use by referring the following pages.

     

    http://www.w3schools.com/html/html_colors.asp
    http://www.w3schools.com/html/html_colorvalues.asp
    http://www.w3schools.com/tags/ref_colorpicker.asp

     

    Best regards,
    Shufflehound team

    florianf
    Participant

    Hello and thx for your reply.

    I would like to have the folowing order: Film, Interactive, Events.

    Thanks for the color of the thin divider, it works!

    Solution for this topic

    Use below CSS code to change its order.

    .home .sh-filter .sh-filter-item[data-filter="*"],
    .home .sh-filter .sh-filter-item[data-filter=".category-film"],
    .home .sh-filter .sh-filter-item[data-filter=".category-interactive"] {
    float:left;
    }

    florianf
    Participant

    thanks, the order is now correct.

    I have a last wish with the categorie buttons:
    When a check my website on a mobile phone, the 3 categories have each a thin bar under them. Is it possible to still display them on the same row and with just one continued bar?

    You have to develop custom code to achieve this.

    Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

    florianf
    Participant

    oki thanks!

    You are most welcome here 🙂

    florianf
    Participant

    I refreshed my website and now that’s ok.

     

    Sorry for disturbing you.

    Not an issue at all.

    You are always welcome here 🙂

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