Home Forums WoodMart support forum Order Portfolio Issue

Order Portfolio Issue

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #169358

    tessera
    Participant

    Hello, I have the following issue.

    I use Portfolio (projects) type post, and I have a problem with the displaying order of the Projects.
    Specific I have selected the portfolio order to be “menu order” and then, I set the order I want to be in the “Menu Order” database. (attached image)
    The problem is that the project with order 4 appears in the position with order 6 and the project with order 6 in position 4. (attached image)
    This happens for all of my projects.
    The thing I noticed is that for the 1st second the position orders are correct but then they break again. Maybe this is affected by the class “Mansory”?
    Thank you!

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

    Elise Noromit
    Keymaster

    Hello,

    Please provide the site admin access to the private area we shall check and suggest

    Best Regards

    #169374

    tessera
    Participant

    I have an error with uploading the 2nd image (now i have upload it), can you check again the ticket before I give you the credentials?

    #169375

    tessera
    Participant

    Attached image

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

    tessera
    Participant

    Please dont do any changes without inform me.
    Thank you

    #169424

    Elise Noromit
    Keymaster

    Hello,

    When I set the sorting by date and go to the appropriate category, projects are listed in the order which they are listed in the admin panel.

    Best Regards

    #169543

    tessera
    Participant

    Yes, if you set sorting by date then the projects sorting by dates…
    But i want to sort them with the menu order.
    The images that I sent you didn’t help you understand the issue?

    #169553

    Elise Noromit
    Keymaster

    Hello,

    The reason is the Masonry grid. You can disable it by finding this file woodmart/inc/shortcodes/portfolio.php

    Find this code

    <div class="<?php echo 'carousel' !== $layout ? 'masonry-container' : ''; ?> woodmart-portfolio-holder row woodmart-spacing-<?php echo esc_attr( $spacing ); ?> <?php if ( $full_width ) echo 'vc_row vc_row-fluid vc_row-no-padding" data-vc-full-width="true" data-vc-full-width-init="true" data-vc-stretch-content="true'; ?>" data-atts="<?php echo esc_attr( $encoded_atts ); ?>" data-source="shortcode" data-paged="1">

    Replace it with this one:

    <div class="woodmart-portfolio-holder row woodmart-spacing-<?php echo esc_attr( $spacing ); ?> <?php if ( $full_width ) echo 'vc_row vc_row-fluid vc_row-no-padding" data-vc-full-width="true" data-vc-full-width-init="true" data-vc-stretch-content="true'; ?>" data-atts="<?php echo esc_attr( $encoded_atts ); ?>" data-source="shortcode" data-paged="1">

    Best Regards

    #169555

    tessera
    Participant

    I made the changes but now I have all of my projects in all categories.
    So categories filtering doesn’t work.

    #169602

    tessera
    Participant

    I would appreciate it if you gave priority to this issue.
    Thank you

    #169619

    Elise Noromit
    Keymaster

    Hello,

    Masonry works in the way that it changes the position of blocks when they are of different height. Your blocks are of a different height that is why they change the position.

    Please try to upload images of the same size.

    Best Regards

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