CE
Forum Replies Created
-
+1!
Forum: Plugins
In reply to: [Plugin Organizer] Cannot load edit.php?post_type=plugin_filter.FWIW I ran into this too with combination of plugins:
* Admin Cleanup
* Advanced Custom Fields (ACF)Admin cleanup was changing the ACF main admin URL which was throwing the same type of (error) message as you listed above (“cannot load edit.php…”). I am hoping for official fix but I hacked around it here for now:
https://github.com/mgibbs189/admin-cleanup/issues/6Forum: Fixing WordPress
In reply to: Unable to crop imagesThanks raphievila! IIS_IUSRS was the issue/fix for me too!
Forum: Plugins
In reply to: [SCORM Cloud For WordPress] [Plugin: SCORM Cloud For WordPress] Shortcodes?For now I’ve used this and seems to be working.
https://digwp.com/2010/04/call-widget-with-shortcode/But would love some docs/guidance on how more creative/flexible shortcode-like utilization of the SCORM cloud plugin elements could be used on pages/posts. For example – something like this would be great:
[scormcloud_training_widget show_only_incomplete="true"]
– or –
[scormcloud_restricted_content_check course_id_that_must_be_completed="3434342adfd34"] <h2>Restricted content to show only if course complete here</h2> [/scormcloud_restricted_content_check]
Same prob as dweb2012 here … but I am using uppercase M. I’m using the following for my path string: /magento/app/Mage.php .. but am getting the “Invalid URL” message. Please help!
Also, when I try entering a file-system path the entire Mage/WP options window ends up blank! Example: [C:\\inetput\\mysite\\magento\\app\\Mage.php]
At this point I have to go into the WP database and clear the mage path string just to get the Mage/WP options window to show again.Forum: Fixing WordPress
In reply to: XMLRPC – Garbage Characters before <XML> node??Hrmm – I thought if I was using anything above php 5.2 I’d be safe from the “bad combination” dilemma – guess I should go back and read those threads to confirm what versions I”m using.
Still can’t thank you enough Joseph – such a world of difference now being able to use Live Writer to post to the blog.
Forum: Fixing WordPress
In reply to: XMLRPC – Garbage Characters before <XML> node??Thank you for your suggesting Joseph.
I followed the instructions of the 1st link you posted and using the same Hex editor as in the link I removed the leading garbage (BOM) characters from *every* php/css file in the following locations:
– WordPress root folder
– wp-includes folder
– my selected theme folderAt this point I re-tested with the XMLRPC debugger and noted that my garbage (BOM) character count had gone from 9 to 3 – but not gone completely.
https://img517.imageshack.us/img517/7969/xmlrpcgarbage20090721.pngThen I tried disabling all my plugins (rather than open all plugin php files in hex editor). I retested with the debugger and saw the following:
https://img132.imageshack.us/img132/8953/xmlrpcgarbage20090721b.pngHoly cow all the garbage (BOM) characters were gone!
At this point it was just a process of elimination to find which plugin was causing those 3 garbage (BOM) characters. It ended up being [AJAXed WordPress 1.28]. So I kept that plugin disabled and now my XMLRPC works perfect!
I have to say this was quite a tedious process and I sure hope something can be done in future to make it not so painful for people like me (Windows/IIS users?) to deal with. But in any case – a HUGE thank you to you Joseph! I love you man!!
– Chris
Forum: Fixing WordPress
In reply to: Windows Live Writer & WP 2.6Something in my theme is my problem but I can’t find it – pretty sure I trimmed all leading/trailing spaces ??
argh!
Forum: Installing WordPress
In reply to: Live Writer Cannot Detect Weblog StyleI have same problem.
Yes I have checked the XML-RPC option.
I’ve also tried a different theme and the problem went away. But I’ve checked my custom theme for trailing/leading spaces and removed them all – so I don’t know why my theme would still be a problem.
Any ideas anyone?
Forum: Fixing WordPress
In reply to: TinyMCE Toolbar issue(s)?*bump*
Anyone at least in the same boat as me? Am I the only one trying to get these plugins to work or am I the only one having trouble?
Forum: Fixing WordPress
In reply to: TinyMCE Toolbar issue(s)?HandySolo – YES Actually! I forgot to mention that…
When I click the “CODE” view for the TinyMCE editor, the text-only “ImageManager” button *DOES* show up. Of course that button is useless to me as I need the WYSIWYG version working for my users.
Also, FWIW, regardless of what view I’m in (Code or WYSIWYG) no “Embed-Video-With-Link” button ever shows up.