737 comments found.
What code do I need to add for a different gradient color button that is not a predefined option.
Hi there,
Say you want to override the green button, add this to your Page’s CSS:
input.btn_green, a.btn_green, .btn_green {
background-color: #0fb70f;
}
Is there a way to center align the titles that appear when using the Tabs element? To clarify, I have several tab titles so they have been dropped down to a second line, and right now they are aligned left. What code do I add to have them align center? Thanks
Hi there,
You mean the tabs themselves? May I see your URL please? You can use our profile page contact form.
What’s your profile page contact form? I can’t find it. Thanks.
Hi, I tried uploading a logo with the dynamic header option set to “ON”. the logo is only showing part of the image but when i scroll up it shows up a very small, resized image at the top. How can i fix this?
Hi there,
What’s a “dynamic header option”? Your URL? Are you a client of ours?
Is there a way to remove the ”+” sign that appears after hovering over an image box?
This should do it:
.boc_image_box .icon_link {
display: none!important;
}
I’m trying to add styling to my top icon boxes, such as bolding the top icon box heading. What code do I need to add to my page’s css so I can add it in an extra class name? Thanks
Hi,
If your class is “my_box” for example the css would look like this:
.top_icon_box.my_box h3 {
font-weight: bold;
}
Thank you, it worked.
Hello, I already given 5 stars to your theme, I just love it! Quick question though : When you upload a “Single image” via VC the image gets an alt=”” but not a title=”” For SEO purposes I’d like to have the title same as the alt. Where can I go in the files to go and add it myself? Can I please just have the path of the file to edit it myself?
Many thanks
Best
Hi there,
It’s really the alt that is used for SEO and VC by default doesn’t add the title attribute to images, same goes for Wordpress by default. If you are to do so you need to override the VC single image shortcode code and modify that… I wouldn’t really worry about it as robots care about Alts instead. Thanks for the rating by the way! 
Hello, thank you for your answer. When you say “If you are to do so you need to override the VC single image shortcode code and modify that…” -> Could you please tell me where to do that?
Thanks 
Page Builder Elementor
Hi, is it possible to use the page builder Elementor on your theme.
Thanks
Hi there,
Visual composer only for Fortuna. 
The EMAIL icon in the ‘Team Block’ opens in a new/blank window. Where can I set this to ‘self’? Thanks!
Hi there,
I think this is the place to look into: \includes\shortcodes\vc\boc_person.php

can there be a footer menu instead of social icons? I dont know how to make the footer menu visible. I gave it the position footer but its still hidden. I put it now into the Copyright section
Hi there,
You mean horizontally in the bottom footer section? Not out of the box. You can override your footer.php template in your Child theme though and in it place a Menu placeholder widget where you would call your menu. If you want to hardcode the menu id there it would be easier, if you want it to be dynamic you would need to first do some declarations in your functions.php in your child theme. Check this tutorial:
https://www.tipsandtricks-hq.com/how-to-add-widgets-to-wordpress-themes-footer-1033@media (max-width:767px) { body #splash-home { padding-top: 80px !important; padding-bottom: 80px !important; } }
But the padding of the main form don’t change
And I have an issue in the console when the window is resized:
“Uncaught TypeError: Cannot read property ‘_onResize’ of null”
can you explain me how to resolve this 2 issues please?
Thanks for the good template
Hi there,
Your custom.css file gets loaded just fine, it’s just that its properties get overridden by the inline css properties (you can check your Dev tools and see for example the top-padding and bottom-padding of your #splash-home element get inherited by the inline properties). I think those get set by the Parallax and Video Backgrounds for VC plugin since you are using its row properties (3d and 4th tabs of the Row settings). As for the second question, I can’t seem to reproduce this, is this on the same page?
Thanks for the fast reply, for the second bug it was cause of the owl slider, so I removed it
But I don’t understand why the responsive is broken, example: When I refresh the page in responsive mode, this is the container height: https://i.imgur.com/kzK5m4J.png
And, without refresh, when I extend the window, this is the div height: https://i.imgur.com/sOTvO7s.png
The padding (top and bottom) are defined in the media queries, but I have to refresh to be able to see the responsive change
Hi again,
Access to i.imgur.com was denied. Did you make the uploads public?
Very strange ! Here the snaggy link:
https://snag.gy/Lrcstg.jpg https://snag.gy/PyfVuB.jpgYou can try to resize in xs/sm mode, refresh, then resize to LG mode, then reverse, the responsive work but don’t change “in live”
Got it. So it’s the calculations again that get transferred to the child element: vc_custom_1507644216984.
Try this in your page settings (the cog icon in the top right):
@media (max-width:767px) {
.vc_custom_1507644216984 {
padding-top: 80px;
padding-bottom: 80px;
}
}
Hello, We purchased the theme and Visual composer is giving us a mixed content error and it is not loading. Mixed Content: The page at ‘https://www.oursite.com/wp-admin/post.php?post=23605&action=edit' was loaded over HTTPS, but requested an insecure stylesheet ‘http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=cyrillic,latin,greek'. This request has been blocked; the content must be served over HTTPS. How do we resolve this?
Hi there,
You added Open sans via the Theme options panel? May you please send me your URL via our Profile page’s contact form?
whats the best / easiest way to get notified of a new release of fortuna? there are no notifications in the wp-admin that i can see..
Hi there,
Upon each update you will get a notification by Envato by email. You can then check the version log in the online documentation at: http://blueowlcreative.com/docs/fortuna/#extra3I found that scrolling doesn’t work on Chome (using mouse middle scroll wheel). I found it was jquery.smoothscroll.js – but it may be because I also have smoothscrool from https://github.com/cferdinandi/smooth-scroll in my js. Something to look into maybe.
Hi there,
Sure, we will check this out! In the mean time disable your smooth scroller from theme options.
Do you have a URL I can check?
We have purchased your beautiful theme FORTUNA, but we have a problem with the revolution slider, which is not at its right place when activating RTL. Thank you for all your efforts
Hi there,
Sure, what seems to be the problem exactly? 
Hello I have an issue with the template since few days I use the dynamic navbar ( https://imgur.com/a/gBhEf ) and it changes on scroll, but ONLY when i’m logged as admin on the site
But when i’m not logged as admin, the navbar is just a default navbar with a white background ( https://imgur.com/a/ZCT3H ) I want the dynamic nav everywhere and I don’t understand why it shown only when I am logged as admin.
please help me
Hi there,
Sorry for the late reply!
Do you have a link for me to test things out? 
Hi,
Also in blogs grid view, how can we have pagination at the bottom? Please let us know. Thanks
Unfortunately we don’t have this functionality available yet.
Hi,
We need to add Yelp and RSS social media icons but there is no option, how can we do that? Please help.
Regards, Aanchal
<a target="_blank" href="YOUR LINK" class="header_soc_icon" title="Yelp"><span class="icon icon-yelp" /></a>
Is there an easy way have a different site logo for different pages on this theme?
Hi there,
Not out of the box, you can override your header.php in your child theme though and in it add checks according to the page ID and hardcode the links to different images there. 
Hi there!
Is there a way to add portfolio items to the footer? Just like the “Fortuna Latest Posts” widget, but for portfolio items/photos? I’ve seen this with other templates, really hope I can add portfolio items to the footer. (I can add custom html/css if required).
Thanks! Love the theme 
Hi there,
No such functionality out of the box.
One can be coded in though by creating a custom shortcode or widget should you have some coding skills. You could pull the latest portfolio items in your custom widget from the DB then output them following the pattern in the existing theme latest posts widget. Good luck! 
Is there a way to remove the space between text rows. Whenever I start on a new row it leaves a gap. Where can I edit the padding for this?
Sure thing, VC adds one by default if none is set under the row options. Make sure you set it explicitly to 0 and you will be good! 
Thanks. Where do I change the value to 0? Not sure if my question was clear. I ment within the text editor it leaves a gap the moment I hit enter to start a new sentence or create when I switch from h1-h6 to paragraph text. Sort of like this:
“Heading h2
Paragraph text text text text text text text text”
I wish to remove that empty space in between but cannot seem to find it even in the css file. Tried a bunch of changes but it is not working so far.
Oh you mean the default Heading bottom margin? You could override that with CSS, let me see your URL so I know what we are targeting…
You can set your custom heading’s bottom margin from the second tab when editing it. 