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.

hey, whenever i upload the team member photos it is extremely blurry, ive tried every size! what am i doing wrong?

thanks!

It displays different sizes on different number of Visible Items.

When you choose 3 or greater, it will display photos in 300×300px, otherwise in 640×640px.

The Team Members Slider will automatically stretch to full the column width. If it’s inside 1 column in a row or a full-width row.

You should increase the Visible Items option so it will show more members and the photos will be smaller and won’t be blurry.

Also, you can reduce the width of the column by adding paddings to both sides of the column in Design Options tab or change the row layout to 3 columns or more.

If it still doesn’t work, please PM me your site URL: https://themeforest.net/user/wyde#contact

Hi, just installed Vela on my new site and it won’t load.

Worked fine on test site. It gets as far as the preloader and goes no further on all pages. I’ve tried disabling all my plugins and this makes no difference.

Please help

Chris

I suppose this is a server PHP issue, please make sure you’re using PHP 5.6 or greater.

Also, the easiest way to check your server configurations is installing WooCommerce plugin, and then go to System Status page, please increase PHP configurations to the minimum as the plugin provided on that page to make sure your server will be compatible with WordPress and the theme as well as other plugins.

If you have cPanel on your webhost, you can change the PHP version in Software/Services section.

If it still doesn’t work, please PM me your site URL and admin login: https://themeforest.net/user/wyde#contact

Wyde – is there a chance to make “read more” on Single product page – Product description ? It’s long way to scroll on mobile if description is long

Hey Wyde, yes I’ve seen it as well but for some reason it’s not working. Anyway . .I will try maybe with accordion tabs . .will see ho it will go

Hey Wyde . .just to let you know – I’ve found solution (in case anyone more ask about that :) ) – there is a plugin which works there – called Expander. You just have to use shortcode [wpex class=”wpex-link” more=”Read more” less=”Read less”] Your text to hide[/wpex] . .and that’s it ! works great on product page on short and long description.

Got short question – when I swipe over the basket on the heading it shows me Cart button with Cart word and amount to pay—how can I translate that “Cart” word ?

All static words are included in the POT file in the folder “languages” inside the Vela theme folder. You can edit this file by using POEdit ( https://poedit.net/ ).

Also, you can use the Loco Translate plugin as the steps below:

1. Please make sure you have installed and activated the Vela Child theme.

2. Install the Loco Translate plugin ( https://wordpress.org/plugins/loco-translate/ )

3. Navigate to Loco Translate, and then select “Vela Child” in the Active Theme list.

4. You will see the default language “English (United States)” in languages list, select it to edit. Or add your current website language if it’s different from default we provided.

5. Find the word “Cart”, and then put the new word into the Translation box at the bottom.

6. Save changes.

Hello, I have the Vela theme 1.5.5 installed, however, an ex employee of my company changed the footer default code (in appearence> editor) so that I cannot reset it to the out-of-the-box mode, even clicking inTheme Options > Footer > Reset Section.

So, could you please send me the original footer code so that I can change footer content in a Visual way?

Tks

If you’ve purchased this theme you can always download it from your Downloads tab on ThemeForest. Also, that version is too old. Please update to the latest update to make sure it will be compatible with new updates of WordPress and other plugins.

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.

Thanks for the fast response. So, the person that provided the site instalation simply do not keep in touch with me anymore. Actualy I made a high value investiment, and I and my team just wanted to change a simple term in the customized footer. Cannot you help me Immediately with the original code? I will try to update theme and other plugins afterwards when I have intern approval…Rgds

We’re sorry but Vela 1.5.5 was released since 2015, it’s too old so we couldn’t send you the code. You have to update the theme so you will get the original code automatically. Also, please don’t edit any file in theme directly, your changes will be lost when you update the theme. If you need to edit the theme, please do it via your child theme.

Wyde.. I would like to thank for all you prompt and knowledgable support ! One of the best supports I’ve ever had !

Thank you for your nice comment :)

Hi, by mistake, I contacted you a while ago via a different account. I need a little help with setting up the theme. I was finally able to upload the theme, however, the demo page is not able to load. It stops at “setting” and is loading forever.

Also, if I want to install a plugin, it shows me a page including this info: “To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.” Haven’t seen anything like this before…

Sounds like there was a timeout error while importing demo content. Please make sure you have increase the PHP configurations to the minimum values as we provided in our documentation.

Regarding the plugin installation issue, that’s because WordPress couldn’t write any file on your server, please make sure you have set permission for the folder “wp-content” to be writable, see more: https://codex.wordpress.org/Changing_File_Permissions

Thank you Wyde! It works now :)

Wyde as well, additionally I have few more questions: 1: Can I use mobile version menu as a permanent menu ? 2: On mobile – I see white space between slider and menu bar, how can I remove it ? 3: Buttons behavior – can I make them to behave other way around ? so they are white with black frame and when I mouse over they are black with white text ? 4: can I remove frames and background color from product page / long description, additional information etc ?

1. I’m sorry, you couldn’t since it’s included in the main script of the theme. If you edit it, your changes will be lost when you update the theme. Also, it is not available in the theme design and features.

2. This is a bug of the theme on mobile. Thank you for reporting this issue, it will be fixed in the next update.

3. It’s not available in the element settings and design. You have to customize it by using custom CSS so it will have the styles as your needs.

4. Those are default styles from WooCommerce for all tables on the product and shop pages. Here’s the custom CSS to remove both frames and background from them:


<style type="text/css">

    .single-product table.shop_attributes,
    .single-product table.shop_attributes th,
    .single-product table.shop_attributes .alt td,
    .single-product table.shop_attributes .alt th,
    .single-product table.shop_attributes,
    .single-product table.shop_attributes td, 
    .single-product table.shop_attributes th{
        border: none;
        background: none;
    }
</style>

It removed background but frames still persist I mean general frame and Tabs .. And Thank you for previous things !

Try this:


<style type="text/css">

    .single-product table.shop_attributes,
    .single-product table.shop_attributes th,
    .single-product table.shop_attributes .alt td,
    .single-product table.shop_attributes .alt th,
    .single-product table.shop_attributes,
    .single-product table.shop_attributes td, 
    .single-product table.shop_attributes th{
        border: none;
        background: none;
    }

    .woocommerce #content div.product .woocommerce-tabs .panel, 
    .woocommerce div.product .woocommerce-tabs .panel, 
    .woocommerce-page #content div.product .woocommerce-tabs .panel, 
    .woocommerce-page div.product .woocommerce-tabs .panel,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
    .woocommerce div.product .woocommerce-tabs ul.tabs li, 
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, 
    .woocommerce div.product .woocommerce-tabs ul.tabs:before, 
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, 
    .woocommerce-page div.product .woocommerce-tabs ul.tabs:before{
        border: none;
    }

</style>

Hi, I’m trying to install the theme but a window with this text opens up all the time: 413 Request Entity Too Large – nginx/1.9.15

Could you help with it please? :) thanks!

Sorry but 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 Wyde

How can I remove Page/ Product title in header on single product page ? I was able to minimize only using <style type="text/css"> .title-wrapper { min-height: 0.0px; } .title-wrapper .container { padding: 0px 0 0px 0!important; } </style>

If you remove it, the header menu will overlay on the breadcrumbs on the product page. To work around this, you have to reduce the height of the title area and set the background to transparent.

Here’s the code:


<style type="text/css">
    .title-wrapper{
        background: transparent;
        height: 85px;
    }
    .title-wrapper .container{
        display:none;
    }
</style>

My apology, the code I previously provided will affect all pages. Here’s the new code that will work only on the single product page:


<style type="text/css">
    .single-product .title-wrapper{
        background: transparent;
        height: 85px;
        min-height: 0;
    }

    .single-product .title-wrapper .container{
        display:none;

    }
</style>

Thank you ! :)

Hi! I need to equalize row height, an option which was present in older version of the composer, but not anymore it seems. I used a fixed row height before in px at first, but it’s just not suitable anymore because the project is now running more than one language, I need flexibility for aligning the different columnts to the written content (1/2 + 1/2, where one of the column is just an empty block text with a background image in cover, which should align it’s height the the column with the text-content) I think about running a javascript code to do the work, but I don’t know which hook I should use since I use the ajax loading of the theme. The standard wordpress hook that I use is not suitable because of this. Can you tell me which hook is suitable. Or if you know a better alternative for the “row height equalize” feature. Thank you

When you build the page content by using Visual Composer, please don’t forget to choose the Full Width page template. See the picture below:

Default page template is available only for the blog page.

Ok, so, for your information, the class v-align v-bottom or others similar are not applied to the section of, by exemple, a nested row. If it’s coming from your theme, please fix, if it’s from Visual Composer, you could inform them of this issue. I couldn’t fix it for myself by applying the classes manually either. In the meantime, I still need to equalize column height in a nested row. Could you tell me which hook I can use to execute a javascript code to correct column height. I use the ajax loading provided.

Exactly, it doesn’t work in a nested row.

Here’s the custom CSS to fix this issue, you can add it into Theme Options -> Advanced -> Head Content:

<style type="text/css">
    @media screen and (min-width : 1200px) {

        .row.v-align {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
        }

        .row.v-align > .column  {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        /* Align Middle */
        .row.v-align.v-middle > .column {
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        /* Align Bottom */
        .row.v-align.v-bottom > .column {
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end;
        }

        .row.v-align > .column > .wpb_wrapper {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            width: 100%;
            height: auto;
        }  

    }

</style>

Also, when you add that code, it will equalize the column height in a nested row too so you don’t need to add JavaScript anymore.

However, if you’d like you can add custom JS as below to execute your script on the AJAX Page loaded:


<script type="text/javascript">

    (function($){

        $(window).on("pageloaded", function () {

            //Your script here!

        });

    })(jQuery);

</script>

hey there, when i change the size of my browser or make my screen smaller, the text in my slider gets cut out and my cta button on my slider gets really small, how do you make it so the text stays within the margins and the button stays the same size.

I’m sorry but you couldn’t by using the default page title. You have to build custom title by using Text Block element so you can insert custom HTML to show the title text with different colors.

whenever i upload photos for the team members section it zooms in a lot, i was wondering if there was a specific size that works best?

When you set the Visible Items option to 1 or 2, it will display the image in the Large size (640×640px). If you set it to be greater, it will show in the Medium size (300×300px).

So the recommended size of the member image is 640×640px, it will be cropped to fit properly in any sizes of the slider.

Also, please choose the Visible Items option to fit properly in the width of the column container. That means if you have a large (wide) column, you should show many items in the slider.

I cannot find the site identity to add a a site icon? Can you assist?

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 Can I make Vela1 (Ie the demo vela1) a one-pager?

Hi Wyde I did this, and now there’s suddenly a video playing in the background of everything that was on the Home Page instead of the slider showing at the top and I can’t get rid of it :/

More specifically, I see now it is the video that play behind the services 2 page title that has now taken over the background of everything

You should remove the video background from any pages because the background options and title area options are not working on the one page website since it will use the settings from the front page only.

If it still doesn’t work, please PM me your site URL: https://themeforest.net/user/wyde#contact

Hi, I have my theme set up exactly like the vela 3 theme demo. When i click more posts to go the blog page or even make a separate custom link to the blog page, my home page menu link is active and my blog menu item is not. I have no idea why this is happening and was wondering if you knew what the problem was, thanks!

It’s not the theme but WordPress automatically adds active CSS class to the menu item where you’re currently viewing. Please make sure the URL of the blog menu is different from the front page so it will be active when you’re on blog page as you can see on our One Page demo: http://wydethemes.com/vela3/blog/blog-medium-image/

Hi,

Is there a way to create a cta menu item?

Also I can’t seem to link my menu properly to my one page, the menu items i have are currently linked to the home page but when im on my blog page and click services for example, it does not bring me to my home page it just reloads my blog page. Thanks

Of course, you can add mutiple sub menus.

Is it normal that when i preview my actualy blog page it brings me to my home page? It takes me to http://localhost:8888/wordpress1/blog/?preview_id=143&preview_nonce=3e86667b54&_thumbnail_id=-1&preview=true

when it should take me to http://localhost:8888/wordpress1/blog/

thanks

Yes it is. Please don’t worry it’s just a preview.

Hey,

I was wondering if your website supports having integrated instagram accounts and can embed youtube videos where the pictures would normally be on the template, thanks!

Hi,

If you’d like you can try this: https://wordpress.org/plugins/instagram-feed/

Also, you an add YouTube video by using Video Player element from Visual Composer.

Hi Wyde,

I am struggling again with something. The Vela Info Box has a setting for text light and text dark. I use it for Contact Us and have a parallax image with a grey overlay underneath that (test.nathalieboucry.com). I need the text to be white otherwise it not readable. How can I do that?

Thanks for your assistance.

Hi,

By default the Light color for the text inside Info Box is grey. To change it to white, you have to add custom CSS below to Theme Options -> Advanced -> Head Content:

<style type="text/css">

.alt-color .info-box p{
color: #fff;
}

</style>

Thanks Wyde! I will try that!

From the right account: I have a problem with the Column Gap option, that seems to be not present with the last version of the Visual Composer included. It wouldn’t be a problem if the padding option of a 2 columns row wouldn’t push the second column directly to the second row (responsive… but no need to be if there is enough space!!!) http://sicaf.fredmastellari.fr/energie-2-2/ => page with manually padding to have a gap (first row) There is a negative padding-right on the right column to work around the issue… Of course it’s not looking great when you switch to mobile view.. http://sicaf.fredmastellari.fr/energie-bug-responsive/ => no differences except removal of the negative padding-right. The ROW option “padding size” is not doing anything except vertical padding. Thanks in advance for your help with this strange behavior. I have found many tutorials with older version of the composer where it looked like it’s really easy to do what I want : a simple column gap. But it’s nowhere to be found now. Regards

Thank you for your kind understanding!

Of course when you set the custom Margin for the column, it will push another column to the right side and will go to new row if the width is greater than the row width. This is a standard rule of the HTML elements. When you set the margin for the first column, you should reduce the width of the second one so it will fit within the row width. Otherwise, you should set the Padding instead.

The column system of Visual Composer based on the Bootstrap columns. If you’d like to add the column gap, please add the column offset in Responsive Options tab in the Column Settings so it will be responsive on any devices. If you set custom margin, of course it won’t be work on small screens such as smartphone.

Hi, I’m working on a site with this theme, I do have a purchase code in case you need. I have a problem with the Column Gap option, that seems to be not present with the last version of the Visual Composer included. It wouldn’t be a problem if the padding option of a 2 columns row wouldn’t push the second column directly to the second row (responsive… but no need to be if there is enough space!!!) http://sicaf.fredmastellari.fr/energie-2-2/ => page with manually padding to have a gap (first row) There is a negative padding-right on the right column to work around the issue… Of course it’s not looking great when you switch to mobile view.. http://sicaf.fredmastellari.fr/energie-bug-responsive/ => no differences except removal of the negative padding-right. The ROW option “padding size” is not doing anything except vertical padding. Thanks in advance for your help with this strange behavior. I have found many tutorials with older version of the composer where it looked like it’s really easy to do what I want : a simple column gap. But it’s nowhere to be found now. Regards

I’m sorry but I couldn’t find a purchased badge on your account name. Please contact us from the account that purchased this theme. The support is available only for users who have purchased the Vela theme.

Hi Wyde

I have just updated the latest version of Vela and now the portfolio item pages are no longer showing. Any idea what the problem could be?

The portfolio is showing on the front page but when you click on any of the items they go to an Error 404 Page.

test.nathalieboucry.com

Thank you for your feedback.

Thanks so much for the quick response. I will try that and get back to you! Have an awesome day!

That was it!! Thank you kindly!!!! It’s all working well again now!

It’s my pleasure :)

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