Riversatile
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how do I centre the site navigation menu?? Please help!What’s your Site URL ?
Forum: Fixing WordPress
In reply to: Uniqe Sidebars change to default with single post displayI don’t think, so the system takes the default one.
This can help you :
This is a part of my function.php file/* ####################################### Déclaration des sidebars et boites de Widgets WordPress ####################################### */ // Sidebar #1 par défaut if ( function_exists('register_sidebar') ) register_sidebar(); // Sidebar #2 (single.php) if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Sidebar2 - single.php', 'before_widget' => '<div id="sidebar"><ul><li>', 'after_widget' => '</li></ul></div>', 'before_title' => '<h2>', 'after_title' => '</h2>', )); // Sidebar #3 (category.php et tag.php) if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Sidebar3 - category.php et tag.php', 'before_widget' => '<div id="sidebar"><ul><li>', 'after_widget' => '</li></ul></div>', 'before_title' => '<h2>', 'after_title' => '</h2>', ));Forum: Fixing WordPress
In reply to: Uniqe Sidebars change to default with single post displayYou have to register each new sidebar in your function.php file. Is it done ?
Forum: Fixing WordPress
In reply to: My Website Loads Slowif that can reassure you. I’m using 32 plugins and I have 30 activated plugins me too.
Forum: Fixing WordPress
In reply to: My Website Loads SlowNot so slow ! This page came in 5 seconds for me.
Forum: Fixing WordPress
In reply to: 403 Forbidden ErrorWith FTP, try to go to your “www” folder and find the “.htaccess” file.
If you can see this file, download it, edit it and replace all lines by :# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressThen upload it, and retry access to your site.
Regards
Forum: Fixing WordPress
In reply to: Background Image?All is possible !
Forum: Fixing WordPress
In reply to: Help ! Fatal ErrorURL of your site ?
Forum: Fixing WordPress
In reply to: How would I even begin to SEO this site?Hey !
See below, it’s the container All in one SEO has generated in the source code of one of my posts :
“Terra Nova – La série à maintenant besoin d’un public”<!-- All in One SEO Pack 1.6.13.4 by Michael Torbert of Semper Fi Web Design[599,740] --> <meta name="description" content="Terra Nova a été co-produit par Steven Spielberg... C'est la série télévisée la plus coûteuse de l'histoire ! FOX a dévoilé hier à Londres" /> <meta name="keywords" content="episode,fox,kevin reilly,pilot,spielberg,steven,news,séries tv,terra nova" /> <link rel="canonical" href="http://www.riversatile.fr/2011/09/04/terra-nova-la-serie-a-maintenant-besoin-dun-public/" /> <!-- /all in one seo pack -->You can see that All in One SEO generates description, keywords and fix the canonical URL too !
This plugin is the better SEO solution, trust me.And see now the real Google search engine answer for the same post :
http://www.google.fr/#sclient=psy&hl=fr&site=&source=hp&q=La+s%C3%A9rie+%C3%A0+maintenant+besoin+d%E2%80%99un+public+site%3Ariversatile.fr&pbx=1&oq=La+s%C3%A9rie+%C3%A0+maintenant+besoin+d%E2%80%99un+public+site:riversatile.fr&aq=f&aqi=&aql=1&gs_sm=s&gs_upl=1009l1009l0l1847l1l1l0l0l0l0l183l183l0.1l1l0&bav=on.2,or.r_gc.r_pw.&fp=b36ab8f3bc04655e&biw=1920&bih=975You can see the same description and the same title !
Forum: Fixing WordPress
In reply to: How would I even begin to SEO this site?Hi,
add keywords in this tool is not needed !
everything is automatic once you’ve done the right things in your posts/pages.all in one SEO takes info from your posts/page, then it generates posts title, it generates posts description based on the content, it generates posts keywords based on the meta-keywords you’ve entered in your posts, it’s the same for category/tag/search pages !
It also generates your website title/description if you fill in the required field.
See above the options :
http://wp.uberdose.com/media/all-in-one-seo-pack-options.pngIt’s very easy !
Forum: Fixing WordPress
In reply to: How do I disable multisite?Just remove this line into your wp-config.php file :
define('WP_ALLOW_MULTISITE', true);or replace the line by this one :
define('WP_ALLOW_MULTISITE', false);Regards
Forum: Fixing WordPress
In reply to: How would I even begin to SEO this site?Even if your site will not be updated very often, you can use the Wordpres extension called “All in One SEO Pack“
Just download, install and activate it.
Then go to Settings / All in One SEO and click on Plugin Status: Enabled, it makes your plugin features enabled.
Just leave by default the other options.That’s it !
– Once you create a post, WordPress will request indexing to the most of search engine (Google etc…).
– Once you modify a post, WordPress will request update-indexing to the most of search engine (Google etc…).Regards
Yes, I already found this post. OK… the issue is not in STYLE html tag. WordPress recognises html entities and transforms them with the graphic aquivalent !
In the one hand, I can replace all the HTML entities like below (in each posts !) :
< > / ] [ " 'or simply use a wordpress plug-in “Preserve Code Formatting“
I choose the second way ^_^
Forum: Fixing WordPress
In reply to: Google bot ignores robots.txtIt seems to be correct…
Here is mine :
[code moderated - please use the pastebin for any code of more than 10 lines]
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Template "No Sidebar, No Comment" not workingHi,
Have you soled the issue ?
If not, send a screenshot or your link.