Home › Forums › WoodMart support forum › Order Portfolio Issue
Order Portfolio Issue
- This topic has 10 replies, 2 voices, and was last updated 3 years, 8 months ago by
Elise Noromit.
-
AuthorPosts
-
January 23, 2020 at 8:18 am #169358
tesseraParticipantHello, 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.January 23, 2020 at 8:51 am #169366
Elise NoromitKeymasterHello,
Please provide the site admin access to the private area we shall check and suggest
Best Regards
January 23, 2020 at 9:45 am #169374
tesseraParticipantI 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?
January 23, 2020 at 9:46 am #169375January 23, 2020 at 12:12 pm #169402
tesseraParticipantPlease dont do any changes without inform me.
Thank youJanuary 23, 2020 at 1:46 pm #169424
Elise NoromitKeymasterHello,
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
January 24, 2020 at 7:30 am #169543
tesseraParticipantYes, 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?January 24, 2020 at 7:56 am #169553
Elise NoromitKeymasterHello,
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
January 24, 2020 at 8:17 am #169555
tesseraParticipantI made the changes but now I have all of my projects in all categories.
So categories filtering doesn’t work.January 24, 2020 at 11:23 am #169602
tesseraParticipantI would appreciate it if you gave priority to this issue.
Thank youJanuary 24, 2020 at 1:07 pm #169619
Elise NoromitKeymasterHello,
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
-
AuthorPosts
Tagged: Order Portfolio Issue
- You must be logged in to create new topics. Login / Register