Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #859167

    Hello,

    I tried to inverse the NEXT /PREVIOUS portfolio buttons here >> https://timhollins-sculpture.com/work/ with this code you posted in 2015 but it did not change anything : here >> enfold/functions-enfold.php

    {
    $entries[‘next’] = get_previous_post($settings[‘same_category’], $settings[‘excluded_terms’], $settings[‘taxonomy’]);
    $entries[‘prev’] = get_next_post($settings[‘same_category’], $settings[‘excluded_terms’], $settings[‘taxonomy’]);
    }
    else
    {
    $entries[‘next’] = get_previous_post($settings[‘same_category’]);
    $entries[‘prev’] = get_next_post($settings[‘same_category’]);
    }

    In fact the next button should always be on the right side.

    Can you help please ?

    Thank you in advance.

    Best,

    AB

    #859533

    Hey anma,

    Thank you for using Enfold.

    Please revert the file back to default then use the following filter instead.

    // https://kriesi.at/support/topic/post-nav-order-is-backward/#post-454966

    Best regards,
    Ismael

    #859576

    Hi Ismael,

    Perfect this worked !!

    Super support, as ever,

    AB

    #859960

    Hi,

    Glad it is working. Let us know if you need anything else.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.