Hi, i want to call this go next function at the end of my post on mobile, its possible to call this funcion in a button?
tks
Hey emanar,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.responsive #top .avia-post-nav {
display: block;
top: 90%;
}}
Best regards,
Yigit
Hi, thats interesting.
But I’m trying to add the function to a button in the middle of the post.
What I wonder if its possivle create a button on click ll call the function that is used in this .avia post-nav button
tks! :)
Hi,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
You could also try a plugin like https://wordpress.org/plugins/wp-post-navigation/
Best regards,
Vinay