Fredo754
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: TinyMCE toolbar shows only one rowHi:
No, I didn’t change core files, just viewed them.
Hosted at Hostgator; using PHP 5.4.
I added the define to reset concatenate script. The problems remain.
What an adventure! Still looking for help.
Forum: Fixing WordPress
In reply to: TinyMCE toolbar shows only one rowHi:
I did the following:
1. Set theme to Twenty Fifteen.
2. Disabled plugins and renamed the plugins directory. Edited a new post.
The edit icons were as I noted above. The advanced (second row) icon was not present. Page source shows only those icons.
3. Edited wp-includes/js/quicktags.js (11/26/2014). The code indicates that only the above icons were being generated:
qt._buttonsInit = function() {
var t = this, canvas, name, settings, theButtons, html, inst, ed, id, i, use,
defaults = ‘,strong,em,link,block,del,ins,img,ul,ol,li,code,more,close,’4. Renamed the plugins directory to plugins. Installed and activated ckeditor-for-wordpress. Edited a new post. In this case, no editing icons were visible at all. Page source does not appear to contain icons that might be set to display:none.
5. In both cases 3 and 4, I viewed the Firefox error console. No errors are being generated.
The problems occur under Firefox, Opera, and Chrome.
I would greatly appreciate some help on how to resolve these problems.
Thanks,
Fred
Forum: Fixing WordPress
In reply to: TinyMCE toolbar shows only one rowIs it possible to manually install Tinymce as an addon? Or for that matter Ckeditor?
Forum: Fixing WordPress
In reply to: TinyMCE toolbar shows only one rowI did a manual update through the major release levels.
I deactivated plugins.
The problem remains!
Forum: Fixing WordPress
In reply to: TinyMCE toolbar shows only one rowHi:
Sorry – I wasn’t clear. The icon for the second row is missing. I only see the icons:
Add Media
b i link b-quote del ins img ul ol li code more close tags distraction-free writing mode.I activated the Twenty Fifteen theme. The problem remains.
Thanks. I’ll do that as time permits. I’ll post a solution if I find one.
Hi:
I previously disabled all plugins except Supercache and the problem remained. Just now I did a diff between .htaccess and the rules displayed under View Mod Rewrite Rules in the Supercache control panel. The rules are in .htaccess correctly. Same thing for cache/.htaccess.
Any suggestions on how I can debug this problem?
Thanks,
FredWell, I’m still stuck. Help would be appreciated!
Since starting this thread, I have upgraded Supercache from 0.9.9 to the current 0.9.9.3. I also repopulated .htaccess with rules from the current release. The Supercache control panel test says that it is working.
This thread suggesting disabling all plugins:
Supercache appended to URLI did that and the problem remained.
(By the way, I would certainly donate to the developer, if I could get Supercache working correctly).
Thanks in advance,
Fred
Forum: Plugins
In reply to: wp-super-cache problem / bug: WP_CACHE not enabled in wp-config.phpHey, I resolved it myself.
In wp_config.php, the line:
define(‘WP_CACHE’, true);must occur before the define of ABSPATH.
Cheers,
Fred