<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Visual Composer hidden functions</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/visual-composer-hidden-functions/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-hidden-functions/feed/</link>
		<description></description>
		<pubDate>Sun, 23 Aug 2026 16:27:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-hidden-functions/#post-30350</guid>
					<title><![CDATA[Visual Composer hidden functions]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-hidden-functions/#post-30350</link>
					<pubDate>Mon, 14 Nov 2016 17:54:40 +0000</pubDate>
					<dc:creator>arcunha</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, first I would like to say that I love your theme! Really nice work! I have nothing to complain. I have other great themes, that are really nice, like Avada and X, but I like yours better for what a need. </p>
<p>The issue: I have a license of VC but I dont want to use it since the theme already have it build in, but I&#8217;m missing some functions. I would like to know if you can provide me with the code to put in the child theme functions file to have everything back while keeping the custom shortcodes build by blueowlcreative for the theme. </p>
<p>I think this is not covered by the support, because its design choice and not a problem, so I will understand if you don&#8217;t have the time to write the code, but I will appreciate if you can. I don&#8217;t know how to do it myself. </p>
<p>Regards,</p>
<p>Augusto</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-hidden-functions/#post-30352</guid>
					<title><![CDATA[Reply To: Visual Composer hidden functions]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-hidden-functions/#post-30352</link>
					<pubDate>Tue, 15 Nov 2016 08:10:53 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there Augusto,</p>
<p>Sure, I would love to help. So you want some of the default VC functionalities?<br />
Yes, we have disabled them most of them by default but of course you can still power them back on if you need to. Edit your \includes\shortcodes\vc_shortcodes.php. In it you will find lines like:</p>
<p><code>vc_remove_element(&#039;vc_icon&#039;);</code></p>
<p>This for example disabled the default VC icon shortcode element as Fortuna features its own icon element, commenting out this line with 2 slashes (//) will bring the element back to life! Let me know if you need anything else! <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-hidden-functions/#post-30366</guid>
					<title><![CDATA[Reply To: Visual Composer hidden functions]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-hidden-functions/#post-30366</link>
					<pubDate>Wed, 16 Nov 2016 21:59:38 +0000</pubDate>
					<dc:creator>arcunha</dc:creator>

					<description>
						<![CDATA[
						<p>&lt;?php<br />
function child_remove_parent_function() {<br />
    remove_action( &#8216;init&#8217;, &#8216;boc_vc_modules_remove&#8217; );<br />
}<br />
add_action( &#8216;after_setup_theme&#8217;, &#8216;child_remove_parent_function&#8217; );<br />
?&gt;</p>
<p>This code worked for me. I&#8217;m just posting here if anyone else want this.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-hidden-functions/#post-30373</guid>
					<title><![CDATA[Reply To: Visual Composer hidden functions]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-hidden-functions/#post-30373</link>
					<pubDate>Thu, 17 Nov 2016 07:26:04 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>This would get rid of all default shortcode removal.. <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-hidden-functions/#post-30660</guid>
					<title><![CDATA[Reply To: Visual Composer hidden functions]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-hidden-functions/#post-30660</link>
					<pubDate>Fri, 16 Dec 2016 08:36:43 +0000</pubDate>
					<dc:creator>pageinteractive</dc:creator>

					<description>
						<![CDATA[
						<p>How can I show hidden functions in my theme. I try to find Design Options  </p>
<p><img src="http://imageshack.com/a/img922/327/4oOpDm.png" alt="img1" /></p>
<p><img src="http://imageshack.com/a/img923/3841/WBceXk.png" alt="img2" /></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-hidden-functions/#post-30665</guid>
					<title><![CDATA[Reply To: Visual Composer hidden functions]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-hidden-functions/#post-30665</link>
					<pubDate>Mon, 19 Dec 2016 08:13:53 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>No idea&#8230;</p>
<p>What is that second screenshot from? A different theme? Which version of VC?</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

