jkrpublic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display Query String Parameters in web pageI’ve been working with your code and php functions and shortcodes. I’m almost there and will push it over the line later this week. Thanks so much for the help.
Forum: Fixing WordPress
In reply to: Display Query String Parameters in web pageThanks for your response. A few follow-up questions:
1) This looks like php. Am I going to be better off creating a new template for my page that has this code in it or should I use a plug-in like php execution? Or have I missed something altogether in how to use the code?2) Since the URL is dynamic and changes with each use, could I substitute the $url = http etc etc” with this code that I found on the web:
$url = (!empty($_SERVER[‘HTTPS’])) ? “https://”.$_SERVER[‘SERVER_NAME’].$_SERVER[‘REQUEST_URI’] : “http://”.$_SERVER[‘SERVER_NAME’].$_SERVER[‘REQUEST_URI’];
Thanks so much.
Forum: Fixing WordPress
In reply to: 2.9.2 TinyMCE will not loadForum: Fixing WordPress
In reply to: 2.9.2 TinyMCE will not loadI did not try that. I did, however, find a site that suggested adding the following code to the wp-config.php file:
define( ‘CONCATENATE_SCRIPTS’, false );
That seems to have done the trick. Took me two days to track this down though.
Forum: Fixing WordPress
In reply to: Visual editor not working wordpress 2.9.2Did anyone find a solution?
Forum: Fixing WordPress
In reply to: Visual Editor (TinyMCE) not showing up on 2.9.2 (Linux)Sounds like I’m following in the footsteps of others (looking for that tiny_mce_config.php file, re-uploading files etc) but I do not have a plugin called WP-Secure and there is no .htaaccess file.
After working on this for hours I uploaded a completely fresh install onto a different web-site (2.9.2). I have added nothing on the site — no posts, no plugins. I have deleted ALL plugins (there are two that are not active on install which are now removed). I have cleared my cache in both Firefox 3.5.5 and Safari 4.05.
The visual editor tab is visible. It even shows as highlighted when you go to the edit page but there are no buttons and it shows up with the buttons that show on the HTML tab. Clicking on the html tab keeps the screen identical and flipping back to the Visual tab leaves you with a text box with no buttons whatsoever except for the video, audio, media buttons.
Any ideas?