737 comments found.
HI blueowlcreative,
Is there any option to disable the favicon? I dont wanna display any favicon.
Regards,
VZ
Hi there,
Sure, remove this bits from your header.php template:
<link rel="icon"
Any idea when you are going to update WPBakery? I cannot get updated to 5.5.2 via Theme version 2.10. Stuck at 5.4.5
Hi there,
Sure, you can get the download link in our support forum. 
So, I have been there and I go to the update area….nothing real obvious to me
Ok, I dug around and finally found you links….
Hi,
May I see your URL please? I can’t quite get the issue from your screenshot.
how can i send it to you privately?
Use our contact form on our profile page.
done
Sent you the solution. 
Any Idea why I cannot scroll my site on chrome. It works fine on other browsers. http://mungovenlaw.com/
Not sure but first thing I would try is disable the SmoothScroll from Theme options -> General. 
Does this theme support php 7
Hi there,
Yes, it does. 
Thanks. We are on version 1.91 – is that version compatible with php 7?
The theme itself is, you should have the VC plugin to at least version 5.5 which supports it as well.
Hello,
I created a singe page site using your theme, but when clicking on the menu it does not stop exactly at the beginning of the row. Please see here. What is the quick fix for this?
http://westsiders.ru/dev/w21
Thanks
Gerry
Hi Gerry,
You can play around with the selectorHeader and the offset parameters of the smoothScroll plugin in your js/common.js file:
smoothScroll.init({
selector: '[rel="smooth_scroll"]',
selectorHeader: '#header.sticky_header', // Selector for fixed headers
speed: 500,
easing: 'easeInOutQuart',
updateURL: false,
offset: 0,
});
Thanks, this worked!
Unable to get the WYSIWYG Front End editor to work with Fortuna Theme & WP Bakery (Visual Composer) – already reinstalled, cut 3rd party plugins, updated, admin permissions, enabled all elements…
THANK YOU (unable to connect with support – Fortuna Theme lisc. not provided)
Hi there,
Which theme version / VC plugin version are you using?
Please get in touch via our contact form on our profile page here in TF! You can send us credentials and url too. 
If it’s the front end editor only, here’s a reply from our support forum:
You can easily switch it on by commenting out or removing this line in your functions.php
vc_disable_frontend();
My site is having some problems loading. My site is https://edkentmedia.com
Actually nevermind. I figured it out
Ok, great! 
It is possible to set a sidebar in the Portfolio Categories and a Portfolio Item? Just like the Woocommerce settings.in Theme Options.
Hi there,
Not out of the box, no. You could override the templates in your Child theme and set them up so that a sidebar is available there, the structure should also be changed though. Good luck!
how to make the blog page to be in 3 columns? since post grid are no pagination. so my idea is to make blog page to be in 3 columns
Hi there,
You don’t have columns in the regular blog style template unless you override it in your child theme and reorder things the way you want them to be. Good luck!
so you cannot provide as with that code? also how about pagination on post grid? it’s been requested over and over again since 2 years ago.
Hi again,
Here, plug this in your fortuna\includes\shortcodes\vc\boc_post_grid.php and give it a try.
http://blueowlcreative.com/TMP/boc_post_grid.txtwhen you say plug you mean replace or add? i have replace it anyway with your code but still no pagination i have add it below the original code but syntax error
Replace. Once you do, change the settings in your element, you now have an option for pagination.
Hey,
What do you mean? 
archive from the sidebar. there is a post in year 2018, 2017, 2016 but when you click it you will be redirected to the homepage even though we have post from that date
The archive/category/author blog lists will be using the default index.php template that the default blog is using, have you changed anything in it? I can see the category and author listings work fine…
Hi there I just have a stupid question that I can not solve. When I build my site(wordpress+WooCommerce) and enter the product page. When I click product image it opens the image URL (Like :https://youdomain.com/test/wp-content/uploads/2018/07/image_name.jpg)instead of popup image which I see in the demo site.
Please advise 
Hi there,
Simply find this line in your functions.php:
$boc_js_params['boc_woo_lightbox_enabled'] = get_option( 'woocommerce_enable_lightbox' ) == 'yes' ? 1 : 0;
and replace with this:
$boc_js_params['boc_woo_lightbox_enabled'] = get_option( 'woocommerce_enable_lightbox' ) == 'yes' ? 1 : 1;
This is due to the fact the Woocommerce removed their option for activating the popup gallery and we have to do it manually.
This will be in the next theme update too but till then you can fix it yourself. 
that did fix the problem. But Now when I open my site ”$boc_js_params[‘boc_woo_lightbox_enabled’] = get_option( ‘woocommerce_enable_lightbox’ ) == ‘yes’ ? 1 : 0;” this error message shows at top of my site. and someplace at dashboard. 
You might have copied the line with the wrong parenthesis symbol. Make sure you use the ’ symbol from the keyboard instead.
Just make sure the functions.php is located at host/wp-content/theme/fortuna right?
Sure. The ” and ’ symbols here get changed though, so revert to the default and swap only the 0 to 1 or use the keyboard parenthesis symbols.
I have a website that was made by a third party and there are updates due. The vc is 5.4.7. and the slider is 5.2.6 will it be safe to update and keep my website in tact to just update to the latest version and buy a new licence. Many thanks
Hi there,
Sure, the theme is compatible with the latest versions of the plugins. You can find the download links in our support forum. 
Hi,
before we purchase – is it at all possible to change header fonts to something script-like? Our customer would like to use a script font, but not sure if your theme allow for this.
Thanks.
Hi there,
Sure, you can include whatever font you like and use it anywhere you want. 
Hi there, can you gave me the 5.5.2 version of WPBakery Page Builder?
Sure, we just uploaded it, find the link to it in our support forum! 
However the latest version at the moment is 5.5.1
How can I add author name to Post Carousel, in place of date?
You need to override the shortcode_boc_posts_carousel method in your child theme and in it try replacing get_the_date() with get_the_author_meta(“nickname”)
When applying the CSS Class “boc_nav_button” to a menu item, any sub items to this menu do not appear correct (rounded frame with white text on white background and a black square just underneath).
Is there a workaround for this or perhaps it is not possible to add that CSS Class to items with a sub menu?
Kind regards,
Tim
It is not possible to add subitems to buttons in the menu, a button is only meant there to be clicked. 
Is it possible to download a particular page from the fortuna theme. For example, if I only wanted to download the services 1 page, is it possible to do that?
I look forward to response. Thanks in advance.
No, but I can help you with that, here’s the content of the page, switch to Classic Mode editor, then click on TEXT (not Visual) and paste this code:
[vc_row full_width="stretch_row" parallax="content-moving" parallax_image="23462" css=".vc_custom_1441367206858{margin-bottom: 0px !important;padding-top: 240px !important;padding-bottom: 160px !important;}"][vc_column][boc_heading html_element="h1" alignment="center" color="#ffffff" margin_bottom="12px" font_size="52px"]We craft <strong style="color: #ffe63e;">Fine</strong> Websites[/boc_heading][boc_divider divider_width="100px" divider_position="center" divider_color="rgba(255,255,255,0.15)" margin_top="16px"][boc_heading alignment="center" color="rgba(255,255,255,0.8)" subheading="yes" font_size="26px"]Create your own custom headers for each separate page[/boc_heading][/vc_column][/vc_row][vc_row][vc_column][boc_spacing height="50px"][/vc_column][/vc_row][vc_row][vc_column width="1/4"][boc_top_icon_box title="Stunning Design" type="3" icon="icon icon-tools3"]Fortuna is a clean design, powerful WordPress Template suitable for a wide variety of websites[/boc_top_icon_box][/vc_column][vc_column width="1/4"][boc_top_icon_box title="Diverse Features" type="3" icon="icon icon-genius"]Fortuna is a clean design, powerful WordPress Template suitable for a wide variety of websites[/boc_top_icon_box][/vc_column][vc_column width="1/4"][boc_top_icon_box title="Functional Backend" type="3" icon="icon icon-hotairballoon"]Fortuna is a clean design, powerful WordPress Template suitable for a wide variety of websites[/boc_top_icon_box][/vc_column][vc_column width="1/4"][boc_top_icon_box title="Awesome Support" type="3" icon="icon icon-plugin"]Fortuna is a clean design, powerful WordPress Template suitable for a wide variety of websites[/boc_top_icon_box][/vc_column][/vc_row][vc_row][vc_column][boc_spacing height="80px"][boc_heading html_element="h1" alignment="center" color="#333333"]We create <strong>Exclusive</strong> Brands[/boc_heading][boc_divider divider_width="100px" divider_position="center" divider_height="2px" divider_color="#eeeeee"][boc_heading html_element="h3" alignment="center" color="#afafaf" subheading="yes"]We are a passionate about design bunch of fellas that take pride in their work[/boc_heading][boc_spacing][/vc_column][/vc_row][vc_row][vc_column width="1/3"][boc_image_box title="Diverse <strong>Business</strong> Planning" subtitle="Fortuna is extremely diverse and features plenty of customization options that are easy to use and learning takes minutes" display_style="4" picture="21723"][/vc_column][vc_column width="1/3"][boc_image_box title="Bespoke <strong>Web</strong> Solutions" subtitle="Fortuna is an extremely feature rich Wordpress theme that you and your clients will fall in love with at first sight" display_style="3" picture="21724"][/vc_column][vc_column width="1/3"][boc_image_box title="Amazing <strong>5-Star</strong> Support" subtitle="Fortuna is extremely diverse and features plenty of customization options that are easy to use and learning takes minutes" display_style="2" picture="21752"][/vc_column][/vc_row][vc_row][vc_column][boc_spacing height="60px"][/vc_column][/vc_row][vc_row][vc_column width="1/3"][boc_heading color="#333333" margin_top="24px" margin_bottom="0px" font_size="32px"]Partners & <strong class="text_rotate">Clients;Friends</strong>[/boc_heading][boc_heading html_element="h3" color="#a8a8a8" subheading="yes"]Our awesome clients are Awesome![/boc_heading][boc_divider divider_width="100px" divider_height="2px" divider_color="#f4f4f4" margin_top="24px" margin_bottom="24px"][vc_column_text]I am so clever that sometimes I do not get a single word of what I am saying and get very confused. Sometimes I worry about being a success in a mediocre world.
I am so clever that sometimes I do not get a single word of what I am saying and get very confused.[/vc_column_text][/vc_column][vc_column width="2/3"][boc_logo_gallery spacing="big_spacing" left_border="yes" fixed_size="yes" img_hover_effect="2" css_animation="bottom-to-top" show_img_title="yes" add_links="yes" target="_blank" img_link="lightbox" image_ids="21127,21117,21126,21116,21123,21122,21121,21120,21115" custom_links="#,http://google.com,#"][/vc_column][/vc_row][vc_row full_width="stretch_row_content_no_spaces" css=".vc_custom_1427548483113{margin-top: 140px !important;margin-bottom: 0px !important;}"][vc_column width="1/3" css=".vc_custom_1426510613150{padding-top: 60px !important;padding-right: 60px !important;padding-bottom: 60px !important;padding-left: 60px !important;background-color: #cc2666 !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}" el_class="equal_height_column"][boc_heading color="#ffffff"]Fortuna Heading Text[/boc_heading][boc_divider divider_width="60px" divider_height="2px" divider_color="rgba(255,255,255,0.4)"][vc_column_text el_class="white_text"]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][boc_button btn_content="Contact Us" color="btn_white" btn_style="btn_outline" icon_pos="icon_pos_after" icon="icon icon-star5"][/vc_column][vc_column width="1/3" el_class="equal_height_column white_text" css=".vc_custom_1426510671235{padding-top: 60px !important;padding-right: 70px !important;padding-bottom: 60px !important;padding-left: 70px !important;background-color: #2a3636 !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}"][boc_heading color="#ffffff"]Fortuna Heading Text[/boc_heading][boc_divider divider_width="60px" divider_height="2px" divider_color="rgba(255,255,255,0.4)"][vc_column_text el_class="white_text"]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][boc_button btn_content="Contact Us" color="btn_white" btn_style="btn_outline" icon_pos="icon_pos_after" icon="icon icon-heart2"][/vc_column][vc_column width="1/3" el_class="equal_height_column white_text" css=".vc_custom_1426510681761{padding-top: 60px !important;padding-right: 70px !important;padding-bottom: 60px !important;padding-left: 70px !important;background-color: #07a8a2 !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}"][boc_heading color="#ffffff"]Fortuna Heading Text[/boc_heading][boc_divider divider_width="60px" divider_height="2px" divider_color="rgba(255,255,255,0.4)"][vc_column_text el_class="white_text"]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][boc_button btn_content="Contact Us" color="btn_white" btn_style="btn_outline" icon_pos="icon_pos_after" icon="icon icon-paperplane"][/vc_column][/vc_row][vc_row full_width="stretch_row_content" parallax_content="off" fadeout_row="off" enable_overlay="off" seperator_enable="off" ult_hide_row="off" css=".vc_custom_1427549911615{border-top-width: 0px !important;border-bottom-width: 1px !important;background-color: #f9f9f9 !important;border-top-color: #f2f2f2 !important;border-top-style: solid !important;border-bottom-color: #f2f2f2 !important;border-bottom-style: solid !important;}"][vc_column width="2/3" css=".vc_custom_1433756319002{margin-bottom: 0px !important;padding-top: 70px !important;padding-right: 50px !important;padding-bottom: 40px !important;padding-left: 50px !important;background-color: #f5f5f5 !important;}" el_class="equal_height_column"][vc_row_inner css=".vc_custom_1427621668194{margin-bottom: 0px !important;padding-top: 10px !important;}"][vc_column_inner width="1/4"][boc_icon size="large" icon_position="center" icon_color="#08ada7" icon="icon icon-users"][boc_counter number="1200+" smaller_counter="yes" custom_color="yes" color="#304a48" centered="yes"][vc_column_text]
<p style="text-align: center;">Clients a Year</p>
[/vc_column_text][boc_spacing][/vc_column_inner][vc_column_inner width="1/4"][boc_icon size="large" icon_position="center" icon_color="#08ada7" icon="icon icon-shopbag"][boc_counter number="83" smaller_counter="yes" custom_color="yes" color="#304a48" centered="yes"][vc_column_text]
<p style="text-align: center;">Online Shops</p>
[/vc_column_text][boc_spacing][/vc_column_inner][vc_column_inner width="1/4"][boc_icon size="large" icon_position="center" icon_color="#08ada7" icon="icon icon-plug"][boc_counter number="37" smaller_counter="yes" custom_color="yes" color="#304a48" centered="yes"][vc_column_text]
<p style="text-align: center;">Plugins Tested</p>
[/vc_column_text][boc_spacing][/vc_column_inner][vc_column_inner width="1/4"][boc_icon size="large" icon_position="center" icon_color="#08ada7" icon="icon icon-medal"][boc_counter number="14" smaller_counter="yes" custom_color="yes" color="#304a48" centered="yes"][vc_column_text]
<p style="text-align: center;">Award Winnings</p>
[/vc_column_text][boc_spacing][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/3" css=".vc_custom_1427549610937{padding-top: 70px !important;padding-right: 30px !important;padding-bottom: 60px !important;padding-left: 30px !important;}" el_class="equal_height_column"][boc_testimonials is_minimal="yes" navigation="Dots" animation="Fade" autoplay="yes" loop="yes" auto_height="yes"][boc_testimonial author_title="CEO"]"On extremely short notice, BlueOwlCreative came up with the perfect design I previously envisioned for my company. "[/boc_testimonial][boc_testimonial author="George Stoner" author_title="Marketing Manager"]"Wow, just the template we were looking for! Stunning clean design, element rich, clean code and browser friendly!"[/boc_testimonial][boc_testimonial author="Isabelle Cortoix"]"Awesome theme! Very intuitive to use, clean coded, and easy to customize. Just rated 5 stars! Will strongly recommend!"[/boc_testimonial][/boc_testimonials][/vc_column][/vc_row][vc_row][vc_column][boc_spacing height="70px"][/vc_column][/vc_row][vc_row][vc_column][boc_tabs type="vertical" minimal_style="yes"][boc_tab title="Visual Builder" icon="icon icon-cube"][boc_heading color="#333333"]Powerful <strong>Visual</strong> Builder[/boc_heading][boc_divider divider_width="100px" divider_height="2px" divider_color="#eeeeee"][vc_row_inner][vc_column_inner width="1/2"][vc_column_text]Fortuna Features a highly customized version of Visual Composer - one of the best visual builder plugins out there. It helps you create highly customizable, sophisticated page elements with just the click of a few buttons. We created around 30 custom shortcodes that have so many customization options that will blow your mind.[/vc_column_text][boc_list_item margin_bottom="10px" css_animation="right-to-left" icon="icon icon-check2"]Fully customized Visual Composer[/boc_list_item][boc_list_item margin_bottom="10px" css_animation="right-to-left" icon="icon icon-check2"]Easy to import Demos[/boc_list_item][boc_list_item margin_bottom="10px" css_animation="right-to-left" icon="icon icon-check2"]Tons of customizable Elements to use[/boc_list_item][boc_list_item margin_bottom="10px" css_animation="right-to-left" icon="icon icon-check2"]More than 1200 Icons at your finger tips[/boc_list_item][boc_list_item margin_bottom="10px" css_animation="right-to-left" icon="icon icon-check2"]Numerous Theme Options that guarantee uniqueness[/boc_list_item][boc_list_item margin_bottom="10px" css_animation="right-to-left" icon="icon icon-check2"]Numerous customizable Shortcodes available[/boc_list_item][boc_list_item margin_bottom="10px" css_animation="right-to-left" icon="icon icon-check2"]Fully Responsive, slick experience on all devices[/boc_list_item][/vc_column_inner][vc_column_inner width="1/2" css=".vc_custom_1427621204978{padding-right: 50px !important;padding-left: 50px !important;}"][vc_single_image image="21552"][/vc_column_inner][/vc_row_inner][/boc_tab][boc_tab title="Plenty of Shortcodes" icon="icon icon-magic"][boc_heading color="#333333"]Diverse <strong>Navigation</strong> Possibilities[/boc_heading][boc_divider divider_width="100px" divider_height="2px" divider_color="#eeeeee" margin_bottom="30px"][vc_column_text]<img class="alignleft size-medium wp-image-21460" style="margin: 10px 50px 16px 0;" src="http://localhost/freelance/fortuna/wp/wp-content/uploads/2014/11/imac-300x265.png" alt="" width="300" height="265" />Fortuna wordpress theme features a highly customized version of Visual Composer - one of the best visual builder plugins out there. It helps you create highly customizable, sophisticated page elements with just the click of a few buttons. You can create custom templates holding sets of elements that you can further reuse on your pages.
The best of the best is combined in Fortuna, fine aesthetics, strong functional backbone, plenty of customizable elements, a vast array of theme customization options and last but not least a 5 star support.
Fortuna features a large set of custom menu presets you can choose from for your main navigation that you can further customize by choosing custom colors, add icons, add menu buttons, add hover effects to menu items etc. Fortuna comes with a vast variety of customizable Theme Options. Additional features include a Transparent header menu navigation, custom Mega Menus, more than 1200 icons to choose from for your menu items.[/vc_column_text][/boc_tab][boc_tab title="Responsive Design" icon="icon icon-desktop2"][boc_heading color="#333333"]Fully <strong>Responsive</strong> Design[/boc_heading][boc_divider divider_width="100px" divider_height="2px" divider_color="#eeeeee" margin_bottom="30px"][vc_row_inner][vc_column_inner width="1/3"][vc_single_image image="21552"][/vc_column_inner][vc_column_inner width="2/3" css=".vc_custom_1426847170737{padding-right: 30px !important;padding-left: 30px !important;}"][vc_column_text]Fortuna Features a highly customized version of Visual Composer - one of the best visual builder plugins out there. It helps you create highly customizable, sophisticated page elements with just the click of a few buttons. We created around 30 custom shortcodes that have so many customization options that will blow your mind.[/vc_column_text][boc_list_item margin_bottom="10px" css_animation="right-to-left" icon="icon icon-check2"]Fully customized Visual Composer[/boc_list_item][boc_list_item margin_bottom="10px" css_animation="right-to-left" icon="icon icon-check2"]Tons of customizable Elements to use[/boc_list_item][boc_list_item margin_bottom="10px" css_animation="right-to-left" icon="icon icon-check2"]Numerous Theme Options that guarantee uniqueness[/boc_list_item][boc_list_item margin_bottom="10px" css_animation="right-to-left" icon="icon icon-check2"]More than 1200 Icons at your finger tips[/boc_list_item][boc_list_item margin_bottom="10px" css_animation="right-to-left" icon="icon icon-check2"]Easy to import Demos[/boc_list_item][/vc_column_inner][/vc_row_inner][/boc_tab][boc_tab title="Customizable Menus" icon="icon icon-bars"][boc_heading color="#333333"]Diverse <strong>Navigation</strong> Possibilities[/boc_heading][boc_divider divider_width="100px" divider_height="2px" divider_color="#eeeeee"][vc_column_text]Fortuna features a large set of custom menu presets you can choose from for your main navigation that you can further customize by choosing custom colors, add icons, add menu buttons, add hover effects to menu items etc.
Additional features include a Transparent header menu navigation, custom Mega Menus, more than 1200 icons to choose from for your menu items.[/vc_column_text][boc_list_item margin_bottom="10px" css_animation="right-to-left" icon="icon icon-check2"]Fully customized Visual Composer[/boc_list_item][boc_list_item margin_bottom="10px" css_animation="right-to-left" icon="icon icon-check2"]More than 1200 Icons at your finger tips[/boc_list_item][boc_list_item margin_bottom="10px" css_animation="right-to-left" icon="icon icon-check2"]Easy to import Demos[/boc_list_item][boc_list_item margin_bottom="10px" css_animation="right-to-left" icon="icon icon-check2"]Tons of customizable Elements to use[/boc_list_item][boc_list_item margin_bottom="30px" css_animation="right-to-left" icon="icon icon-check2"]Numerous Theme Options that guarantee uniqueness[/boc_list_item][vc_column_text]Fortuna Features a highly customized version of Visual Composer - one of the best visual builder plugins out there. It helps you create highly customizable, sophisticated page elements with just the click of a few buttons. We created around 30 custom shortcodes that have so many customization options that will blow your mind.[/vc_column_text][/boc_tab][boc_tab title="Rich Theme Options" icon="icon icon-flag3"][boc_heading color="#333333"]Rich <strong>Theme</strong> Options[/boc_heading][boc_divider divider_width="100px" divider_height="2px" divider_color="#eeeeee"][vc_column_text]Fortuna comes with a vast variety of customizable Theme Options. Here’s a list of some of them:[/vc_column_text][boc_list_item margin_bottom="10px" icon="icon icon-arrow-right6"]Extended WP Customize screen, change your Colors, Menus etc. and see the results in real time.[/boc_list_item][boc_list_item margin_bottom="10px" icon="icon icon-arrow-right6"]Uploading your logo, Transparent Header logo, Retina Logo[/boc_list_item][boc_list_item margin_bottom="10px" icon="icon icon-arrow-right6"]Uploading your custom favicon[/boc_list_item][boc_list_item margin_bottom="10px" icon="icon icon-arrow-right6"]Custom Header height, color, opacity, sticky header, Transparent header options[/boc_list_item][boc_list_item margin_bottom="10px" icon="icon icon-arrow-right6"]Main Navigation color, hover effects, icon hover, megamenus, search in header[/boc_list_item][boc_list_item margin_bottom="10px" icon="icon icon-arrow-right6"]Subheader section, with custom elements in it[/boc_list_item][boc_list_item margin_bottom="10px" icon="icon icon-arrow-right6"]Full Font Support, pick your Heading, Menu, Buttons, Body text fonts[/boc_list_item][boc_list_item margin_bottom="10px" icon="icon icon-arrow-right6"]Managing your Layout – Full/Boxed, Responsiveness, Smooth Scroll, global Page, Image, Sidebar settings[/boc_list_item][boc_list_item margin_bottom="10px" icon="icon icon-arrow-right6"]Custom Footer settings, colors, columns, content[/boc_list_item][boc_list_item margin_bottom="10px" icon="icon icon-arrow-right6"]Unlimited Sidebars + per page/post sidebar management[/boc_list_item][boc_list_item margin_bottom="10px" icon="icon icon-arrow-right6"]Manage your Portfolio Styles, hover effects[/boc_list_item][boc_list_item margin_bottom="10px" icon="icon icon-arrow-right6"]WooCommerce Store settings – Different Layouts for your Store and Product Pages, left/right/no sidebar[/boc_list_item][boc_list_item margin_bottom="10px" icon="icon icon-arrow-right6"]Global Custom Styling[/boc_list_item][/boc_tab][/boc_tabs][/vc_column][/vc_row][vc_row][vc_column][boc_spacing height="40px"][/vc_column][/vc_row][vc_row seperator_enable="off"][vc_column][boc_spacing height="60px"][/vc_column][/vc_row][vc_row full_width="stretch_row" video_bg="yes" video_bg_url="https://www.youtube.com/watch?v=kn-1D5z3-Cs" bg_type="bg_color" bg_override="full" enable_overlay="enable_overlay_value" overlay_color="rgba(3,16,17,0.35)" overlay_pattern="09.png" overlay_pattern_opacity="40" overlay_pattern_attachment="scroll" css=".vc_custom_1436119464830{margin-bottom: 0px !important;padding-top: 120px !important;padding-bottom: 80px !important;}" el_class="white_text"][vc_column el_class="no_side_padding_in_responsive_column" css=".vc_custom_1428484195757{padding-right: 180px !important;padding-left: 180px !important;}"][boc_heading alignment="center" color="#ffffff"]That's what <strong>they said</strong>[/boc_heading][boc_divider divider_width="100px" divider_position="center" divider_color="rgba(255,255,255,0.17)"][boc_testimonials navigation="Both" autoplay="yes" autoplay_interval="8000" loop="yes"][boc_testimonial author="Sebastian Brown" author_title="Marketing Manager" picture_url="21388"]"Solid Performance and Amazing Support! Dramatically maintain clicks-and-mortar solutions without functional solutions."[/boc_testimonial][boc_testimonial picture_url="15988"]"Professionally cultivate one-to-one customer service with robust ideas. Dynamically innovate resource-leveling customer service for state of the art customer service."[/boc_testimonial][boc_testimonial author="Jenna Stone" author_title="Marketing Manager" picture_url="15983"]"Quickly maximize timely deliverables for real-time schemas. Dramatically maintain clicks-and-mortar solutions without functional solutions."[/boc_testimonial][/boc_testimonials][/vc_column][/vc_row][vc_row full_width="stretch_row" bg_type="bg_color" enable_overlay="enable_overlay_value" overlay_color="rgba(8,173,167,0.9)" el_class="white_text" css=".vc_custom_1428439249281{margin-bottom: 0px !important;padding-top: 24px !important;padding-bottom: 20px !important;}" bg_color_value="#08ada7"][vc_column][boc_text_box title="Let's work on your exciting new project together! Join our long, happy-client list now." add_button="yes" btn_content="Buy Now" size="btn_medium_stretched" color="btn_white" btn_style="btn_outline" border_radius="btn_circled" icon="icon icon-angle-right2" icon_pos="icon_pos_after"][/boc_text_box][/vc_column][/vc_row]
Obviously you will have to add the Media (images etc) as you have not imported them separately but you can do that manually. 
Thank you very much for that. Really appreciate it. The theme and the website rebuilding I’ve done for the company has been well received. I may have some general questions in the future as I’ve had a few issues but thanks for the theme.
Here anytime to help out with anything you need! Glad to hear client is happy! 
Does this theme allow frontend editing on visual composer?
IT does, but it’s switched off by default as some of the custom elements are not supported in the front end mode. 
Thanks for the fast response. If I buy the theme will I be able to turn it on and use it? Im building a site for a client and they have to have the ease of editing from the front end.
Hi, yes you will, you simply need to comment out a line in your functions.php file, I will tell you which one exactly. The only drawback will be 15% of the elements won’t be editable in the front end editor, but it’s no big deal as you can manage those in the backend in no time.
Hi blueowl i need change portfolio in address bar.. how can i change?
Hi there,
You mean portfolio_item slug? If you are just changing just the slug name (portfolio_item) simply change the slug into your \wp-content\plugins\fortuna_portfolio_cpt\fortuna_portfolio_cpt.php
‘rewrite’ => array(‘slug’ => ‘portfolio_item’),
Change the “portfolio_item” to what you like, then flush your rewrite rules (switching back to regular permalinks in – Settings -> Permalinks and then back to the fancy ones should do the job too).
Buenas tardes, compré su tema pero no se como importar el contenido demo y instalarlo. Hay una guía que me indica como pero no me importa el contenido como tal si no solo post
Hi there,
Sure you can follow the guides here:
http://blueowlcreative.com/docs/fortuna/#installation3Hola, gracias me puedes explicar como hago para poner la página demo como principal y para envíar un ticket, he intentado enviarlo y no he podido. La página es https://fundapes.org
Ose seguí los pasos que me indicaste pero me descargo 109 páginas cuando yo solo deseaba un tipo de plantilla
Can you use English please?
Once you are done with the Demo import you can use only the page you need for your production site. Moving only a single page can be achieved by using the CLASSIC MODE (TEXT) editor, then copy pasting the code from one page to another. 
Hi. Can you help me with these questions please?
1. Is there any way to download the demo by theme?
Because I download the 109 pages and to choose one by one is more complex.
What I want is for me to download a single poster, of a single demo and not the 109 pages.
Hey I ask you to help me please because I’ve been trying to start the project for several days but in case I have not been able to do it well, they also take a long time to answer and I could not find a way to send a ticket
Hi there, Sure, I can help you import just a single, page. Which one do you need? Can you email to us via our Profile page’s contact form?