Prev/Next product navigation not showing anymore on single product page

This topic has 6 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Rose Tyler

  • Avatar: Adrian
    Adrian
    Participant
    July 16, 2020 at 14:42

    Hi,

    The previous / next product thumbnails stopped showing on my single product page. Can you tell me how to fix this?
    Thank you!

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2020 at 14:45

    Hello,

    I do not see the problem http://prntscr.com/tizqbm Clear cache and check one more time.

    Regards

    Avatar: Adrian
    Adrian
    Participant
    July 16, 2020 at 14:59

    There seems to be a problem with the way the elements align. On my screen, on 100% zoom level in the browser, it shows like this: https://prnt.sc/tizzhp . Only when i set the browser zoom level at 90%, they show up: https://prnt.sc/tizztp .

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2020 at 15:59

    What is the size of your screen? What browser do you use?

    Regards

    Avatar: Adrian
    Adrian
    Participant
    July 16, 2020 at 22:17

    My notebook: 13.3 inch. I tested on all major browsers, no luck. It used to show up just fine.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 17, 2020 at 07:05

    Add the next code in Theme Options > Theme Custom CSS > Global custom CSS:

    @media only screen and (max-width: 1300px) {
    	.posts-navigation {
    		display: block;
    	}
    }
    @media only screen and (max-width: 992px) {
    	.posts-navigation {
    		display: none;
    	}
    }

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.