-
AuthorPosts
-
November 18, 2019 at 10:24 am #1157777
Post Navigation in den single posts wird nicht angezeigt.
Habe bisher alle Tips aus den Foren ausprobiert, bekomm es aber einfach nicht zum laufen.
http://fwg-poing-2020.de/blog/November 20, 2019 at 3:18 pm #1158495Hey Manfred,
Credentials did not work for me. Could you please update the credentials?
Best regards,
VictoriaNovember 20, 2019 at 4:12 pm #1158529This reply has been marked as private.November 21, 2019 at 7:07 am #1158725Hi,
Thanks for that. I’m not sure I understand your question though, which navigation are you referring to exactly? I can see the back and forward navigation on the sides fine on single posts, like the one in private for instance. Could you try to explain the problem a bit further or post a screenshot highlighting it if we have misunderstood you?
Best regards,
RikardNovember 21, 2019 at 1:52 pm #1158823Hi Rikard
oh, now i saw the navigation left and right of the window (full screen navigation).
Is it possible to embed the next/previous buttons directly under/in the content area of the post (like the comments, similar pages, tags) instead the full screen navigation left and right of the window
Manfred
November 25, 2019 at 12:09 pm #1159813Hi,
Yes, it’s possible. Try to follow the instructions provided by @Guenni007 in the following thread.
// https://kriesi.at/support/topic/previous-next-links-on-single-posts/#post-1141679
The script will insert the post navigation before the footer container or at the very bottom of the post content.
Best regards,
IsmaelFebruary 25, 2025 at 12:35 pm #1477893long time ago that post of mine – hope it will still work.
what i see by first view – you maybe had to replace the selector #footer – because f.e. if you got a #footer-page or div.av-curtain-footer-containerin that line :
$('.postnav_new').detach().clone().insertBefore('.av-curtain-footer-container');it depends on your footer setting.
Or: you insert it by appendTo as last-child to main etc.
$('.postnav_new').detach().clone().appendTo('main:first'); -
AuthorPosts
- You must be logged in to reply to this topic.
