MaTheRyS
Forum Replies Created
-
Hello.
Here is one of the pages where the problem happends : http://www.dropshipping-france.fr/modules-dropshipping-prestashop/Forum: Fixing WordPress
In reply to: WordPress feeds and wrong mime typeNo i haven’t done all these things yet.
I will do it tomorrow in the night when there will be no visitor and i will come back to give you the result.
Tanks.Forum: Fixing WordPress
In reply to: WordPress feeds and wrong mime typehttp://www.dropshipping-france.fr
Main feed is redirected to feedburner but not category & comment feeds. For exemple :
http://www.dropshipping-france.fr/fournisseur/feed/
http://www.dropshipping-france.fr/comments/feed/Some additional informations :
The link rel=”next” and link rel=”prev” have the same problem.
%2B is not transformed in +For now, i’ve just put a temporary solution by adding :
$canonical = preg_replace( '/\%2B/', '+', $canonical );
in the function “function canonical”and
$url = preg_replace( '/\%2B/', '+', $url );
in the function “adjacent_rel_links()”But… Is this a good solution ? And why does this problem happend ?
Forum: Themes and Templates
In reply to: Adding html after the wrapper div ?Thanks a lot.
I didn’t find the </body> tag in the footer.php, it’s why i was asking this.By inspecting a bit more the theme, several tag were missing in fact, like some closing </div> and </body>.
And i understood what’s happened : i don’t remember where i found it exactly, but it should be a modified theme with copyright removed…
I’ve just spend 2 hours to find the original one and get back the copyrights.Hopefully, it’s a free theme and copyright back is enought to use it legaly. I would be really angry if it was a paid theme, as i’ve spend a lot of time working on customize it.
I can’t understand why there is no way to verify the legemity of a theme, like a mandatory UID that we can verify on a official wordpress site 🙁
One more times, thanks a lot 😉