Okay
  Public Ticket #872564
portfolio categories
Closed

Comments

  •  2
    marie started the conversation

    Hi Laborator

    I am nearly finished with my site, and now my portfolio-categories dos'nt work anymore ... i have checked everything, but can't find the bug...

    please help my out.

    /M

  •  1,558
    Laborator replied

    Hi Marie,

    You are using an old version of our theme (1.8.8.1) and the latest version for the moment is (1.9.4), please update your theme first and then the premium plugins too.

    The easiest way to update our themes is if you use Envato Toolkit or Envato Market plugin. On this link How to update Themes and Plugins you can learn this easy step-by-step procedure :)

    To update our theme through Envato Market plugin just follow this easy procedure:

     (view large version)

    Important: After you update the theme please don't forget to go to Appearance > Install Pluginsto update all your premium plugins to the latest version that we support.

    If you can't update LayerSlider, go to Plugins and deactivate this plugin. Then go to Appearance >Install Plugins, you now can update and then activate Layer Slider again

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   marie replied privately
  •  1,558
    Laborator replied

    Hi Marie,

    That's strange, can you please send us your WordPress username and password? We need to investigate your site and then get back to you if we have a possible solution.

    Make sure to choose Private Reply when you send us sensitive informations!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   marie replied privately
  •   marie replied privately
  •   marie replied privately
  •  1,558
    Laborator replied

    Hi Marie,

    The problems seems to be with the static "Show more" button, once you set it to a endless pagination as I set it now the filtering works fine, otherwise it won't show the items.

    Can you please send us your FTP username and password? We need to investigate your site and then get back to you if we have a possible solution.

    Make sure to choose Private Reply when you send us sensitive informations!


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   marie replied privately
  • [deleted] replied

    Hi Marie,

    Thanks for your information, I've added the following code in functions.php:

    // Portfolio Ordering		
    function kalium_portfolio_pre_query_order( $query ) {
    $query['orderby'] = 'menu_order';
    return $query;
    }

    add_filter( 'kalium_portfolio_pre_query', 'kalium_portfolio_pre_query_order' );

    And now portfolio items are sorted properly.

  •   marie replied privately
  •   marie replied privately
  • [deleted] replied

    Hi Marie,

    I've modified the code I've sent you previously to this one:

    // Portfolio Ordering           
    function kalium_portfolio_pre_query_order( $query ) {
    $query['orderby'] = 'menu_order';
    $query['order'] = 'ASC';
    return $query;
    }

    add_filter( 'kalium_portfolio_pre_query', 'kalium_portfolio_pre_query_order' );

    And added it to functions.php (end of files), it is working now.

    As for two portfolio pages at the same time, yes that is possible, you can create a page with Portfolio Page template, then manually select which portfolio items to show, this way it will let you separate portfolio pages into multiple instances.

  •   marie replied privately
  • [deleted] replied

    Hi Marie,

    I don't know if I am wrong, but I have recorded a video that shows they have the same order in homepage and Art page as well:

    http://drops.laborator.co/14Vbq

    Am I doing anything wrong, please let me know?

  •   marie replied privately
  • [deleted] replied

    Hi Marie,

    Done, I have added the same code in that domain as well.

    Please save the code when you update the theme you can add it to functions.php (end of file) in this way:

    1. go to Appearance > Editor

    2. Click functions.php file

    3. Paste the code I gave to you and click Save.

    Thats it.

    Have a great day