Coding Our Web
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Boxer] Saving Boxer Options – Undefined variable Error in 1.3Thanks Jeff-Lewis, I’ll have to check that out!
Do you have the address of your site for me? That way I can view the issue myself..
gr. markForum: Plugins
In reply to: [Plugin: Boxer] Boxes Don't Display ProperlyThread has been moved to the forums
Forum: Plugins
In reply to: [BJ Lazy Load] [Plugin: BJ Lazy Load]Yep, same error here:
bjll.min.js:9 Uncaught TypeError: Object has no method 'call'
Forum: Plugins
In reply to: [Plugin: Boxer] no boxes showing up.I think this might have been due to a conflict with your theme and the boxer plugin. In stead of:
[box set="my-box-set"]
you should start using:
[boxer set="my-box-set"]
Forum: Plugins
In reply to: [Plugin: Boxer] no boxes showing up.jtbear,
I have yet to find a case in which I couldn’t get Boxer to work. So, if you are still interested please contact me through my e-mail
gr. MarkForum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] 3 boxes across not lining upGreat !!!
Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] Please correct a security riskYou are right. According to the statement you are not at risk
Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] Boxes do not appear in lineYeah I know, the Boxer free documentation is sorely lacking. I kind of overcompensated this with the Pro version ??
Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] Boxes do not appear in lineOr…you forgot to set the index properly.
The box with one_half_last should have index = 2, whereas the box with width one_half should have index=1Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] Boxes do not appear in lineHi Maria,
You first box has got class=”one_half_last”. That means you set the width of the first box to one_half_last. Change this to one_half and set the width of the second box to one_half_last. You’ll be fine then.
Greets,
MarkForum: Plugins
In reply to: [Plugin: Boxer] Boxes Don't Display ProperlyHi jkisha, can you DM me here
Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] Boxes do not appear in lineHi Maria,
Sorry for the late response! Busy, busy….
I believe you solved it yourself already, because your website looks fine to me. Or am I missing something?Greets,
MarkAre you sure you’re using boxer?
I see a div (which is grey) with the following html:<div class="wpus wpus_box wpus_box_ wpus_box_ wpus_"> <em class="wpus_"></em> </div>
These are not classes boxer uses…
Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] My boxes have just… disappeared!Hi Andy,
Just committed v1.12 to the repo. In it a few bugfixes and new ootions. However, no matter where I try, your site looks the same in IE, Chrome and FF. Except for the bottom shadow image when using a frame. I accidentely added a theme var into my plugin, oops! This is fixed now.