Title: lencanoot's Replies | WordPress.org

---

# lencanoot

  [  ](https://wordpress.org/support/users/lencanoot/)

 *   [Profile](https://wordpress.org/support/users/lencanoot/)
 *   [Topics Started](https://wordpress.org/support/users/lencanoot/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lencanoot/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lencanoot/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lencanoot/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lencanoot/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lencanoot/favorites/)

 Search replies:

## Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Yet Another Related Posts Plugin] Warning: strip_tags() error](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-warning-strip_tags-error/)
 *  [lencanoot](https://wordpress.org/support/users/lencanoot/)
 * (@lencanoot)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-warning-strip_tags-error/#post-1348991)
 * Btw, it’s online, so for an example go here:
 * [http://www.getloud.nl/portfolio/?p=537#more-537](http://www.getloud.nl/portfolio/?p=537#more-537)
 * Underneath the post (it’s in Dutch) is the related post part. Left is the related
   posts, right is the posts from the same category.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Yet Another Related Posts Plugin] Warning: strip_tags() error](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-warning-strip_tags-error/)
 *  [lencanoot](https://wordpress.org/support/users/lencanoot/)
 * (@lencanoot)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-warning-strip_tags-error/#post-1348990)
 * Hey all,
 * Yesterday I moved my entire wordpress site from my localhost to my online server
   and the issue was gone..
 * Very strange. But other things changed as well: former IE/FF incompatibilities
   disappeared a I had to alter my IE stylesheet.
 * For the ones with the same problem, try migrating it to another server.
 * Still strange is that in some posts no related posts are shown while they do 
   have used tags and are of the same category.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Jquery in wordpress not working?](https://wordpress.org/support/topic/jquery-in-wordpress-not-working/)
 *  Thread Starter [lencanoot](https://wordpress.org/support/users/lencanoot/)
 * (@lencanoot)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/jquery-in-wordpress-not-working/#post-1418743)
 * Yeah it’s not necessary, it’s already in there. I’ll try to get see if it still
   works with that line. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Jquery in wordpress not working?](https://wordpress.org/support/topic/jquery-in-wordpress-not-working/)
 *  Thread Starter [lencanoot](https://wordpress.org/support/users/lencanoot/)
 * (@lencanoot)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/jquery-in-wordpress-not-working/#post-1418714)
 * You know what it is? My localhost shows the website totally different in IE 8
   than on my online webserver. Very strange, but a well.. :S
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Jquery in wordpress not working?](https://wordpress.org/support/topic/jquery-in-wordpress-not-working/)
 *  Thread Starter [lencanoot](https://wordpress.org/support/users/lencanoot/)
 * (@lencanoot)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/jquery-in-wordpress-not-working/#post-1418713)
 * I got it working now, don’t know what the exact reason is why it works now, but
   I altered my js code to:
 *     ```
       // Begin jQuery
   
       	//Subsribe buttons movement
       	jQuery(document).ready(function($) {
       									//alert ('hallooo');
       			$("#subscribe_sidebar_list li").hover(function() {
       		    $(this).stop().animate({ marginTop: "-35px" }, 200);
       				   },function(){
       		    $(this).stop().animate({ marginTop: "0px" }, 300);
       		});
   
       		// Navigation movement
       			$("#archief li").hover(function() {
       		    $(this).stop().animate({ paddingLeft: "+12px", }, 200);
   
       		 },function(){
       		    $(this).stop().animate({ paddingLeft: "0px" }, 300);
       		 });	
   
       				$("#categorie li").hover(function() {
       		    $(this).stop().animate({ paddingLeft: "+12px", }, 200);
   
       		 },function(){
       		    $(this).stop().animate({ paddingLeft: "0px" }, 300);
       		 });		
   
       				$("#popular li").hover(function() {
       		    $(this).stop().animate({ paddingLeft: "+12px", }, 200);
   
       		 },function(){
       		    $(this).stop().animate({ paddingLeft: "0px" }, 300);
       		 });	
   
       $(document).ready()
   
       	// End jQuery
   
       	});
       ```
   
 * It’s working now. Thanks for all the help t31os_! Much obliged!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Jquery in wordpress not working?](https://wordpress.org/support/topic/jquery-in-wordpress-not-working/)
 *  Thread Starter [lencanoot](https://wordpress.org/support/users/lencanoot/)
 * (@lencanoot)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/jquery-in-wordpress-not-working/#post-1418708)
 * Thanks for testing!
 * This is the address: [http://www.getloud.nl/](http://www.getloud.nl/)
 * IE not working.. :S
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Jquery in wordpress not working?](https://wordpress.org/support/topic/jquery-in-wordpress-not-working/)
 *  Thread Starter [lencanoot](https://wordpress.org/support/users/lencanoot/)
 * (@lencanoot)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/jquery-in-wordpress-not-working/#post-1418647)
 * Well it’s not outputting anything in IE. Not even an alert. Other browsers do
   it fine, just not IE. I’m running it on 8.
 * Scripting is enabled on IE by the way.
 * I can upload it to a webserver later today, I’m running it on a local test server
   at the moment.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Jquery in wordpress not working?](https://wordpress.org/support/topic/jquery-in-wordpress-not-working/)
 *  Thread Starter [lencanoot](https://wordpress.org/support/users/lencanoot/)
 * (@lencanoot)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/jquery-in-wordpress-not-working/#post-1418607)
 * Ehm actually it works in Firefox, Chrome and Safari, but not in IE.. Anyone know
   why?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Jquery in wordpress not working?](https://wordpress.org/support/topic/jquery-in-wordpress-not-working/)
 *  Thread Starter [lencanoot](https://wordpress.org/support/users/lencanoot/)
 * (@lencanoot)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/jquery-in-wordpress-not-working/#post-1418604)
 * All dandy now, thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Jquery in wordpress not working?](https://wordpress.org/support/topic/jquery-in-wordpress-not-working/)
 *  Thread Starter [lencanoot](https://wordpress.org/support/users/lencanoot/)
 * (@lencanoot)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/jquery-in-wordpress-not-working/#post-1418601)
 * I think my function is wrong. The alert works now.. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Yet Another Related Posts Plugin] Warning: strip_tags() error](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-warning-strip_tags-error/)
 *  [lencanoot](https://wordpress.org/support/users/lencanoot/)
 * (@lencanoot)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-warning-strip_tags-error/#post-1348973)
 * Doesn’t matter. All themes give the same error. So my own made theme does, but
   also the Lightword theme. Sorry I used the word template by mistake.
 * It gives me the formatting error as stated above.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Yet Another Related Posts Plugin] Warning: strip_tags() error](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-warning-strip_tags-error/)
 *  [lencanoot](https://wordpress.org/support/users/lencanoot/)
 * (@lencanoot)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-warning-strip_tags-error/#post-1348970)
 * The problem also exists on other templates like Lightword. I add it to the index
   using the tag: <?php related_posts() ?>.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Yet Another Related Posts Plugin] Warning message in formatting.php](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-warning-message-in-formattingphp/)
 *  [lencanoot](https://wordpress.org/support/users/lencanoot/)
 * (@lencanoot)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-warning-message-in-formattingphp/#post-1340465)
 * With this version the problem still exist for the non-widget usage. 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Yet Another Related Posts Plugin] Warning: strip_tags() error](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-warning-strip_tags-error/)
 *  [lencanoot](https://wordpress.org/support/users/lencanoot/)
 * (@lencanoot)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-warning-strip_tags-error/#post-1348966)
 * I have the same issue:
 * `Warning: strip_tags() expects parameter 1 to be string, array given in C:\xampp\
   htdocs\wordpress\wp-includes\formatting.php on line 631`
 * Possibly interfering with another plugin?

Viewing 14 replies - 1 through 14 (of 14 total)