Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #604003

    Hi,

    Some of my products are not showing the previous / next product links on the left and right side of the page on mouseover. Where can I find this setting, and is it in the edit product window? Image attached shows the link I am looking for: http://imgur.com/0SSQuky . Thanks!

    #604209

    Hi,

    Can you post the link to one of the products please?

    Regards,
    Josue

    #604221

    Hi,

    I have included the product and login details to view in the private content area. Thanks!

    #604228

    Hey!

    The post navigation will be disabled if there are full width elements on the page. If you need the post navigation, add this in the functions.php file:

    add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1);
    function avia_remove_fullwidth_slider_check($settings)
    {
    $settings['is_fullwidth'] = false;
    return $settings;
    }

    Regards,
    Ismael

    #604234

    Hi,

    I got an error message after adding the code to my child theme functions.php:

    Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /home/cdlsswbc/public_html/demochoco_com/wp-content/themes/demochoco/functions.php on line 65

    #604398

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #604462

    Thank you, and please let me know how it’s done as we will be uploading new products very often.

    #604484

    Ok, i’ve added Ismael’s code to your child theme functions.php, check if it works.

    #604643

    Thank you! It works now :)

    #604644

    Hi!

    Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have. Simply open a new thread.

    Cheers!
    Günter

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Prev/Next product links on side of window in single prod page’ is closed to new replies.