Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #548751

    Hi
    Pretty simple issue this time, I don’t understand why my portfolio entries do not display Previous/Next nav like in my post entries (or in the demo http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-3/).
    Any hint?

    #548753

    and here is a link to a portfolio entry (private)

    #550339

    Hey!

    Are you using a layerslider o a fullwidth slider in your portfolio items? there’s a rule that will prevent the post nav from showing if one of those is present (because they overlap):

    		if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) || 
    			class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) $settings['is_fullwidth'] = true;
    

    Best regards,
    Josue

    #550353

    Hi Josue
    Nope, no slider here.
    Link and login details below.

    #551548

    Hey!

    Did you add any modifications in the child theme folder? We would like to access the Appearance > Editor panel but it is currently disabled.

    Regards,
    Ismael

    #552068

    Hi Ismael
    If you want access to the Editor panel, you have to go through Network Admin (/wp-admin/network/theme-editor.php).

    BTW, I have disabled every plugin and switched back to default Enfold theme : still no nav arrows on portfolio pages.
    Please advise.
    Thx

    #554459

    Hi
    Me again, looking for a solution for this issue.
    It seems to be a compatibility issue with Duplicate Post plugin.
    I tried to create some new test portfolios. The navigation shows only between the new portfolio I just created manually. As soon as I clone a post using Duplicate Post (which I always had for my numerous previous portfolio entries), this entry seems to be hidden from the navigation. The post displays in every other situation, like category page, portfolio shortcodes, etc. Only the navigation can’t see the cloned entries.
    Could you please help me with this issue. What meta data is used by the navigation? What meta could have been wrongly cloned or maybe bypassed by the cloning process?
    I can’t say if the issue is theme or plugin related, and I need to know which information may be missing in cloned posts.
    Thanks

    #555070

    Hey!

    Do you use any other plugins that may modify how Posts are created/managed?

    Regards,
    Josue

    #555079

    No.
    How does Enfold deal with the relations between posts?
    Is it only category related? What data could be missing in the post-meta?

    BTW, I just notice that prev/next nav on blog posts doesn’t respect post category to display the prev/next posts in the same categories only. What is the rule then? Do we have some measure of control on this?

    #557045

    Hey!

    Enfold just deals the standard WordPress way. I think you need to contact plugin’s author about it. Does it work for you when deactivating all plugins completely?

    There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Best regards,
    Andy

    #557081

    Hi Andy
    I already have reuploaded the theme multiple times and contacted the author of Dupplicate post.
    As I said earlier, deactivating every plugin and child theme don’t solve the issue.
    I suggest that some data may be missing in the database. Could you please tell me how Enfold (or WordPress) deals the relations between posts to create prev/next nav? Is this only related to the category?

    And you didn’t answer the question below. It might help understand the problem.

    BTW, I just notice that prev/next nav on blog posts doesn’t respect post category to display the prev/next posts in the same categories only. What is the rule then? Do we have some measure of control on this?

    Thanks.

    • This reply was modified 8 years, 11 months ago by Crimson-Guard.
    #558913

    Hey!

    What did the plugin author say?

    See here for getting the post nav to display from same category, https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/#post-185420.

    Cheers!
    Elliott

    #561986

    Hi everyone
    I just found the cause of the issue!
    I had checked the option for Copy post date. Thus, the previous/next navigation could not determine which post is before/after the other.
    I was able to fix my problem by manually changing every post date to have them different (I also had to date them all with specific publishing date/hour to have the nav order I needed).

    I now understand that the prev/next/nav relies only on post publishing date, and doesn’t check anything else.
    I tried the code you provided to respect the post category in prev/next nav, but it changed nothing. I think I will ask for help on the other thread.

    Cheers

    #562321

    Hi,

    Great, glad you found the cause of the problem. Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #577729

    I guess this thread should be marked as resolved. I don’t think I can do it myself, right?

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘How to enable prev/next nav on portfolio items?’ is closed to new replies.