Why do you need any shortcode ?
Just insert an image and it should work
Here is what I filled in for “The image counter”:Image {http://www.accupresh.com/wp-content/uploads/2012/12/allergy1.jpg} of {1}
and nothing happens to my image at all.
Here’s the link to the page:http://www.accupresh.com/our-products/allergy-corrections/
The product image is what I am trying to zoom.
Please help. Thank you!
First, I do not understand your Image {http://www.accupresh.com/wp-content/uploads/2012/12/allergy1.jpg} of {1} … why dont you set the param to Image {current} on {total} ? You do not have to replace yourself the keyword … it will be automatically replaced …
Second, I do not see my plugin running on you website … is it normal ? have you deactivated it ?
Could you indicate how have you inserted the product image in the page ? By a plugin ?
The plugin is installed and activated.
What am I supposed to have written as my “image counter?” Now I put in “Image {current} of {total}”
The image in my page is inserted with this code:
<img class=”productimg” src=”http://www.accupresh.com/wp-content/uploads/2012/12/allergy1.jpg” alt=”product image” />
I see in “about” on your plugin that you wrote that the html should look like this: <img src=’ ‘>.
Does that mean that it has to be in an anchor tag? Because I tried that, and it didnt help. Should I email you my backend info to figure out the problem?
Thanks.
No I do not think that the format of the image matter here.
How did you inserted the image ?
I just coded it by hand. Would it make a difference?
I just went back and inserted it with the wordpress img embed editor, but it made no difference.
Sometimes, we miss the most obvious things… Indeed the image seems correct but there are missing an link !!!
your image should be
<a href='http://www.accupresh.com/wp-content/uploads/2012/12/allergy1.jpg'><img class="productimg" src="http://www.accupresh.com/wp-content/uploads/2012/12/allergy1.jpg" alt="product image" /></a>
and not :
<img class="productimg" src="http://www.accupresh.com/wp-content/uploads/2012/12/allergy1.jpg" alt="product image" />
And now the plugin have also a widget function 🙂