*

ysalim

  • ***
  • 87 posts
need help making a please wait notification
« on: August 29, 2016, 03:42:05 PM »
Hi,

I wonder if anyone can help me to create a "please wait while we submitting your post" notification when the publish item button is clicked

https://db.tt/rueKci3Y

currently, the wait time is more than 5-10 seconds, and it got worsen when I use social media autopost. it now takes 27 seconds of doing nothing screen after the button is clicked.
In order not to confused users, I thought it would be necessary to have the "please wait while we submitting your post" notification

can someone help, Thank you so much




*

mixradu

  • ****
  • 171 posts
Re: need help making a please wait notification
« Reply #1 on: August 29, 2016, 04:24:51 PM »
It's a good ideea i will check

*

ysalim

  • ***
  • 87 posts
Re: need help making a please wait notification
« Reply #2 on: August 29, 2016, 04:32:48 PM »
wow you got a really working osclass site man, so many listings. And I love your pop up to choose the categories

Anyway, the closest i can find to create such notification is

http://malsup.com/jquery/block/#page

but not sure how to implement into our zara and osclass.

« Last Edit: August 29, 2016, 04:36:32 PM by ysalim »

*

MB Themes

Re: need help making a please wait notification
« Reply #3 on: September 04, 2016, 07:54:02 PM »
@ysalim
It is problem, because you do not know when site finished uploading listing.
However it should not take more than 1-2 seconds.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: need help making a please wait notification
« Reply #4 on: June 11, 2018, 01:36:03 AM »
Tell me how to configure this function?

Here is the code:

<button type="submit" id="blue"><?php _e("Log in", 'veronika');?></button>
<button type="submit" id="blue" disabled="" class="animate"><?php _e("please wait", 'veronika');?></button>

Here is the css:

#i-forms button.animate:before, #form_item_post button.animate:before{content: "\f1ce";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
text-rendering: auto;
float: right;
top: 8px;
font-size: 21px;
right: 9px;
position: absolute;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;}

The link to the site:

https://okarel.ru/user/register

Sincerely waiting for your reply, thanks.

*

MB Themes

Re: need help making a please wait notification
« Reply #5 on: June 11, 2018, 06:10:26 PM »
First block to item-post.php, second to global.css
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: need help making a please wait notification
« Reply #6 on: June 11, 2018, 10:18:24 PM »
Hi. item-post is responsible for creating the theme, not for authorization, isn't it? You can more precisely prompt please how it can be realized? Sincerely waiting for a response. Thanks.

For example, the code now looks like this, but it's the right thing to do that would be when depression was a "please wait"?

user-register

<button type="submit" id="blue"><?php _e("Log in", 'veronika');?></button>

Do you still need to connect java here, or is it enough to change the code and css? Sorry about my translator))
« Last Edit: June 11, 2018, 10:22:42 PM by Александр Лонгардт »

*

MB Themes

Re: need help making a please wait notification
« Reply #7 on: June 12, 2018, 01:44:35 PM »
You need some js as well
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots