Discussion on Vela - Responsive Business Multi-Purpose Theme

Discussion on Vela - Responsive Business Multi-Purpose Theme

By
Cart 2,051 sales
Well Documented

Wyde supports this item

Supported

1508 comments found.

I would like that when the user clicks on a menu item, the user is directed to that content on the home page. Currently when you click, it only stays at the top. Look: if you are consulting this page https://www.wallboxok.com/es/productos/pole/ and in the top menu you click on DISTRIBUTORS, we return to the homepage but to the top not to the content of distributors.

There is something wrong on the menu link on your site. The link of the DISTRIBUTORS page should be https://www.wallboxok.com/#distributor but it is https://www.wallboxok.com//#distributor

You have double slashes (//) before #distributor. That means, it will bring you to the sub directory instead of home page so it couldn’t scroll to the section on the page correctly.

As you can see on our demo site, when you visit other pages like this one: https://wydethemes.com/vela3/blog/blog-medium-image/

All top level menus will point to the home page instead of sub directory so it will bring you to the home page, and scroll to the target section correctly.

I guess that it might be a multi language plugin that appends a trailing slash to the root URL.

Thank you for reporting this issue. We will look into this and fix it in the next update.

However, if you’d like, you can add custom filter below to functions.php in your child theme to work around this issue:

function vela_remove_trailingslash( $url ){
    $url = untrailingslashit( $url );
    return $url;
}
add_filter( 'home_url', 'vela_remove_trailingslash', 100 );

I just wanna delete Service menu and change the Calendar. Primary and found the menu name and change the name (Service—> Calendar ) . now from on .. how can i do ? i wanna delete service everything and i wanna put the Calendar for my schedule ( events or something information wanna share with people ) . teach me please :)

You will need to create a Calendar page first, go to Pages to create a new page. Then put your Calendar into that page.

However, this theme doesn’t include a Calendar plugin so you will need to install the third party plugin to add your Calendar. Also, if you’d like to install the third party calendar plugin, you will need to disable the AJAX Page Transitions feature in Theme Options -> Page -> AJAX Options.

Then, go to Appearance -> Menus to edit the Primary Menu. Remove the Service page, add a Calendar page and save changes.

but if i disable the Ajax page transitions doesnt matter about music? i wanna put the background music later. at website. Before i tried it but if page change , music will reset . That is why i bought the Ajax theme for music ( Continue music even page change. put the contact us or gallery any menu )

If you disable the AJAX page, it will load the whole page and your background music will reset. So, keep it enabled.

There are 2 ways to work around this:

1. If you’d like to use the Calendar plugin, you will need to set the link target of that page to open new window/tab. You can find more on how to open menu links in a new tab or window here: https://www.megamenu.com/documentation/how-to-open-menu-links-in-a-new-tab-or-window/

2. Use the existing content elements from the page builder (e.g. Info Box, Text Block, Custom Heading, Title) to add information to your schedule page instead of using the calendar plugin.

I want to edit about contact us. If someone write the name email phone and message and put the send your message , how can i get this one? which part i have to edit ?? really hard…

You can edit the Contact Form and mail settings in the Contact section on your WordPress admin.

Here’s a quick guide on how to edit the form: https://contactform7.com/editing-form-template/

And check out this page to setup mail: https://contactform7.com/setting-up-mail/

I made it but why i test it , Cant get the phone number>? only i can get the email and name message

Please ensure that you’ve included the name of phone number field in the message body.

For example: In the Form tab, you have a phone number field like below:

[tel your-tel "123-456-7890"]

In the Mail tab, you will need to put the code below into the Message Body:

Phone: [your-tel]

https://vgnc.in/ this is my domain link and i have already raise a ticket for wp-admin issue. while open from wp-amdin i am not able to edit any text-block. it showing me a preview of home page while try to edit text block from back end. i do not know why. i have update wordpress, plugin and theme as well. still i am suffering to take this issue. on urgent basis please take care of this issue. i am not able to update any thing from wp-admin. consider this issue on higher priority. if you need wp-admin login details then let me know please.

62281144-e8f7-4001-ac33-0b95d915ec6a This is my license code

Looks like you’re using the old version of the WPBakery Page Builder plugin. Please ensure that you have already updated the WPBakery Page Builder and other bundled plugins, you can find more details about the update in the changelog: https://themeforest.net/item/vela-responsive-business-multipurpose-theme/9793377#item-description__update-log

After you update the theme, you will see a notification message to install the bundled plugins. If the notification was dismissed, go to Appearance -> Install Plugins to see the bundled plugins list.

You can find more details on how to update the theme and bundled plugins in our documentation.

i upload the picture at Slider but this picture size depends on Mobile or computer. different size and looks like. How can i keep same size and looks like that?

This depends on your slider layout too. If you’re using a fullscreen slider, your image will always stretch to full the screen size so it will display different size and looks on different screen sizes.

If you’d like to make it display the same size, I would recommend you to change the “Slider Layout” to “Auto”: https://www.themepunch.com/revslider-doc/slider-setup/#slidelayout

And then enable Custom Grid Sizes so you can set the styles of elements on slide including image for each screen size: https://www.themepunch.com/revslider-doc/slider-setup/#custom-grid-sizes

Also, if you set your picture as background, you should change the Background Fit option to “Contain” instead of “Cover” to make it display the same size on both desktop and mobile, see more here: https://www.themepunch.com/revslider-doc/main-background/#image-sourcesettings

I am trying to get rid of Vela (Left upper ) but idk how can i do

Even i edit the Slider Revolution but can not find that.

How can i delete the Vela(letter) when homepage login.

1. That is a header logo, you can change it in Theme Options -> Header -> Logo.

2. I’m not sure exactly where the Vela (letter) came from but I guess that might be your site title, try to check your Site Title in Settings -> General. If it is not there, please give me your site URL so I can take a closer look.

Domain Name is https://vgnc.in/ in this domain (Vela – Responsive Business Multi-Purpose Theme). i am not able to edit content in visual composer plugin. when i try to open text-content for update point of view it show preview mode and display home page as a front page in back end. i do not no why. this issue occur before 5 days only. so please check it shortly. if you need wp-admin details for debug this error then let me know. will provide you everything when your need. Thanks in advance

I’m sorry but that link I provided is on an official site of WordPress: https://wordpress.org/about/requirements/

Of course, it definitely says that the recommended version of PHP is 7.2 or greater as seen there. I think that it means 7.2, 7.2.1, 7.2.2 and up to 7.2.4 because the latest stable version of PHP is 7.2.4 as you can see here: http://php.net/downloads.php

However, that is just a recommended version, not the minimum version. As seen in the previous answer, I said that you will need to upgrade to PHP 5.6 or greater, and just so you know what about system requirements from official WordPress site.

Anyway, I’m going to check out your site and will get back to you in just moment.

Hello,

I’m back! Of course you’ve upgraded it to PHP 7.1.9 so everything seems to work properly now. I can edit your page with Visual Composer page builder and can also install the PHP Settings plugin to check the current version and settings of PHP on your site (back to 2 days ago when you were using the PHP 5.5, I couldn’t even install it).

thanks. now it’s working good but not perfectly fine.

Hi!

I would like to place a video in the title div, should be ”.title-wrapper”. How can I make this video and div fullscreen and keep it responsiv with some extra CSS?

Best regrads,

Manuel

I would recommend you to add a fullscreen video slider to the top of the page instead of using default page title area. With the Slider Revolution plugin, you can easily create a fullscreen video and can also adjust the size of text for each screen size. You can find more on creating a video slider here: https://www.themepunch.com/revslider-doc/main-background/?tab=html5video

And take a look at “4.2 Custom Grid Sizes” on this page to enable Custom Grid Sizes so you can set different styles (such as varying font-sizes) for each screen size: https://www.themepunch.com/revslider-doc/slider-setup/#custom-grid-sizes

Hi! Thanx for advise. I will check this.

Hi—I have a portfolio set up with images of my client logos and I’d like text to show on hover. How/ where do I add that text? Nothing I’ve tried has worked. Thanks!

That is a portfolio grid to show your works on a grid layout as you can see on our demo: https://wydethemes.com/vela1/gallery-2-columns/

You will need to click on the image so it will bring you to the details page to see the whole content. You couldn’t show the text from the portfolio content when hovering.

If you’d like to show a client quote, I would recommend you to use the Testimonials instead, as you can see in the section “WHAT PEOPLE ARE SAYING” at the bottom of this page: https://wydethemes.com/vela1/our-services/

So there’s no way to rollover and have a sentence of text show?

Of course, you can’t show it in the portfolio grid, it doesn’t load the portfolio content there. You will need to click on image to see the whole content on the details page. This is what the portfolio grid does.

You will need to use the Testimonials to show your client’s quote.

Hello, we ask you to disable the location of the site http://www.gimos.com and to keep active the Plug-in Store Locator, because together they conflict. This leads to the ninth operation of the plug in.

Thank you

If we go directly to the store locator page, the maps are displayed. If instead we do at home -> store locator the maps remain invisible. How does it happen? Thank you

The Google Maps in the Contact section on your home page is a built-in maps from the theme and different from the one on the Store Locator page.

If the Store Locator shortcode is in different pages from the Google Maps of this theme, you don’t need to remove the Google Maps API from the theme.

Try this to see if it works:

1. Remove the code I provided from functions.php.

2. Disable the AJAX Page Transitions in Theme Options -> Page -> AJAX Options.

If it still doesn’t work, please give me your WordPress admin login details so I can take a closer look. You can send a private message in the contact form below: https://themeforest.net/user/wyde#contact

Thank you for your site credentials!

This is an issue with Store Locator plugin settings. You’ve enabled the option called “Force Load JavaScript” in “Store Locator Plus -> General -> User Interface” so that plugin always loads the Google Maps API on every page even the store locator is not there.

I just unchecked that option and everything seems to work correctly now.

I just installed the latest Vela update and my Theme Options has disappeared. I reinstalled the newest Vela update, and the Theme Options are still gone or not visible. Any ideas?

The latest update of Wyde Core plugin that’s included in the latest update of Vela theme is 2.6.1, as you can see in the changelog: https://themeforest.net/item/vela-responsive-business-multipurpose-theme/9793377#item-description__update-log

After you update the theme, you will see a notification message at the top of your WordPress admin to install the new update of Wyde Core and other bundled plugins. If the notification message was dismissed, navigate to Appearance > Install Plugins to see the bundled plugins list. You can find more details on how to update the Vela theme and bundled plugins in our documentation.

Thank you so much for your help! I can see that I was a couple updates behind and you are the first theme providers (I have worked with) to actually provide updates to the bundled plugins – I am really impressed. Additionally, Vela is one of the nicest premium WP themes I have purchased so far. I appreciate your guidance in completing the update.

You’re welcome! And happy to hear that you like our theme :)

Hi, i get an error with the new version of this template with essentrial grid: jQuery(...).tpessential is not a function This only appears on first page load, a reload of the page works. I tried disabling revolution slider but didnt work. Any help here please? Thanks!

If the Ajax Page Transitions in Theme Options -> Page -> AJAX Options is enabled, try to disable it to see if it works.

Also, if the Revolution Slider library is loaded globally, it might conflict with the essential grid library. Try to disable the “Include RevSlider libraries globally” in Global Settings to see if it works, see more here: https://www.themepunch.com/revslider-doc/global-settings/

If it still doesn’t work, Would you mind providing me with login credentials so I can take a closer look? You can send a private message in the contact form here: https://themeforest.net/user/wyde#contact

Is there a way to rename the parent theme and child theme? I usually do this for client confidentiality reasons but it seems the function.php file in the child theme prevents successful renaming.

You can rename both parent theme and child theme but you will need to change the theme name in the functions.php file in your child theme, replace wp_get_theme(‘Vela’) with wp_get_theme(‘New_Name’).

However, after you change theme name, you will no longer be able to use the automatic update feature, you will need to update it manually.

“Related Posts” not working in the latest update.

It seems to work properly on our demo site: https://wydethemes.com/vela1/the-quiet/

Please ensure that you’ve purged the caches after you update the theme.

If it still doesn’t work, please give me your site URL so I can take a better look.

Hi Wyde,

I’m having issues with pages (duplicated) having certain elements and not on the others. We have a landing page that uses the white down arrow to signify scroll down/or to click on and takes the user to the next section. However, for some reason it only shows on some pages and not all. I’m wondering if you can provide guidance as to why and more so, how I can get an arrow like this on every page? Furthermore, the Vela theme has an ^ up arrow on every page built into the demo content – can I get one to signify scroll down or is this not available?

Second question – with the icon boxes – I can’t seem to make a clickable link from the icons to click through to the next page. Is there anyway this can be done? They highlight as if to indicate they are clickable but don’t seem to have that option available.

Thanks in advance!

1. The up and down arrows will show up when you set the height of the row to “Full Screen”. You will need to edit the rows settings, change the Content Width to “Full Width” and change the Content Height to “Full Screen”.

Also, please don’t forget to choose the “Full Width” for the Template in the Page Attributes box on the right side of the page editor.

2. Sure, you can set the link to the icon. In the Icon Block settings window, click on the “Select URL” button in the URL option to set the link. If that option is not available there, please ensure that you’re editing the Icon Block instead of the Info Box.

Hello,

I have been trying to customize “select” field in contact form, so that the default option has a white background color. See it “as is’: viking-tech.com.br>”Contato”>”drop down field” – default is grey. So I Have tried to change the background color and filed width in child theme : css stylesheet. And It didn’t work. Do I have other way?

1. I’m sorry but the select field doesn’t allow you to change the border of the dropdown list.

2. You put the wrong CSS class name so it doesn’t work. You should replace ‘dropdown-select’ with ’.dropdown-select’.

3. You will need to insert an option into the dropdown list to set a placeholder. For example:

<select>
    <option value="disabled selected">Select your option</option>
    <option value="option1">Option 1</option>
    <option value="option2">Option 2</option>
</select>

1 and 2 – very good! 3 – Where insert this?

Edit your contact form to insert an option to the dropdown list of your select field.

Hi Wyde,

Thanks for previous/ongoing support.

- Have been using Vela 5 for past 1.5 years. - Have had Slider Revolution on Home page: myokosnowsports.com - It has been working well until recently it is not displaying on other computers, expect it still displays on my computer (which is logged into the WP admin account). - Have had a hunt around online to look for solutions, but can’t work it out.

Any ideas much appreciated. Thanks in advance.

You’re welcome :)

Got it. ^ Re-activated “WP Super Cache” plugin, cleared cache, deactivated plugin. ^ Re-activated “WP Rocket” plugin, cleared cache, deactivated plugin. ^ Cleared cache from Chrome, re-opened with hard reload. ^ All sorted. Thanks v much for support, legend :)

Happy to hear that it has been resolved :)

Hi Wyde,

I saw a thread regarding the portfolio, however it was posted a few years ago. I tried following the steps your provided however the portfolio won’t show on my site. I’m after the same from here: https://wydethemes.com/vela2/

Are you able to help me please? Thanks!

There may be a plugin conflict on your site. If you have other plugins installed, try to deactivate them to see if it works. If it doesn’t work, please give me your site URL.

I deactivated all plugins and reinstalled by process of elimination however unfortunately the portfolio is still not working.

My URL is: http://qqv2.socketsoftware.com.au/ It should be appearing with ‘Latest Works’ towards the end of the page. Thanks.

It seems like the portfolio post doesn’t have the featured image so it won’t show on the portfolio grid. Please ensure that you have set the Featured Image of the portfolio post. If you did but it still doesn’t work, try to remove it and set it again to see if it works.

Hi! The logo in the mobile version appears wrong, the dimensions appear deformed. In the web version the logo maintains its original size and shape but in the phone version no.

Thanks!

Could you please give me your site URL so I can take a better look?

On mobile, the logo container will be smaller. If your logo is too wide (the width is greater than the height too much), it will shrink to such a small size.

Try to add custom CSS below to Appearance -> Customize -> Additional CSS to increase the width of the logo container:

#header.mobile #logo {
    width: 60%;    
    margin: 0 20%;
}

I cannot update Vela Theme to 2.0.3.1 version. I get this message “DOWNLOAD FAILED. FORBIDDEN”. I have already tried to update It by Envato Plugin and manually installing Vela straigth into Wordpress.

I think that this is a server issue. Sounds like it couldn’t download the new update from ThemeForest and doesn’t allow you to upload the theme file via WordPress. Try to install it via cPanel File Manager to see if it works. You can find the instructions on how to update the theme via cPanel in our documentation.

Ok, now It works. Tks

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