Riversatile
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: plugin list disappearedWhat’s the URL of your site ?
Forum: Fixing WordPress
In reply to: RSS Feed works depending the browserYeah, I know my feed are corrects, but using OPERA, it worked by the past, and now it doesn’t work. I don’t know why…
Forum: Fixing WordPress
In reply to: Remove a SidebarHi,
You’ve just to edit your template files (.php) from you theme.
Forum: Fixing WordPress
In reply to: Picture Alignment ProblemsHere in your Theme folder :
http://blog.bracehemmelgarn.com/wp-content/themes/modularity-lite/library/styles/screen.css
But know that all your paragraphs will be affected by this change 😉
Forum: Fixing WordPress
In reply to: Picture/link problemHi,
Replace the last line you’ve added by :
a img { border:none; text-decoration:none; )Forum: Networking WordPress
In reply to: Multi Site issueHi Andrea,
I’ve the same problem.
Main WordPress install : http://www.riversatile.fr
Second site : http://series.riversatile.frIhave created “blogs.dir” Directory in http://www.riversatile.fr/wp-content/.
When I try to reach http://series.riversatile.fr, I see the empty page with “Index of /” there is no file.
When I try to reach Dashboard at http://series.riversatile.fr/wp-admin/, it returns 404 Error :
Not Found, The requested URL /wp-admin was not found on this server.I’ve the conviction there is a problem with REWRITEor .HTACCESS or WP-CONFIG
Could you help me ?
Here is my .HTACCESS file :
# Workaround for 'Google XML Sitemap' Plugin compatibility in WP 3.0.1 (MU) RewriteRule ^sitemap.xml sitemap-%{SERVER_NAME}.xml [L] RewriteRule ^sitemap.xml.gz sitemap-%{SERVER_NAME}.xml.gz [L] # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] # END WordPress Order allow,deny allow from all <Files .htaccess> order deny,allow deny from all </Files> <files wp-config.php> Order deny,allow deny from all </files> <files wp-settings.php> Order deny,allow deny from all </files>Here is the important part of my WP-CONFIG file :
/** Activer l'option permettant de basculer WordPress en mode Multi-Sites. */ define ('WP_ALLOW_MULTISITE', true ) ; define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'www.riversatile.fr' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); /* C'est tout, ne touchez pas à ce qui suit ! Bon blogging ! */ /** Chemin absolu vers le dossier de WordPress. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Réglage des variables de WordPress et de ses fichiers inclus. */ require_once(ABSPATH . 'wp-settings.php');Forum: Plugins
In reply to: Fast and Secure SI Contact Form – CookiesOK… The cookies issue is now solved !
For 5 days, I has installed the BAD BEHAVIOR 2.1.4 which is not a working version ! Working version is still BAD BEHAVIOR 2.0.38. I’ve deleted all files from BAD BEHAVIOR 2.1.4 and restored all files from BAD BEHAVIOR 2.0.38. FAST AND SECURE CONTACT FORM is working fine, CAPTCHA Cookies are accepted in all the web browsers !
Bye Bye
CheersForum: Plugins
In reply to: Fast and Secure SI Contact Form – CookiesHi Mike,
I’ve found the trouble ! It’s the plugin “BAD BEHAVIOR” that blocks the Fast and Secure Contact Form captcha Cookies !!! Once I’ve disabled it, the form’s ‘captcha’ feature working fine.
It’s a very big mess ! Because without “BAD BEHAVIOR“, my site is under a great danger from BOT/SPAM/HARVEST !
Here’s the LOG of “BAD BEHAVIOR” :
http://www.monsterup.com/upload/1279472310433.jpgCould you try from your home ? With “BAD BEHAVIOR” active, is it work for you ???
Forum: Plugins
In reply to: Fast and Secure SI Contact Form – CookiesForum: Plugins
In reply to: Fast and Secure SI Contact Form – CookiesForum: Fixing WordPress
In reply to: How toHi,
A Plug-in is not required to do this…
You want a specific post be put forward ? at the top of your page ?OK, Go to your post, then click on “Edit”, then click on “visibility”, then tick the box “Stick this post to the front page” and click OK !
That’s it ! See here : http://support.files.wordpress.com/2008/12/module-publish-visibility1.jpgForum: Fixing WordPress
In reply to: Unable to open wp-adminDon’t forget to change your ADMIN account password !
Forum: Fixing WordPress
In reply to: Another Blank Screen ProblemGive us the URL of the website to see what’s happen
Forum: Fixing WordPress
In reply to: Another Blank Screen ProblemAre you sure your friend only changed the theme ?!?
Forum: Fixing WordPress
In reply to: Unable to open wp-adminOK, I saw you can now connect in admin console…
So now, you’ve just to clean your database (delete all table regarding this plugin), because WordPress admin console report an error message at the top of the dashboard !