Below, you’ll find a detailed guide on how to add the Qi Addons For Elementor Shortcode to your WordPress website, including its parameters, examples, and PHP function code. Additionally, we’ll assist you with common issues that might cause the Qi Addons For Elementor Plugin shortcode not to show or not to work correctly.
Before starting, here is an overview of the Qi Addons For Elementor Plugin and the shortcodes it provides:
"Qi Addons For Elementor is a handy plugin that enhances your Elementor editor with a suite of creative, custom addons. Boost your page designing process with this easy-to-use tool."
- [qi-addons-for-elementor]
Qi Addons For Elementor [qi-addons-for-elementor] Shortcode
The Qi Addons for Elementor plugin shortcode is a functional tool for rendering specific elements. It merges option attributes and loads necessary assets for seamless display.
Shortcode: [qi-addons-for-elementor]
Examples and Usage
Basic example – A simple usage of the shortcode to render the base without any additional parameters.
[qi_addons_for_elementor]
PHP Function Code
In case you have difficulties debugging what causing issues with [qi-addons-for-elementor]
shortcode, check below the related PHP functions code.
Shortcode line:
add_shortcode( $this->get_base(), array( $this, 'render' ) );
Shortcode PHP function:
function render( $options, $content = null ) {
$this->merge_option_atts( $options );
$this->load_assets();
}
Code file location:
qi-addons-for-elementor/qi-addons-for-elementor/inc/admin/inc/shortcodes/class-qiaddonsforelementor-framework-shortcode.php
Conclusion
Now that you’ve learned how to embed the Qi Addons For Elementor Plugin shortcode, understood the parameters, and seen code examples, it’s easy to use and debug any issue that might cause it to ‘not work’. If you still have difficulties with it, don’t hesitate to leave a comment below.
Leave a Reply