1690 comments found.
Hi,
1. Make sure to click Edit on Gallery shortcode and write down the categories in the Categories field. Then specify one or more categories for each Gallery Item.
2. You should first WPML plugin then go to Settings and choose Top Bar Menu to be shown in the Language Bar. Finally, go to Bakery Options > Header > Top Bar Right Side and paste the following:
[vu_menu menu=“Top Bar Menu”]
Kind regards
1. Great, done, thanks for help 2. WPML.org i need to buy aditional or is already integrated some free version? I try before with “Top bar menu” in setting it show “language, my account, chart, check out” but when i apply that nothing is diferent on front page? With entering what u advised in header it replycate left bar side navigation ;( ?
WPML is a premium plugin so in order to use it you have to first purchase it. Then install it and follow the steps as described above.
Hope now you have a better understanding.
Cheers
I have several question about this theme. 1) Is it possible to use add to cart button for several products and contact form for other products? I see in the demo that there is only contact form and not add to cart button. Also 2) Is the theme easy to customise? is there any place I can add custom css code? 3) When I update the theme do I have to remove old version and install it again or the update is on the current version without making issues to the current customization? For how long can I receive the theme updates? 4) Is there available a translation in the Greek language? Thank you
Hi,
Thank you for your interest. Please find below the answers to your questions:
1. Yes, it is possible to use both, cart and order form in the same time. There are two different custom post types for each of them.
2. Yes, it is. The theme is super flexible and easy to be customized. It comes with powerful theme options as well as the possibility to add custom css, js code.
3. The theme comes with the Envato WordPress Toolkit Plugin which lets you get automatic updates.
4. You will able to get theme updates forever i.e. as long as the item is available in the market.
5. Bakery is translation ready which means that it can be easily translated to any language. It comes with .POT file included and it fully supports WPML plugin.
Let us know if you have any further questions.
Warm regards
Hi lads are you planning on offering an update for the slider and composer?
Also I need to ask a support q for the slider – at the end of a you tube video showing I dont want links coming up suggesting videos when the video finishes but cant do this with the code added to the url on the slider?
Thanks for all the help. Also if you can offer any advice to speed the page up i’d be very greatful.
Hello,
1. We’re going to release a theme update during this week so you’ll be able to update Visual Composer and Revolution Slider to the latest versions very soon. Alternatively, you can send us your correct? ?details and we can update them for you.
2. As the theme doesn’t control this,? ?I’d? suggest to try this plugin which looks? ?perfect? for this job?: ?http://bit.ly/1ZfVQ2X.
3. Here is a great article? ?with twelve of the best approaches? ?to help? ?you? ?improve your? ?site? ?performance: http://bit.ly/1VNwuZR.
Thanks and cheers,
Milingona Support
p.s. Replied via email too. 
Hello,
1. Please go to wp-content/theme/bakery/assets/scripts/main.js, line 46 – 48:
if( $('.vu_mobile-menu').is(':visible') ){
$('.vu_mobile-menu').fadeOut();
}
and replace them with the followings:
if( $('.vu_mobile-menu').is(':visible') ){
$('body').removeClass('vu_no-scroll');
$('.vu_mobile-menu').fadeOut();
}
2. You can decrease the distance between menu items from Bakery Options > Header > Main Menu Item Padding.
Warm regards
Thanks for 1. I hurt my question: how to adapt the size of the hamburger menu window with the hamburger menu text because today, the hamburger menu takes entire width of the page. Thanks
Please go to Bakery Options > Header > Hamburger Menu and enter 1000 or 1100 as the width by which the hamburger menu will be shown.
Cheers
Hi there, this is regard to your comments on my question on how to make the shopping cart bigger.
I used the code you sent me, but it did not increase
.vu_wc-menu-item .vu_wc-cart-link span .fa { font-size: 20px; } .vu_wc-menu-item .vu_wc-cart-link { padding-top: 7px; } .vu_wc-menu-item .vu_wc-count { top: -14px; }
My site is on a private server. Below are the details to access it:
[personal data removed]
Thank you.
Hi there,
Thank you for sharing your details. However next time please be careful to not leave your credentials here in the comments. Instead you can send them using the contact form in our profile page.
Cheers
ok, thanks. Will do. Regards.
Solved!
The provided code works fine but there is missing a closing bracket in the code below in the Custom CSS area:
.section-header.vu_inline h2 span{background-color:#3e2723 ;’
It should be like this
.section-header.vu_inline h2 span{background-color:#3e2723 ;’}
So correct it and the use code provided earlier to make the shopping cart icon bigger:
.vu_wc-menu-item .vu_wc-cart-link span .fa { font-size: 20px; }
.vu_wc-menu-item .vu_wc-cart-link { padding-top: 7px; }
.vu_wc-menu-item .vu_wc-count { top: -14px; }
Cheers
Thanks for the reply. I pasted your above code, but the cart icon remains the same size. Below is what I pasted in the custom code box.
.section-header.vu_inline h2 span{background-color:#3e2723 ;’} .vu_wc-menu-item .vu_wc-cart-link span .fa { font-size: 20px; } .vu_wc-menu-item .vu_wc-cart-link { padding-top: 7px; } .vu_wc-menu-item .vu_wc-count { top: -14px; }
Looks that again you have an extra ’ in the end of the first line. You should remove it so the code is as below:
.vu_wc-menu-item .vu_wc-cart-link span .fa { font-size: 20px; }
Best regards
Thanks for reply. I have placed new code, but nothing happens. If you could please paste the full correct code and I will copy it.
Here is the the code that you should use:
.vu_wc-menu-item .vu_wc-cart-link span .fa { font-size: 20px; }
.vu_wc-menu-item .vu_wc-cart-link { padding-top: 7px; }
.vu_wc-menu-item .vu_wc-count { top: -14px; }
If you still have any issues then please send us all your custom CSS so we can check and correct it.
Thanks
Hi there, still doesn´t work. Here is all the custom css I use.
.vu_product-item { border: none !important; }
.vu_product-item .vu_pi-image { margin: 0 !important; }
.vu_product-item .vu_pi-label-container,
.vu_product-single .vu_pi-label-container { top: 0; left: 0; }
.vu_wc-menu-item .vu_wc-cart-link span .fa { font-size: 40px; }
.vu_wc-menu-item .vu_wc-cart-link { padding-top: 7px; }
.vu_wc-menu-item .vu_wc-count { top: -14px; }
.full-header-container:after { display: none; }
.vu_main-menu>ul>li a:hover { color: #fdb822 !important; }
.woocommerce-page .top-section { display: none !important; }
.vu_main-menu>ul>li.active>a, .vu_main-menu>ul>li.current-menu-parent>a, .vu_main-menu>ul>li.current-menu-ancestor>a, .vu_main-menu>ul>li.current-menu-item>a {
color: #D13E18;
}
.vu_product-item .vu_pi-container {background-color: #C23C2A; }
.vu_product-item .vu_pi-icon { color: #6D4B1C; }
.heading-huge { color: #FFFFFF ; }
.heading-small {
color: #FFFFFF;
}
.vu_wc-menu-item .vu_wc-cart-link span .fa { font-size: 20px; }
.vu_wc-menu-item .vu_wc-cart-link { padding-top: 7px; }
.vu_wc-menu-item .vu_wc-count { top: -14px; }
.dhvc-woo-modal-image .vu_p-image-hover{
display:none !important;
}
.single-portfolio-item .full-header-container,
.tax-portfolio-category .full-header-container { background-image: none !important; }
.single-portfolio-item .full-header-container,
.tax-portfolio-category .full-header-container { background-image: none !important; }
body.tax-portfolio-category .top-section { display: none !important; }
.vu_wc-menu-item .vu_wc-cart-link span .fa { font-size: 20px; }
.vu_wc-menu-item .vu_wc-cart-link { padding-top: 7px; }
.vu_wc-menu-item .vu_wc-count { top: -14px; }
Everything looks good. Now try to use the code below instead of the code provided earlier:
.vu_wc-menu-item .vu_wc-cart-link {
padding-top: 7px;
padding-right: 20px !important;
}
.vu_wc-menu-item .vu_wc-cart-link span .fa {
font-size: 30px;
}
.vu_wc-menu-item .vu_wc-count {
top: -20px;
}
So the cart icon size will become 30px.
Kind regards
p.s. You can decrease the distance between menu items from Bakery Options > Header > Main Menu Item Padding.
Thank you very much, it works!
Finally!
Happy to hear that. 
Hello, I purchased your Bakery Theme & 6 month Premiun Support and I dont know how to solve a problem with updating WPBakery Visual Composer, this plugging does not update because it must to be “activate” but I cant do it, I dont see the option anywhere. I have read this advise at wpbakery.atlassian.net: “Please note: this will work only for users who purchased Visual Composer directly, if Visual Composer came integrated in your theme, then ask your theme provider to update Visual Composer for you or purchase license directly from us to get free automatic updates.” Thank you.
Hello,
Thank you for purchasing our theme.
Visual Composer’s update option is available only for those who have directly purchased it. We regularly take care update and add the full compatibility with the theme when new plugin versions are released. By the next week a theme update containing latest VC plugin version will be released and all you will have to do is simply update the theme to the latest version.
Thanks and cheers
Hi. How can I set the portfolio itens to be showed by alphabetical order at the portfolio-with-filter template? By default it is showing itens by insert date order. Thanks in advanced.
Hi,
Yes, that’s possible! You should open wp-content/plugins/bakery-cpt/shortcodes/portfolio-with-filter.php and replace this:
$args = array(
'post_type' => 'portfolio-item',
'posts_per_page' => -1,
'tax_query' => array(
'relation' => 'AND',
array(
'taxonomy' => 'portfolio-category',
'field' => 'term_id',
'terms' => $categories_ids,
)
)
);
with the following:
$args = array(
'post_type' => 'portfolio-item',
'orderby' => 'date',
'order' => 'ACS',
'posts_per_page' => -1,
'tax_query' => array(
'relation' => 'AND',
array(
'taxonomy' => 'portfolio-category',
'field' => 'term_id',
'terms' => $categories_ids,
)
)
);
Warm regards
Hi there,
Sometimes in the shop section there is empty spaces where products should appear. Look at following image as example. http://postimg.org/image/l6tfq1onv/
Why does this happen and how can I fix it?
Thanks.
Hi,
This is happening because of the low resolution images. It is recommended that images size be at least 1024×768.
Best regards
I recently purchased Bakery for my website and am having trouble getting the bakery.zip file to upload. I used name.com with their RapidPress for the site. When I get to the upload tab on the Wordpress theme page and choose the file then click “Install Now” I get a message that says, “Are you sure you want to do this?” and underneath that a link that says, “Try Again.” Any help you could provide with getting it installed would be truly appreciated! Colleen
Hi Colleen,
First, thank you for purchasing our theme.
This is not a theme fault or bug. Most likely the web server is rejecting the upload. To solve this, you can either provide us via here your WordPress & FTP details so we can set up the theme for you or upload the theme via an FTP client. Check this to learn how to install the theme via FTP.
Thanks and cheers
Hi there,
The checkout process (woocommerce) doesn’t allow to enter payment method. The process stay in a loop loading and showing a wait icon and nothing happens.
http://test2.xoco-latte.comThanks
Best regards.
Hi,
You should replace line 176 of wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php file:
foreach ( $role->capabilities as $key => $value ) {
with the code below:
foreach ( (array) $role->capabilities as $key => $value ) {
Cheers
Hi there, how can I make the shopping cart icon bigger on the main menu?
Hi there,
You can achieve that by using the following code in Bakery > Custom Code > Custom CSS:
.vu_wc-menu-item .vu_wc-cart-link span .fa { font-size: 20px; }
.vu_wc-menu-item .vu_wc-cart-link { padding-top: 7px; }
.vu_wc-menu-item .vu_wc-count { top: -14px; }
Kind regards
Thanks for the reply. I pasted the code, but the cart has not changed in size. Regards.
Please provide your site URL so we can see why the code did not work. Thanks!
there is a problem to display more images under the big pic
would like to know how to fix it
thank you 
Hi,
you can fix that by inserting the following code in Bakery > Custom Code > Custom CSS:
.vu_product-single .vu_p-image-thumbs .owl-carousel .owl-item { float: right !important; }
Cheers,
Support
Hi,
Today I suddenly got this error page on my website. Didn’t make any amendments to this for couple of weeks.
Warning: Cannot modify header information – headers already sent by (output started at /home/bakeadmin/public_html/wp-settings.php:1) in /home/bakeadmin/public_html/wp-includes/pluggable.php on line 1207
website is www.bakefreshly.com
Please advise. Thanks.
Hi,
Please send us your WordPress & FTP details so we can take a closer look at the issue and see what we can do for you.
Thanks
Hello,
I created a Child theme and for some reason the child theme works but it is not using my custom CSS. This is not my first time creating a child theme and seems that the problem happens only with this theme. Any advice on how to fix this? Thanks.
My other “supported” account. Quick question. I would like to turn off the functionality when a customer hovers the mouse over an item image and the red link/title/magnifying glass come up. How do I disable that hover functionality? I just want the customer to click the image to go to the product page. Custom CSS? I appreciate your reply. (https://samisbakery.com/shop/)
Following up with you.
Hi Sean,
Just implemented it for you! Please check it and let us know if everything is fine.
Thanks!
Great! Thank you very much!
Nothing! Glad to help you!
Thanks for the great theme!
How can I remove the ‘buy’ option and the shopping cart icon in the product portfolio? I’m trying to change this to a recipe page, so no need to buy the product..
Hi,
Thanks for the purchase as well as the kind words.
You can disable ordering options by switching off Bakery Options > Order Form > Ordering.
Warm regards
Hi, There must be a problem with the latest update (1.2.7) and the Visual Composer Plugin. Revolution Slider has been updated successfully with the update, however, it looks like Visual Composer cannot be updated. I have noticed that someone reported the issue 7 days ago and you suggested to update to 1.2.7… I have tried on 2 different websites running Bakery 1.2.6 and I report the same problem on both installations. Could you please update/repackage the plugins so everyone can enjoy the benefits of Visual Composer 4.9 (and its 30% increased performance)? Cheers! Mathieu-Alexandre
Hi Mathieu-Alexandre,
Please provide us via contact form your WP & FTP details and we’ll fix it for you.
Thanks in advance
Guys for some reason the notifications on users not completing a form has stopped working. Could you take a little look over for me please – http://stevanbarry.com/beta/corndolly/order/
I’ve tried disabling plugins removing css code but nothing works. I copied the HTML of the contact form and things worked as expected. When I submitted an empty form I saw several validation errors asking me to complete required fields. So it seems that the form’s HTML is fine. One thing I noticed is that when you submit an empty form there is an error message in the browser’s console: POST http://stevanbarry.com/beta/corndolly/order/ 404 (Not Found)
Possible problem with js – http://contactform7.com/why-isnt-my-ajax-contact-form-working-correctly/
The issue is caused due to the use of Pretty Permalinks. Please see http://codex.wordpress.org/FAQ_Troubleshooting#How_to_fix_404_error_when_using_Pretty_Permalinks.3F on how to fix the issue or do not use at all Pretty Permalinks.
Thanks and cheers!
Thanks guys.
You’re welcome! 
Apologies but this is still an issue – but I’d say its a plugin problem. Permalinks are working but the form still wont process – http://stevanbarry.com/beta/corndolly/order/ – if you guys have any ideas it would be much appreciated.
Also im using 1.2.4 of the theme but its asking for updates on visual composer and the slider?
Would you mind to provide us via here your WordPress & FTP details so we could see closely where’s the issue and what we can do for you.
Thanks
Just sent details – thanks again.
Lads ignore i think i have it fixed (htaccess was not editable allowing permalinks to be fully implemented – sorry for the hassle).
Appreciate any advice on plugin updates mind – as site ranks low with google for speed – possible visual composer update might help?
Glad you resolved it.
Here is a great article? ?that may help? ?you? ?improve your? ?site? ?performance http://bit.ly/1VNwuZR.
Hi there, on my main menu, when I scroll over an item with my cursor it changes to white. How can I change it to a color so it is visible? Here is a screenshot. http://postimg.org/image/vh89e989v/
Also, how can I remove the “Page Header Style” from the whole site? (including woocomerce category and product pages). Thanks.
Regarding my above post. I would want the page headers eliminated, but the woocommerce categories name remain.
Hi there, I want to publish my site now. If you could please help me with the above.
Hi,
Sorry for the delay.
Please use the code below in Bakery > Custom CSS:
.vu_main-menu>ul>li a:hover { color: #fdb822 !important; }
.woocommerce-page .top-section { display: none !important; }
If any of codes above do not work then please provide us your site URL so we see where’s the problem more closely.
Warm regards
Thanks, the headers have now gone, but I still want the title of the category in Woocommerce to appear above the products. How can I do this?
Please go to wp-content/themes/bakery/woocommerce.php and paste the code below after line 6 i.e ‘get_header();’:
if( is_tax() ) {
$term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) );
echo '<h1 class="vu_page-title text-center m-b-35">'. $term->name .'</h1>';
}
Cheers
Thank you very much.
Mouseover hover on touch devices not working. I have portfolio items that still do not display the hover menu after updating to the latest version of the theme. I tried with both iPad and iPhone. Both using chrome browser. The format is really messed up in the safari browser. http://331.c97.myftpupload.com/#goods
Bump!
Please go to wp-content/themes/bakery/assets/scripts/main.js line 99:
$('a.vu_product-item').on(’touchstart', function (e) {
and replace it with one of the followings:
$('a.vu_product-item').on('tap', function (e) {
or
$('a.vu_product-item').on('taphold', function (e) {
Sorry for the late response.
Thanks and cheers