Arrange categories in portfolio

Home Forums Jevelin Theme Arrange categories in portfolio

Home Forums Jevelin Theme Arrange categories in portfolio

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    RESOLVED Posts
  • b_sanj
    Participant

    Hello there, I have added a portfolio and started to add images. I am trying to re-order my category. My website is blankcanvasart.co.uk. In the portfolio, you can see that the category ‘Gods’ is before the category ‘Videos’.

     

    Is there a way to change this? I have tried everything but cannot find a solution.

     

    Regards

    Sanj

    Solution for this topic

    Hiย Sanj,

     

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

     

    You can achieve it 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-portfolio-filter-default .sh-filter-item[data-filter=".category-gods"] {
        float: right;
        padding-right: 0;
    }
    
    .sh-portfolio-filter-default .sh-filter span:last-child {
        padding-right: 10px;
    }

     

    Best regards,
    Shufflehound team

    b_sanj
    Participant

    thank you ๐Ÿ™‚

    You are most welcome here ๐Ÿ™‚

    b_sanj
    Participant

    Hello, I have added more categories to my portfolio.

     

    I want the category list to be in this order:

     

    All, Commissions, Videos – and the rest are fine how they are.

     

    Could you send me the CSS Code I need to enable this?

    You can see the category list on http://www.blankcanvasart.co.uk/portfolio

     

    Thank you

    Sanj

     

    Solution for this topic

    Please use below custom CSS code to achieve this.

     

    .sh-portfolio-filter-default .sh-filter-item[data-filter="*"],
    .sh-portfolio-filter-default .sh-filter-item[data-filter=".category-commissions"],
    .sh-portfolio-filter-default .sh-filter-item[data-filter=".category-videos"] {
        float: left;
        padding-right: 10px;
    }
    

    b_sanj
    Participant

    Thank you ๐Ÿ™‚ Will this slow down my site?

     

    Regards

    Sanj

    You are always welcome here ๐Ÿ™‚

     

    No it won’t slow down your site.

    b_sanj
    Participant

    Hello, sorry it works, but it shows quite weirdly on my iPhone, but when i put the phone in landscape mode it works fine. How can I sort this out?

     

    Thans again

    Sanj

    To sortย it out, you have to develop custom code in the child theme of Jevelin theme.

     

    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

    b_sanj
    Participant

    Thats fine, thank you for your work ๐Ÿ™‚

    You are always welcome here ๐Ÿ™‚

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