Bainternet
Forum Replies Created
-
For that you can use “any” as post type when creating a rule.
Sorry read my answer before your post;
Updated just now with better plugin/theme download and error handling.
The full screen option now spreads across the menu bar (seems like the background isn’t loading)…
No a bug its intended 🙂
The ‘RubyBlue’ theme which I found to be the easiest on the eyes doesn’t appear to be working properly… Only get a blue font color and a white background?
Fixed and will upload soon
the download theme and download file buttons don’t appear to work at all
silly bug fixed and will upload soon.
thanks for the feedback.
Sorry for the late reply, i see what you mean about the add new field and i’ve added the same to this plugin which I’ll update shortly, as for the custom template tag on the template file, its missing the whole point which made me code this plugin and that is share the same template across pages and categories.
updated!
Short Progress on update:
Version 2.0 is about to roll out in a few hours which includes:
- Codemirror Js update to 2.2 .
- Editor CodeFolding.
- Settings panel with few Codemirror settings.
- Toggle file tree on/off
- Comment code out/in (with hot keys)
- Auto format and indenting code (with hot keys)
- Few new editor buttons
- Built-in version control
- JS and CSS files are now called using wp_enqueue_script/style
- Code cleanup
- Better theme download functionallty
- and a few more
Actually you can with some custom coding , take a look at this:
If you have a question then please open your own thread and don’t highjack others.
as for your question it’s a known issue with codemirror and ie9 so change browser.
Forum: Plugins
In reply to: [Plugin: Advanced Code Editor] Theme Download not workingTry to see if you have any JavaScript errors and report back.
Forum: Plugins
In reply to: [Simple Gist Embed] simple-gist-embed not working on custom pagesYou need to run the do_shortcode on the post content:
do_shortcode($post->content)or simply use the_content filter
apply_filters("the_content",$post->content);Forum: Plugins
In reply to: [Simple TOC] [Plugin: Simple TOC] Bug report, fatal error in PHPThanks.
Fixed in version 0.7.3
Forum: Plugins
In reply to: [Simple TOC] [Plugin: Simple TOC] Foreign characters not displayingIt’s do to a bug in php json_encode() function which should be fixed in php 5.4
Forum: Plugins
In reply to: [Simple TOC] [Plugin: Simple TOC] Wrap Textits possible with a little CSS.
check if you have an JavaScript Errors, and report back