Riversatile
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS FeedHow do you embed the Youtube videos in your posts ?
Do you use a plugin to display Youtube videos or do you just copy/paste the Youtube video URL ?
Also, give me your website URL.Forum: Fixing WordPress
In reply to: WordPress Logs me out anytime I switch windows/tabsHi,
I think this issue comes from your web browser.
Did you try another web browser ?Forum: Fixing WordPress
In reply to: Problem with menu .activeWhen I put “current-menu-item” in the Class of your current menu “li” element, the menu is highlighted correctly !
The inner “a” element CSS style is : background: #d64387;See the demo here: http://postimg.org/image/j3gncf193/
So the only thing to solve is to know why the Class “current-menu-item” doesn’t show up.
Forum: Fixing WordPress
In reply to: Help with missing files…In your case, I think it’s a bad idea to update WordPress just because the plugin files are unreachable. Update WordPress core files from 3.4 to 3.7.1 needs some serious preparation (do a database backup, analyse your plugins to know if they will work on the latest version of WordPress).
First of all, I think you have to solve this issue with this plugin. If you know the version of the “wp-super-cache” (go to the “Plugins” menu) you use, with a FTP client, you can try to upload the files in the new directory of the plugin (it seems to be : …/wp-content/plugins/wp-super-cache/)
To download an old version of “wp-super-cache”, go here: http://wordpress.org/plugins/wp-super-cache/developers/
Forum: Fixing WordPress
In reply to: Is this OK for my function.php?Hi martcol,
It looks good.
Regards
Forum: Fixing WordPress
In reply to: Problem with menu .activeHi Designsolutions,
I saw there is a problem in the source code of your page…
You should have the CSS class “current-menu-item” on the “li” element for the displayed menu item. But it’s not the case.
I don’t know how to do this. Sorry.Forum: Fixing WordPress
In reply to: Help with missing filesHi noir_87,
Did you try to update “wp-super-cache” (if an update notification appears) or overwrite manually the directory of “wp-super-cache” with the latest version (1.4) ?
Before to proceed, note the version of “wp-super-cache” and make a backup of the “wp-super-cache” directory on your computer.Regards
Forum: Fixing WordPress
In reply to: RSS FeedHi Betrue,
Did you try to select “Full text” in Setting > Reading “For each article in a feed, show”
This will show the entire entry content, instead of show the excerpt only.
Regards
Forum: Fixing WordPress
In reply to: Can't update my PluginsOK.
And for these 2 lines at the very top of the .htaccess file ?
What’s your thought ?AddHandler x-httpd-php5 .php AddType application/x-httpd-php5 .phpForum: Fixing WordPress
In reply to: Can't update my PluginsHo… so I don’t have access to error logs.
How can I have/activate error logs ?
Wordpress can’t provide error logs ? My hosts can ?Forum: Fixing WordPress
In reply to: Can't update my PluginsSure, I’m aware that permissions should be at 0755. I restored them.
I checked my HTTP log file for yesterday, I see the GET requests for the update update.php?action=upgrade… but nothing that would show a success of the operation. I don’t have any tool to debug the update process. I tried with WordPress debugging feature, but it didn’t work.Here is what I have in the log file for yesterday :
www.xxxxxxxxxxx.fr www.xxx.yyy.zzz - - [15/Oct/2013:21:32:00 +0200] "GET /wp-admin/update.php?action=upgrade-plugin&plugin=broken-link-checker%2Fbroken-link-checker.php&_wpnonce=xxxxxxxxxx HTTP/1.1" 200 7154 "http://www.xxxxxxxxxxx.fr/wp-admin/plugins.php" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36"
and
www.xxxxxxxxxxx.fr www.xxx.yyy.zzz - - [15/Oct/2013:21:54:03 +0200] "GET /wp-admin/update.php?action=upgrade-plugin&plugin=yet-another-related-posts-plugin%2Fyarpp.php&_wpnonce=xxxxxxxxxx HTTP/1.1" 200 7163 "http://www.xxxxxxxxxxx.fr/wp-admin/plugins.php" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36"I have not yet contacted my hosts.
My hosts is “Nuxit”, in France. I found an article that advises to put the 2 following lines at the very top of the .htaccess file.AddHandler x-httpd-php5 .php AddType application/x-httpd-php5 .phpBut this didn’t solved the issue. This is an update issue that occurs randomly.
Aside from my main problem, can I leave these 2 lines ?Do you still suggest me to contact my hosts ? How can I broach the subject simply with them ?
Forum: Fixing WordPress
In reply to: Can't update my PluginsThis evening, before contact my hosts, I tried to downgrade knowingly a plugin (BJ Lazy Load) to test to update it. The update process was successful !
I did the same for the plugin Yet Another Related Posts Plugin, but the update process didn’t work ! So I didn’t understand what was wrong !!!There was one thing I didn’t test…
My …wp-content\upgrade\ folder was with permission 0755, I deleted the “upgrade” folder, I created a new one with permissions 0777.
Then, the plugin Yet Another Related Posts has been updated successfuly !What do you think about that Esmi ?
Is the issue still on my hosts side ?Forum: Fixing WordPress
In reply to: Can't update my PluginsI also check in my host dashboard, the PHP Configuration is the same on the both wordpress sites. And I can’t manage cUrl settings.
Forum: Fixing WordPress
In reply to: Can't update my PluginsEsmi,
Another thing… it’s strange, because on my other WordPress site, I can do plugin update without any problem.
My primary wordpress site is http://www.riversatile.fr (where plugin update fails)
My secondary wordpress site is http://music.riversatile.fr (where plugin update success)You still think it’s a server issue ?
Forum: Fixing WordPress
In reply to: Can't update my PluginsI know recently my PHPmyadmin dashboard has changed. Perhaps something changed with PHP ?