Coding Our Web
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] My boxes have just… disappeared!Just sent you an email…
Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] It does nt support IEHi,
You should place the code in your style.css file. usually in the root of your WP themeForum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] Formatting (lists, bold, paragraphs etc.) supportAll formatting can be done from within the content.
Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] It does nt support IENo, I don’t believe so. I do not have any problems in IE8 or IE9. It could be theme-related…
Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] It does nt support IEYou could add a fixed width like so:
.art-postcontent { width: 750px; }That might do the trick.
Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] It does nt support IEYeah, I see it now. But when I set the width of the element with a class of art-postcontent to 750px it looks fine again.
Forum: Plugins
In reply to: [Plugin: Boxer] Adding shortcodes inside boxesI just uploaded 1.07 into the repository.
Look for it the next few minutes/hours…Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] It does nt support IETo be honest, I tested IE from version 8 and up. I usually do not bother making stuff compatible with IE6 or IE7, a luxury you can afford when making stuff for free 🙂
But what exactly do you mean “in a vertical form”, can you show me an example. Oh, and what version of IE?
Forum: Plugins
In reply to: [Plugin: Boxer] Adding shortcodes inside boxesI will add this in the next version, OK?
Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] "Additional Box Settings" keeps getting lost@oomskaap
OK, I’ll see if I can reproduce this. Haven’t noticed this so far, but you never know…Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] A fine plugin! But a few questions!Try replacing
ob_start("html");
in line 84 of /boxer/classes/box.class.php so that it only displays
ob_start();Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] A fine plugin! But a few questions!@mgizmo
Found it. A bug indeed! Thanks for noticing.
Just uploaded v1.03 to repository.Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] A fine plugin! But a few questions!@mgizmo
Hmmm, could be a bug. I’ll check it out and get back to you.Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] A fine plugin! But a few questions!You can add the shortcode to your posts, pages, text widgets or wherever you see fit.
Just create a new page and add the shortcode in the content area. Save it and view it!
Good luck
Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] A fine plugin! But a few questions!Great job!