daft02
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp poll plugin on index pagei just checked something; this error happens when im on http://gambey.eu/
and works when im on http://www.gambey.eu/, (?)Forum: Plugins
In reply to: permalinksi added this /%postname%/ in the custom field of permalinks and all my blogs links didnt work, so it looks like the server cant handle them, reading the codex it looks like i need this to make them work :
Microsoft IIS 7+ web server with the URL Rewrite 1.1+ module and PHP 5 running as FastCGI, so i guess this url rewrite module is missing from the server ?Forum: Fixing WordPress
In reply to: very strange problem of post re-directionIn the admin panel look for the plugin menu then press disable.
Forum: Fixing WordPress
In reply to: very strange problem of post re-directionit’s because i disabled add to any,thanks (yes i panicked, lol)
Forum: Fixing WordPress
In reply to: very strange problem of post re-directionyes i am using add to any
i just disabled it and now it’s back to normal on IE , anyway what can i do to use add to nay and not have this problem on IE??Forum: Fixing WordPress
In reply to: very strange problem of post re-directioni’m using WP Version 2.8.4
Forum: Fixing WordPress
In reply to: problem with rss feed and others(Read timed out)with simple pie rss feed plugin i get the following error:
cURL error 28: Operation timed out with 0 out of -1 bytes receivedForum: Plugins
In reply to: wp_tag_cloudthanks, i found it’s because some dumbs put categories as keywords
Forum: Fixing WordPress
In reply to: jquery does not work in my blogthank you otto42 i put the <?php wp_head(); ?> before jquery and now it works, funny thing is all of my precedent blog have the <?php wp_head(); ?> after jquery and jquery works.
Forum: Fixing WordPress
In reply to: jquery does not work in my blogi have tried alert(“khjkh”) and it works in javascript , but not with jquery(inside document ready function)
Forum: Fixing WordPress
In reply to: jquery does not work in my blog<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?> > <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>"/> <title></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <meta name="robots" content="index,follow" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="stylesheet" href="jqueryslidemenu.css" type="text/css" /> <!--<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery-1.3.2.min.js"></script> --> <script type="text/javascript" src="jquery-1.3.2.min.js"></script> <!--<script type="text/javascript" src="ajax_flash_tabs.js"></script>--> <script language="JavaScript" type="text/javascript"> jQuery(document).ready(function(){ /*flash_01();*/ /*jQuery("#container").load("flash_01.htm"); */ /*jQuery("div#adbox a.tab_link:first").addClass('active'); jQuery("div#adbox a.tab_link").click(function(){ jQuery(this).addClass('active').siblings().removeClass('active').siblings("container"); jQuery(this).next("div.container").show().siblings("div.container").hide(); })*/ jQuery('div#6').cycle({ fx: 'scrollDown', timeout: 1000, pause: 1 }); alert("jkj"); }); </script> <?php wp_head(); ?> </head>this is the head part in header.php, i know the way i call js it’s not the most conventional way but it ahs always work for me this way, i also called jquery by using <?php bloginfo(‘template_url’) but it neither worked(it is commented)
Forum: Fixing WordPress
In reply to: jquery does not work in my blogyes it is.
edit: i tested the javascript and it works but not jqueryForum: Fixing WordPress
In reply to: wp archivesis this possible?
Forum: Fixing WordPress
In reply to: wp database table for categoriesthank you
Forum: Fixing WordPress
In reply to: Articles (RSS) and comments(RSS) links on IEcan someone help?i dont get why it’s not working on ie..