designcise
- Author had a File in an Envato Bundle
- Author was Featured
- Exclusive Author
- Has been a member for 3-4 years
- Item was Featured
- Microlancer Beta Tester
- Referred between 10 and 49 users
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Sold between 10 000 and 50 000 dollars
286
Purchases
Buyer Rating:
4.68 stars
4.68 average based on 31 ratings.
-
5 Star
2477%
-
4 Star
516%
-
3 Star
13%
-
2 Star
13%
-
1 Star
00%
| Created | 15 October 10 |
| Last Update | 25 August 11 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | jQuery |
| Files Included | JavaScript JS, HTML, CSS, Layered PSD |
- corner ribbon
- dropdown
- info bar
- lightbox
- message box
- overlay
- photo tagging
- popup
- site switcher
- static nav
- sticky nav
- toast
- tooltip
- watermark
© All Rights Reserved designcise -
Contact Envato Support


Never mind, just found more help in the help folder. Please disregard the previous questions. Thanks.
Hi
I need some of the functions in the script for my already running website.
But the problem is i am not a coder. Is it possible for layman like me to install this script on the server and use codes at appropriate places?
Replay asap
Best Avinash
what exactly do you wish to achieve with the script? documentation is included with the script but you may still require some knowledge of javascript to get it up and running. where you don’t understand something, i will be glad to help you out.
also note that you can’t directly use the “functions in the script”, the script is coded using object-oriented paradigm, which means you first have to create a “popup” object (using any element in the page) and then use functions on it.
Hi
I am getting error message, this error is just flashing on the page and disappearing in seconds, but somehow i managed to get screenshot of that.
How to send that image file to you? So that you can figure out what the error is all about in my installation attempt? There is no place here to upload the file.
Ok i will post a link of the page. Check this
http://honestadviser.com/notifyerror.PNGPl reply asap
Regards AVinash
well you should contact the author of that script but the error it’s giving is quite simple, it’s missing some “live_notify.php” file wherever it should reside. again, contact the author of that script for more help on that. i’m afraid i can only assist you with the scripts i’ve written.
Hello
I apologies for the goof up. Actually these messages where not for you, inadvertently there were two pages opened for diff scripts and I mistakenly send something to you which is not related to you.
I appreciate that you have taken some time to reply my queries which are not even pertaining to you. This is something gr8!
Is there anyway that you can remove/delete this miscommunication?
Warm Regards Avinash
they can’t be removed, but it’s alright. glad to be of help
! good luck!
Does the “Example 12: Message Box” work on page load? We need something to tell users an alert message when they enter our website
of course. detailed documentation is included with the product and additionally i’ll be able to assist you with it.
FYI
The “top of page” (tested) and perhaps other popups break with the latest version of jquery.
I can break the example page for the popup by updating the sample jquery to the latest jquery.
Can you fix?
Well, latest version of jQuery is not supported yet. You can use jQuery noConflict() to avoid any conflicts with other libraries and/or earlier/latest versions of jQuery used on the same page. Hope that helps.
Would the popup be responsive if I view in mobile, can the popup be centralized? Im very keen in this, hope to hear from you soon.
The popups need to explicitly be defined to resize when the window resizes like so:
// resize explicitly jQuery(window).bind('resize', function() { jQuery().popup('reposition'); });So in that respect, yes it is responsive in that sense. You should try viewing it on mobile, I haven’t tested it myself.
As for centralizing the popup based on mobile device, yes that too is posible, by detecting a mobile device and repositioning the popup to “center, center” on x, y plane.
Hope that answers your questions.
Will try out. Also is there a way to make the popup go away after certain seconds.
The script has some in-built events that are triggered before and after the popup shows or when the popup handler is clicked, the popup region is hovered over etc. You could, for instance, use the
afterShowevent and set a timeout on the popup to hide after certain miliseconds using the javascriptsettimeoutevent.Can you contact me via my profile page and we can discuss this further there. Since this is a premium script, it’s not preferred to discuss code publicly.
Thank you for helping. You have saved me from hours of headache. Awesome author and script.
Thank you
Hi there, I am looking for some help on this component I bought. It is very useful, but I am having some trouble fine-tuning it in the context of the website I have designed. I am sure that there is a solution and that my ignorance of javascript is the problem. So I am hoping you can take a look and give me a quick fix or some suggestions at the very least.
Here is the beta page: http://www.getbloomgraphics.com/LouisianaFolklife/LT/Articles_Essays/DeltaItalians2.html
Here is the issue: As you can see from the beta page, the page is flexible in terms of its position with respect to the size of the browser. The entire page centers itself within the browser, and it centers itself as the browser size is increased or decreased. But, that also means that the sticky navs on the right (Jump To and Related Resources) also move and, when the browser becomes too small, overlap the text so that you can’t read it.
Would you be able to provide a solution for positioning or placement within the html which would keep these two items in a fixed horizontal position relative to the page design while still allowing them to be flexible within the context of the entire browser?
I hope this makes sense to you. Thanks in advance for your help.