Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author aueda

    (@aueda)

    I found a reason.
    When you insert an image into an article, the selection of the ‘Link To’ combobox must be ‘Media File’ instead of ‘Attachment page’ etc.

    Hi Aueda,

    I am getting the same error. I did not understand what you mean by “the selection of the ‘Link To’ combobox must be ‘Media File’ instead of ‘Attachment page'”

    Could you please explain how to use this plug in.

    Thank you.

    Plugin Author aueda

    (@aueda)

    I’m sorry. There is ‘Link to’ combobox in the Insert Media screen of WordPress 3.5 beta3. In the current version of WordPress there is ‘Link URL’ textbox in the “Add Media” screen. When you insert an image between [izoom] and [/izoom] you needed to enter the URL of the original image (http://****.jpg) in the Link URL textbox, instead of attachment post URL (http://****/?attachment_id=???) etc.
    But yesterday I updated the plugin and now the attachment URL is also OK.
    So please try the latest plugin(Ver1.0.6).

    Hi Aueda,

    This is how my code looks like:

    [izoom]<a href="http://remotereality.in/ldwordpress/wp-content/uploads/2012/10/Full-Test.jpg"><img src="http://remotereality.in/ldwordpress/wp-content/uploads/2012/10/Thumbnail-Test.jpg" alt="" /></a>[/izoom]

    I have not attached an image. I have pasted the image location in the code above and I am still getting this error. Here is the page on which I am trying to implement this plug-in:

    http://remotereality.in/ldwordpress/?page_id=721

    Please let me know what could be the problem.

    Thank you.

    Plugin Author aueda

    (@aueda)

    I tried the plugin in my shared hosting account and I experienced the similar problem. I’ll fix it.

    Thank you! Please do inform me once it is fixed. It is an amazing plug-in and is perfect for my website!

    Plugin Author aueda

    (@aueda)

    If “allow_url_fopen” of the PHP setting is not enabled, please ask your server administrator to change the setting.
    If that is not possible, modify your post like following:

    (before)
    [izoom]<img src=”http://???.com/wp-content/upload/???-100×100.jpg”>[/izoom]
    (after)
    [izoom]<img src=”http://???.com/wp-content/upload/???-100×100.jpg”>[/izoom]

    How is the result?

    Hi,

    I am still not able to get the plug-in to work.

    I don’t really understand what changes you have asked me to make in the code.

    Please explain.

    Thank you.

    Plugin Author aueda

    (@aueda)

    Sorry. I made a mistake.

    (before)
    [izoom]< a href=”http://???.com/wp-content/upload/???.jpg”><img src=”http://???.com/wp-content/upload/???-100×100.jpg”>< /a>[/izoom]
    (after)
    [izoom]< a href=”/wp-content/upload/???.jpg”><img src=”http://???.com/wp-content/upload/???-100×100.jpg”>< /a>[/izoom]

    delete http:// and server name in the a-tag.
    (I inserted a whitespace before “a” because writing a-tag in the post cause a problem.)

    Hi,

    I am still unable get it to work after removing http:// and the server name!

    What could be the issue?

    Thank you.

    This is the code:

    [izoom]<img src=”http://remotereality.in/ldwordpress/wp-content/uploads/2012/10/Solutions-Industry-3.jpg&#8221; alt=”” />[/izoom]

    And this is the page where the above code is:
    http://remotereality.in/ldwordpress/?page_id=740

    It does not show an error message but it does not load the image in the pop up window.

    Plugin Author aueda

    (@aueda)

    I cannot see your code correctly.
    (writing a-tag in the post in this forum cause a problem.)

    I think the following code is correct:
    [izoom]< a href=”/ldwordpress/wp-content/uploads/2012/10/Solutions-Industry-3.jpg”><img src=”http://remotereality.in/ldwordpress/wp-content/uploads/2012/10/Solutions-Industry-3.jpg”>&lt; /a>[/izoom]

    (‘/ldwordpress’ is missing in your code?)

    Hi Aueda,

    Could you please give me your email address so that I can send you my code. I am still unable to get the plug in to work.

    Thank you.

    Plugin Author aueda

    (@aueda)

    Please contact me by using the contact form.
    http://tempspace.net/plugins/?page_id=301

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘[Plugin: Wp-ImageZoom] parsererror’ is closed to new replies.