roeliezorg
Forum Replies Created
-
Nope, no button there. But thanks for your help. Problem is I can’t control it. Bringing it to my spam doesn’t solve the problem either.
Do you know where I can quit de whole wordpressforum? Think thats the only solution
Cais,
This is what I get:
You are receiving this email because you are subscribed to a plugin.
Login and visit the topic to unsubscribe from these emails.
Forum: Fixing WordPress
In reply to: suckerfish and IEProblem solved. Changed code:
`/*<![CDATA[/*
sfHover = function() {
var sfEls = document.getElementById(“suckerfishnav”).getElementsByTagName(“LI”);
for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=” sfhover”;
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(” sfhover\\b”), “”);
}
}
}
if (window.attachEvent) window.attachEvent(“onload”, sfHover);/*//]]>*/.I love plugins, but find out that I’m busy to get my site through w3c, because lot of the plugins give trouble. Is there a way to change this more easily?
Forum: Plugins
In reply to: Next gen galleryProblem solved: the plugin ‘Bind user to category’ was causing the problem.
Forum: Plugins
In reply to: Next gen galleryFound out that my wp-content/gallery/school/thumbs is not filled. How is that possible?
Having the same problem I think. Everythings alright except for the thumbnails. They don’t show up. Not in administration not in site.
thanks already,
Mirjam
Forum: Plugins
In reply to: Next gen gallerySame problem here. It worked fine 3 months ago, now it’s not showing thumbnails. Deleted plugin and database, didn’t work.
Please, can somebody help me?
Forum: Fixing WordPress
In reply to: wp-admin dissapearedAfter discussing with you, but most with myself I found out the problem was in function.php in my theme.
`
<?php
function toonTekst($tekst) {
if(empty($tekst) || !is_numeric($tekst)) {// Als er geen of een ongeldige waarde opgegeven wordt neem je tekst 1
$tekst = 1;
}
$query = “SELECT * FROMteksten
WHEREtekstid
= ‘$tekst’ LIMIT 1;”;
$result = mysql_query($query);
$row = mysql_fetch_assoc($result);
echo $row[‘tekst’];
}
function toonTitel($titel) {
if(empty($titel) || !is_numeric($titel)) {// Als er geen of een ongeldige waarde opgegeven wordt neem je tekst 1
$titel = 1;
}
$query = “SELECT * FROMteksten
WHEREtekstid
= ‘$titel’ LIMIT 1;”;
$result = mysql_query($query);
$row = mysql_fetch_assoc($result);
echo $row[‘titel’];
}
?>These lines where the problem. Don’t know why but I just leave the out. They where probably for my searchfunction.
Forum: Fixing WordPress
In reply to: wp-admin dissapearedok, this is very strange. After renaming the contentmap to wp-content2 admin appeared again. After changing it back to the old settings admin still is there?????
I’m a bit confused. What happened? Anyway, I leave it for now. I’ll try to create some pages and plugins tomorrow to see what happens.
For the moment everything looks fine.
I’m puzzeled.
Ok, ofcourse I tried to change a page and after pressing the button to change, same problems happens. So I have to find out where the bug is: somewhere in wp-content.
Forum: Fixing WordPress
In reply to: wp-admin dissapearedTried a lot of things, still a white page. Who could help me find the bug?
What I found already is that when I disable plugins there’s still a white page. When I disable the whole contentmap admin appears again. So it must be somewhere in the contentmap, but not in the pluginsThanks already.
Forum: Fixing WordPress
In reply to: wp-admin dissapearedBut how is it possible that lots of my files have this problem? And what is the fast way to find the bug?
Forum: Fixing WordPress
In reply to: wp-admin dissapearedI found out that lots of my files do have a last blank line. Is that a problem?
Forum: Fixing WordPress
In reply to: wp-admin dissapearedI mean: Thanks. I will try. I tried once with a code that tells me were the problem is, do you know which one and where to put?
Forum: Fixing WordPress
In reply to: wp-admin dissapearedDank je. Ga ik proberen. Hoe heette die foutmeldcode ook al weer en waar moet ik die inzetten? Dat scheelt misschien zoeken.
Forum: Plugins
In reply to: How do I unlink parent menu link?I would like to know the answer to.