Okay
  Public Ticket #1378488
Portfolio items order
Closed

Comments

  •  1
    zeal_id started the conversation

    Hi there,

    I'm having difficulties ordering my portfolio items. I don't seem to understand how the ordering system. The list on the admin page doesn't correspond with what is shown on the website. 

    I tried the Post Type order plug-in with no result.

    Please advise.

    Thank you!


    Sandy

  • [deleted] replied

    Hi Sandy,

    Did you had time to read this article please Manual ordering of posts (portfolio/page/products)? Also if your portfolio is applied with Visual Composer then you need to try the second method on the same article Ordering items on WPBakery Page Builder elements.

  •  1
    zeal_id replied

    Hi Ylli,

    I did look at those 2 pages and tried the suggestion mentioned but without result. Hence I submitted this ticket. Please help

  • [deleted] replied

    Hi Sandy,

    Can you please share your Wordpress credentials here, because I need to login to your site and test this issue.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   zeal_id replied privately
  • [deleted] replied

    Hi zeal_id,

    Your provided WP credentials are not working for me. Please check them and send us the correct ones.

    Thanks!

  •   zeal_id replied privately
  •   zeal_id replied privately
  • [deleted] replied

    Hi Sandy,

    Sorry but your provided WP credentials still don't work for me as you can see on this video.

    Please check them before sending.

    Thanks!

  •   zeal_id replied privately
  •  1
    zeal_id replied

    Hi Ylli,


    Just wanna know if there's any update on this case?

    Please advise.

    Thanks!


    Sandy

  • [deleted] replied

    Hi there,

    We added this function in the functions.php file and your issue is now fixed.

    // Fit rows layout for Portfolio items
    function kalium_portfolio_container_classes_fit_rows( $classes ) {
        $classes[] = 'is-fitrows-layout';
        
        return $classes;
    }
    add_filter( 'kalium_portfolio_container_classes', 'kalium_portfolio_container_classes_fit_rows' );

    Thanks!

  •   zeal_id replied privately
  • [deleted] replied

    Hi Sandy,

    Regarding your further questions, kindly open a new ticket and post your request so it will be helpful for the other users to take advantage of searching them on the forum, and we’re glad to help you in your new thread.

    Will set this ticket as solved from here.