Steve Henty
Forum Replies Created
-
Forum: Plugins
In reply to: [Drop Shadow Boxes] Using on Divs within a templateThe best way to use it on the whole site would be to copy the style to your theme’s css file. If you need a hand with this, please get in touch using my support form here:
https://www.stevenhenty.com/contact/Forum: Plugins
In reply to: [Drop Shadow Boxes] Feature request: Styling within boxThanks for your suggestions Peter – I’ll certainly add them to the feature requests. Meanwhile, I think you should be able to edit the text as you like using the WordPress editor – is that not the case?
Forum: Plugins
In reply to: [Drop Shadow Boxes] Can be loaded css file on every page automaticalyThanks for the tips. I wouldn’t load the css file directly in your header. If you need it on every page perhaps you could include it in your style.css file in your theme?
Forum: Plugins
In reply to: [Drop Shadow Boxes] Can I decrease padding inside the dropshadowbox?There are a few things that can be causing this.
First, the Drop Shadow Boxes plugin adds 10px padding to the box. I intend to make this configurable but for now, you can remove it by adding this to your styles.css file in your theme folder:
.dropshadowboxes-drop-shadow{
padding:0px!important;
}Second, themes sometimes add margins to tables so you may want to check that out.
These two causes you can do something about relatively easily. Although if you’re comfortable editing css and html you may want to implement the shadows manually yourself rather than using this plugin.
The third cause however is a bit more tricky. WordPress automatically adds line breaks here and there (
tags) – sometimes even where there is no line break in the content editor. I suspect this is what’s causing most of the space in your case. There’s nothing the plugin can do to prevent WordPress from inserting these tags inside the box I’m afraid. There are some plugins (like this one) that will disable the auto-formatting for you completely but I’d advise caution here because they can cause unexpected side-effects.If you’d like to discuss this further, please get in touch via the support form.
Forum: Plugins
In reply to: [Drop Shadow Boxes] Ridiculously SimpleI’ve not seen that before, the visual editor generally works pretty well for the content. Perhaps there’s some interference from the theme…
If you’d like to get in touch via my support page I’d be happy to look into it for you:
Forum: Plugins
In reply to: [Drop Shadow Boxes] Ridiculously SimpleOnce you’ve added the shortcode to the page you should be able to edit the content just like the rest of the page including images.
Forum: Plugins
In reply to: [Drop Shadow Boxes] Ridiculously SimpleThanks for the feedback – I really appreciate it!
SteveForum: Plugins
In reply to: [Drop Shadow Boxes] [Plugin: Drop Shadow Boxes] Great StuffThanks for the feedback Jean – I really appreciate it.
SteveHey Jon, that’s a great idea. I’ll look into it for a future release.
Thanks for the feedback – I really appreciate it.
Steve