Support ForumExtend visual composer – Support Forum https://support.ishyoboy.com/forums/topic/extend-visual-composer/feed/ Fri, 04 Sep 2026 00:42:19 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/extend-visual-composer/#post-8147 <![CDATA[Extend visual composer]]> https://support.ishyoboy.com/forums/topic/extend-visual-composer/#post-8147 Sat, 09 May 2015 16:54:35 +0000 pantomedia How can I extend visual composer functionality accordling to the wpbackery documentation?
I need to use vc_map() function to map a custom shortcode.
I cannot use visual shortcode mapper because I need of attach_image param type.
I tried to use vc_map() function in functions.php theme file but it doesn’t work.
Can you help me?

]]>
https://support.ishyoboy.com/forums/topic/extend-visual-composer/#post-8161 <![CDATA[Reply To: Extend visual composer]]> https://support.ishyoboy.com/forums/topic/extend-visual-composer/#post-8161 Mon, 11 May 2015 07:37:22 +0000 IshYoBoy Hey,

have a look at this page:
https://wpbakery.atlassian.net/wiki/pages/viewpage.action?pageId=524332

You cannot just call the function. You need to call it in the right time as per their example:

add_action( 'vc_before_init', 'your_name_integrateWithVC' );

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/extend-visual-composer/#post-8180 <![CDATA[Reply To: Extend visual composer]]> https://support.ishyoboy.com/forums/topic/extend-visual-composer/#post-8180 Mon, 11 May 2015 13:16:31 +0000 pantomedia Thank you so much for the fast reply.
Is it also possible to write some code to have the choise of attach_image param type in the admin shortcode mapper?

Regards

]]>
https://support.ishyoboy.com/forums/topic/extend-visual-composer/#post-8189 <![CDATA[Reply To: Extend visual composer]]> https://support.ishyoboy.com/forums/topic/extend-visual-composer/#post-8189 Tue, 12 May 2015 05:48:56 +0000 IshYoBoy Hey,

This is a question related to the Visual Composer Plugin so maybe try their comments. Their API documentation is well done and it’s quite easy and quick to register a new shortcode.

https://wpbakery.atlassian.net/wiki/display/VC/Inner+API

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/extend-visual-composer/#post-8201 <![CDATA[Reply To: Extend visual composer]]> https://support.ishyoboy.com/forums/topic/extend-visual-composer/#post-8201 Tue, 12 May 2015 07:58:32 +0000 pantomedia Ok. Thanks for your time.
I will do as you suggest.

]]>
https://support.ishyoboy.com/forums/topic/extend-visual-composer/#post-8212 <![CDATA[Reply To: Extend visual composer]]> https://support.ishyoboy.com/forums/topic/extend-visual-composer/#post-8212 Wed, 13 May 2015 06:03:26 +0000 IshYoBoy Hey,

Let us know if you managed to get it working ;)

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>