Co
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS error ?Wow 🙂 Is that something that has been changed with the latest WP update, or has it ever been like this ?
BTW, many thanks 🙂
Forum: Fixing WordPress
In reply to: RSS error ?Hello and thanks for the reply !
I’ve got no idea where the <div> came from, I didn’t touch that rss file at all. Do you think it may be causing this ?
I opened the RSS file : That’s all you can finde inside :if (empty($wp)) { require_once('wp-config.php'); wp('feed=rss'); } require (ABSPATH . WPINC . '/feed-rss.php');The blog is located here : http://www.bdfil.ch/
It was already configured like this last year and it did work fine. Now that I changed the template it doesn’t work anymore.Forum: Fixing WordPress
In reply to: RSS error ?Hello,
I would deeply appreciate any help.
Thanks.Forum: Fixing WordPress
In reply to: Can’t import from DotclearHello, I’ve got quite the same problem…
Do you get also this kind of error ?WordPress database error: [Got a packet bigger than 'max_allowed_packet' bytes]Solution still not found, sigh.
Forum: Plugins
In reply to: Dotclear import problemI actually found half a solution…
1. Using phpmyadmin
2. Clicking on the table name
3. Going under “Operations”
4. Renaming.But there are several problems after 😡 So even if it now recognizes the tables, it won’t import them…
WordPress database error: [Got a packet bigger than ‘max_allowed_packet’ bytes]
Forum: Plugins
In reply to: Archives by YEAR (this is different!)Thank you very much for the trick !
I’m now displaying archives by year, and reversed 😉Forum: Plugins
In reply to: Dotclear import problemHey there, I still haven’t found any solution 🙁
Any input appreciated !Forum: Plugins
In reply to: 3 digits monthsWell I did find the solution by myself. In fact WordPress is very intelligent 😉 (more than myself, lol)
The months june and july (respectively Juin et Juillet) do have the same first 3 digits. They need the 4th digit in order to establish a differenciation.
Forum: Plugins
In reply to: 3 digits monthsHello, it’s me again 🙂
I’ve just tried out the M trick with the french version of WordPress, but it doesn’t seem to work as my June month (juin) appears entirely (4 digits).
Any idea of what I may be doing wrong ?
Thanks !
Forum: Plugins
In reply to: 3 digits monthsThank you very much 🙂 The ‘M’ works perfectly !
Have a wonderful week-wend.Forum: Themes and Templates
In reply to: Footer positionThank you very much miklb. I removed the absolute positioning and replaced by blocks positioned with widths and floats, and then clear:both on the footer and everything looks perfect.