1687 comments found.
Hi, Great looking theme with nice features. BRAVO ~ ~ | As a pre-sales query…I would like to know right off the bat, if you have video tutorials for this theme for installation and customization as I am not the kind that can sit and read through pages of text tutorials. Video is the thing today and I hope you will not disappoint. Happy Selling. Best Regards, Abishai
Hi Abishai,
Thank you so much for your interest and the kind words.
For the moment we do not have any video tutorials for the theme but we promise to give you prompt support for any questions you might have. What makes the theme powerful is the ease of use. It comes with one-click demo data so setting up and editing the site is very easy and fun.
Please let us know if you have any other questions.
Thanks and cheers
Hi.
Is there a way to get rid of hamburger menu? I mean when the site is seen on mobile only logo is seen?
Hi,
You can do that by entering 1200 in Bakery Options > Header > Hamburger Menu.
Kind regards
Hi, thanks for answer, but it doesn’t work – I put 1200 but hamburger menu is still there
Just tested it on both Chrome and Safari, it looked fine! Did you fix that?
I ask you just can we add to additional options to items like (For pizza: corn, mushroom… ) Yo didn’t answer then I won’t buy your theme, your support is useless. You can answer yes we can or we cant!
Hi,
Sorry for the delay. The support has been slower the recent days due to the high number of support requests received.
I’ve just got the confirmation that your answer has been answered via email. Please let me know if you’ve received that and if you have any other questions. I’ll be happy to answer your questions.
Thank you for your understanding.
Best regards
Ok. Thank you.
You’re very welcome!
Help! Slider revolution doesn’t work. Slider revolution and another element doesn’t show if i put slider revolution in a page. System requirement all okay except Max. Post Size with just 8M, is it that causing the problem?
[SOLVED] I have increased memory limit to 256M (at least 64M) in wp-config.php
Excatly, the issue was related with the memory limit and you fixed that in the right way. Congrats!
Please feel free to ask for any other questions.
How to turn off the portfolio.. I still prefer to add products from woocommerce post. But when it comes to listing it doesn’t list my category instead the category of portfolio is being list.
thanks anyway I found the answer to my question
Hi Zeroburn,
First, apologies for the delay. Glad you managed to find the answer. Please let us know if there is anything else we can help you out.
Thanks and cheers
Hello! lady-chef.ru 1) I accidentally deleted “all” category from the portfolio, can’t restore it so portfolio with filters can work properly. Can you tell me how this supposed to work? 2) Is this possible to make catergories in the Portfolio with Filters without “All” button, only “Bread”, “Cookies”? 3) I added links for certain part of the page in the menu, but unfortunate the menu covers the topics it linked to. Is this possible to do the offset of the menu to the top so it appears right above the section? Thank you
1) Solved it with filters. Is it possible to get rid of “All” category in Portfolio with filters? So there are only 3 categories left in case of lady-chef.ru
3) Seems like top menu works weird only in Safari
Hello,
To remove ‘All’ category in Portfolio with Filters please use the following code in Bakery > Custom Code:
.vu_products-container .vu_products-filters .vu_filter[data-filter="*"] {
display: none;
}
The third question was just answered on the other comment.
Thanks
How do I set the gallery in the homepage like in the demo. When I add element then bakery gallery nothing happen.. How do I add image and where should I add them thanks..
First please add the Gallery shortcode then inside it add a Gallery Item shortcode for each image.
I use a tool called Poedit to change specific words and sentences in the theme that can not be changed in theme settings.
Such as “prev”, “next”, “related products”, “add to cart/basket”, “Return to Shop” and so on.
This works excellent except for some words.
I got this from the author of Poedit:
It looks its translations into the ‘bakery’ domain and that of course works:
ag ‘Leave a Reply’ comments.php 45: ‘title_reply’ => __( ‘Leave a Reply’, ‘bakery’ ), 46: ‘title_reply_to’ => __( ‘Leave a Reply to %s’, ‘bakery’ ),
But then it puts in some bits borrowew from WooCommerce without bothering to load its translations:
ag ‘No products in the cart.’ woocommerce/cart/mini-cart.php 71:
This cannot possibly work because the theme’s code is wrong, it’s looking for translation in something that is never loaded.
He said I should demand I fix. Is this something you can do?
Please help!
Hello,
Can you please also provide us your site URL (you’ve already sent us your login details). We’ll try to fix all your reported issues.
Many thanks
www.bakerbrun.net
Can you please specify which exact strings you’d like to translate so we can better guide you on how to fix them. Thanks in advance!
Words like: PRODUCT DESCRIPTION, ADDITIONAL INFORMATION, SELECT AN OPTION, CHOOSE FILE, ADD TO CART, CHECHOUT, VIEW CART, BILLING INFORMATION and so on.
Thanks for looking in to it!
Since there are many words you need to translate we’ve just made the needed customization and updated the .pot files. So now you should be able to translate every theme string including WooCommerce strings.
I really appreciate your guys help!
What is the name of .pot files I can translate the words in? I have tried, as mention earlier, with a program called Poedit. The program translate the .po file in the folder to the theme. But that didn’t work. So if there is a .pot file that no other file overwright I will be very happy!
You just need to do the same actions as before i.e. translate .po file using Poedit. But now you’ll find the strings you couldn’t find before.
I still have problem with these words and sentences:
Place Order Add to Cart Order Notes Notes about your order, e.g. special delivery. Place order Payment Method (doesn’t overwright) Subscribe (doesn’t overwright) Sort by newness Sort by popularity Sort by price: low to high Sort by price: high to low Showing all % results Choose an option Select an option… Choose File no file selected (max file size 32 MB) Description (doesn’t overwright) Additional Information
Please help!
There are several questions from you left a time ago. Could you please collect all of them and send right away to the support team using the contact form on our profile. They will be ready to assist you.
Can I add a URL to the image in a service item on my front page?
If I click “Read More” I will be redirected, but I want the same to happened if the icon/image is clicked.
Please help!
Hi there,
We have just implemented that for you. Now, icon or image can be clicked as well. Please check it and let us know if it is fine.
Thanks
A huge thanks!!! Have a nice day!
Nothing! Have a wonderful day you too!
Hi, dont know why the contact form is not working can you please check?http://kneaditbakery.com.au/contact-us/
Just replied to the comment above.
Just tested on our side and everything was ok. Here’s the shot: http://imgur.com/a/aR1Rk. It could be a browser extension causing that on your side!? If you’re not able to fix that please send us your WordPress credentials via here so we can take an inner look at that. Thanks!
Please try to not post the same comments multiple times!
Thank you!
Hello,
Thanks for your theme, works fine for me.
2 questions :
- How I can disable the magnifying glass on the portfolio item links ? - How can I remove the background image in the page header of portfolio items ?
Thanks in advance
Ph.
Hello,
All you need to do is try to use the following code in Bakery > Custom Code:
.vu_product-item .vu_pi-icon:first-child {
display: none;
}
.full-header-container {
background-image: none !important;
}
Let us know if that works well for you.
Best regards
Works fine, thank you very for your help and quick support.
Glad to hear that. You’re more than welcome! 
Last thing, I would like the reduce the size of the image in the portfolio carousel – 4 colons – landscape, any ideas ?
‘Portfolio’ shortcode has an option called ‘Portfolio Item View’ which lets you choose how portfolio items are displayed. In you case you need to select ‘Landscape’.
Best regards
Hi there,
That’s because the usage of Google Maps API now requires an API key. To fix that you should generate a key here and insert it in Bakery > 3rd Party > Google Map API Key.
Kind regards
Even though I switch the footer layout to 4 columns, it still displays in 2. Is there a fast fix? http://prntscr.com/cyalaf http://prntscr.com/cyalox. In fact, the classes don’t appear to switch (still have col-md-6 and 2 .row instead of 1 .row and 4 col-md-4
Hi,
First sorry for the delay. Looks that you have already fixed the issue. Based on your comment, we’re not sure what might have caused that.
Please note that in order to get support you should send us your purchase code so we can verify your purchase.
Many thanks
Hi! Can you please help me out with the following? I need it done asap. I just want the pictures in here to be landscape not portrait.
http://mintgraphics.com.au/test1/product-category/bagged/I want them to be shown like that http://mintgraphics.com.au/test1/products/
Please reply asap!!
Hi,
In order to fix that please paste the following code in ‘wp-content/themes/bakery/woocommerce/content-product.php’ file, after line 60:
<?php
if( is_tax() ) {
remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10);
add_action( 'woocommerce_before_shop_loop_item_title', 'vu_woocommerce_template_loop_product_thumbnail_landscape', 10);
}
?>
Please feel free to ask for any other questions.
Best regards
Just tested on our side and everything was ok. Here’s the shot: http://imgur.com/a/aR1Rk. It could be a browser extension causing that on your side!? If you’re not able to fix that please send us your WordPress credentials via here so we can take an inner look at that. Thanks!
I sent a message around 1 month ago but i still not get any answer…......
Hi there,
Just searched for your previous comment and found out that your question was already answered. Here’s the shot of the answer.
http://imgur.com/a/x1fPHPlease let us know if you have any other questions.
Best regards
Ohh thank you!! I didn’t see it, cheeers
No problem. You’re very welcome!
Can I add a URL to the image in a service item on my front page?
If I click “Read More” I will be redirected, but I want the same to happened if the icon/image is clicked.
Please help!
Getting a “Record Not Found Message when I go on Home Page and Home V2. This happens when I activate the Visual Composer Plug In. Also I get a Slider not Found message from the Revolutionary Slider Plug in. Please help.
Hi there,
Sorry for the delay. I’ve just sent back the following via email.
The reason why you’re getting that message is that there is no slider available while you have in the page content ‘Revolution Slider’ shortcode. This might be caused due to the problems while importing demo content because the import should have imported also slider demo content.To fix it you can try to import only slides as in demo by importing ‘includes\options\inc\extensions\wbc_importer\demo-data\default\bakery-main-slider.zip’ file from Revolution Slider.
Please let us know if there is something else we can help you out.
Many thanks
Thank you, solved my problem. Other 3 questions: 1 – In part where it says “RETINA READY ICONS” when mousing over the written RETINA READY how do I change the icon color? 2 And another question is that my “Offer Day” is not working right when I click on another product icon he just jumps up and does not show the features of another product. 3- In the “Different types of bread products”, which has an image of bread, as it does for the image is out of the row as the model for you? I think I changed something unintentionally because I could not leave my image as well. My image remained just inside the row. I think that would be something that blacked out in “extra class name”.
Hi there,
Please find below the answers to your questions:
1. Place the following code in Bakery > Custom Code
.icon-opening-wrapper.big-version:hover .icon-opening {
color: #fff;
background-color: #333;
}
2. We need your site URL to be able to see where’s the problem.
3. Add the following extra classes to the image:
p-r t-100 m-b-0
All the best
Hello!
Sorry for my english. I’d like to keep the “featured portfolio” design to display my products but the button is a “command now button”. I’d like it to be a “buy now” redirection sending the product directly into the cart. Is it possible? How should I proceed to change that?
I sent you my website url in a mail
Looking forward to reading you
in advance thank you
Dominic
Hey Dominic,
That’s possible but the issue is that you’re using ‘Portfolio’ custom post for products instead of Shop. To proceed you should first add products under WooCommerce then replace ‘Featured Portfolio’ with ‘Featured Products’ shortcode.
Sorry for the late response and please let us know if you have any further questions.
Thanks
A quick question. I have been tying to create custom 1/5 column but does not seem to work. How can it be achieved….Thanks!
The total number of grid columns is 12. To create a 1/5 column you can combine 1/12 + 5/12 + 5/12 + 1/12 so the result is 12/12 = 1.