Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #255930
    Hans
    Participant

    Hi,

    I used:
    .single-post .nav-links {
    display: none !important;
    }
    to make invisible the previous and next post items.

    On desktop this worked great, but on mobile it doesn’t.
    Is there al solution for it?

    Kind regards

    Hans Hagmeijer.

    The website is Hagmeijer.nl

    #256001
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .navigation.post-navigation {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #256027
    Hans
    Participant

    Hello Skandha,

    Thanks for answering. This doesn’t work. It is no big thing, but it should be nice if It should be possible.
    This also works on desktop and it didn’t work on mobile.

    Kind regards

    Hans Hagmeijer

    #256106
    Skandha
    Participant

    @toerfiets: Hello Hans,
    The above CSS Code seems to be working at my end. Can you let me know on which post page you are having this issue?

    Kind Regards,
    Skandha

    #256156
    Hans
    Participant

    Hi Skandha,

    When I go to my iPad to https://www.hagmeijer.nl/?p=7590, then I see the previous and next post thing.

    On the desktop all is normal.

    But once again: it is no big thing.

    Kind regards

    Hans Hagmeijer.

    #256168
    Skandha
    Participant

    @toerfiets: Hello Hans,
    You seem to have missed a } after the code

    @media screen and (min-width: 64em) {
    	.site-content .sidebar {
    		margin-left: 77.46%;
    		max-width: 375px;
    		width: 50%;
    	}

    in your Additional CSS due to which the above code I provided is not working.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #256230
    Hans
    Participant

    Hi Skandha,

    You are great. This worked.

    A question.
    Is it useful if I work on the theme translation into Dutch as soon as I have time to do that?
    Then I have the feeling to give something back for all the help.

    Kind regards

    Hans Hagmeijer

    #256294
    Skandha
    Participant

    @toerfiets: Glad it worked out. It would be great if you could work on the dutch translation.

    Kind Regards,
    Skandha

    #256339
    Hans
    Participant

    Hi Skandha,

    I will do that when I have time. Every day a part of the 510 items.

    Kind regards

    Hans Hagmeijer

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘previous and next post on mobiel’ is closed to new replies.