• Resolved Aurora

    (@aurora)


    I’ve got the following error message on one of my pages:

    nr_height){nr_height=jQuery(this).height();}});jQuery(“a.nr_rc_panel”).css(“height”,nr_height+”px”);} function nr_onload(){var nr_url=”https://api.nrelate.com/rcw_wp/0.42.3/?tag=nrelate_related”;nr_url+=”&keywords=My+Writing+Nook+Name+Change&domain=www.iphonewriting.com&url=http%3A%2F%2Fwww.iphonewriting.com%2Fnews-and-opinion%2Fmy-writing-nook-name-change%2F”;var nr_head=document.getElementsByTagName(“head”)[0];var nr_script=document.createElement(“script”);nr_script.type=”text/javascript”;nr_script.async=true;nr_script.src=nr_url;nr_head.appendChild(nr_script);} if(window.attachEvent){window.attachEvent(“onload”,nr_onload);} else if(window.addEventListener){window.addEventListener(“load”,nr_onload,false);} else{document.addEventListener(“load”,nr_onload,false);} Share and Enjoy:” />

    URL is https://www.iphonewriting.com/news-and-opinion/my-writing-nook-name-change/

    Why am I getting this error? How can I fix it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Steve Bruner

    (@sbruner)

    Hi Aurora– the way some themes generate their meta description is conflicting with our plugin, when you select to automatically place our related content. We’re working on a fix, however, you can fix this yourself by MANUALLY placing our code.
    -log into your WordPress website
    -click on the “Related Content” settings tab
    -Under “Layout Settings”, uncheck all the boxes
    -Click “Save Changes”
    Now you have to place our code manually in your theme:
    -In your theme, edit the Single.php file
    -Place the following code where you want our related content to show:
    <?php if (function_exists('nrelate_related')) nrelate_related(); ?>

    Save the file… go get a cup of coffee. When you come back you’ll have the best related content on your website.

    Thread Starter Aurora

    (@aurora)

    Thanks. I’ve tried following your instructions. But nrelate isn’t showing up on my site.

    Plugin Author Steve Bruner

    (@sbruner)

    I see it at the bottom of your post. If you want to move it up, look for this in Single.php:

    </div> <!-- /.post -->

    And place the code right after it, like this:

    </div> <!-- /.post -->
    <?php if (function_exists('nrelate_related')) nrelate_related(); ?>
    Thread Starter Aurora

    (@aurora)

    Thanks. That’s fixed it.

    Plugin Author Steve Bruner

    (@sbruner)

    This has been fixed in version 0.42.5. You can use the automatic layout options if you like.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: nrelate Related Content] Error message’ is closed to new replies.