1686 comments found.
Hello. I use the Bakery theme to make a website. I start using the theme in a test host (www.melhorcacao.com.br) to learn all the functions. Now, I want to change the host and change the name site (www.bricake.com.br). Do I have to buy a new license or can I use the same license ?
Hello,
If you just want to migrate the current site to another domain then you do NOT need to purchase a new theme license. Otherwise, you should purchase a new theme copy.
Thanks and cheers
Good Day
Please can you advise when the version of your theme that is compatible with WooCommerce 3 will be available?
Thanks
Hello,
We are working on that and hope to release it during by the next month.
Stay tuned!
Any news on the release?
We’re hoping to release it around the next two weeks. Thanks!
Ok it is now 3 months later – any news on when the release will be available?
We do not have an exact date yet. We’re done with the code part and now we’re working on demos but that is not going very fast. Apologies for any inconveniences!
Hi there
Is it possible to change the background colour to a background image?
Apologies, referring to the footer section of the site 
Hi Jose,
You can set a background image for the footer from Bakery > Footer > Background Image.
Kind regards
Hi,
I have 2 questions: 1. I want to use an instagram feed plugin, and there is a question in the plugin setting if website’s theme is Ajax powered. Is Bakery theme Ajax powered? 2. When I view my website on mobile phone, the envelope icon at the top of the page is not aligned with the email address (https://drive.google.com/file/d/0B8kRjGEqP7PxN0F4RGk0bTltdjg/view?usp=sharing). Any way we can move the icon down so that it aligns with the email address information?
Thank you.
Hi there,
Sorry for this late response. We’ve been on summer vacation!
1. The theme is NOT Ajax powered.
2. Please use the code below in Bakery > Custom Code to fix it:
@media(max-width: 991px) {
.vu_top-bar .vu_tp-left {
margin-bottom: 5px !important;
}
.vu_top-bar .vu_tp-left > span {
display: inline-block;
margin: 0 5px;
}
}
Kind regards
Fixed. Thank you.
You’re very welcome!
Hi!
How and where can I rename the “All” filter? I attach the picture: https://goo.gl/q8sVYo
Please help me! Very urgent!
Thank You! 
Hi,
You can change that from Portfolio > Categories > All.
Kind regards
Thank You, but that was the first I tried.
I don’t know what is the problem. Can I edit in js or css? I attach 2 new picture, please check. Thank You! 
Please help me! Thank You! 
In order to get support please first provide us via here your purchase code se we can verify your purchase. Thanks in advance!
I am having a problem with Portfolio. I have gone to the Bakery (Portfolio) area and set the number to 15. In pages “Sunday Cakes” on the main menu under “Cakes” is I set the portfolio to 15 (have have tried “All” too) I get the order that I want and it displays 15 items exactly the way I want it and it Will Not Hold. The order changes back to 3 rows and 3 columns (that will display only 9 items). I tried a plug in to help with this problem but it still will not keep the 15 items displayed. After I refresh the page it defaults back to nine items display, that is not what I want. I need to be able to control the order of items displayed in the Portfolio. I would like you to take a look at the site, however I would appreciate a secure link.
Hi there,
Sorry for the delay, we were on summer vacation!
We need to take a closer look at the issue so please use the contact form on our profile page to send us your site URL along with the WP login details.
Thanks in advance
Sir i want to clear everything before purchasing i want to customer registration is not required for order something and can i edit the user detail page as per my requirement(after order page and before check out page).
Or can you develop theme for me that take station name and search the Restaurant near station and take order from customer after that take customer mobile number, seat and coach no and date of journey on user detail page and customer can pay by paytm,payumoney and by cash on delivery. and what will be the cost of that theme pls reply me fast as soon as possible.
Hi there,
Thank you for your interest and sorry for this late response. We were on summer vacation!
The theme supports two different ways of ordering: custom order form and WooCommerce plugin. In your case you could use the first way since it does not require any registration and you could easily customize all the form fields. Developing a custom solution that would fit your exact requirements is possible but it will cost much more than the current theme price. If you’re interested to get a quote please use this form in order to get in touch with the right team members.
Warm regards
Hello
Can you help with somes little problems:
1) When you hover over a product, how can I remove the product category and price? I try use the code in CSS but it didnt work
2) I want to hide the price of the product http://melhorcacao.com.br/wp-content/uploads/2017/07/remover-produto-e-categoria.png 3)I want to change the words beside the category´s photos http://melhorcacao.com.br/wp-content/uploads/2017/07/letras-da-categoria.pngThanks !!!!
I forgot , how can I change the place of the “menu” and the “shop”
http://melhorcacao.com.br/wp-content/uploads/2017/07/WhatsApp-Image-2017-08-01-at-20.19.03.jpegWhen I open in mobile phone
Hello,
Here you have the answers to the above questions:
1. Please use the code below in Bakery > Custom Code to remove the category and price from the product preview:
.vu_product-item .vu_pi-category, .vu_product-item .vu_pi-price {
display: none !important;
}
2. Again please insert the following code in Bakery > Custom Code to remove the price label from the single product page:
.vu_product-single .vu_p-price .price {
display: none;
}
3. To change that header title you should modify line 299 of header.php file located at wp-content/themes/bakery.
4. Unfortunately, that is not possible because extra code customization is needed.
Thanks and cheers!
Hello
This 2 codes didnt work.
1. Please use the code below in Bakery > Custom Code to remove the category and price from the product preview:
.vu_product-item .vu_pi-category, .vu_product-item .vu_pi-price { display: none !important; } 2. Again please insert the following code in Bakery > Custom Code to remove the price label from the single product page:
.vu_product-single .vu_p-price .price { display: none; }
This change works fine: 3. To change that header title you should modify line 299 of header.php file located at wp-content/themes/bakery.
Hello,
Your site seems to be down for the moment! Can you please let us know which demo version you are using: default or shop?
Thanks
Hello, I’m just curious when an updated version of the theme will be rolled out?
Hello,
Unfortunately, there have been many delays with this update and we would not prefer to give you an exact date. We’ll try to release it ASAP.
Thanks and cheers
I’d like add a check box for the privacy. Can you help me please?
The best way to implement that is by using Contact Form 7 plugin. So please install it, create a new CF7 form and replace it with the current one. Thanks and cheers!
The contact form in the contact page and map isn’t working for our site. http://www.grande.vi.it can you help me?
Thank you
Just took a look at the above URL but couldn’t notice anything wrong with the contact forms. Probably you already solved that out?!
Also please note that you should post the comment from the account you have bought the theme or provide your purchase key via here in order to be able to get further support.
Kind regards
Hi,
1) How do you change the header image and title words on the Events page? 2) The phone number is not clickable on the responsive version.
Hi,
Can you please first provide us your site URL so we can take a closer look and then get back to you with the response.
Thanks in advance.
Replied via email too.
1. To change that header title you should modify line 299 of header.php file located at wp-content/themes/bakery. 2. To make the phone number clickable you should wrap it inside an anchor tag like 12345678.
Best regards
Hello.
I dont want to show the mark count on my home page. How I can remove this information?
http://melhorcacao.com.br/wp-content/uploads/2017/07/contagem-retirar.pngVery thanks and congratulations for this excellent theme.
Hello,
You can remove that by adding the following code in Bakery > Custom Code.
.vu_wc-product-category-item .count {
display: none !important;
}
Kind regards
Thanks, work great!
You’re very welcome!
Hello,
First of all, congratulations on your work. It is a very complete theme.
The question I want to ask is this: How to center the marker and the map in responsive?
thank you for your reply
Hello,
Thank you so much for your kind words.
You should try to set the right coordinates for Map Center Latitude and Map Center Longitude so the markers are centered for both desktop and mobile view.
Kind regards
hello i have a problem since 3 days with my checkout page i think it’s in the header, but i can’t say what… can you help me please
Hello,
Can you please give us more details about the issue. Checked your site but couldn’t notice anything wrong.
Thanks and cheers
Hi,
I need help on the following 2 matters:
1. Is there a splash screen option available for this theme? I would like to show a splash screen to display important promotions/information when the users first visit the website.
2. How to add a contact box in the footer? I couldn’t find it at the widgets menu at the Appearance.
Your swift response is appreciated.
Hi,
Please find below the answers to your questions:
- Unfortunately, there is no such option supported by the theme.
- You can use Contact Form 7 plugin to create the contact form and insert the respective shortcode in the Footer widget area.
Kind regards
how do i get the full demo on my website with images and demo text data for editing tutorials?
Hi there,
You should first make sure to install and activate all the required plugins. Then go to Bakery > Import Demo Content to import and set up your site the same as the live demo.
Warm regards
Hello.
I also am having trouble with the map and contact form. It is saying that there is a problem loading the map that came with the theme. Is there a coding error I need to fix?
Hello,
All you you should to is generate a key here and insert it in Bakery > 3rd Party > Google Map API Key.
Kind regards
Hello.
I would like to change the link destination of the portfolios on my website. Currently, they go to an order form. I would like them to go to individual pages on the website. How would I go about that?
Hello,
Unfortunately, that is not supported by the theme and extra customization is needed. Please contact us via here if you want to get a quote for the extra work.
Thanks and cheers
How can i update WP Bakery Visual Composer ?
You should wait for the upcoming theme update. We’ll soon release a new theme update with the latest version of VC plugin included.
Thanks and cheers