CodeCanyon

Point 1.2 - Powerful image pointer.

  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 5-6 years
  • United States

So does this store to a Database?

hemn
hemn Author

No by default. But it’s possible for store to a Database by server side programming like php.

shadow3d

Is there a way to make the small Sqaure Pointer into a Larger Sqaure to cover a certian area?

hemn
hemn Author

I’m so sorry, in this version it’s impossible. Thanks for your new idea.

shadow3d

Not a problem at all. I like how this is also, I was just curious about how it stores its information to see if i could impliment this on a large scale for my magazine’s website.

  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 4-5 years
  • Mexico

can i use in multiple images in same page?

hemn
hemn Author

of course! but you must define points for each image. e.g.

var notes1 = [{"x":"137","y":"72","note":"<i>Blured</i> hill."}];
var notes2 = [{"x":"317","y":"152","note":"<b><u>Megan Fox</u></b> has realy nice eyes!","url":"http://google.com/search?q=Megan+Fox"}];
$('#photo1').imgPoints(notes1);
$('#photo2').imgPoints(notes2);
  • Bought between 100 and 499 items
  • Has been a member for 3-4 years
danjen Purchased

Hi – This is a great script and easy to install. I was wondering if it’s possible to have the animated pointers display on page load instead of just when you roll over the image?

Thanks for your help.

  • Bought between 100 and 499 items
  • Has been a member for 4-5 years
mind Purchased

Yes is there a way to have the animated pointers display on page load? id like to know this as well.. thanks!

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Netherlands
Movas Purchased

How come when I click on the button “add point” it doesn’t add the point to the image?

Where do I need to change the code so that it does add it to the image?

hemn
hemn Author

It’s not working by default. But it’s possible for store to a Database by server side programming like php.

  • France
  • Bought between 50 and 99 items
  • Has been a member for 4-5 years

Hi !

Looks nice !
Is it possible to add an image on the tooltip ?
You said: any html can be used, so I think the image is ok, but can we use an external Css file to customize the html ?

Thanks

hemn
hemn Author

Yes of course! Enjoy with any HTML Elements or CSS Styles.

  • Bought between 50 and 99 items
  • Has been a member for 2-3 years

Movassays Purchased

How come when I click on the button “add point” it doesn’t add the point to the image?

Where do I need to change the code so that it does add it to the image?

hemnreplied

It’s not working by default. But it’s possible for store to a Database by server side programming like php.

Does that mean its basic functionality of adding points doesn’t work unless someone adds further code? I’m confused.

  • Bought between 50 and 99 items
  • Has been a member for 2-3 years

Can anyone answer my question just above?

  • France
  • Bought between 50 and 99 items
  • Has been a member for 4-5 years
delweb Purchased

Hi !
Just bought it, works fine with my FF but it does not work with IE8 …
It’s written IE8 is supported, is there anything to do to make it works ? Thanks

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
Aiace Purchased

Could you customize the code to let users add points and save them into a db or file? Of course I would like to pay you for add-on. Thanks.

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
  • United States

I found the easiest way to display the points on image load is to change the .point css class “display:none” to something else like “display:block”.

Hope it helps for those who asked, I didnt see any replies from the author.

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
Aiace Purchased

Considering that, not by default, it’s possible to store points to a db, by server side programming like php, could you please indicate (just this) a good reference or an easy way to do it? Thanks, bye

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

Great script. Saved my bacon tonight.

I’d like to make the links open in a new window a la target=_blank.

I tried some stuff but I am no scipter so it’s like that blind guy trying to solve Rubiks Cube. Is this it? Is this it? ...

Any ideas?

hemn
hemn Author

It’s my pleasure to help you.

For resolve your problem you must just find:

window.location.href='"+note_data.url+"';

and replace to:

window.open('"+note_data.url+"');

in pointer.js file.

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

Great!

I’m a happy dude!

:)

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
Aiace Purchased

Hi, I’d like to add a toolbar as Wibiya (www.wibiya.com) to my site but it conflict with the pointer. any suggestion is welcomed. thanks in advance pal

hemn
hemn Author

Hi. Login to your account at wibiya.com then go to http://www.wibiya.com/web_application/SmartShare then go to Settings tab. Below of “Image recognition” click on “Settings” button then select “Custom Image Detection”. Check “Detect Images only within this container ID” and define the ID of images that you want to Detect to share. This ID must be different with ID of iPointer selector.

  • Bought between 100 and 499 items
  • Has been a member for 4-5 years
ollimil Purchased

Hi there,

I know it´s a long time ago ;-)

Do you have an idea to make your script working with IE9 ?

Thank you

Olli

hemn
hemn Author

I’ve tested it with IE9 and it’s working.

  • Bought between 100 and 499 items
  • Has been a member for 5-6 years
  • United States

Does this script even work? The demo doesn’t work. :( Tried in Chrome & IE, latest versions.

hemn
hemn Author

Yes. This is just a client side script and isn’t a server side script.

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

Hello i’vé just buy your script but i can’t integrate because i need to use

and i can’t use in same time your

Any solution ?

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

Hello my last message wasn’t good sorry :) I need to use the last version of Jquery but your plugin don’t work with this version… :(

Can you help me ?

hemn
hemn Author

I tried the latest version of jquery and it’s working perfectly.

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

First: demo not working… tested on ff 7.01 and ie. it doesn’t adds point! i click add & nothing happens

hemn
hemn Author

You need server side request for add points. It’s just a client side script.

by
by
by
by
by