My post meta data is blank and it is happening for all of my portfolio elements. Is there something I am missing for this to not show up? Code copied below…
I turned this on in our staging site, but when I turn on bottom navigation the next and previous show up. But how do I keep it to just the portfolio I am showing and not going through all of them?
That did it thank you. For each of the portfolio items I have a specific order I would like them to follow. When I hit next or previous the order is not the same. Is there a way I can set that order to be what I in each portfolio item.
Unfortunately they are already sorted and that did nothing. I also tried changing the post published date to see if that can change the order. Any other suggestions?
Sorry, without the code changes it's not possible, by default get_previous_post don't have order parameter.. You need to write your own function to make it work with the order.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
My post meta data is blank and it is happening for all of my portfolio elements. Is there something I am missing for this to not show up? Code copied below…
<div class="entry-meta single-post-meta clearfix gem-post-date">
<div class="post-meta-right">
</div>
<div class="post-meta-left">
</div>
</div>
Hi,
pls. provide the wp-admin access
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hi,
As I see you disabled all the meta in the theme options:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Ahhhhhhhh I turn that back on and the info will come back. Which one is the correct one?
Sorry?
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
I turned this on in our staging site, but when I turn on bottom navigation the next and previous show up. But how do I keep it to just the portfolio I am showing and not going through all of them?
I have a portfolio called Our Work
http://smilingbanana.staging.wpengine.com/pf/california-strawberries-pick-real-get-snacking/
Same creds work for staging
If you need to remove this divs at all you need to edit template:
/wp-content/themes/thegem/content-page.php
Before the editing copy this file to the child theme
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
I want it there, but when I press next the other portfolio items are sitting up to.
Sorry, can't understand where is the problem
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
I have 6 items in my portfolio called Our Work. I turned on the Bottom Navigation in "Portfolio Page Settings."
At the bottom of the page http://smilingbanana.staging.wpengine.com/pf/california-strawberries-pick-real-get-snacking/ you can see the next and previous. When I click "next" it brings up an item from another portfolio not the current "our work" portfolio. If I hit next or previous I only want to cycle through Our Work Portfolio not the other items.
It's not working by sets, just prev page in the list
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Is there an option to do it by Set? That is what I am looking for…
You need to edit:
wp-content/themes/thegem/content-page.php
And change line 184 to:
and
line 199 to
Before the editing copy this file to the child theme
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
That did it thank you. For each of the portfolio items I have a specific order I would like them to follow. When I hit next or previous the order is not the same. Is there a way I can set that order to be what I in each portfolio item.
I'm not sure that it would work but try to set the order here:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Unfortunately they are already sorted and that did nothing. I also tried changing the post published date to see if that can change the order. Any other suggestions?
Sorry, without the code changes it's not possible, by default get_previous_post don't have order parameter.. You need to write your own function to make it work with the order.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Correction - changing the date of the publish did work. This ticket can be closed