Hi,
To get the light colored boxes, your should reference the light color in your shortcode. For example, to get the last box in your first sample image, use the following:
[box color=lred icon=exclamation-triangle] ENTER BOX CONTENT [/box]
Make sense?
when i copy your shortcode i got like this
http://firepic.org/images/2015-04/22/vfn62ysrykq1.png
But on this image i have not got a beautiful triangle :((
help please
sorry, change the icon to `fa-exclamation-triangle’
More good, but now i got light box but with triangle from simple box, look this http://firepic.org/images/2015-04/22/j8bn89obew7m.png
But i really want triangle like this http://firepic.org/images/2015-04/22/ngbfm5i2jvtf.png
And also i would very happy if you help to find all shortcodes with light box like this http://firepic.org/images/2015-04/22/h3a3nf136i4l.png
i want to say you thank you, i had searched very much shortcode but your sc – most beautiful. Thank you very much.
i hope you give me all light codes 😉
Unfortunately those colored images are not available with the 2.0 release. If you’d like to use the old shortcodes, I’d suggest reverting back to version 1.2.0. You can do so by deleting the existing plugin (your data will remain) and uploading this version https://downloads.wp.xz.cn/plugin/arconix-shortcodes.1.2.0.zip
sorry, when you go back to v1.2, you’d have to use “style” instead of icon and color
[box style=alert]box content[/box]
its okey, thank you.
Are you can write all examples of box?
how it write shortcode info/warning and other?
the available styles are located on this image… just remove the word “box” http://firepic.org/images/2015-04/19/chf0y86gmurg.png
i.e.
[box style=download]Box content[/box]
or
[box style=red]Box content[/box]
oh thank you very much ;)))
And last question, tell me please how i can in my box write black letters. Black color words
you have to edit your theme’s style.css file. I believe if you add the following it should work:
.arconix-box { color: #000 !important; }