CodeCanyon

Generic Popups (MooTools)

  • Has been a member for 3-4 years
  • Bought between 100 and 499 items
  • United Kingdom
infuzed says

getting a type error: type mismatch on preview IE7 issue

2 years ago
Author
designcise designcise replied

I’ve tested the script (and just double tested the preview) on Internet Explorer 8 and 7, Firefox 3.6+, Chrome 5 and Opera 10.53 on Windows 7; all seem to be working fine. Can you tell me the Operating System you’re using?

2 years ago
  • Has been a member for 3-4 years
  • Bought between 100 and 499 items
  • United Kingdom
infuzed says

Issue is IE7 / Vista

2 years ago
Author
designcise designcise replied

I just tested it on Internet Explorer 6 and 7 (and also Chrome 5, Firefox 3.6) on Windows XP, here are the results:

- Works fine in Chrome and Firefox

- Doesn’t work in IE6 (and neither am I supporting it)

- Works perfectly fine in IE7 (without envato frame; with the frame it wasn’t handling the positioning quite well with some of the popups; also it doesn’t seem to handle z-index well, it’s a known IE7 Browser issue—nothing to do with the script)

So you might wanna try removing the envato frame (and wait till the page is fully loaded?) and try again as it could possibly be what’s causing IE7 to go nuts.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 100 and 499 items
  • United Kingdom
infuzed says

ok, out of the frame lefthand envato menu causes the issues every time

2 years ago
Author
designcise designcise replied

I’m looking into it, will check on vista and get back to you in about an hour hopefully.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 100 and 499 items
  • United Kingdom
infuzed says

thanks,will purchase soon as error free on the highest browser/OS for my user group.

In case there is any doubt, this is an awesome set of tools

2 years ago
Author
designcise designcise replied

You were right about the type mismatch alert in IE7 which only seemed to come up on Vista. The problem was with setting the z-index CSS property; IE7 doesn’t recognize z-index: ‘auto’ as a valid value for it; it seems like an IE7 Browser bug. Anyway, I’ve FIXED it and I’ve also fixed the problem I mentioned earlier about IE7 handling z-indexes wrongly. It’s all working absolutely fine now, I’m going to upload the updated version in about 30mins, and it should hopefully get accepted by tomorrow. I’ll post again once the update has been accepted.

Thanks a lot infuzed for pointing this out. I’ve tested the script in Chrome 5, Firefox 3.6+, IE 6 – 8 on Windows XP/Vista/7 and Opera 10.5 on Windows 7; the script works fine on all of them (except IE6 , which I do not intend to support).

2 years ago
  • Has been a member for 3-4 years
  • Bought between 100 and 499 items
  • United Kingdom
infuzed says

Awesome, tested and all great now thanks, purchased

Great set of tools, really appreciate your efforts

2 years ago
Author
designcise designcise replied

I’ve sent the updated version of the script for review, it should be up in a day, if you’ve already purchased the script, e-mail me via my contact page @ http://codecanyon.net/user/daniyal .. and I’ll email you back the updated version of the script.

Thanks once again.

2 years ago
Author
designcise designcise replied

The updated version of the script has been approved and is now available for purchase.

2 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • Mexico
fulgorek says

any chance to get a jquery version instead of mootools?

2 years ago
Author
designcise designcise replied

Haven’t planned it yet, so definitely not anytime soon. MooTools seemed a perfect fit for this purpose because of it’s object-oriented style of programming (which makes re-usability and extensibility easy to achieve).

What most people fail to understand about jQuery is that it’s not good for every purpose, it is great for DOM selection and manipulation (i.e. getting smaller tasks done quickly) etc. but anything bigger than that might require unnecessary coding complexities that I definitely would want to avoid. It might be a popular choice because of its ease-of-use but it’s definitely not fit for every purpose I’d say.

Thank you for your interest in the product though :)!

2 years ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Referred between 1 and 9 users
jjjrmy says

Might buy, I like it. It has a lot of everything.

2 years ago
Author
designcise designcise replied

Thank you for your interest and comment. And yeah, it was meant to do almost every sort of popup, I would’ve gone on and on with the examples but after 15 I got really tired lol n i didn’t want to delay the launch because I worked on this for almost 4 months :P it required a lot of planning and thinking and revising .. I just hope now it was worth the effort :p

2 years ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • United States
CrucialCounty says

Almost every site I have is using jquery… I have had conflicts everytime mootools and jquery were in the same head. Do you know of any “no conflict” codes that actually make them work… before I buy?

2 years ago
Author
designcise designcise replied

Not that I’ve ever used jQuery and MooTools together, but these might help:

- http://davidwalsh.name/jquery-mootools

- http://docs.jquery.com/Using_jQuery_with_Other_Libraries

2 years ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 10 and 49 items
ifeaturecom says

can this be use as plugin in wordpress?

2 years ago
Author
designcise designcise replied

i can’t see any reason as to why it would be a problem using it on the front-end of wordpress..

2 years ago
  • Has been a member for 3-4 years
  • Sold between 1 and 100 dollars
  • Bought between 10 and 49 items
  • United States
xzyla says
Purchased

Example -4.html (Hover Pop Up)

I want to make multiple line pop ups. I have this code but does not work. Please help me in making another line with a Pop up

Thank you for your time

======================================

<!- STRUCTURE ->

Popup#4 Content

<!- END STRUCTURE -> <!- HANDLER -> Hover <!- END HANDLER -> <!- STRUCTURE ->

Popup#4 Content

<!- END STRUCTURE -> <!- HANDLER -> Hover <!- END HANDLER ->

=====================================

1 year ago
Author
designcise designcise replied

Try emailing me from my contact page with the example file zipped so I can have a look at it; please also include an explanation of what you’re trying to do.

1 year ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
  • United Kingdom
petrapcb says

Hi

I am interested in using this as a contact form, i.e. it would popup open page open with a contact form for someone to add their name and email and submit. Can this be edited in this way?

1 year ago
Author
designcise designcise replied

If you wanted to open a new page inside another existing page then it can be done using an iframe inside a popup html structure. Otherwise, you could just simply make a form inside a div for example and make that div a popup which is envoked on a specific event. So, yes it can be done.

1 year ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
npeterczar says

Hi Danial,

is this script timeable?

1 year ago
Author
designcise designcise replied

it itself is not, but using javascript’s setinterval function you can launch it after set intervals?

1 year ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 1 and 9 items
  • Europe
axinos says
Purchased

Hello,

Any chance this can work with older versions of Mootools?

Thanks

11 months ago
Author
designcise designcise replied

sorry for the late reply .. i’m on a holiday ..

you will need to use mootools with compatibility distribution for backward compatibility.

11 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
vidamovelblog says

I want to use it in my worpress blog, but i’m new to this. I’m used to use plugins, because they are easy to work with. I have a question: When i purchase the file does it come with a tutorial of how to use all of this popups?

2 months ago
Author
designcise designcise replied

Unfortunately, it is not available as a wordpress plugin yet, therefore, there are no instructions on how to install it on a blog. You can, however, use it on your web pages following the instructions in the help file. Knowledge of JavaScript/MooTools may be required to do that.

2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • Brazil
AgenciaCerutti says
Purchased

Hello from Brazil!

I’ve just bougth your script and was wondering if it is possible to use multiple example 6 – Sticky Nav links on the same page, showing diferent divs. It would be very useful to me but I don’t know much about mootools and javascript. So if you can give me some light it would be great.

Cheers

15 days ago
Author
designcise designcise replied

sure it’s quite simple, just drop me an email via the contact form on my profile page and i’ll reply back to you with an example.

i would like to inform you though, that i have a flight in a few hours and will be traveling for the next 17hours so i may be a little slow replying back. i hope that’s not much of an inconvenience.

15 days ago

by
by
by
by
by