1687 comments found.
Hello,
Can I add qty to the order form? For example, I have 3 different flavor donuts, and would like my customers be able to purchase 2 or 3 of each.
Also, for the “Order Ready By” calendar, is it possible to restrict the time frame? For example, they cannot place large orders the day of for pick up, because we need at least 24 hours notice to fulfill large orders.
Thank you!
Hello,
These options are not currently supported but we can implement them for you in case you decide to purchase the theme. So once you purchase the theme, get in touch with us via this contact form and we’ll be happy to assist you.
Thank you!
Ok, will there be an additional cost to implement it, once I purchase the theme?
No, we’ll implement that for free only for you.
Hi! I was wondering if we can change the Contact & Map VC item, change the MAP background to an image?
Hi,
We need your WP & FTP details to customize that so please provide them via the contact form.
Thanks
Hi! I was wondering if you have the css code for the Built-in form? I wanted to modify and add it to Contact Form 7 so it’ll look almost the same.
Thanks
Also, if I need to edit it on theme or is there a way to edit the Cart Icon. I know the FA style that I want but don’t know whether to edit it directly in the theme files or there’s a code I can use to change it.
Hi,
1. To apply the same style you need to add class=”form-control” to the inputs.
2. You can use the code below in style.css inside the child theme.
.vu_wc-menu-item .vu_wc-cart-link > span i.fa:before {
content: "\f291" !important;
}
Note f291 is the unicode for shopping basket icon. If you want to use another icon go to http://fontawesome.io/ and find the unicode for the respective icon.
Cheers
Thank you so much 10/10 Support! Just for clarification, the class that I added for CF7 is just for the style right? It wouldn’t use the same parser for email as the one the theme has built-in?
Yep, that’s just for style purposes. Nothing else will be affected!
Hello. We have developed a problem with the Contact / Map form on our website. Some users are complaining that when they submit their information they are getting the Error message: “Validation Errors occur, please check and try again.” When we test it on a laptop it works “Success. Your message was sent…”, then we tried on a Samsung Galaxy tablet and saw the error.
We are potentially losing clients because of this. When the form is successfully submitted, the email message is delivered to our main email and backup email with no problem.
This issue is only affecting the Contact / Map form and not the regular Contact form (no map). We need to use the Contact / Map form so need this to be resolved ASAP.
We would like to provide you with more details, access to the site, FTP, etc. Where shall we send that?
Hello,
Please mail us your WordPress and FTP details via the contact form on our profile page. We’ll take a closer look at that and get back to you with the feedback.
Many thanks
Help :/ Still can’t use Visual Composer since it won’t save the changes when I push the Update button. It just reverts the changes after I update it.
Replied via email so please check it. Thanks!
Thank you! Hmm, I was wondering if there’s a way to change the Custom Header Style text to Normal-case? It seems like it’s on Transform Uppercase but there’s no setting for it on the Theme options to change.
Please use the following code in Bakery > Custom Code:
.full-header h1 {
text-transform: normal;
}
Cheers
Thank you! Works like a charm!
You’re welcome! 
Hi, Can I use the a different Contact Form ‘alongside’ the current built-in Contact form you have for the theme? I wanted to have a separate Contact Option for different purposes for the one that I’m going to add and another Purpose for the Built-in.
Great to hear that, I can have the power of both built-in and a 3rd party one. Thanks!
Are you guys logged-in now? It seems something broke after I sent the FTP details. Says “Parse error: syntax error, unexpected ‘wp_enqueue_scripts’ (T_STRING),”
It’s ok now.
Thank you 
Dear Milingona,
I try to activate the Visual composer in my wordpress site. However I got the message: “Invalid liense key. Please check information in your envato profile.”. I got my license key number when i download from envatomarket web site
Could you help me to fix that?
Thank you very much
edit: I delete and reinstall the “WPBakery Visual Composer” but I am still in version 4.12 and not in the last version 4.6. (the version of my theme is the 1.3.6)
Dear ctrianta05,
Activate option is available only for users who have directly purchased Visual Composer. In your case the plugin is bundled with the theme and you can update it only by getting the latest theme version which includes the latest version of Visual Composer too. If you do not want to update the theme you can decompress the zip from the latest theme version and update just js_composer file.
Note: your support has expired so please renew it in order to get further support from us.
Best regards
Hello, do you suggest a special size for gallery items? I have a gallery with pictures of various sizes and formats. Sometimes the portrait formats are resized for the thumbs in the right way and sometimes they appear to big, http://zimtschneckenfabrik.de/on-tour/ Is there a suggested format for landscape and for portrait pictures so that all look the same in the gallery?
Hi Sarah,
Please try to use images with size at least 1024×768px. That will allow you to line up correctly all the gallery images.
Best regards
Hi, I just bought this since the other theme that I’m comparing it to since to be somewhat lacking and they are turning support off for 4 days to I don’t know what event or something. Anyways, I see in the Product details that this package includes PSD Files for Free but I don’t think It’s on the files I’ve downloaded? Is it on a separate download?
Thanks
It seems there’s a problem with the Import/Export function of the Theme. I have exported via “Download from Data File” before I imported the Demo Content. Now that the Demo Content has been imported, I want to import the settings that I have made before importing the Demo but it wouldn’t let me. Furthermore, it seems that the “Import from File” option is not working as it should since it should prompt me to import the File I downloaded but it only shows a Text area just like the one from “Import from URL”.
Hi,
Thank you for choosing our theme.
1. The PSD files have been removed lately from the theme package due to the large size. They are still available for free to our customers upon their request. I’ve just sent you an email with the download link. 
2. That should work properly but instead of choosing a file open the downloaded settings file and paste the content in the text area.
Kind regards
Thank you! Now, I’m having problems with the ‘Responsiveness’ of the site. When I tried looking at it from a Samsung S5 view, it looks OK but when I tried looking at it a iPhone 5 then there’s something wrong with the style. Please help? Also, I prefer to tell the URL via PM or something of the sort.
ok then send your site URL via the contact form on the profile page. We’ll take a closer look at that. Thanks!
Hi, Thanks! PM Sent.
Hi,
Please add the following code in Bakery > Custom Code:
@media screen and (max-width: 350px) {
.vu_main-menu-container .vu_logo-container img {
max-width: 160px;
}
.vu_main-menu-container .vu_logo-container {
width: 290px;
}
.affix .vu_main-menu-container {
padding-left: 0;
padding-right: 0;
}
}
Thanks
Well, that was a Miracle Work, thanks! I appreciate that. Oh, just noticed though, I wonder if you can take a look at it again the Mobile Fixed or Header that goes when you scroll seems to be a little mushed or pushed upwards. You can replicate it by moving down and when the Sticky Header comes it looks like it’s pushed a bit far.
oops! max-width should be min-width, so please correct the code above to look like as below:
@media screen and (min-width: 350px) {
.vu_main-menu-container .vu_logo-container img {
max-width: 160px;
}
.vu_main-menu-container .vu_logo-container {
width: 290px;
}
.affix .vu_main-menu-container {
padding-left: 0;
padding-right: 0;
}
}
Hi, Tried the one above but it went back to being a bit broken on iPhone5. Also, just another note, it seems that the Desktop one is the one it only affects? The max-width one just have the pushed up Secondary Menu.
please provide us also your WordPress credentials so we can investigate it more closely. Thanks!
Ok, will PM you a temporary one. Can you also check what’s causing the Ajax Error or not saving sometimes when you get in? After I imported the Demo content it started happening so not sure if that’s that or something else.
Thanks
ok, we’ll take a look at that as well. thanks!
Thanks for the awesome support! Will be waiting for your replies, thanks!
replied! please check your email. thanks!
Hi I have a problem with the map , given that it lacks the Google API key in the console javascript. Please i need support!
Hi, I have a pre-sales question. I’m looking at your demo page and have stumbled something that might be an issue. Looking at ‘http://themes.milingona.co/bakery/shop/cart/' it looks OK but when I try to see how it looks like on mobile it seems it’s not responsive when there’s a Product on it. It looks fine if there’s no product at the Cart but there’s a Responsive design problem when it has. I’d like to ask if this is just a bug on your Demo or does the purchased version reflect this as well?
Hi,
Thank you for your interest.
Of course that has been fixed in the previous theme versions. The live demo contains an older theme version (v1.1.2).
Please feel free to ask for any other questions.
Thanks
Hello,
I have bought your theme which is really interesting but I have two issues that I would like to fix. As you can see on this link : http://www.patisserieduboulevard.com/produit/pain_chocolat/?ign_skip=773640486 , the main menu doesn’t work and the tab of the product description is broken.
How can I fix these problems ?
Thank you for your help
Hello,
- Make sure to assign the left and right menus from Appearance > Menus.
- You should not import style in the child theme. Please remove @import url(”../bakery/style.css”);
Thanks
Hi,
1. Thank you, I got it now
2. I deleted the @import url, and I still have the same issue.
B.R
Please send us your WP & FTP details via here so we can take a closer look at that. Thanks in advance!
A new rating has been received for Design Quality.
“Love this theme, all the answers you can find in the comments, very easy to customize everything. I’ve bought 5 or 6 here, but this one I can place on 1st place! Very simple, very fast, very responsible, love it and will wait for more themes from you!”
What are you waiting for? Click here and get your theme copy now!
I have a problem, for bakery theme, he tell me he want an update for WPBakery Visual Composer when i make the update he tell me i don’t have any licence for this plugin. Please help i can’t change all my page. Thanks
Hey there,
The latest theme version includes the latest version of Visual Composer plugin too. So first make sure you have Bakery v1.3.6 installed then try to deactivate and delete the current version of Visual Composer plugin and install the new version from Appearance > Install Plugins.
Kind regards
Hello! I saw on your Bakery Blog that the page titles don’t show up on top. Where can i deactivate this? On my site http://zimtschneckenfabrik.de/ are still the page titles on top. Thanks in advance.
Hey Sarah,
You should select None as Page Header Style under Page Header Settings that are found in every page of your site.
Thanks
Hi,
Please paste the following code in Bakery > Custom Code in order to fix that issue:
@media (max-width: 768px) {
.vu_product-single .vu_p-image-thumbs {
margin-bottom: -220px !important;
}
}
Thanks
Hello,
how can i add the map or the contact form to one of my pages in Bakery theme.
Best,
Sarah
Hi Sarah,
You can add a map or a contact form by simply inserting Map and Contact Form shortcodes which can be found under Bakery tab of Visual Composer elements. The settings for both shortcodes can be managed from Bakery > Map, Bakery > Contact respectively.
Thanks
Thanks, i managed to insert Map and contact but I get an error. The map is showing up shortly and then there is an error message http://zimtschneckenfabrik.de/wp/kontakt/
Starting from the previous month the usage of Google Maps API requires a key. So you should generate a key here and insert it in Bakery Options > 3rd Party > Google Map API Key.
Thanks and cheers
p.s. Noticed that you’re using the theme to build the site from scratch. You can use one-click demo content installer (see Bakery > Install Demo Content) to set up the site as the live demo within a minute and then edit it.
Parallax feature doesn’t seem to be working any longer after the WP update only the color shows instead of the image in the background. Is there an issue with the theme?
That’s strange, it hasn’t been reported any similar issue yet. Could you please provide us your site URL so we can take a closer look at that?
Thanks
Hi How can I left just the landing page activate ? (coming soon) ? In meantime that I adjustind the site content?
21b7debd-d2e2-4cba-964d-d7ff4803f02a
Hi,
Please go to Bakery > General > Site Mode and choose Under Construction then select the coming soon page.
Warm regards
It does not work the google map gives me this message:
Oops! Something went wrong. This page didn’t load Google Maps correctly. See the JavaScript console for technical details.
That’s because from June 22nd, 2016 the usage of Google Maps API requires a key. You should make sure you have the latest theme version (v1.3.6), generate a key here and insert it in Bakery Options > 3rd Party > Google Map API Key.
Cheers!