Lee Rickler
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: TinyMCE on Profile pageThat totally worked … except editing bar is below text area (although this is no problem).
BUT the main thing is viewing the member profile renders the html on page – ie you see the code:<strong>My name</strong>
etc.Oh .. and in your code above, I changed the path to the script:
<script type="text/javascript" src="../wp-includes/js/tinymce/tiny_mce.js"></script>
< — added a ../Damn … I thought I had this sussed!
Forum: Fixing WordPress
In reply to: TinyMCE on Profile pageAny idea on this would be appreciated.
Forum: Fixing WordPress
In reply to: display post outside wp – html?Thanks for that, I’ll give it a try.
Forum: Fixing WordPress
In reply to: How do I customize the login page?It seems that bm-custom-login doesn’t work in 2.7
Forum: Fixing WordPress
In reply to: Turning off Screen Options on Subscriber Dashboard by defaultMaybe hiding the dashboard?
https://www.ads-software.com/extend/plugins/iwg-hide-dashboard/Forum: Fixing WordPress
In reply to: how to remove “Sorry, comments are closed.”???Is this on the default/ classic theme?
Either way, (i think), you just need to search for elements like:
<?php the_author() ?>
<?php the_time() ?>etc
Forum: Fixing WordPress
In reply to: renaming/ moving wp-contentOtto, I tried that before with no success.
Whooami’s solution works perfect, for me anyway.Forum: Fixing WordPress
In reply to: renaming/ moving wp-contentThanks for that.
I simply renamed the wp-content folder and made appropriate changes in wp-settings. Worked perfect!
oh … and does this also apply to wp-admin as well?
(apologise for the questions but hopefully this will finally sort this once and for all!)
Forum: Fixing WordPress
In reply to: WordPress 2.7 Visual Editor has Vanished on some PostsOK. Finally found out my problem. I had an htaccess file in the wp- folders blocking access. I removed them all (can’t remember which one actually did the trick) and the problem has gone away.
Someone up there mentioned it but I simply couldn’t see why it would be causing the problem (still don’t) but it’s sorted now!
Forum: Fixing WordPress
In reply to: WordPress 2.7 Visual Editor has Vanished on some PostsPossibly connected:
WP 2.7 was working fine.
Now –
Dashboard:
No screen options / Help
Incoming links stays on loading
Plugins – stays on loadingEdit Posts (list)
‘List view’ and ‘Excerpt view’ tabs (at top of list) show themselves duplicated plus the alt tags are displayed.Click to add new post or edit a post/ page no visual, just html, but most annoyingly no file upload/ media access shown so basically I cannot post properly.
Plus all the right side boxes are displayed without any styling, tag cloud doesn’t show, publish box is standard.I installed a new version on a sub folder and this works perfect. I then imported the main database to the new install, still working so I wiped the server clean, re-installed and the same problems returned. Did a reinstall on a sub folder – works fine again!
Been at this now for 4 hours and tried every trick in the book!
Forum: Plugins
In reply to: Online quote calculatorOk. Finally an update that could actually be useful.
I solved the issue, which is a general WPMoo problem:
https://mu.www.ads-software.com/forums/topic.php?id=10201Forum: Plugins
In reply to: Online quote calculatorOr in your example:
- <input type=”checkbox” onclick=”document.list_op(this.checked, 10);”>1 chair (£10)
This <input type=”checkbox” onclick=”document.list_op(this.checked, 10);”> gets striped out!
Forum: Plugins
In reply to: Online quote calculatorHere’s a strange one – using the text widget strips out any form field code:
Example:
No matter how many times I enter this, it get’s striped out:
<input type=”hidden” name=”recipient” value=”info@” />This is using WPMU 2.6 – On a ‘normal’ WP 2.6 install it works fine.
Should there be any difference?Forum: Plugins
In reply to: [Plugin: WordTube] Not displaying in FF3/ MacJust as an update, the videos work fine on FF2, Safari and IE, Just not FF3.
Forum: Plugins
In reply to: Online quote calculatoroutrageously fast response.
Thanks loads!I have something similar but it’s a huge table full of code. Yours is much neater.
Appreciated.