Discussion on Vela - Responsive Business Multi-Purpose Theme

Discussion on Vela - Responsive Business Multi-Purpose Theme

By
Cart 2,052 sales
Well Documented

Wyde supports this item

Supported

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

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.

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?

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

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?

When you create a full width page, please don’t forget to change the template from Default to Full Width, see the image below:

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.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey