Romain51
Forum Replies Created
-
Forum: Plugins
In reply to: Specific header image for specific category?Hi Marventus,
Thx for the explanation.
In fact I got my php version from WordPress directly : I clicked on the update link and got this message on my dashboard : “You cannot update because WordPress 3.2.1 requires PHP version 5.2.4 or higher. You are running version 5.1.3RC4-dev.”
I checked with your method (phpinfo file) and got same version: PHP Version 5.1.3RC4-devSo I think I’ll wait a little before updating…
Thx,
Forum: Plugins
In reply to: Specific header image for specific category?Hey, thanks for the feedbacks.
In fact I cannot update WordPress, cause wordpress 3.2.1 requires PHP version 5.2.4 or higher (my provider only provides me with PHP 5.1.3RC4-dev). So I have to stay with WordPress 3.1.2
So finally I updated Graphene: But same problem. I really checked everything (naming of folders, ID of categories, placement of the script, size of jpegs) and I’m sure I did not forget anything.
So my guess is that it’s not working with my version of wordpress.
Of course if anyone-else have managed to have the code working on wordpress 3.1.2 (or previous version), please post ! ??Thanks,
Forum: Plugins
In reply to: Specific header image for specific category?Hi,
Thanks for the test.
I tried it both ways (directly in the functions.php after the graphene_get_header_image; and with a separate user-functions.php) and unfortunately without success…
So I guess I should try to update graphene first and then WordPress if no change.
But I’m not sure I want to do that, I have to check before all customizations I did…
So if I decide to do so, I’ll let you know what’s going on.Thx anyway, and if you think of something else, don’t hesitate to tell.
cheers;
Forum: Plugins
In reply to: Specific header image for specific category?Hi Marventus,
Thanks so much for the answer. Yes I cleaned my cache (I do not use Cache plugins), but it didn’t solve the problem.
In my site, rotating headers worked with default images and default graphene feature, so I don’t think this is the issue.
I guess the problem is :
either on not using a child theme, or on not using the latest version of Graphene (or wordpress, but I don’t think so).I’ll have a look at it later today and let you know.
Forum: Plugins
In reply to: Specific header image for specific category?Oh yes I forgot to tell:
I’m using WordPress 3.1.2 and Graphene 1.3Thanks
Forum: Plugins
In reply to: Specific header image for specific category?Hello there,
As I told Raindance in another forum, I have some trouble implementing this new feature and code you created. I must be doing something wrong, but I don’t see what exactly.
– I created folders in my FTP that correspond with my categories’ slug:
/wp-content/themes/graphene/images/custom-headers/competition
/wp-content/themes/graphene/images/custom-headers/stades
…
– I uploaded in these folders appropriate jpeg images (they work all of them if I use them separately as a header)
– I putted the code you created into my functions.php file (and I modified it, so that the ID of my categories are in it)
– I checked the ‘Random header’ box on graphene header interfaceUnfortunately as a result I don’t get any custom headers displayed…
Before I deleted them on the FTP, I got the default header images displayed. Now that I deleted them on the FTP, I get no header at all. So it seams that it doesn’t pick any images from custom header folder.Any idea what I could try?
I saw that Raindance is using a child theme. could it be the problem, something to adapt in the code ? (Graphène is my main theme, I’m using only one theme.)
Many thanks for your help,