1508 comments found.
Hi Wyde!
Little question, I disabled the title header and I don’t need a slider below main menu.
It looks like this: http://prntscr.com/9qc6gl
I want the pricing box be located at the bottom of the main menu. How can I do that?
Thanks, Katolich
Hi,
If you’d like to use the Transparent Header without a page title, you should increase the space at the top of the first row by editing this row, select Design Options tab and set the top padding to any value such as 120px.
Hi Wyde,
I did it but in doesnt look good in mobile or whenever Im resizing the browser? How can I disable the 120px on mobile?
So you should remove 120px from the row padding. And use empty space element instead.
1. Remove the padding settings (120px) from the Design Options tab of the first row. 2. Add a new row to the top of the page. 3. In the Row Settings window, change the Padding Size option to No Padding. 4. Edit the first column of this row, in Responsive Options, select "Hide on device?" option for tablet and mobile to hide this column on these devices. 5. Add a new Empty Space element to this column and set the Height option to 50px.
You will have the empty space at the top of the page and the space will disappear on tablet and mobile.
Greaaaaatttt!! Thanks wyde 
Welcome 
Hi Wyde!
I also wanted to remove the title header for shop. When clicking on an item it looks like this: http://prntscr.com/9ssmow
how can I do that? Thanks wyde 
Hi,
The product detail page uses the title options from the shop page. You should edit your shop page and hide the title in Title Options.
Hi Wyde,
I added empty space of 70px in the shop page and disable the title header. Looks cool that I can adjust the space but the shop looks like this: http://prntscr.com/9t7pdc The widget title is not showing.
Then my product page looks like this: http://prntscr.com/9t7rs2 The widget title is not showing and the breadcrumbs, same with the product-tag page: http://prntscr.com/9t7s6l
How can I fixed that? Thanks Wyde 
Hi,
Sorry but seems like this is a bug with the theme when you hide the title area section, it will be resolved in our next update. Thank you for taking the time to report this issue!
Thanks Wyde
by the way, Im planning to extend my support which is $17 for another 6 months, after that can I extend it again?
I think you can’t since the item support policy says “You can increase the item support period up to a maximum of 12 months from the date of purchase”, see “The item support period” in this link -> http://themeforest.net/page/item_support_policy#whats-included-item-support
Don’t worry! After your 12 months of support period has expired, you will still receive all theme updates for free.
That’s greattt!!! I am extending my support for theme updates.
Thanks Wyde, your support is really great. 
You’re welcome 
Hello, I have a couple of questions. Does the all in one seo plugin work with this theme? Some of the images didnt upload with my demo content? Is that a problem because it did say it was a successful upload?
Thank you.
Hello,
1. I suppose the theme can work with this plugin since we’ve never seen any issue report from our customers about this plugin. I also see our customers use Yoast SEO plugin and it works fine. However, when you work with SEO plugin, please don’t forget to turn off the Open Graph Support option in Theme Options -> Page -> Page Options.
2. All images viewed in the live preview are for demo purposes only and are not included with your purchase, you should replace these images with your images. You can download all free images in the websites that we provide in READ ME FIRST.html within the main download package
Is there a way to increase the header length? Thanks!
If you’re talking about the height of header menu, you can increase it by adding the custom CSS below to Theme Options -> Advanced -> Head Content:
<style type="text/css">
#header .header{
line-height: 100px;
}
</style>
Sorry i did not told you , I mean the header picture. Is there a way to edit the length of it? (also for mobile if possible and necessary) Thank you for your great response, kind regards, Danny
Hi,
You can add the custom CSS below to Theme Options -> Advanced -> Head Content to set the height of title area:
<style type="text/css">
.title-wrapper .container {
padding: 230px 0 150px!important;
}
</style>
However, if you’d like to set the different height for each page, you should hide the title area of the page and create a custom title area section instead, by adding a new row to the top of the page and add a new custom heading element as the page title.
Hello Wyde, i have a few suggestions/complaint to make about your “post slider”. I recently add another article to my website and so the “post slider” in home page : https://www.brockwayproduction.fr/ began to slide beetweens post like it is suppose to, it’s nice and smooth, nothing to complain about the effect. The problem is about how the slider fill itself, indeed, beetween each slides the height is not the same and is a lot different ! so when it slide from one another when you are below this, the content is moving while you reading… Not so great ! Also 2nd issue, it’s not so clear for the user on where to click to read the rest of the article ! Maybe a button, “vela styled” with “read more” could be a way to fix this.
Cheers.
Hello,
You should disable Auto Play option for this post slider so it won’t play if you never click on slider navigation. Also, you can set your custom post excerpt so the post content in the slider will also have the same height, see the image below:
For the read more button, you can add the custom CSS below to Theme Options -> Advanced -> Head Content to display a Read More button at the bottom of the post.
<style type="text/css">
.posts-slider .view .post-more{
display: block!important;
}
</style>
I kind of want it to autoplay and dont have to care about exerpt every time, it is so hard to see a max amount a line ? i will test the code you send me.
Thanks
Edit: i test the code, and it’s great, but it is possible to have the button styled like others button on the page ? (center and with the right colors/behaviors)
Also i think it’s needed to have a way to translate in various language “Related Projects” “Related Posts” etc… currently the only way is to translate to 1 language inside theme settings. In .po files could be great.
Sorry but the read more button is a ghost button style that is different from other link buttons, you need to edit the code in blog template to change the type of this button. However, you can replace the previous code with a new one below to center this button:
.posts-slider .view .post-more {
display: block!important;
text-align: center;
}
Since we allow users to easily edit the title of Related Posts box so we’ve an option in Theme Options.
However, if you’re working on multi-language site, almost WordPress multi-language plugins can translate the option text in Theme Options as well so you should translate this title to another language by using your plugin instead of editing in the .po files.
I will try to see if mt plugin provide me that, i think it did. Also about the blog template, i will be happy to edit it if you tell me the code i need to change.
Cheers.
In order to edit the blog template for changing the Read More button style, please follow the steps below:
1. Please use Child theme when you modify the theme so you can update the theme without losing these changes. Install and activate Vela Child theme on your website, you will see Vela-Child-Theme.zip in the main download package.
2. Copy the blog template files (content-audio.php, content-gallery.php, content-link.php, content-quote.php, content-video.php and content.php) from Vela theme folder and paste them into Vela-Child-Theme folder on your host.
3. Navigate to Appearance -> Editor on your WordPress admin, and select Vela Child to edit.
4. Edit all of template files one by one, so select the template file "content-xxx.php" and edit the code as below:
Replace
<a class="ghost-button" href="<?php echo esc_url( get_permalink() ) ;?>"><?php echo __('Read More', 'Vela'); ?></a>
With
<a class="link-button" href="<?php echo esc_url( get_permalink() ) ;?>"><span /><?php echo __('Read More', 'Vela'); ?></a>
5. Update this file, and edit the next one.
Hi there, I’ve only had the theme for about a week now, and can’t seem to update the visual composer. I tried deactivating/deleting a couple of times now, but it’s still not working. Any suggestions?
Hi there,
If you’ve Visual Composer 4.9 you don’t need to update it since this is the latest compatible version that bundled with this theme.
Another version that is newer than 4.9 need to be tested and updated by the theme creator.
Hiya,
Our map is not loading on this page, it seems to be fine if you refresh but every time you first click the link, it isn’t working at all. The message in the screenshot comes up: http://www.monolith-kamado-grill.co.uk/wordpress/wp-content/uploads/2016/01/mon.jpg
Message was: You have included the Google Maps API multiple times on this page. This may cause unexpected errors.
Can you help soon please?
Thanks, Connor
Hello,
The AJAX Page feature in this theme is not compatible with your plugin. You should add a name of the page that displays this plugin to Theme Options -> Page -> AJAX Options -> Excluded URLs so your page can work with this theme without an AJAX conflict. If there are too many pages display your plugin you can disable AJAX Page feature by turning off AJAX Page Transitions option in Theme Options -> Page -> AJAX Options.
when I click any of my submenu and again click on main menu then in url it shows with # like http://www.tecordeon.com/#home .what will the solution ?
When you’re working on One Page site, there are many sections on your front page. These sections contain the content of the pages from the main menu. When you’re on the sub menu page and click on the main menu such as Services, you will navigate to your home page at Our Services section so your URL should be http://www.yourwebsite.com/#our-services
I’m noticing a strange behavior while viewing Vela theme on Mac (El Capitan with latest version of Safari). When you navigate from the Home page to an interior page, then resize that interior page to the point where the navigation collapses, then navigate back to the Home page the navigation is not collapsed as it should be & the navigation wraps to a new line. I cannot replicate this issue on any other browser.
http://www.many2one.com/Hello,
Try updating your theme to the latest update since we’ve never seen this issue on our demo sites that are running on the latest update.
Hi kind support, I just upgraded my theme to new version 1.8.1 and everything crashed. I did it via FTP, I use child theme so I pasted the new files (inside the new vela folder) into my folder public_html/wp-content/themes/Vela would you suggest what to do to avoid any problems?
Hi,
Sounds like there are some files’re missing or some files can’t be overwritten since they’re in use from another process. Try deleting the Vela theme folder from your website and upload a new one.
If your host has a cPanel File Manager, you can upload Vela.zip via File Manager to “wp-content/themes/” and delete the old Vela folder. Once the Vela folder has been deleted, extract the file Vela.zip.
ok I’ll try that. BUt listen I am using Child Theme. Can I still do all this process without comprimisign the child?
Only for the Vela theme. You don’t need to update your child theme.
I did what you say …but again I got Blank page. Of course i don’t need to update the child-theme. May this problem be related with the faact that i changed the name of the theme? Can you please help me? thanks
If you’re using child theme, your child theme will refer to the parent theme Vela so please don’t change the folder theme name.
If it still doesn’t work, please send us your site URL and admin login credentials in the contact form -> http://themeforest.net/user/wyde#contact so our support can investigate this issue and help you out.
I sent you a message. Thanks a lot!
I just replied to your email!
Hi,
1. Bullet points are not visible while adding text through classic editor. 2. And when justifying text in the text block via backend editor, spacing between paragraphs disappears, even after giving 2 spaces between them.
Is it a bug or my settings are not proper?
Please help.
Thanks
Hi,
These issues have been resolved in Vela 1.8.1. Try updating your theme and empty all caches if you’ve a cache plugin on your website.
My theme is updated and I’m not using any cache plugin on my website.
Please send us your site URL in the contact form -> http://themeforest.net/user/wyde#contact so our support can investigate this issue and help you out.
Sent
Since your list items are in the page content so they have no bullet icon when you create your page with classic editor.
In Classic text editor, only blog post content have a bullet icon in a list item, the page content haven’t. You should create a page content by using Visual Composer instead of Classic text editor so your list item will have a bullet as well.
I tried using Visual Composer also. Bullet icons are visible there but when I justify text spacing disappears. I gave double spaces between paragraphs but still no effect.
I’ve another WordPress website with another theme. I tried adding list items in page content there and they are visible using classic editor in page content as well. So, there’s some issue with this theme.
There is no a bullet for the page content when you create it by using classic editor since we’ve an issue with other elements in the page that have a list inside. However, in our next update it will be resolved, we will add a bullet for the list when you create a page with classic editor as well.
Regarding the space between paragraphs, I tired it and it works fine. All paragraphs have the space even I justify the text. Please press Enter instead of Ctrl+Enter when you’d like to add a paragraph.
Can you show me tags which are given in this paragraph. I tried more than 4 times but when I justify text, space between paragraphs disappears.
Solved now. Please also include bullets in classic editor in the next update.
I’m glad to hear that the problem has been resolved!
Of course! We’ll do it.
I have purchased your theme and I can’t seem to register the revolution slider (Which i need to do in order to update the plugin) can you tell me how to access the license documents for it so i can register it?
Hello,
You don’t need to register this plugin. This option is for users who purchased this plugin individually.
This plugin was packaged with the theme, it can still be used normally without registering a Purchase Code, see this link from the Slider Revolution official site -> http://www.themepunch.com/faq/purchase-code-registration-faqs/#1447194117353-350de17e-e01f
Also, if you’d like to import demo sliders or slider templates you should download free sliders here -> http://revolution.themepunch.com/free-slider-exchange/ and import them from your local computer.
VC is giving me errors to activate the latest update, it’s saying I have no license. Help please?
Hello,
You don’t need to update it. This option is for users who have purchased this plugin individually. The Visual Composer and the Revolution Slider that bundled with the theme need to be updated by the theme creator.
After you update the theme, if there is an update available for the bundled plugins, you will see a notification message letting you know the plugins have a new version and need to be updated.
How can I change the mobile nav toggle color? I would like it to be white so it shows up better on the light blue.
My test site is http://www.eci-design.com/osp/contact/ for reference.
Please help!
Hello,
We’re sorry but seems like your current theme is not our Vela theme ( http://themeforest.net/item/vela-responsive-business-multipurpose-theme/9793377 )
You should contact your theme creator directly.
When i make a row full width it still stays within the page margins. How can i make it full width?
Thanks
Hello,
I have just purchased this theme, however wordpress gets a white screen when i use it. Any ideas how to fix this please?
I have fixed this issue
The uploaded video plays but no audio is there, what could be wrong ?
am talking about the video background.
We’re sorry but the video background won’t play an audio by default since it’s just a background. If you’d like a video with audio please use the video slider instead, see more -> http://www.themepunch.com/revslider-doc/individual-slide-settings/#tab-1437536189479-6-2
Hello Sir,
We have purchased the Vela theme and seek some help from your side.
Can you please provide some XML/Page where all the elements for Theme will be placed (i.e. one common page of all Short Codecs for all the elements of theme). That will make our work easier as we are planning to use different elements into different pages and every time we have to go through all the pages to search for particular style/element to use.
Thanks
Hello,
We’re sorry but we have no demo content with all elements. This theme comes with demo content of 5 sites as you see in our demo sites. We’ll look into this to add a new page with all elements in the future, thank you for your suggestions.
When can we expect the same in near future?
We will create a demo page with all elements soon.
Can you please tell me how to disable the Page Loader? I don’t want to use it. Thanks
Unfortunately, the page loader always display since this theme comes with AJAX page transition feature. You can disable Preload Images option in Theme Options -> Page -> Page Options and AJAX Page Transitions option in Theme Options -> Page -> AJAX Options so the page loader will display with just a second before changing to another page.
However, if you’d like to remove this loader, you should add the custom CSS below to Theme Options -> Advanced -> Head Content:
<style type="text/css">
#preloader #loading-animation{
display:none;
}
</style>
Hello!
I have an issue with responsiveness in my site. The site is: http://mexicast.com.mx
This text is getting cut on mobile: http://prntscr.com/9me73k
Also, the text on the slider is getting cut off: http://prntscr.com/9me7k2
Thanks a lot for the help!
Hello,
First issue, there is a column offset in the first column so when it’s on mobile screen this column will overflow the screen. In order to fix this issue, please follow the steps below:
1. Remove the column offset by editing the first column (that says “CONTAMOS CON LAS MEJORES CONSOLAS”), select Responsive Options tab and change Offset option for mobile to “No Offset”, other screens choose “Inherit from smaller”. If you’d like to add the space to the column, please set the padding left and right in Design Options tab instead.
2. Edit the second column and remove the right padding from Design Options tab.
3. Edit the row and change Content Width option from Full Width to Default.
Second issue, the text is in the Revolution Slider, this slider allows you to design the slide layout for each screen size, you can enable layer grid size for mobile and change your text size and text position on mobile screen, see 4.4 Layers Grid Size here -> http://www.themepunch.com/revslider-doc/slider-setup/#slidelayout
Thanks
Hi, I’am not an expert in wordpress and programming. I just would like to know if/how I can transform my VELA INFO BOX icon into a button?
Thank you so much
If you’d like to use the icon in the button you should use Vela:Link Button instead. This button has an icon option so you can display an icon in the button as well.
I tried that, but what I’m not satisfied with that, I would the big round icon as a button. is that possible?
Sorry but there is no option to cutomize the element styles, you should add your custom CSS to Theme Options -> Advanced -> Head Content to change the element styles to suit your needs.