Riversatile
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Revisions are NOT showing up on postsAre you confortable with wp-config.php file ?
Forum: Fixing WordPress
In reply to: Revisions are NOT showing up on postsSure !
Forum: Fixing WordPress
In reply to: Website display issuesOthewise, the other solution is to upload 32×32 px picture. instead of 225×225 px
Forum: Fixing WordPress
In reply to: Website display issuesno no no ! Impossible.
I can see the HTML code is still incorrect.try to rewrite the values of width and height by hand. Sometime, UTF code is incorrectly recognized after HTML encryption.
Forum: Fixing WordPress
In reply to: Revisions are NOT showing up on posts@esmi
Yeah ! Very well !!!@greenpeas
You can do the change I told above, it prevents database waste space.Cheers
Forum: Fixing WordPress
In reply to: Icons – how to display aligned?OK…
First, it’s difficult to solve this for Facebook like button !
But for Feedburner paragraph, add this style :
float: left;This will make Stumbleupon beside on right the feedburner icon.
For facebook, (if you can change width and height value) you can change IFRAME width that is too big ! actually IFRAME width is 450 ! If you replace 450px by 70px :
This is the resultRegards
Forum: Fixing WordPress
In reply to: Icons – how to display aligned?One minutes… I’m looking for a solution
Forum: Fixing WordPress
In reply to: where is the actual html for 's stored?Whaw !
First, uninstall this plugin ! I don’t know this one, but it seems not quite complete. Some plugins don’t have setting panel !
And install this one : All in One SEO PackThen follow instructions, activate the plugin, go to the “All in One SEO” setting panel to enable the plugin, finally do the setup.
That’s it.
Then, try to open a post, you sould see the good title, description and meta-tag.
Regards
Forum: Fixing WordPress
In reply to: Website display issuesHi,
In you code, you’ve used this :
<img src="http://www.ramblingirish.com/wp-content/uploads/2011/09/RSS.jpeg" alt="" width="”32″" height="”32"">That’s why “width” and “eight” attribute are not detected correctly by the most of internet browsers !
You sould use this for each icon :
<img src="http://www.ramblingirish.com/wp-content/uploads/2011/09/RSS.jpeg" alt="" width="32" height="32">Regards
Forum: Fixing WordPress
In reply to: Revisions are NOT showing up on postsfind and open your wp-config.php file, find a line that matches this one :
define ('WP_POST_REVISIONS'... ...If you can see this line, replace value with this :
define ('WP_POST_REVISIONS', '3');This will allow only 3 revision version for each post.
Otherwise, I don’t know where is the issue.
Regards
Forum: Fixing WordPress
In reply to: Categories stopped "working"Otherwise, as nothing changed during that time period, you can restore your database with the 5 days ago dump.
Forum: Fixing WordPress
In reply to: Categories stopped "working"What’s happening if you edit a post ? Can you see categories on the right pan ?
Forum: Fixing WordPress
In reply to: Rename 404 page?Yes you can.
You have to follow the process, then give the page title you want !Forum: Fixing WordPress
In reply to: Can't post videosI can see the youtube videos.
Forum: Fixing WordPress
In reply to: how do I centre the site navigation menu?? Please help!This theme is really badly done!