Plugin Author
anmari
(@anmari)
Setup whatever you want in a normal sidebar first. Check that works. If not raise it with the widget people.
If it works, then activate this plugin and drag it all to the shortcode sidebar.
You can choose to do the whole sidebar in the page.
Instructions here https://wordpress.org/plugins/amr-shortcode-any-widget/#installation
Thread Starter
simowp
(@simowp)
the plug-in works but I’m just trying to figure out if it’s possible to implement 2 in the page horizontally … Is this possible?
Plugin Author
anmari
(@anmari)
Hi Simonwp
Of course it’s possible. Drag however many instances of the widget you are using to the shortcode sidebar, either use multiple [do_widget ..] s or [do_widget_area …] as per https://wordpress.org/plugins/amr-shortcode-any-widget/#installation
As for how it looks in your page & theme – If it doesn’t look right, You need to work out how to do this yourself using css for your theme and widget. See the ‘styling section’ here: https://wordpress.org/plugins/amr-shortcode-any-widget/#faq
It depends on the width of your content in your theme with the various devices that you anticipate you viewers using, and the width of the content of whatever widgets you trying to display.
Use css to set the widths
Use css to either float the items up next to each other, or other css method as suits your theme and requirements.
Thread Starter
simowp
(@simowp)
1-ok the css to edit find it in the wordpress editor?
2-Is there a plugin for schortcode that does this all by itself?
Plugin Author
anmari
(@anmari)
re 1: any of these method should be fine https://www.google.com.au/search?q=wordpress+custom+css.
Don’t edit plugin css or theme css unless you never ever going to auto update.
re 2: No
Thread Starter
simowp
(@simowp)
ah ok I’m much clearer now!
Now that I’ve installed the “simple custom css” plug-in, do you have some examples of code that I can insert? …
Plugin Author
anmari
(@anmari)