Jump to content
Larry Ullman's Book Forums

Lance

Members
  • Posts

    3
  • Joined

  • Last visited

  • Days Won

    1

Lance last won the day on October 31 2014

Lance had the most liked content!

Lance's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Without even replying, you are a genius. I didn't even know about the broswer console. I went into the add_page.php file and removed all the failed to load plugins, uploaded to server and BOOM, there it was, Two days of work that could have been avoided if had only known about the console. Thank you, thank you. Lance.
  2. Hi HartleySan, First, thank you very much for replying. This thread was over a year old so I wasn't sure if I would get a reply. Forums and the people that run them are a wonderful thing. as for your questions I will answer them in order. 1) Yes. I use Dreamweaver CS6 and under the source code tab I see the script that links to the editor. I changed back to referencing files on the server so here is my filepath <script type="text/javascript" src="/tinymce/tinymce.min.js"></script> 2) Here are the logs in the browser console "Invalid App Id: Must be a number or numeric string representing the application id." all.js:56 "FB.getLoginStatus() called before calling FB.init()." all.js:56 "Failed to load: http://www.lancedonnelly.com/tinymce/themes/advanced/theme.min.js" tinymce.min.js:4 "Failed to load: http://www.lancedonnelly.com/tinymce/plugins/advlink/plugin.min.js" tinymce.min.js:4 "Failed to load: http://www.lancedonnelly.com/tinymce/plugins/inlinepopups/plugin.min.js" tinymce.min.js:4 "Failed to load: http://www.lancedonnelly.com/tinymce/plugins/iespell/plugin.min.js" tinymce.min.js:4 "Failed to load: http://www.lancedonnelly.com/tinymce/plugins/safari/plugin.min.js" tinymce.min.js:4 "Failed to load: http://www.lancedonnelly.com/tinymce/plugins/xhtmlxtras/plugin.min.js" tinymce.min.js:4 content is null tab-events.js:40 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM.woff. This can be fixed by moving the resource to the same domain or enabling CORS. EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM.woff Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://fonts.gstatic.com/s/kreon/v9/a5r0-iMPk2rygJI75EuckA.woff. This can be fixed by moving the resource to the same domain or enabling CORS. a5r0-iMPk2rygJI75EuckA.woff Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff. This can be fixed by moving the resource to the same domain or enabling CORS. s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff content is null tab-events.js:40 3) Hopefully you'll understand the errors above. I also ran firebug and did not find any erros on the console there. Thanks again for helping out. Lance.
  3. I'm having some issues getting the tinymce wysiwyg editor to show up as it's supposed on the add_page.php script when I upload to the server. Unlike Diamond Dave (and personally I still like Diamond Dave) no matter what I do with the file path nothing seems to work. I've even given up using the tinymce files stored on the server and have used a direct link to cachefly. src="//tinymce.cachefly.net/4.1/tinymce.min.js" I am using Effortless E-Commerce copyright 2011, in Chapter 5, page 14. I downloaded all the files from Larry's site and these are the ones I am using to try and get the editor to work. The only change I have made to Larry's code is the src file path to the one noted above. I upload the file to the server and I get the complete page as it should be before the wysiwyg was installed. I have cleared my cache and history and still no editor. When I do a separate html file with the code below and load it to the server I get the editor . <!DOCTYPE html> <html> <head><!-- CDN hosted by Cachefly --> <script src="//tinymce.cachefly.net/4.1/tinymce.min.js"></script> <script>tinymce.init({selector:'textarea'});</script> </head> <body> <textarea>Easy! You should check out MoxieManager!</textarea> </body> </html> I don't get any errors and all the includes and requires are the exact same name. Everything works fine except the editor. I have spent the last several days trying to fugure this out. I never post to forums as Google and I usually have great success. Not this time. Any help would be greatly appreaciated. Thanks.
×
×
  • Create New...