1508 comments found.
I’m having an issue importing my demo content. I click “Choose a Demo” and start to import a demo (Modern).
Then, Widgets and Sliders correctly install (or they appear to, a check mark appears next to each), but Pages, Posts, Portfolios, Team Members, and Testimonials will not install correctly. A spinning wheel appears and nothing else happens.
Any ideas on else I should try?
This issue is related to low PHP configuration limits on your host. You should increase those PHP limits. You can do this on your own by editing the file php.ini, or contact your web host and ask them to increase those limits to the minimum as follows:
max_execution_time 300 memory_limit 128M post_max_size 64M upload_max_filesize 64M
Hi!
After running VELA for a while and analyzing with Google Search Console, a strange problem shows up. Google is showing crawling errors on portfolio items, skills and categories as well as on team members from the example content of the template. The strange thing is, that I a have deleted all this content, also from the bin. Where does Google find this old and deleted content?
Regards,
Manuel
Hi,
I suppose this is a caching issue. Maybe Google is showing your old content from Google caches. This is not a theme related issue since the theme can’t manage this content.
O.K., thanx for support!
Hi Today i instal W3 Total Cache – and everything works fine, but i love visual composer editor on posts. That strange because on page everything works fine. Any idea?
*lost
Hi,
You can enable Visual Composer page builder on posts on your WP admin, go to Visual Composer -> Role Manager, change the Post types option to Custom, then select “post”, see more -> https://wpbakery.atlassian.net/wiki/display/VC/Visual+Composer+Settings#VisualComposerSettings-RoleManager
I have this option on. Problem apears when I install W3 Total Cache
We’ve never seen this issue before. Could you please send us your site URL and admin login credentials through a private message -> http://themeforest.net/user/wyde#contact
Hi, the FAQ box is not working correctly on my site. Could you please give me a hand? The boxes won’t collapse and uncollapse.
Thanks!
http://elmnt13.com/brandblueprint/Hi,
This is a compatibility issue since the Visual Composer plugin has updated the FAQ element template in the recent updates. Thanks for reporting this issue, it will be fixed in the next update.
Is it possible to change a javascript file if i copy the folder js and the file into my child-theme ? I try with wp_enqueue_script in the function.php of my child-theme but it still loading both file (js from main theme and from child-theme) and only apply main theme ….
I want to change page.js, I want my mobile menu in 990px insted of 1080
You’ll need to add your custom function to override the old one. Try following these steps:
1. Create a new js file in your child theme named “js/page.js”.
2. Copy the whole code in initPrimaryNav function inside “js/page.js” from Vela theme, then paste it to your script file and change the window width as below:
(function ($) {
$.extend(wyde.page, {
initPrimaryNav: function () {
...
if ( $(window).width() > 990 ) {
...
} else {
...
}
}
});
})(jQuery);
3. Include this file to your child theme by adding the PHP code to functions.php as below:
function vela_child_theme_enqueue_scripts() {
wp_enqueue_script('vela-child-page', get_stylesheet_directory_uri() .'/js/page.js', array('wyde-page'), null, true);
}
add_action( 'wp_enqueue_scripts', 'vela_child_theme_enqueue_scripts' );
Not sure what happened. Everything is messed up. I was hoping downloading the latest version would solve the problem but it didn’t. Is there a known issue?
UPDATE: Disabled plugins then activated them again. Seems to have fixed it.
I’m glad to hear that the problem has been resolved.
Hello, I would like to ask why the tabs are not behaving well in mobile view. The text overlap. Thanks http://sca.jeffersonbasa.com/data-driven-execution/
Hello,
Since this tabs are for displaying icons as you can see on our demo sites, your text will overlap others when using text in tab title.
Thanks for reporting this issue, it will be fixed in the next update that will allow you to use both icon and text for the title of tabs element.
Hello I have a problem with a footer. I need to put 6 sponsors in the bottom of footer and 6 collaboration, I want to put in 2 lines, but the colocation of these logos is this:
Logo 1 / Logo 2 / Logo 3 / Logo 4 / Logo 5 /
Logo 6
Logo 1 / Logo 2 / Logo 3 / Logo 4 / Logo 5 /
Logo 6
But I want to be in this placement:
Logo 1 / Logo 2 / Logo 3 / Logo 4 / Logo 5 / Logo 6
Logo 1 / Logo 2 / Logo 3 / Logo 4 / Logo 5 / Logo 6
Can you help me?
I think I have to put an HTML code, but I don’t know what is neither where I should put it.
Thanks!
Hello,
Could you please send us your site URL in the contact form -> http://themeforest.net/user/wyde#contact we’ll need to see your live site to help you figure it out.
I have added the top nav bar to my mobile version of the site. I am having a problem getting the phone number to display on my iphone. It is there, but invisible, I have tried several ways to get it to work but no go. It shows on my computer when I shrink the screen to mobile size so I know it is related to mobile phones only, probably just ios. ps; For some reason when i added the top nav, my issue with the background appearing above the slideshow disappeared
probake.com
I solved my problem. Thanks
By default, the top bar nav won’t show on mobile since it’s a small screen and there is no enough space to show more details. However, you can add custom CSS as you did to show it.
Glad to hear you figured it out 
Dear Sir,
I am having big problems with the theme. Kindly help me out. Everything is messed up.
The revolution slider is not displaying
Hello,
Please make sure you’re using the latest update of the theme and all bundled plugins that are compatible with WordPress 4.5.
Also, in the future please contact us from the account that purchased this theme to make sure you’re currently in the correct product page that corresponds to what you have purchased.
Hello! I want to buy this theme. I can translate it into Russian?
Hello,
This theme comes with PO and MO files so you can edit these files to translate your site into Russian and any other languages.
Hello. Two quick questions about the Vela theme: 1) I have updated my Social Media urls in Theme Options, but I cannot get the icons to display in the Footer anymore? How can I add the iconography through the Footer widgets, I am only seeing a Facebook feed option…. 2) I am struggling with my Hero image resizing to the proper size, even after editing the photo. Is there a shortcut way that VC allows me to have the main hero images for each page re-size so they fit the banner image perfectly on each page? Thanks
Hello,
1) Normally, the social media icons in Theme Options will show up in the footer bar like the text footer as you can see in this demo -> http://wydethemes.com/vela5 You can display the social media icons in the footer bar by changing the “Footer Menu” option in Theme Options -> Footer -> Footer Bottom Bar to “Social Media Icons”.
However, you can add icons to the footer widgets by adding their shortcodes to the text widget as below steps:
1. Create a page in Pages, this page will be used as temporary page for building content. 2. Add Icon Block elements to the page and then switch to the Classic mode. 3. Click on Text mode and then copy the whole shortcodes in text editor 4. Go to Appearance -> Widgets, then add a Text Widget to the Footer Column 1. 5. Paste the shortcodes from 3rd step into the text field in this widget.
2) You should set your image as a background of row or column so it will be resized to fit properly within the column container when it’s on different screen sizes.
Hello, I have a problem with jQuerry script when I use HTTPS… On website popup warning : This website is trying to load scripts from unauthenticated sources. Specifically is a problem with Flickr api.
Hello,
Sounds like there is a Flickr widget issue, thanks for reporting this issue. It will be fixed in the next update.
Hello!
I am having some struggles with a couple components of your template – any help is much appreciated!
How can I add proper template Social Media icons to the fat footer? I am just seeing the Facebook feed link.
When editing a column image in between two text fields in one banner, I cannot get the image to size properly so that it appears for the full width – Cover, Contain, No Repeat, and Repeat all show the image in a form that is not full. Can you help with this?
Thanks!
Hello,
The your footer displays the social media icons from Theme Options -> Social Media, you can setup your social URLs there.
You should set your image as a column background instead so it will stretch to full the container width when you change the background style to “Cover”. If it still doesn’t work, you can send us your site URL and admin login credentials in the contact form -> http://themeforest.net/user/wyde#contact so our support can help you figured out.
HEy! I need an updated version of this theme ASAP.
Hi,
The latest update of this theme has been released a month ago as you can see in the update log -> http://themeforest.net/item/vela-responsive-business-multipurpose-theme/9793377#item-description__update-log, you can download it in a Downloads tab on ThemeForest.
Also, in the future please contact us from the account that purchased this theme to make sure you’re currently in the correct product page that corresponds to what you have purchased.
Hi I want to use a menu plugin such as Uber Menu. Is it possible with this theme? Many thanks
Hi,
We’ve never tested this plugin with the theme and it’s not in the plugins support list so we’re not sure and couldn’t answer this question. However, you can try it yourself if you’d like.
Hello,
I’m happy to report that I had great success in getting a mega-menu to work with the Vela theme. The menu is MegaMain Menu by MegaMain. Simple, easy & well coded.
Check it out at www.excalibur-homes.com
Many thanks
Hello,
Thank you for your valuable information. We’re happy to hear that this theme can work with that mega menu plugin.
Hello! I am wondering if there is a way to remove the date on the post grid.
Thanks!
Hello,
Unfortunately, there is no option to remove the date on the post grid in the current version of this theme. We will add new option in Theme Options -> Blog to resolve this in the next update.
However, if you’d like you can add custom CSS to Theme Options -> Advanced -> Head Content to temporarily fix it now:
<style type="text/css">
.post-date{
display:none;
}
</style>
Hi,
There is a script error on your site since the whole scripts have been compressed. This script is inside a function “recordOutboundLink” that came from another plugin.
There are 2 ways to resolve this issue: 1. Deactivate this plugin to remove this script. I’m not sure where it came from but I suppose some plugins about Google Analytics code. You should deactivate your plugins one by one to find the problematic plugin.
2. Disable HTML minify feature. You can compress resource files such as JS and CSS but you should disable HTML output compression.
All of the sudden I am having an issue on the mobile version of my site. for some reason the background video is showing above the slideshow (well shows a black bar on mobile phone). probake.com. On the desktop it is fine. Can you tell me what is causing the issue?
This is a bug of the theme on mobile. Thank you for reporting this issue, it will be fixed in the next update.
Hi!
I built out the site http://yogaboost.co using the Vela theme visual composer last year. Then I noticed the number counters stopped working a few weeks ago. Logged in to WP and even though the page sections were still visible live, none of the sections built using the visual composer were visible in the back end.
I have the Vela child theme active, and noticed that there was a theme update. I updated the inactive vela theme through the envato plugin and now NONE of my content on any of the pages is there… all the sections created using the visual composer are gone and there is zero content on all of my site pages now… Can you please help! is there any way to get the content back???
Thanks!
Nevermind…. I updated the Wyde Core Plugin, Visual Composer Plugin, and the Slider Plugin and that fixed EVERYTHING! Good to go!
Happy to hear that the problem has been resolved 
Exactly, this is a compatibility issue, you can update the theme and all bundled plugins to fix it.