<?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 disable in Fortuna theme</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/visual-composer-disable-in-fortuna-theme/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-disable-in-fortuna-theme/feed/</link>
		<description></description>
		<pubDate>Sun, 23 Aug 2026 11:04:51 +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-disable-in-fortuna-theme/#post-30991</guid>
					<title><![CDATA[Visual composer disable in Fortuna theme]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-disable-in-fortuna-theme/#post-30991</link>
					<pubDate>Mon, 13 Feb 2017 14:44:04 +0000</pubDate>
					<dc:creator>RLacasDLGL</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Visual composer comes with Fortuna. But since I installed the theme, the Visual portion of the tool is not available.</p>
<p>I wrote to Visual Composer support and they advise me that the tool was deactivated by the theme:</p>
<p>&#8220;The front-end editor at your end is disabled by the theme author using vc_disable_frontend function. You can get in touch with him and get rid of the above code from the theme to get it back.&#8221;</p>
<p>Please advice.</p>
<p>Richard</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-disable-in-fortuna-theme/#post-31000</guid>
					<title><![CDATA[Reply To: Visual composer disable in Fortuna theme]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-disable-in-fortuna-theme/#post-31000</link>
					<pubDate>Mon, 13 Feb 2017 15:41:06 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there Richard,</p>
<p>Sure you can enable the front end builder by simply commenting out this bit in your wp-content\themes\fortuna\functions.php:</p>
<p><code>vc_disable_frontend();</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-disable-in-fortuna-theme/#post-31088</guid>
					<title><![CDATA[Reply To: Visual composer disable in Fortuna theme]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-disable-in-fortuna-theme/#post-31088</link>
					<pubDate>Mon, 27 Feb 2017 05:13:17 +0000</pubDate>
					<dc:creator>smaras</dc:creator>

					<description>
						<![CDATA[
						<p>1. How can I change slug of portfolio to &#8220;case studies&#8221;?<br />
2. I only want one a specific design to be the default portfolio page. How can I choose one design and set it as a template?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-disable-in-fortuna-theme/#post-31095</guid>
					<title><![CDATA[Reply To: Visual composer disable in Fortuna theme]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-disable-in-fortuna-theme/#post-31095</link>
					<pubDate>Tue, 28 Feb 2017 16:06:18 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>1. EDit your custom post type slug in your wp-content\plugins\fortuna_portfolio_cpt\fortuna_portfolio_cpt.php</p>
<p>2. Portfolio page? What do you mean? Which portfolio page? and why would you make a template out of it? Like what we have for the one with the drop down category filter?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-disable-in-fortuna-theme/#post-31099</guid>
					<title><![CDATA[Reply To: Visual composer disable in Fortuna theme]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-disable-in-fortuna-theme/#post-31099</link>
					<pubDate>Tue, 28 Feb 2017 16:37:02 +0000</pubDate>
					<dc:creator>dialog</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>the Visual Composer suddenly stops working. The complete deactivation of the plugins and the insertion of &#8220;vc_disable_frontend();&#8221; in &#8220;wp-content\themes\fortuna\functions.php&#8221; did not solve the problem unfortunately.</p>
<p>What can I do?</p>
<p>Best regards, Sven</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-disable-in-fortuna-theme/#post-31102</guid>
					<title><![CDATA[Reply To: Visual composer disable in Fortuna theme]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-disable-in-fortuna-theme/#post-31102</link>
					<pubDate>Tue, 28 Feb 2017 18:44:41 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there Sven,</p>
<p>When did your VC stop working?<br />
What exactly did you do?<br />
You are not supposed to insert the <code>vc_disable_frontend();</code> but comment out the existing line of that code. <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-disable-in-fortuna-theme/#post-31126</guid>
					<title><![CDATA[Reply To: Visual composer disable in Fortuna theme]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-disable-in-fortuna-theme/#post-31126</link>
					<pubDate>Sat, 04 Mar 2017 04:22:01 +0000</pubDate>
					<dc:creator>smaras</dc:creator>

					<description>
						<![CDATA[
						<p>in the portfolio section, how can we duplicate/clone a page? </p>
<p>in portfolio, how do we edit the info des in info overlay?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-disable-in-fortuna-theme/#post-31140</guid>
					<title><![CDATA[Reply To: Visual composer disable in Fortuna theme]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/visual-composer-disable-in-fortuna-theme/#post-31140</link>
					<pubDate>Mon, 06 Mar 2017 08:03:44 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You can always duplicate a page&#8217;s content by editing a page, then switch to CLASSIC editor, then TEXT (to the right), copy all content, then paste it in the same place in your new page.<br />
Please explain your second question better, it&#8217;s not clear what you are asking. <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

