lencanoot
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Warning: strip_tags() errorBtw, it’s online, so for an example go here:
https://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
In reply to: [Plugin: Yet Another Related Posts Plugin] Warning: strip_tags() errorHey 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
In reply to: Jquery in wordpress not working?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
In reply to: Jquery in wordpress not working?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
In reply to: Jquery in wordpress not working?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
In reply to: Jquery in wordpress not working?Forum: Fixing WordPress
In reply to: Jquery in wordpress not working?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
In reply to: Jquery in wordpress not working?Ehm actually it works in Firefox, Chrome and Safari, but not in IE.. Anyone know why?
Forum: Fixing WordPress
In reply to: Jquery in wordpress not working?All dandy now, thanks!
Forum: Fixing WordPress
In reply to: Jquery in wordpress not working?I think my function is wrong. The alert works now.. Thanks!
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Warning: strip_tags() errorDoesn’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
In reply to: [Plugin: Yet Another Related Posts Plugin] Warning: strip_tags() errorThe problem also exists on other templates like Lightword. I add it to the index using the tag: <?php related_posts() ?>.
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Warning message in formatting.phpWith this version the problem still exist for the non-widget usage. ??
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Warning: strip_tags() errorI 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?