• Resolved detailscloud

    (@detailscloud)


    Hi!
    your plugin is very nice, but i have a problem with it, when i login to any page of my website the popup button loads in the top of website before page completes loading then it goes to it’s position in right center.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter detailscloud

    (@detailscloud)

    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…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘button loading in the top before’ is closed to new replies.