Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1729060
entry-meta ASAP
Closed

Comments

  • laweranceoak started the conversation

    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>


  •  7,095
    Oliver replied

    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

  •   laweranceoak replied privately
  •  7,095
    Oliver replied

    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

  • laweranceoak replied

    Ahhhhhhhh I turn that back on and the info will come back. Which one is the correct one?

  •  7,095
    Oliver replied

    Sorry?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • laweranceoak replied

    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

  •  7,095
    Oliver replied

    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

  • laweranceoak replied

    I want it there, but when I press next the other portfolio items are sitting up to.

  •  7,095
    Oliver replied

    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

  • laweranceoak replied

    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. 

  •  7,095
    Oliver replied

    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

  • laweranceoak replied

    Is there an option to do it by Set? That is what I am looking for…

  •  7,095
    Oliver replied

    You need to edit:

    wp-content/themes/thegem/content-page.php

    And change line 184 to:

    <?php if($thegem_nav_post = get_previous_post(true, '', 'thegem_portfolios')) : ?>
    

    and

    line 199 to

    <?php if($thegem_nav_post = get_next_post(true, '', 'thegem_portfolios')) : ?>
    

    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

  • laweranceoak replied

    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.

  •  7,095
    Oliver replied

    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

  • laweranceoak replied

    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? 

  •  7,095
    Oliver replied

    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

  • laweranceoak replied

    Correction - changing the date of the publish did work. This ticket can be closed