1690 comments found.
Hello I have recently updated to V1.2, However the menu at the top of the page is now broken. Also it seems a couple of Visual Composer elements have been removed. Icons, Divider etc. This is the broken website: http://www.trudysglutenfree.co.uk
Regards, Giles
Hi Giles, please send us your wp and ftp details so we can help you get your site as before. Thanks!
How do I update the theme without losing customizations?
Thank you
We’ve made some modifications in the core files and cannot ensure that nothing won’t be broken. Obviously, most of them won’t be lost but everything depends on how you’ve used the theme; what features you’ve used etc. Make sure to make a full backup and give it a try.
Hi,
I updated to 1.2 version of the bakery theme but I am not able to see the woo commerce integration.
I want to place orders and payments through my website.
Thanks, Varun
I installed woocomerce and am not able to acitivate it since it the product shortcode is overlapping.
Hi Varun,
you should first update Bakery CPT to the latest version, then install and activate WooCommerce and finally re-save all your products.
Cheers!
Hi. There is a problem with the ‘Service Item’ after upgrading to Visual Composer 4.6.2. Basically, the ‘Icon’ option in the ‘Service Item’ no longer works. If you select icon it only shows the large circle that accommodates an image ‘Image’ option. Do you have a fix for this glitch?
Hi, you should not have not done that. However, we always take care to include the latest plugin versions in every update and ensure full compatibility with the theme. The latest Bakery version is compatible with VC v4.6.2 but I’d recommend to downgrade to the previous version since we’ve made some changes in the core files and your site might break down. Thanks!
Hello again. I took six days for an answer . I could address please? Thank you!
Hello,
Just responded to your comments. Again, sorry for the delay and thanks for your understanding.
Best wishes
OK thank you very much. I also see a new update already installed.
The truth is that now allowing more changes to the menu … but I had to redo menus again because I disappeared. Tamibén to update slider plugin disappeared me the start …. and products … Therefore gallery homepage and the blog … I also changed my position ….
In order that again has been fantastic since the topic it is very good. I’m very happy. However this update has cost me 3 hours to restore what had been done on the page ….
Thank you
Thanks for your kind words. Really appreciate them!
We invested a lot of time in the new update. Many new features have been added and a lot of improvements were made. Because of this, it’s difficult to ensure full compatibility with the previous versions but we’re working hard to make the upgrade easier for the current buyers.
Best regards
hi, I have some questions. 1) in slider tool, the last picture doesn’t continue with the first one. How can I fix it? Is there any plugin to provide that? 2) In ‘products’ page, there is no tool for categorizing the items. Is there any filter tool to provide that?
Have a nice day.
Hi Baturay,
1. To make the slides auto rotate, you need to edit bakery/assets/scripts/main.js file and after line 313 add the following:
autoplay: true,
2. There are two possible options: use ‘Products with filter’ as page template like this http://bit.ly/1f7BkB4 or create a page, insert ‘Products’ shortcode, click ‘Build query’ button and select the category/taxonomy you want to display.
Enjoy Bakery Theme!
Hi again,
1) Unfortunately the code you sent didn’t work. When I add this code, the problem remains the same and it changes the appereance of the website. Do you have an alternative?
2) You sent me the icon version of categories. But I need the written version. Can you send me the written version?
3) Can you also send me the editable version of mobile applications?
Thank you
Hey Baturay,
1. Please provide us your site URL so we can have a closer look at that.
2. That’s what theme supports. Sorry but ‘written’ version of categories is currently not supported.
3. What do you mean with ‘editable version of mobile applications’. Could you please be more clear.
Thanks and cheers!
Hi. Here is our URL; http://sgimalathane.com/test/ We’ll be waiting your answer.
Hi Baturay, everything looks fine on our side. The slides are auto rotating and the code is inserted in the right place, isn’t it?
Hi Yes code added in the right place but slides are still not rotating. You can’t click the next icon when u see the second slide.
Now I see that you’ve have updated the theme to the latest version. As you may have noticed, the slider has been replaced with Revolution Slider. So you need to create again the slides by using the extensive features of Rev Slider.
Hi could you help me out a couple of items. 1) How do I edit the order form? I would like to add/modify fields 2) How do I edit the map? I would like to add more locations (up to 30)
Still waiting for some assistance.
Hi there,
- You can edit the order form manually by opening wp-content/plugins/bakery-cpt/shortcodes/order-form.php file.
- Done! The number of supported locations has been increased to 30.
Let us know if we can further assist you.
Thanks!
Dear Bakery-Desginer,
First of all I liked your theme so much that I purchased it
But to finalize my site I have some questions:
1. At the productpage with sidebar I like to translate the following texts: - the searchbar “type and hit enter” - Categories - Tags
2. On the homepage you made this contact-block with beneath a map. But the marker icon does not work. Any solution for that?
3. Contact form. Where can I change the messages like “Error” or “Success”? They appear above the “send button”
4. Slider How can I set the duration of the slider? I want to keep the pictures with text longer in sight.
Thanks for your help.
Kind regards,
Tim
Hey Tim,
Thanks for purchasing Bakery. Please find below the answers to your questions:
1. Go to bakery/includes/shortcodes/others.php line no. 412:
<input type="search" class="search-field" placeholder="<?php echo esc_attr_x( 'Type and hit enter', TD); ?>" name="s" value="<?php echo get_search_query(); ?>">
and replace ‘Type and hit enter’ with your text.
2. That should work. Make sure to set properly all related settings such such as zoom level, marker icon etc.
3. Open bakery/includes/vu-functions.php, go to vu_send_mail() function search for your the text you want to translate and replace them.
4. Open bakery-cpt/templates/templates/template-home.php and add data-delay as below:
div class="ms-slide" data-delay=[delay]
I need to add product images to my main page like the images on product categroy. I need to add a link to the images, so they will take me to a particular page. The xml import did not give me that example page.
Hi, the demo import might not have worked properly. So please send us a link to your site with your wp and ftp credentials and we’ll install the complete demo content for you as the live demo site. Thanks!
Hi, what about the next update? You announced it last week… I have a problem with products widget in the second website language: I’ve translated category and products, in the widget I have the correct translated category but anything is displayed. Does this problem would be fixed in the next update too? Thanks for a reply
Hi there,
You need to add the following code in functions.php:
function vu_fix_showing_products_in_en_lang( $query ) {
if( $query->is_tax and $query->query_vars['tax_query'][0]['taxonomy'] == 'product-category' and ICL_LANGUAGE_CODE == 'en' ) {
$query->query_vars['tax_query'][0]['terms'] = array(53);
}
}
add_action('pre_get_posts', 'vu_fix_showing_products_in_en_lang');
where (53) is the product category ID of English version. So, note that this solution works only for your described problem.
The update is currently queued for review and soon it should be available for download. Thanks for your understanding.
Hi, the demo download doesn’t work. How can I install demo?
Regards
Hi there,
Thanks for the purchase. Please shoot us a direct message from our profile page with your wp & ftp details and we’ll be happy to set up the demo content for you.
The demo content does not work, I can not import it. I need your help.
Hi 3mindconta,
We need to verify that you’re a real customer as we do not offer support for users who do not have “Purchased” label. So, can you please first post from the account you bought the theme or send us your purchase code and then we’ll be happy to help you out.
Thanks for your understanding.
Good evening,
I was hired to make a website with the theme of you, but I did not bought the theme but the user “cacaprog” which is a comment below mine. I’m just making adjustments to it. The problem was solved, it was problems with the server, server changed and could enable content demo.
Yep, that’s the usual problem. Glad you resolved it. Feel free to report any further issues. Thanks!
Hello,
When is the ecommerce support coming? Wait is becoming eternal now.
Hello,
The update has been uploaded earlier today and currently is waiting for approval. Soon it should be available for download. Please do accept our apologies for the delay and thanks for your patience.
Milingona Support
Hi Milingona,
Have purchased this theme however would just like to display one of the categories on a page and leave the rest hidden. Can you advise the best approach to achieve this?
Hey there,
Thank you for buying Bakery and sorry for the delay in response.
The best way to achieve this is to create a page, insert ‘Products’ shortcode, click ‘Build query’ button and select the category/taxonomy you want to display.
Hope this helps you and feel free to ask for any further questions.
Hello good afternoon.
First of all: I love the theme! Congratulations
On the other hand say that I have two problems. I have almost all the basic structure of the created page but arises … me:
1) If I put in the WP menu language then the logo moves away over the menu. So I thought about it in the new upper row but do not know how to activate!
2) I have a problem with the product: Beneath them is a form for ordering the product. However I can not translate it because it comes with WPML nor find it anywhere. How can I do it? I guess via FTP but I searched and I have not seen the file to edit ….
Thank you
It is compatible with the last version of Wordpress? It is not working properly…
Hello there,
Please do accept our apologies for the delay in response. Thanks for purchasing the theme and glad you’re loving it.
Please find below the answers to your questions:
- Unfortunately, your theme version does not support that. In the latest version we’ve made a big change on how menu works and added great flexibility.
- In order to translate order form, open wp-content/plugins/bakery-cpt/shortcodes/order-form.php file, search for the text you want to translate and replace with the respective translated text.
- Sure, the theme is compatible with the latest WordPress version. What did not work properly for you?
Thanks and cheers!
Hi nice theme by the way too good, I have a little problem here, how do i create attachment in order for users or viewers on my page to download the attachment. Also is there a way to create forms and add more tab or insert more text label for users and submit online.
I am working on this projects where our company will be available for sponsorship e.g. in Rugby Games or AFL and so on, I want to create an online form where they can include all there details, will also need an option for users to upload there documents please can you somehow show me how to create this forms and submit online?
Cheers really looking forward 
Hi again,
Glad your like Bakery.
1. To let users download from your site, please first upload your media/file from Media>Add new then copy the file URL and use it with a button or a link.
2. I’d recommend to use Contact Form 7 plugin to create forms. It simple and flexible. Moreover, you can easily integrate with theme’s style by just adding form-control class to all inputs.
Thanks and cheers!
Hi nice theme by the way. 
On my menu when i am scrolling down, my logo seems to be more to the left and i have space on the on the middle right
can you check please, i want it to be in the middle. Logo is ok as you enter in but once you scroll down with the menu it one side to the left instead to be stick to the middle.
Thanks.
Hi Joe,
First of all, thanks for the purchase and please do accept our apologies for the delay. We were so busy these days working for the update.
Please paste the following custom CSS into Bakery>Custom Code
#vu_main-header-clone .nav-top .vu_middle-menu-item {
margin-left: 130px!important;
}
.page-header .logo-secondary {
margin-left: -44px;
}
and the secondary logo will be centered as well.
Thanks!
Hi, I sent you an email some days ago about images in single product page. Please can you reply asap? Thanks a lot
Hello,
We sent back the responses to your issues two days ago at info[at]ateacme[dot]com. So please check it again or provide us a different email so I can forward the reply there.
Btw, you can fix the issue about images in single product page by pasting the following CSS code at Bakery>Custom Code:
.gallery-slider {
width: 100% !important;
}
Kind regards
message found. I’ve replied. thanks
Hello, after last theme update this custom code doesn’t work properly as in the past. Now I see single portfolio images slightly cutted at the right and left. Is there anything I can do to see the whole images? (their dimension is 720×500 px)
Hey there,
Please go to wp-content/plugins/bakery-cpt/templates/templates/single-portfolio-item.php, and replace line 37:
echo wp_get_attachment_image($img_id, 'ratio-1:1', 0, array('class' => 'img-responsive'));
with this:
echo wp_get_attachment_image($img_id, ‘full', 0, array('class' => 'img-responsive'));
Best regards
Hi is impossible to download the demo is error http://delighthousecafe.co.uk/
Hi Jose,
Thanks for purchasing Bakery. Please shoot us a direct message from our profile page with your wp and ftp details and we’ll be happy to set up the demo content for you.
Thanks, Milingona Support
I am attempting to create the parallax effect like in your sample that moves the background image faster than the foreground. I check the “Yes Please” for the Parallax effect in the Row Settings and set an image but the image remains static and does not move like in your sample. What am I doing incorrectly? Any help is appreciated.
Hi there,
This is a bug that we’ve covered in the next big update. You need to openstyle.css file and replace:
.parallax-background
with
.vu_parallax-background
Best regards, Milingona Support
Worked perfect thank you!
That’s great! Please feel free to ask for any further issues.