Viewing 7 reply threads
You must be logged in to reply to this topic.
Hello I see an option to show button to top and I check it but nothing happens.Idea?
Hello,
Which button are you referring to? Please provide a screenshot so we can help you.
Best regards!
Hello,
You’re right! Sorry for the inconvenience.
Please add these lines at the end of file includes/codeless_hooks.php:
// Wrapper -> After
add_action( 'codeless_hook_wrapper_after', 'codeless_back_to_top_button' );
//add_action( 'codeless_hook_wrapper_after', 'codeless_creative_search', 10 );
Then add this lines in file functions.php:
function codeless_back_to_top_button(){
if( codeless_get_mod( 'back_to_top', false ) )
echo '<a href="#" class="scrollToTop"><i class="cl-icon-chevron-up"></i></a>';
}
Refresh site, the bottom-to-top button should be visible.
Let me know.
Best regards!
Hello, I put the first code in includes/codeless_hooks.php and the second in functions.php of the theme like you said but nothing.
Hello,
Can you please add some sftp credentials to your profile extra fields? So i can check it and do this for you. These files can not be reloaded in the server without a secure connection that’s why a sftp account is needed.
Read this article for more information.
Best regards!
Hello,
The button to top was there when I put this code but it was left bottom and small so I didn’t saw it :)
With css I could edit it more because its not so good looking.
Hello,
Great! Let us know if you need further help.
Best regards!
You must be logged in to reply to this topic.