-
AuthorPosts
-
September 24, 2019 at 4:04 am #1141189
Hi team,
I’m having issues with portfolio items on a few pages.
1.https://libertyindustrial.com.au/remediation/contaminated-soil-remediation/
the padding size is wrong on the Theodore Barcham portfolio item and I can’t seem to change it in CSS.
Also, I have another portfolio item tagged for this page but it wont show. They’re all tagged contaminated soil remediation.2. https://libertyindustrial.com.au/deconstruction/dismantlingandassetrecovery/
On this page, I should have 5 more videos showing which were tagged as Dimantling video but won’t show up.September 24, 2019 at 5:14 am #1141203Hi guys,
Just an update… I figured out how to fix the padding on the portfolio item on the Contaminated Soil RemediationSeptember 26, 2019 at 3:04 am #1142086Hi,
Thank you for the update
2.) There are only 4 videos connected to the “Dismantling Videos” category and all of them are displaying properly in the page. Is this fixed? (see private field)
Best regards,
IsmaelSeptember 26, 2019 at 3:11 am #1142088Hi Ismael,
Thanks for your response.
I need the port kembla items tagged Dismantling Video to show on the Dismantling & Asset Recovery page. Only one of 4 port kembla items is showing.
September 27, 2019 at 5:51 am #1142570Hi,
Thank you for the update.
The items in the portfolio grid will automatically display in the order they were published, but it can be adjusted manually in the “Order by” and “Display Order” settings of the portfolio grid element. However, if you want to manually sort the order of the items, the portfolio post type has to support “page-attributes”. Use this snippet to enable the “page-attributes” for the portfolio post type.
/* Change portfolio post type settings */ add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod'); function avf_portfolio_cpt_args_mod($args) { $args['supports'][] = 'page-attributes'; return $args; }
You can then manually set the value of the “Order” attribute of the portfolio items that have to be displayed first. Don’t forget to set the “Order by” settings of the portfolio grid element to “Page Order”.
// https://make.wordpress.org/support/user-manual/content/pages/page-attributes/#order
Best regards,
IsmaelSeptember 27, 2019 at 6:25 am #1142577Hi Ismael,
Thanks for getting back to me.
I don’t have a problem with the order. The problem is that they’re not showing on the page at all.
September 27, 2019 at 7:21 am #1142583first: where does that rule come from? ( child quick css line 5 and 408)
#top .grid-sort-container .media-library_sort { display: none; }
get rid of that rule and you will see 9 videos and 4 Elements on the other page
October 3, 2019 at 1:42 am #1144319Can someone help me with this? It’s unresolved.
I also have the same issue on another page. I have four items tagged “asbestos remediation” and only three will show on this page:
This page has a portfolio grid with “asbestos remediation” tagged items to show.
I’d appreciate some help with this.
October 4, 2019 at 8:12 am #1144907Hi,
Thank you for the update.
Looks like it’s the same issue as @Guenni007 pointed out above. You have this css rule in the Quick CSS field, which hides some of the portfolio items.
#top .grid-sort-container .media-library_sort { display: none; }
Please remove it, then toggle the Performance > File Compression settings.
Best regards,
IsmaelOctober 8, 2019 at 11:49 pm #1146300Hey guys,
Thanks for your help. Much appreciated. Now all my tags are showing :)
- This reply was modified 5 years, 1 month ago by Lara.
October 10, 2019 at 7:17 am #1146766 -
AuthorPosts
- The topic ‘Portfolio issues’ is closed to new replies.