Hello @detailscloud ,
I can see the issue but unfortunately, we don’t have an option to give some delay on flotation button. This should be done via custom code like this https://prnt.sc/w2cyqy
<script>
jQuery(document).ready(function(){
setTimeout(function(){
jQuery('.sgpb-floating-button').show();
}, 3000); /* 3000 -> after 3 seconds */
})
</script>
<style>
.sgpb-floating-button {
display: none;
}
</style>
We will consider adding a custom delay option to a floating button so that it will be user friendly.
Dear @detailscloud ,
How are you today?
Just wondering whether you saw our previous message?
Have you tried the given solution?
Did that help?
Please, share the results with us.
Dear @detailscloud ,
We haven’t heard back from you for 3 days.
We’re marking this thread as resolved.
Please, submit a new support thread if you need more help.
Thanks for your reply:
i have added the code:
<script><span data-mce-type=”bookmark” style=”display: inline-block; width: 0px; overflow: hidden; line-height: 0;” class=”mce_SELRES_start”></span>
jQuery(document).ready(function(){
setTimeout(function(){
jQuery(‘.sgpb-floating-button’).show();
}, 3000); /* 3000 -> after 3 seconds */
})
</script>
<style>
.sgpb-floating-button {<br />display: none;<br />}<br /></style>
[give_form id=”162″ show_goal=”false” show_content=”none” display_style=”reveal” continue_button_title=”تبرع”]
<p style=”text-align: center;”>
</p>
but no changes…