_cornelius_
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Godaddy free hosting – Dashboard / Admin brokenHere’s how I fixed the WordPress WYSIWYG editor on a Godaddy site. Tested on WordPress 2.6.3, I haven’t test the fix with 2.8.5 yet.
https://www.zulius.com/how-to/fix-wordpress-editor-on-a-free-godaddy-hosted-site/
Forum: Fixing WordPress
In reply to: Visual editor not working WordPress 6.0If you’re using GoDaddy’s Free Hosting service, then Godaddy injects the following into any content generated by a .php page to display ads:
</object></layer></span></div></table></body></html><!-- adsok --> <script language='javascript' src='https://a12.alphagodaddy.com/hosting_ads/gd01.js'></script>
The injected code breaks the WYSIWYG TinyMCE visual editor (it’s javascript gets generated by tiny_mce_config.php). It’s possible to get the visual editor working, the steps involved are described here:
https://www.teknolio.com/blog/how-to/fix-wordpress-editor-on-a-free-godaddy-hosted-site/
Forum: Fixing WordPress
In reply to: godaddy hosting with no visual editorIf you’re using GoDaddy’s Free Hosting service, then Godaddy injects the following into any content generated by a .php page to display ads:
</object></layer></span></div></table></body></html><!-- adsok --> <script language='javascript' src='https://a12.alphagodaddy.com/hosting_ads/gd01.js'></script>
The injected code breaks the WYSIWYG TinyMCE visual editor (it’s javascript gets generated by tiny_mce_config.php). It’s possible to get the visual editor working, the steps involved are described here:
https://www.teknolio.com/blog/how-to/fix-wordpress-editor-on-a-free-godaddy-hosted-site/
Forum: Fixing WordPress
In reply to: 2.5 and TinyMCE not working in visual modeIt’s possible to get the visual editor working with GoDaddy’s free hosting. The fix involves a slight alteration to WordPress’s script-loader.php.
I’ve outlined the steps to do it here:
https://www.teknolio.com/blog/how-to/fix-wordpress-editor-on-a-free-godaddy-hosted-site/