Gutenberg update has help a lot on pages and posts layout. Bluchic Themes also come with some Custom Shortcodes which make it easier to insert elements like accordion without the need to have HTML knowledge.

Some shortcodes has been deprecated due to Gutenberg editor update.

Shortcode

Button

[button url="http://www.website.com/"] Call to action [/button]

Accordion

[accordion title="Question Here"] Answer Here [/accordion]

Tooltips

[tooltip text="Hey ho, this is how tool-tip functions"] Mouse hover to this text to see tool-tip effect [/tooltip]

Slider and slider image

[slide id="Slider_id"]
[images src="http://image.jpg" title="image title" caption="image caption" url="url"]
[images src="http://image.jpg" title="image title" caption="image caption" url="url"]
[images src="http://image.jpg" title="image title" caption="image caption" url="url"]
[/slide]

ATTENTION
Change http://image.jpg to your image file URL
Change Slider_id to unique text for each slider, example: fashion_slide. DO NOT use space


Pullquote

[pullquote width="300" float="right"] Insert quotation here [/pullquote]