Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Blogpost navigation #1184356

    Thanks a lot Victoria,
    it sure worked!
    I only needed to find out, how to display the navigation on mobile screens.
    Thanks to this post: https://kriesi.at/support/topic/loop-post-navigation-on-mobile/
    it was no big issue:

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-post-nav {
        display: block;
    }}

    Thanks again for your help. You may close the thread.
    Best regards,
    woody

    in reply to: Blogpost navigation #1182968

    Hi Ismael,
    thank you for having a lot of trust in my abilities.
    But I do not have any clue, where and how to insert that code.
    Does it belong in the wp-editor(i tried but failed) or do I have to modify a file of the theme?

    Would it make sense to provide sftp and wordpress logins to my website?

    Thank you,
    woody

    in reply to: Blogpost navigation #1181976

    Hi Ismael,

    thx for your reply.
    I’ve removed the: echo $avia_post_nav; from the footer.php but couldn’t make the navigation reappear again via the loop-index.php.
    I’ve put echo $avia_post_nav; in line 393. just above

    ` echo ‘<footer class=”entry-footer”>’;

    and added the quick css but that didn’t work for me.

    Could you please specify:

    We removed the post navigation from the footer.php file, then placed it back in the includes > loop-index.php file right at the very bottom of the post.
    ?

    Thanks in advance

    BTW, the email notification does not work for me as well

    in reply to: Blogpost navigation #1177885

    Hi,
    please see the links to the requestet pics.
    My website has a max width of 1200px.
    On displays greater than 1200px, the nav (Prev/post) s of my Blog are outside this container.
    On small screens they are not visible at all.

    I want them to be always displayed and within the max width of my website.

    Regards woody

Viewing 4 posts - 1 through 4 (of 4 total)