jennifer532
Forum Replies Created
-
Okay, i got it fixed. Thanks
Forum: Plugins
In reply to: [Download Monitor] how to disable or remove the “Progress bar”?Hi @raldea89
Thank you so much it’s working perfectly. It’s just a request that please make this option available somewhere in plugin functions, so a normal user can easily enable/disable it as per their choice. It would be appreciated. ThanksForum: Plugins
In reply to: [Download Monitor] how to disable or remove the “Progress bar”?Hi @raldea89
First of all sorry for the late response,
I tried this and it just hides the progress bar but doesn’t disable it. Can you please guide me to disable it through javascript? How can i disable the execution of javascript that activate this function?
Currently, i have rolled back to the old version 4.7.71 in which this function was not introduced.
Waiting for your kind response. ThanksForum: Plugins
In reply to: [Download Monitor] Replacing or hiding the loading iconHi @raldea89 @zirk
Can you guys help me to hide or disable the progress bar completely, so it can stay disabled even in upcoming updates?
I have tried adding this code in CSS but not working, can you explain how to add it?dlm-xhr-loading-gif {
display: none;
}
Also, how can i override the JS templates?
As i don’t understand codes as you guys do so It will be great if you can explain it in baby steps. It will be appreciated. ??Forum: Plugins
In reply to: [Download Monitor] how to disable or remove the “Progress bar”?Hi @mplusb
Already tried this but not be able to get it done. I have added the following code into additional CSS. do i have to add it somewhere else?dlm-xhr-loading-gif {
display: none;
}Also how can i override the JS templates?