285 comments found.
Will there be any issues that this is created using Rapid Composer and that plugin hasn’t been updated since October 2015? How about using Visual Composer instead?
Hi,
No issues whatsoever 
All our themes are based on RC, and you will not be able to find a single comment regarding RC functionality or performance on any of the theme profiles.
Cargo theme does not feature shortcode mappings for Visual Composer so Rapid Composer is the only option in this case.
Kind regards, BoldThemes team
Hi,
I emailed you, but no response so I try it this way. I have inserted an Iframe in te rapid composer through a text area. In the HTML section I added the iframe code. With the height to 200px, but the theme seems to auto height it, so its more then 400px height. How can I disable that or override it? Thank you!
Hi,
Truly sorry for the inconvenience, but we have not received the issue via email for some reason. Can you share with us the url of the page so we can take a closer look?
Thanks in advance,
BoldThemes team
Hi,
Thank you for the fast response.
I think something went wrong indeed. I just send you a new e-mail with url. Hopefully you received it this time.
Thanks.
Hi,
We have sent you the possible solution via email.
Please let us know if it works.
Kind regards,
BoldThemes team
Hi,
Yes, this worked, thank you for the support! Great!
Thanks
Hi!
I want to ask if it is possible to have a multistep contact form in my home page. I have already installed contact form 7 multistep plugin and I have read the instructions in how to create a multistep form.
To be more specific I have to create all the subforms (one for each step) and afterwards I have to make one page in which I have to put the shortcode of each sub form (one page per sub form).
I am wondering if I place in my home page the shortcode of the first step form the next subforms will be showed in the same page or not?
Hi,
Cargo theme allows you to place third party plugins’ shortcodes on pages (one example are current Contact Form 7 forms).
It really depends on plugin’s functionality wether you stay on one page or navigate through a sequence of pages while navigating through form’s structure. If multistep contact form 7 plugin requires you to create a series of pages, than the user will probably navigate off the home page after the first step.
You can try to find another third party plugin which will allow users to stay on the same page.
Kind regards,
BoldThemes team
Ok thanks for your quick response!
Hi!
I want some help. I have a contact form and I want to use radio buttons and checkboxes. In the following url you can see a test form I created in order to make some testing before I insert it in my site.
http://bachtalias.com/test/ I want to have checkboxes align horizontally with label first and checkbox afterwards. I try:display:inline-block;
but the labels are not in the same line as the checkboxes
Hi,
Please try the following:
.wpcf7-list-item label {
white-space: nowrap;
}
span.wpcf7-list-item:before {
clear: both;
content: '';
}
It should sort out your issue
Kind regards,
BoldThemes team
I’ve put your css in the theme custom css but unfortunately nothing changed in my form. I am wondering if I have to make any changes in the form in order to take affect your css.
Hi,
You can send wp-admin credentials to info@bold-themes.com so we can take a closer look.
Kind regards,
BoldThemes team
I have sent you wp-admin credentials
Hi,
We have sent you an email related to the issue
Kind regards,
BoldThemes team
Ok thanks a lot for your help!
Hi!
I am working with a form as I have told you before and now I face another issue. Despite the fact that I have defined a drop down menu where the user can select multiple values, for some reason in the form the element shows as a drop down menu and it doesn’t let me select multiple values. I believe that I have to add something in the css in order to show it right.
The url of the form is: www.bachtalias.com/test
And the problematic drop down menus exist in the third fieldset. I will send you the wp-admin credentials now if you want to take a closer look.
Thanks a lot for your help!
Hi,
We will have to escalate the issue to our developers and we will get back to you as soon as possible.
Kind regards,
BoldThemes team
Ok I’ll be waiting for your response.
Thanks!
Hi,
The problem is that fancySelect script triggers on multi select inputs too. To avoid this, please edit js/misc.js file, locate the line
$( 'select' ).not( '.btDropdown' ).fancySelect();
and change it to
$( 'select' ).not( '.btDropdown' ).not([multiple]).fancySelect();
We would do that, but we do not have the access to js folder from within wp-admin console
Let us know if this resolves the issue
Kind regards,
BoldThemes team
I made the change and it works perfectly!
Thanks a lot for your help!
Hi!
I have imported my final form in my home page but it looks like something happened with the jquery, because the fade in effect of the theme doesn’t work for some reason. I check the code using inspect element and an error occured. Can you give me some help? What is the problem?
bachtalias.com is the url.
Thanks in advanced!
Hi,
You have the following statement at the top of the js/misc.js file for some reason:
$( 'select' ).not( '.btDropdown' ).fancySelect(); 'use strict';
please leave only
'use strict';
Kind regards,
BoldThemes team
I made the change and now the code returns 2 errors
Hi,
Please try to change
$( 'select' ).not( '.btDropdown' ).not([multiple]).fancySelect();
to
$( 'select' ).not( '.btDropdown' ).not('select[multiple]').fancySelect();
Let us know if this resolves the issue.
Kind regards,
BoldThemes team
It works perfect!
Thanks a lot!
Hi again!
I have a little question. I opened my site in mozilla firefox and internet explorer and I noticed that these browsers don’t support google fonts (in greek) I have used in my site. Is there a way to import them in order to have the same view as in webkit browsers?
Hi,
Add this at the top of style.cargo.min.css:
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab&subset=latin,greek-ext,greek);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans&subset=latin,greek-ext,greek);
Clear browser cache and try again.
I didn’t see any difference. I don’t know if I have to change something in browser settings in order to take affect the code.
We have modified font loading code and now font is loaded fine with CSS you have added (but only with W3 Total Cache disabled). Check W3TC settings or try moving @import font to custom CSS.
I moved the @import font at custom css and now it works ok.
Thanks a lot for your help!
Hi!
I noticed that at the top of my site (bachtalias.com) there is a white border before the slider. How can I remove it?I don’t know how it showed up.
Hi, you have empty p tag at the top – remove all empty lines at the top of page and it should be fine.
Where is this p tag?I can’t find it
It is in source of your page, it is automatically generated by WP from empty line. You can not find it in editor but you can probably find empty line which you should remove.
Where should I look for empy lines?Is there some file in my wp-content folder where I can downloaded and search for?
Looks that white space is removed. Have you managed to fix it? Empty space can exist inside page content, so when you edit page in WP look inside WP text editor.
It’s ok now. I fixed it. Thanks a lot!
can admin of Courier issue tracking numbers to customers to be tracking and seeing daily update of a package destination ?
Hi,
Cargo theme does not feature the functionality for package / shipment tracking, you need to use either some external service or third party plugin for this.
Kind regards,
BoldThemes team
do you know any plugin so i will buy your theme and get that plugin ?
Hi,
There is a number of them in the market, unfortunately we do not have experience with any so we can not make a recommendation. For example:
http://www.wpcargo.com/Kind regards,
BoldThemes team
Hi! I have some problem with import “3. transportcompany.wordpress.2016-03-07.xml”. 2 other demo-data imported correctly, but I need transportcompany. Help me plz.
Hi,
We will be glad to help. What kind of problem are you experiencing? Can you provide a little bit more details?
Thanks in advance,
kind regards,
BoldThemes team
I wrote a private message.
Hi,
We have replied to it
Please let us know of the outcome.
Kind regards,
BoldThemes team
hi after clean installation wordpress (php 5.3) and cargo theme I received such errors (http://pracemagisterskie.krantom.eu):
Warning: strpos() [function.strpos]: Empty needle in /wp-content/plugins/meta-box/inc/loader.php on line 61
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/meta-box/inc/loader.php:61) in /wp-includes/option.php on line 820
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/meta-box/inc/loader.php:61) in /wp-includes/option.php on line 821
Misconfiguration leads to mail delivery failure or other troubles. Validate your contact forms now. » Validate Contact Form 7 Configuration
when I tried to walidate :
Warning: strpos() [function.strpos]: Empty needle in /wp-content/plugins/meta-box/inc/loader.php on line 61
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/meta-box/inc/loader.php:61) in /wp-includes/pluggable.php on line 1228
please help me 
Hi,
Can you send us your wp-admin credentials to info@bold-themes.com so we can take a closer look at issue?
Thanks in advance,
Kind regards,
BoldThemes team
Hi I am very interested in theme but also like some images on the moving template is it possible to know source of images too? thank you
Hi,
Most of the images you can find in the demos are from ShutterStock.com
Kind regards,
BoldThemes team
It says it includes two demos but there are three demos in your theme. Which two does it include. Also are the images and graphics all included and free to use.
Hi,
Sorry for the inconsistence regarding the number of demos. We have added the third demo some time after the theme was published but haven’t changed the number of demos from two to three in the description.
You get all three demos.
In regards to images and graphics, low res versions of the demo images are included. Most of the images are licensed by Shutter Stock and the license does not allow free use by third parties.
Kind regards,
BoldThemes team
Hi, Congratulations on this template ! How do I change the logo size (height) ? I tried to change base.css (@set logoHeight) but the height is always 60px… I want 90px for the hight. Same question for the logo in the sticky menu. Can you help me please.
Thanks
Hi,
Thanks 
Please add the following css statements to Custom CSS field of Appearance > Customize > General panel
.menuHolder .logo img {
height: 90px;
}
body:not(.btMenuVerticalLeft):not(.btMenuVerticalRight).btStickyHeaderActive .mainHeader .menuHolder .logo img {
height: 60px;
}
The first selector sets logo height and the second sticky header logo height.
In general you should use Custom CSS field for CSS customization so you would not overwrite your changes after theme update. The second option is creating the child theme.
Kind regards,
BoldThemes team
Hi,
I want to purchase this theme. But before purchase i have one question. Can your theme support woocommerce shopping cart..?
Thanks, Ketan.
Hi,
Currently Cargo does not have the support for woocommerce – although it would work with the theme, you would need to apply woocommerce styling on your own.
Kind regards,
BoldThemes team
Hello, I would like to take a question about a detail, we see that when the page is scrolled down, is just strange and gridded by a few milliseconds and then becomes smooth again, this is a problem related to the theme? (Using google chrome browser)
Hi,
Can you send us the url of the page with the issue? We haven’t noticed it, but depending on the hardware configuration, it may be caused by the css animation of the page elements which are initiated by scroll position.
If so, although GPU accelerated, CSS animations can be switched off so you get smoother experience.
Kind regards,
BoldThemes team
Hello, I get this eror when i try to install theme – Fatal error: Cannot redeclare class Mobile_Detect in /public_html/wp-content/themes/cargo/php/Mobile_Detect/Mobile_Detect.php on line 29
My php version is 5.6
Hello, It means that Mobile_Detect class is already declared, probably in some plugin.
Please disable all plugins which are not required one by one to find out which one is causing this.
Hi, How can I Make option to have a menu styled like in Cargo Transport Logistics for pages, but not for homepage ?
Hi, sorry not sure what do you mean, please send URL to page with menu which you want.
Also I can’t integrate woocommerce plugin
Please explain in more detail. Menu is the same on all pages in this demo: http://cargo.bold-themes.com/delivery-express/ Can you send link to your page?
This theme does not support woocommerce.
hmm.. Is that so difficult? I need different style menu for different pages. For Homepage transparent one, and for other pages menu with background color.
If you want menu to be transparent like in this demo: http://cargo.bold-themes.com/transport-company/ then on that page (homepage) you need to use Override Global Settings option and set below_menu option to true.
Can you explain more detail? Or do you have a better documentation for that?
Seems that current documentation is sucks. I can’t find how to make different menu styles for different pages.
We will try to explain, but please confirm that this kind of menu is what you want to achieve: http://cargo.bold-themes.com/transport-company/
Hi I am try to install . deliveryexpress.wordpress.2015-11-26.xml demo content . but show see red colored error message. after go to Media Library and delete any unfinished downloads (images) and repeat the import. but have same issue. what to do?
Hi, please send your URL and WP login credentials to info@bold-themes.com and we will try to finish import for you.
I send all details
Hi there!
If I want to replace the font awesome or BT icons with ones I’ve uploaded to https://icomoon.io/ what’s the best way to do this?
Thanks!
Hi,
You need to include your font into css, and then define icons by adding the following statements into css:
.btIco .btIcoHolder[data-ico-xx]:before {
font-family: XXFONT;
content: attr(data-ico-xx);
}
Where XXFONT is your font and data-ico-xx is your unique identifier. Please take a look at the existing statements for FantAwesome and custom icons for reference.
Afterwards, you need to add the following statements to bt_custom_icons.php in cargo plugin similarly to existing ones for each icon:
Icon (xx icon)' => 'xx_' . 'e600'
Where e600 is a glyph code of specific icon within your font
This will add your icons to already existing icon list in shortcodes.
Kind regards,
BoldThemes team
Hi, I bought your theme but I have some problems to create homepage slide as rappreentato in your demo, http://cargo.bold-themes.com/transport-company/ how should I do? there is some plugin that I will have to add over the issue? thank you
Hi,
You do not need any specific plugin. You should create a fullscreen section, place slider element in it and add slider items to slider element using RapidComposer.
The best starting point is to actually import the demo data and you can than just modify demo pages.
Please refer to documentation pdf for import procedure.
Or you can send us your wp-admin credentials to info@bold-themes.com and we will set up a slider for you.
Kind regards,
BoldThemes team
Thank you very much for your answer
I followed the procedure and now your theme is fully installed.
Hello,
Any way i can see the demo? its not working..
Dear theme makers,
i love the theme; thanks!
Where can I edit (and translate) the form in the cost calculator?
Thanks for helping!
You can find pot file in plugins/bt_cost_calculator/languages folder.
Thanks! And do I have to upload the .mo file in the same folder? Because that is not working…
Yes, you need .po and .mo files there and it should work.
Can Tracking number be issue ?
We do not have support for tracking number.
Hi. Nice Theme. Can we replace the calculator in the slider with a lead capture form? I will assume we will have to use a different pluggin, do you recommend a form pluggin?
Hi,
Yes, you can replace the calculator with a lead capture form. We recommend Form-7 plugin: https://wordpress.org/plugins/contact-form-7/ You can take a look at the contact page: http://cargo.bold-themes.com/transport-company/company/contact/ for the default Form-7 styling within Cargo.
Kind regards,
BoldThemes team