wadol
Forum Replies Created
-
Forum: Plugins
In reply to: [Root Relative URLs] Updating the plugin broke AJAX and JSAnother way around this is to enter URLs you don’t want made root relative in the Settings->General area of the WP admin. I didn’t realize this feature was available until I read through the code. Hopefully this helps someone else out there…
Forum: Plugins
In reply to: [Root Relative URLs] Updating the plugin broke AJAX and JSJust to follow up. I’ve found that Root Relative URLs works too well… it removes the absolute link to the Cloud Flare CDN I am using for jQuery. Just an FYI if others have the same issue, switch to the local version included in WP. Cheers…
Forum: Plugins
In reply to: [Root Relative URLs] Updating the plugin broke AJAX and JSI also am experiencing broken JS. It appears the plugin is enqueueing jQuery but the file path is incorrect. The confusing thing is after looking at the code, the plugin does not enqueue jQuery at all so it must be conflicting with another plugin. Will take another look at the code powering Root Relative URLs.
Martin:
I don’t have an approximate date at this point. I definitely “massaged” CMS Page Order to work for my custom capabilities situation. I have to go back and refactor my code so it’s a bit less hackish. However I’d be happy to share with you what I’ve done to at least get you on the right track. Just let me know…
-Stevie
Hey there, just wanted to leave a quick reply. I have accomplished getting CMS Page Order working with custom capabilities. I’m in the process of refactoring and will submit a merge request via Github for you to check out when I feel my code is ready for prime time. Thanks again for your expertise!
-Stevie Benge
Thanks for the response. Yeah custom capabilities are really interesting, they have opened my eyes to many possibilites that I never thought WP would be capable of. I’m hoping to use CMS Page Order for an intranet application I’m building for my day job at the WA State Dept. of Licensing.
Yes, forking this on Github and trying my hand at making it work with custom capabilities sounds like a fun challenge.
Thanks again for responding…
Forum: Plugins
In reply to: [Nice Navigation] [Plugin: Nice Navigation] Parse Error in WP 3.4.1Yes indeed, I updated to the new version and it works great! Thanks again, I’m fairly certain the plugin fits my requirements. Nice work!