• Resolved scottoliphant

    (@scottoliphant)


    First, amazing plugin! The problem: I’m trying to troubleshoot what’s going on between the front end editor and shadowbox JS. I realize it could be either plugin interfering with the other, just thought i’d post to see if anyone else had a solution. I think it has something to do with the way that thickbox / shadowbox like plugins auto write the rel tag in the links in the content. This must interfere with the wrapper around the content that front end editor uses. cheers
    scott

    http://wordpress.org/extend/plugins/front-end-editor/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter scottoliphant

    (@scottoliphant)

    a further bit of info from trouble shooting
    if the link is around an image the shadowbox works fine, around a text link to an image, no go. Again, if i disable front end editor both work and launch image correctly.

    Thread Starter scottoliphant

    (@scottoliphant)

    (also for what it’s worth, using the dev version 1.4b)

    Please paste the HTML from your post.

    If I put this:

    <a href="http://img198.imageshack.us/img198/6260/bowie174x100.jpg">link to image</a>

    then nothing special happens when Shadowbox JS is activated, no matter if FEE is activated or not.

    Thread Starter scottoliphant

    (@scottoliphant)

    Here is the HTML
    <div id=’fee_340′ class=’front-ed-the_content front-ed’><p>Content
    <img class=”alignnone size-thumbnail wp-image-350″ src=”http://img198.imageshack.us/img198/6260/bowie174x100.jpg&#8221; alt=”bowie” width=”174″ height=”100″ /></p>
    <p>link to image</p>

    the top link around the image works, the bottom link around the text does not, i just confirmed that the bottom link shadowbox does work if front end editor is off (the rel code is being auto written to launch the shadowbox). Going to try some other troubleshooting today and will let you know if i figure anything out. thanks again!

    Thread Starter scottoliphant

    (@scottoliphant)

    <div id='fee_340' class='front-ed-the_content front-ed'><p>Content<br />
    <a href="http://img198.imageshack.us/img198/6260/bowie174x100.jpg" rel="shadowbox[post-340];player=img;"><img class="alignnone size-thumbnail wp-image-350" src="http://img198.imageshack.us/img198/6260/bowie174x100.jpg" alt="bowie" width="174" height="100" /></a></p>
    <p><a href="http://img198.imageshack.us/img198/6260/bowie174x100.jpg" rel="shadowbox[post-340];player=img;">link to image</a></p>

    lets try again in the code tag =)

    Thread Starter scottoliphant

    (@scottoliphant)

    Changing the shadowbox Javascript Library to “mootools” is the solution i found. My guess is there may be some conflicts with the 2 js files, but I don’t have the skills to troubleshoot what they may be! thanks, maybe this will help someone else
    scott

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Front-end Editor] rel tags within the editable area’ is closed to new replies.