One of the wonderful plugins is Admiror Frames in the Joomla system. It is designed to highlight text in beautifully styled frames. Let's discuss it in more detail below...

So, what exactly is this extension?
First of all, this plugin allows you to create beautiful text highlighting frames on your website without any programming knowledge.
The following demonstration tags will help you understand how this framing works.
In the article, we write the following code to get the default frame:
[AF template=default]text{/AF]

To get a frame with a folded edge:
[AF template=BR_cut_corner]text{/AF]

To get a frame with a horizontal layout:
[AF template=horizontal]text{/AF]

To get a frame with a "new" label:
[AF template=new_tag]text{/AF]

To get a rounded frame:
[AF template=round]text{/AF]

To get a frame with a rounded edge:
[AF template=round_bended_corner]text{/AF]

To get a frame with a quote:
[AF template=round_quotes]text{/AF]

To get a frame with a white border:
[AF template=white_border]text{/AF]
You can also customize the color and size of the frames. Examples:

[AF template=white_border width=30% colorize=96c3d5]text{/AF]
[AF template=white_border width=30% colorize=c3b58a ratio=60]text{/AF]
[AF template=white_border width=30% colorize=b5e71e ratio=30]text{/AF]
Was this helpful?