Riversatile
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress doesn't suggest tags anymore (in new/edit post)At my home, I dont have the issue on my Chrome (same release).
Cool.Forum: Fixing WordPress
In reply to: WordPress doesn't suggest tags anymore (in new/edit post)I found the issue !
It comes from the Google Chrome browser !!!There was a pending update…
For information, now I have the latest release : 19.0.1084.56 mAnd I still have the issue with Chrome.
But as the issue comes from the browser, it’s not a file issue on my FTP or database issue.Thanks Esmi
Forum: Fixing WordPress
In reply to: WordPress doesn't suggest tags anymore (in new/edit post)See the link on my avatar in this forum 😉
Forum: Fixing WordPress
In reply to: WordPress doesn't suggest tags anymore (in new/edit post)Hi Esmi,
– deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
–> Didn’t work– switching to the Twenty Eleven theme to rule out any theme-specific problems.
–> Didn’t work– resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.
–> Didn’t work– re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress.
–> Didn’t workAlso, I restored a database backup from the 5 June (the date I installed the plugin “WP CleanFix”), it’s still the same, wordpress doesn’t suggest tags to me.
Forum: Fixing WordPress
In reply to: Image size ProblemHi,
Go to http://megacitystore.com/wp-admin/options-media.php
Then define maximum width with 600px for Large size images.I think this should work.
Forum: Fixing WordPress
In reply to: Google shows post title for multiple datesHi,
This is normal ^_^
As you’re looking for the text “The Dark Knight Rises – Nokia Lumia 900 – Limited Edition”, Google displays this text wherever google found it.
This is the same behavior on all websites.
Cheers
Forum: Fixing WordPress
In reply to: How to get the following plug in's?This is not a plugin, this feature is included in the freshlife theme.
Forum: Fixing WordPress
In reply to: Is This A Bug Placed On Website?Normal if you still see the comment from “dave” with the email “addy ds@fsmail.net”…
Now you need to fix all the name/email-addresses of all your comments !Then, you’ll see if new comment arrives with “dave”, if yes, so the issue is still there.
Forum: Fixing WordPress
In reply to: 406 Not Acceptablethat was what I expected.
Forum: Fixing WordPress
In reply to: My WordPress Site Has Slowed To A Crawl ??Yes ! The home page is loading very fast, but not the other pages !!!
Forum: Fixing WordPress
In reply to: My WordPress Site Has Slowed To A Crawl ??Hi,
Whaawwww ! It’s so slow !
Take a look on this PING request on your website !!!
240 ms… Then, 160 ms ! It’s too muchC:\Documents and Settings\Admin>ping -t residentevilsix.net Envoi d'une requête 'ping' sur residentevilsix.net [50.116.83.45] avec 32 octets de données : Réponse de 50.116.83.45 : octets=32 temps=240 ms TTL=51 Réponse de 50.116.83.45 : octets=32 temps=162 ms TTL=51 Réponse de 50.116.83.45 : octets=32 temps=162 ms TTL=51Go here, you’ll see screen-capture that shows that your site do not give answer before 1 minute ! (I do not do this test on the home page)
http://www.monsterup.com/upload/1336342592754.jpgThen, here is the TRACERT request :
C:\Documents and Settings\Admin>tracert residentevilsix.net 1 14 ms <1 ms <1 ms 192.168.1.1 2 30 ms 29 ms 28 ms 1.65.141.88.rev.sfr.net [88.141.65.1] 3 33 ms 29 ms * 17.36.3.109.rev.sfr.net [109.3.36.17] 4 37 ms 37 ms 37 ms 46.255.176.93 5 135 ms 130 ms 129 ms xe0-0-0.tcr1.eqx.ash.as8218.eu [83.167.55.7] 6 127 ms 125 ms 126 ms te3-5.bbr01.eq01.wdc01.networklayer.com [206.223 .115.185] 7 143 ms 143 ms 142 ms ae0.bbr01.tl01.atl01.networklayer.com [173.192.1 8.153] 8 159 ms 159 ms 158 ms ae13.bbr02.eq01.dal03.networklayer.com [173.192. 18.134] 9 164 ms 161 ms 162 ms ae5.dar02.sr01.dal07.networklayer.com [173.192.1 8.181] 10 163 ms 161 ms 161 ms po2.fcr01.sr01.dal07.networklayer.com [50.22.118 .133] 11 163 ms 162 ms 162 ms 50.116.83.45 Itinéraire déterminé.So, the issue is located at your server ISP. Or at your home if you host your server yourself.
Forum: Fixing WordPress
In reply to: 406 Not AcceptableHi,
Have you tested this code in the ‘.htaccess’ file ? Perhaps not the same code that you have already tested.
Download and edit your ‘.htaccess’ file (if you do not have a htaccess file in the root folder of your webserver (where your ‘wp-config’ is), create this file using a text editor, then paste this code :
<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>Save it as ‘.htaccess’ (without any extension), overwrite the original file or upload it on your server.
If you cannot find out a solution using .htaccess or the options that you are able to manage through your ISP dashboard, contact your ISP to alert them you got this error.
Regards
Forum: Fixing WordPress
In reply to: category.php does'nt show real category…… I’m not sure the issue is in the category.php file.
What do you want to do ?
– You want to ensure that the address coincides with the different categories ? (
http://mywebsite/category/cat1/cat2/cat3/browse the sub-categories) OR (http://mywebsite/category/cat1+cat2+cat3/gather the categories in one page)OR
– You want to display side by side the categories in which the article is, in the H2 tag ? (
<h2>xxxxxxxx</h2>)Forum: Fixing WordPress
In reply to: Is This A Bug Placed On Website?In first, check in your theme folder : ‘function.php’ ; ‘comments.php’ etc…
Forum: Fixing WordPress
In reply to: category.php does'nt show real category…This should work !