Support » Plugins » [Plugin: Read More Right Here] Turns off FancyZoom javascript after the break

  • There may be a simple answer to this:

    I installed “FancyZoom” and love it. It uses js to enlarge images on my blog.

    I just installed “Read More Right Here” since I don’t expect people to click “more” to go to a new page, read the rest of the post and be willing to click back to do it all over again. It’s a lot of work.

    I like “Read More Right Here,” but I can’t get “FancyZoom” to work after the MORE link (FancyZoom works before the MORE link, but after it, clicking pics just takes you to the enlarged jpg.

    Any help on getting the FancyZoom js to be recognized/working after the clicking “Read More Right Here’s” on-page more link?

Viewing 1 replies (of 1 total)
  • Sorry, there really isn’t.

    I’ve implemented a way for this type of problem to be fixed for other plugins that use jQuery. I’m not 100% sure I want to use it because most authors write code within the ‘ready’ function expecting that it’s the only time that code will get executed, so there’s no telling the types of unintended side-effects that might happen.

    And all of the above is useless for you anyway, since FancyZoom does not use jQuery (or any javascript framework/abstraction).

    Ultimately I think that the only way to really solve this is to add a callback within ‘Read More Right Here’. If users have javascript that needs to execute on the new content, then they would code it. I don’t know the ideal way to make that happen, but I’ll have to give it some thought.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Read More Right Here] Turns off FancyZoom javascript after the break’ is closed to new replies.