1508 comments found.
Hello, I have just updated my website vela theme, and this page is bugged: http://viking-tech.com.br/certificado-digital/ – the error message is: Fatal error: Cannot redeclare ov3rfly_replace_include_blank() (previously declared in /home2/vikinopy/public_html/wp-content/themes/Vela-Child-Theme/functions.php:30) in /home2/vikinopy/public_html/wp-content/themes/Vela-Child-Theme/functions.php on line 30
How to fix this?
Ps.: When I change to Vela Theme the error doesn’t occurs, but when a I flag to Vela Child, I face this problem.
You have declared the same function twice in your child theme. You will need to edit your child theme to remove one of them.
Thanks! But I have tried to delete line 30 and It was even worse. So, Could you please tell me where I can change/delete the function (where the bug was reported on) bellow?
<?php
function vela_child_theme_enqueue_styles() { $theme_info = wp_get_theme(‘Vela’); $version = $theme_info->get( ‘Version’ ); wp_enqueue_style( ‘vela-child’, get_stylesheet_directory_uri() .’/style.css’, array( ‘vela-theme’ ), $version ); } add_action( ‘wp_enqueue_scripts’, ‘vela_child_theme_enqueue_styles’ );
function vela_after_setup_theme() { load_child_theme_textdomain( ‘Vela’, get_stylesheet_directory() . ’/languages’ ); } add_action( ‘after_setup_theme’, ‘vela_after_setup_theme’ );
function vela_admin_css(){ echo ’<style type=”text/css”> .post-type-portfolio .cmb2-id—meta-media-info, .post-type-portfolio .cmb2-id—meta-embed-url, .post-type-portfolio .cmb2-id—meta-gallery-info, .post-type-portfolio .cmb2-id—meta-gallery-images{ display: block; } </style>’; } add_action(‘admin_head’, ‘vela_admin_css’);
function my_wpcf7_form_elements($html) {
function ov3rfly_replace_include_blank($name, $text, &$html) {
$matches = false;
preg_match(’/<select name=”’ . $name . ’”[>]>(.)<\/select>/iU’, $html, $matches);
if ($matches) {
$select = str_replace(’<option value=””>-</option>’, ’<option value=””>’ . $text . ’</option>’, $matches0);
$html = preg_replace(’/<select name=”’ . $name . ’”[>]>(.)<\/select>/iU’, $select, $html);
}
}
ov3rfly_replace_include_blank(‘menu-source’, ‘Como nos conheceu?’, $html);
return $html;
}
add_filter(‘wpcf7_form_elements’, ‘my_wpcf7_form_elements’);
function cc_mime_types($mimes) { $mimes[‘svg’] = ‘image/svg+xml’; return $mimes; } add_filter(‘upload_mimes’, ‘cc_mime_types’);
Thanks for your help, but I got this message:
As mudanças no seu código PHP foram desfeitas devido a um erro na linha 15 do arquivo wp-content/themes/Vela-Child-Theme/functions.php. Corrija e tente salvar novamente.
syntax error, unexpected ‘type’ (T_STRING), expecting ’;’ or ’,’
I’m sorry but those are your custom codes and they are not included in theme by default so I have no idea exactly what each one is for and what’s wrong with them.
Try checking your custom codes and make sure they are all correctly written. If you couldn’t find a wrong code, you may need to remove those functions one by one to find the problematic function.
However, the error “syntax error, unexpected ‘type’ (T_STRING), expecting ’;’ is usually occurring when you have an invalid syntax in your code. You probably forgot to put the ; to the end of the line of codes.
If it still doesn’t work, you may need to remove all your custom codes from the child theme to get it back to default states, please check out the original file “functions.php” in our child theme.
Hi,
Have recently updated the theme from 2.02 to 2.08. It’s perfect when I’m logged in to WP admin, but for logged out users and visitors there are a lot of script errors at the front end and most pages don’t load properly.
Have tried disabling all none essential plugins, the problem presists. Some pages show error Warning: Creating default object from empty value in /home/customer/www/MYSITE.co.uk/public_html/wp-content/plugins/wyde-core/inc/redux-framework/inc/class.redux_filesystem.php on line 29
Any advice much appreciated.
Please ensure that you’ve updated Wyde Core and all bundled plugins to the latest update.
After you update the theme, you will see a notification message with the link to update the bundled plugins. If the notification was dismissed, navigate to Appearance -> Install Plugins.
You can find the changelog at the bottom of the product details here: https://themeforest.net/item/vela-responsive-business-multipurpose-theme/9793377
Hello,
I try to build a layout with 5 columns (actually 5 info boxes) inside a row but the class being applied to the box’s main div is vc_col-md-4, so the width is 25%, not 20%. How can I fix this?
Thank you
My apologies for the late reply!
After inspecting this issue, there seems to be a compatibility issue with the theme and the new version of WPBakery Page Builder. By default, the 5 columns row layout was not available in the page builder, we have added it via a plugin’s hook. Unfortunately, it looks like that couldn’t work with the new version of the page builder.
Anyway, thank you for reporting this issue. We will fix it ASAP!
Hi, I am using this theme since 4 years, sudden i found some issue of Vela short codes i.e vela clients, vela testimonial etc. are not working on my website. My website link is https://www.allshredservices.com. Can you please help with this issue.
Thank you for the link! You need to update the theme to make it work with the new update of WordPress. You will find the changelog here: https://themeforest.net/item/vela-responsive-business-multipurpose-theme/9793377#item-description__update-log
Also, you find the instructions on how to update the theme here: https://wydethemes.com/vela/documentation/#update
Hi Wyde,
I just renewed my support with you in order to ask you private questions. It’s unclear where I need to go to ask these (instead of posting my questions to you on a public website)
A great many features of the theme I am working with have stopped working and are no longer rendering. Carousels, testimonials etc.
All plugins and WP are up to-date
Can you please provide support on why this is the case?
Would you mind giving me your web address so I can check it?
You can send a private message through the contact form on our profile page: https://themeforest.net/user/wyde#contact
HI there,
the team members slider is not appearing anymore on my website?
On this page for example under the ‘Meet the team’ dropdown you will see that no content is appearing: https://www.animoassociates.com/our-network/uk/
Can you please offer some advice on how to resolve this.
Many thanks.
This seems to be a compatibility issue. You have to update the theme and all bundled plugins to the latest version to make them work with WordPress 5.6 and greater. You can find the changelog here: https://themeforest.net/item/vela-responsive-business-multipurpose-theme/9793377#item-description__update-log
Also, please don’t forget to purge all caches after updating.
Hi, I have a question: auto-update for wp bakery cannot be selected. Is there a way to manual update wp bakery? I have your Vela theme – and cannot find any support page.
The WPBakery Page Builder is included in the theme. After you update the theme, you will see a notification message if there is a new update available for the bundled plugins. If the notification was dismissed, navigate to Appearance -> Install Plugins to see if there is any update for the bundled plugins. You will find the instructions on how to update the bundled plugins in the documentation: https://wydethemes.com/vela/documentation/#update-plugins
Also, you can find the changelog here: https://themeforest.net/item/vela-responsive-business-multipurpose-theme/9793377#item-description__update-log
Hello Wyde,
I just accidently purchased your theme and would like to cancel my order request a refund. Because we’re building website on shopify and my developer send me the wrong link to purchase. I jsut found that your theme is meant to use on Worldpress.
We will not use your theme anywhere.
We’ve already received your refund request and will process it shortly.
61e90944-eb15-4993-9232-f82500f8d41b
www.gellisconsulting.com – the your feedback/testimonial section has disappeared. It was suggested that I contact you.
Kathy Gellis
This is a compatibility issue. You will need to update the theme to make it work with the new version of WordPress. Here’s the changelog: https://themeforest.net/item/vela-responsive-business-multipurpose-theme/9793377#item-description__update-log
Also, you will find the instructions on how to update the theme in the documentation: https://wydethemes.com/vela/documentation/#update
Hello,
I use the Vela Child Theme for my website at www.inavigatesls.com. There is a conflict that is not allowing the sticky header to function as well as a pop up. Please advise. Thank you.
Brian
Hello,
This is a compatibility issue. You have to update the theme and all bundled plugins to make it work with the latest update of WordPress. You will find the changelog here: https://themeforest.net/item/vela-responsive-business-multipurpose-theme/9793377#item-description__update-log
Hi,
My menu items are overlapping are when the screen size is below 1300px or basically on the tablet landscape mode. How can I switch it on the hamburger menu when it’s below 1300px?
Also, I know I’ll probably have to keep changing it after every update but I’m fine with that.
Thanks
I fixed it.
Thanks
My apologies for the late reply!
You will need to edit the code in the file ‘js/page.js’ line #329 to change the mobile menu breakpoint.
However, instead of editing the mobile menu breakpoint I would recommend moving some menu items into submenu to make them display correctly on the tablet landscape mode.
Hi Wyde,
I have vela them installed on my site.
For the main navigation menu (drop-down items): - Background color is a light colour. - On desktop text colour is black (all good). - On mobile the text colour is showing up as white (really hard to read against the light background).
Please could you advise how I can either: a) make the drop-down menu text black on mobile (as it is on desktop). or b) Change the drop-down menu background color to black on mobile and desktop, and then change the text to white on mobile and desktop?
Thanks
Actually, the drop-down menu text color on mobile should be showing up as the theme color scheme. Would you mind giving me your web address so I can check it?
Thank you for the link!
Here’s a CSS snippet to change the menu text color on mobile to black. You can add it into Appearance -> Customize -> Additional CSS:
#header.light #nav.mobile-nav .menu > li > a {
color: #000;
}
That’s showing correctly now, thanks a lot!
Come posso ricevere gli aggiornamenti per il tema Vela (versione 1.5.5), il mio sito web arielevents.it creato nel 2015 risulta lento purtroppo e non posso aggiornare il PHP alla versione 7.4
La situazione attuale è questa: Versione di WordPress 5.7 Tema corrente: Vela (versione 1.5.5) Plugin corrente: Revolution Slider (versione 4.6.93) Versione PHP 7.1.33
You can install the Envato Market plugin so you will be able to download and install the new update under the Themes screen on your WordPress admin.
Also, if you’d like to update it manually. You will need to login to the account that purchased this theme. Then download the new update under the Downloads tab on ThemeForest.
You will find the instructions on how to update the theme in the documentation: https://wydethemes.com/vela/documentation/#update
Hello, I cannot edit with Visual Bakery as the backend option is not showing up. Please, could you tell me what could be the reason? I have disabled all the plugins to check if it was due to compatibilty. What else can I try? Thanks!
First of all, please ensure that you’ve updated the theme and all bundled plugins to the latest version. Check out the changelog at the bottom of the product page for more details: https://themeforest.net/item/vela-responsive-business-multipurpose-theme/9793377
When editing the page, you will find the WPBakery Page Builder button at the top of the edit screen. Click on that button to edit the page with the page builder. If the button is not there, you may need to send me your web address with the login details so I can check it.
You can send a private message through the contact form on our profile page: https://themeforest.net/user/wyde#contact
Hello, lately my webstie (viking-tech.com.br) is not able to send messagens through CF7. I have already tested e-mail server on SMTP plugin, and It is normal. So, might there be any problem related theme/wordpress version?
It’s working fine on our demo site. However, if the AJAX Page Transitions under Theme Options -> Page is enabled, try to disable it to see if it works.
If it still doesn’t work, there my be plugin conflict on your site. You may need to deactivate your plugins one by one to find the problematic plugin.
Hey There!
i need some Help. i installed the theme as recommended but the “theme Option” won’t appear.
please help me to fix this issue.
thanks a Lot
Ralf
Make sure Wyde Core and all bundled plugins are installed. Also, there may be plugin conflicts on your site. Try to deactivate other plugins to see if it works.
no, after several try’s it still don’t show “theme options”
You will need to send me your web address with the login details through the contact form on our profile page so I can check it: https://themeforest.net/user/wyde#contact
Why doesn’t the “Show slider” option work on pages when the “One Page” option is selected?
We’re sorry but the “Show slider” option is to show the slider at the top of the page, as the featured slider of the page.
However, when the One Page is enabled. You will have only one page (homepage). That means, you can have only one featured slider that is from the homepage which is the first page in the Primary Menu. As you can see in our one page demos below:
https://wydethemes.com/vela3/ https://wydethemes.com/vela4/However, if you’d like to put a slider into another page (in another section on your one page site). You can add it by using a “Slider Revolution 6” element from the page builder instead.
Hello! I’ve purchased this theme after getting positive answers regarding changes to some of the demo content.
Maybe I’m missing something, but there seems to be no editable blocks on the single page home, so these questions are the same as before:
1) The top carrossel: how can I remove the ‘VELA (get started)’ text, the right/left indicators and set only a single logo?
2) After changing the background color of ‘bg-wrapper’ class, The ‘About Us’ section has a white background that I’d like to remove. Is that possible? It seems that changing this directly on CSS would change every other element with the same class. And there’s no block on the page to be edited, so I can’t associate a #id to single out this section.
3) How can I make the ‘Meet out team’ section align the members/pictures correctly to the center, spaced out harmoniously, without having all 5 elements? If there are 4 members, they get pulled to the left.
4) How can I change the portfolio sections’s wrapper class .filterable.gallery .item-wrapper {} background from #21242a to another color?
Regards
I just replied to your recent ticket, you can check it here: https://themeforest.net/comments/26289064
Hello! I’ve purchased this theme after getting positive answers regarding changes to some of the demo content.
Maybe I’m missing something, but there seems to be no editable blocks on the single page home, so these questions are the same as before:
1) The top carrossel: how can I remove the ‘VELA (get started)’ text, the right/left indicators and set only a single logo?
2) After changing the background color of ‘bg-wrapper’ class, The ‘About Us’ section has a white background that I’d like to remove. Is that possible? Seems that changing this directly on CSS would change every other element with the same class. And there’s no block on the page to be edited, so I can’t associate a #id to single out this section.
3) How can I make the ‘Meet out team’ section align the members/pictures correctly to the center, spaced out harmoniously, without having all 5 elements? If there are 4 members, they get pulled to the left.
4) How can I change the portfolio sections’s wrapper class .filterable.gallery .item-wrapper {} background from #21242a to another color?
Regards
The demo content of this theme were built with the WPBakery Page Builder. On the page edit screen, click on WPBakery Page Builder button to switch from the block editor to the WPBakery Page Builder. If the button doesn’t show up. There may be plugin conflicts on your site. Try to deactivate other plugins to see if it works.
Once everything is working properly, you will be able to edit the page with the page builder easily.
1) You can edit that slider in the Slider Revolution menu on the your admin page. Another way is, if you’re logging in and visiting your home page in the frontend. You will find the link to edit that slider in the Slider Revolution menu on the WordPress admin bar at the top of the page.
You can find the instructions on how to edit the layers on the slider here: https://www.sliderrevolution.com/manual/selecting-layers-via-the-canvas-or-timeline/
2) You don’t need to edit the CSS. Instead, you can change the section background in the Design Options tab in the Row Settings window. You can find more details in the documentation: https://wydethemes.com/vela/documentation/#section-options
Also, if you’d like to change the background for the entire page. You can change it under the Vela Options -> Background at the bottom of the page edit screen. You can find more details here: https://wydethemes.com/vela/documentation/#background-options
3) You can set the “Visible Items” option in the Vela : Team Members Slider settings to 4 instead so it will display 4 members correctly.
4) You may need to add the following CSS snippet into Appearance -> Customize -> Additional CSS to change it:
.filterable .item-wrapper {
background: #000;
}
Also, if you’d like to change it only on certain pages. You can add it to the Custom CSS under the Page Settings instead. Click on a gear icon at the top right corner of the WPBakery Page Builder toolbar on the page edit screen:
Hello! Great theme.
I’ve a couple of questions in order to buy this theme: 1) can the top carrossel be completely replaced with a simple and centered logo? 2) at the ‘OUR WORKS’ section, can the dark grey background be changed with added CSS without compromising the theme? 3) can the ‘MEET OUR TEAM’ section be increased to 5 items?
Regards.
My apologies for the late reply!
Thank you for your interest in our theme.
1. Of course, with the page builder you can replace it with the simple header image or any other content elements.
2. Yes, you can easily change the background of any sections on the page by using the page builder or even using custom CSS if you would like.
3. Yes, it can be increased to 5 items like another demo here: https://wydethemes.com/vela1/about-us/