peppe_lm
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP 4.0 Broke Main MenuHaving the same problem,
No programmer fast working solution:
in “wp-includes” use the older (3.9.2) versions of
“nav-menu-template.php” and
“nav-menu.php”check it out working @ http://galeried2.ch
i’ll be back to read a clean solutionThanks in advance
Forum: Fixing WordPress
In reply to: Images upload but no thumbnails or previewSorry there is an error in my before post:
-first make all the CHMOD’s in deep folders
-then only check your configsfor info my config:
PHP Version 4.3.10
mysql 4.xxA good thing would be to have all the files Chmod’ed as it should be and a plugin for transloading (x server to x server) without loosing the setting what i think happens on win-boxes?
Or does some body know a tool for making CHMOD -r on windows directories? as some ISP dont allow shell?
Forum: Fixing WordPress
In reply to: Images upload but no thumbnails or previewI had the same problems on WP2.0.4 and ImageMmanager
and fixed the problem with this:in WP-options -> divers i added a “/” at the of the directory
in WP-options -> ImageManager i checked that
Base image directory:
&
Base image URL:
have exactly the same ending “…/wp-content/uploads/images/”because i remarqued an error in the html code in the editor (html button)
and last but not least i made CHMOD 777 all the uploads directories and the full content (files) of ther ImageManager PlugIN directory.
Thanks to all