1687 comments found.
Hi. Is it possible to hide side bar and header image on single product page?!
Ref: http://themes.milingona.co/bakery/shop/product/fruit-cheesecake/
I don’t want to disable side bar only on the single product (product details) page.
Thanks!
Hi,
Please find below the instructions to your questions:
1. In order to hide sidebar in the single product page first download here the modified files and replace them in wp-content/themes/bakery and wp-content/themes/bakery/woocommerce/single-product directories respectively.
2. To hide header area, go to Bakery>Custom Code and paste the following code:
.woocommerce.single-product .top-section {
display: none !important;
}
Best regards
I recently purchased and installed your Bakery, Cakery, and Food theme. I can’t install the demo content with out upgrading all the theme plugins. The version of WP Bakery Visual Composer plugin shipped with this theme was out of date. I am not able to update the theme from the install required plugins page on the wordpress dashboard. It says Downloading package from envato market… and stays this way up to an hour with no changes.
This is very frustrating as you could imagine. Is there a way you could send me the correct version of this plugin separately so i can manually install it. I should not have to buy the plugin that is supposedly shipped with this theme.
Hello,
You should be able to install demo content without upgrading the included plugins to the latest version. Update option is available only for users who have directly purchased the plugins. However, we regularly take care and update the theme when new plugin versions are released. In Bakery v1.2.4 the latest Visual Composer has been included
Thanks!
Hi,
Can i have Demo content for Bakery theme i just want to use to setup my website…
Thanks
Hello,
Thanks for the purchase.
The theme comes with one-click demo data installation. To install demo content you need to navigate to Bakery>Install Demo Content, choose the demo you want to import and everything will be set up automatically.
If you encounter any problems, please let us know and we’ll be happy to help you out.
Kind regards,
Support
Hey, just purchased and dig the theme!
I’d like to decrease the padding all around the individual nav items (top, right, bottom & left). I’m using the centered logo with the left/right nav and i cannot find nor modify any custom css to decrease the padding, there always seems as if something is over riding what ever i do.
Can you point out where in the css i can modify the nav item padding?
Thank you!!
Disregard my inquiry, i just found it in the main menu padding. Great place to put it! I just went to quick and overlooked…
Hey there,
Exactly, all header related options can be found under Bakery>Header section. Glad you found it and sorry for the late response.
Thanks and cheers,
Support
The home page used to have its own slider. It appears to force me to use revolution slider and build one now. Is that true? If not, activate the slider that you used to have on the homepage so I can use it again?
Hey Matt,
The previous slider is no longer available. It has been removed in version 1.2 and now only Revolution Slider is available for use.
Thanks for your understanding.
hi how can I set the contact form and how it fits within the page Thank you
Hi,
You can insert contact form into a page using ‘Contact Form’ shortcode. While the form configuration is made from Bakery>Contact settings.
Kind regards
I’m having some issues with your theme and I need to get access to online documentation, but apparently there is none.
Please tell me how to fix all the images on the SHOP page to be the same size…regardless of the size of the image…I cannot get this to work and your theme’s options panel doesn’t give me that option via the SHOP section.
Also, I need to change the hover text color for the submenu navigation text. I can’t seem to do this…please advise.
Send me a link to the online docs, as well as, some solutions to my issue. Thank you.
Sean
Need a response.
Hi Sean,
Find below the responses to your issues:
1. All the photos are auto-cropped with the same size. The image dimensions should be at least 1024×768px so please make sure you have uploaded all images with the right dimensions.
In case not all your images have the above dimensions then go to wp-content/themes/bakery/includes/vu-actions.php and change:
add_image_size('ratio-3:4', 570, 760, true);
with:
add_image_size('ratio-3:4', 450, 600, true);
to be able to upload images with min. 800×600px or 600×600px. Note that after this modification, you’ll need to install Regenerate Thumbnails plugin and regenerate all the uploaded images.
2. Add the following code into Bakery>Custom Code:
.vu_main-menu ul li ul.sub-menu li a:hover { color: #fff }
where #fff is the hover text color for the submenu.
Warm regards,
Support
That fixed some of my issues, but please take a look at this shop page: http://sami.venturerich.com/shop/ the images are still not all the same size and I have updated the code as advised. Please let me know.
Support – See what it is doing on this page w/ the images? http://sami.venturerich.com/shop/page/2/ – Please advise as soon as possible.
Hey guys, I need an answer to this…thanks.
Hey Sean,
Try to edit again wp-content/themes/bakery/includes/vu-actions.php and replace now with:
add_image_size('ratio-3:4', 281, 375, true);
Lastly do not forget to regenerate the uploaded images with Regenerate Thumbnails plugin.
Cheers!
Support – Thanks for sending this over. This fixed some of the issues with images. Please look at the below links and explain how to fix the odd spacing that is occurring…
http://sami.venturerich.com/shop/ http://sami.venturerich.com/shop/page/2/ http://sami.venturerich.com/shop/page/3/ http://sami.venturerich.com/shop/page/4/ http://sami.venturerich.com/shop/page/5/ http://sami.venturerich.com/shop/page/6/Please email us your WP and FTP details so we can better investigate the issue and try to directly fix it.
Thanks in advance.
Thank you very much for fixing this. We greatly appreciate it!
In addition – How do I change this the text in this photo outlined in black square? Trying to make this a more readable color without changing all the nav color, etc. – https://drive.google.com/file/d/0B2KaLDgGdmx-QVlyVUZEdUdldDA/view?usp=sharing
Support,
Some things I need to modify and need some direction.
How do I widen the sub menu, so my longer page titles don’t drop to a second line?
Also, I need to remove the product categories from showing up when you hover over the product images on the “Shop” page. How do I do this? I am using the product categories, so removing them entirely is NOT an option. I just don’t want them to show up on the hover portion.
How do I add the product name under each product on the “shop” page. So people can see the item name without hovering over image.
Please let me know what CSS etc. I can insert to fix these lasting issues. All is appreciated!
Hey Sean,
Here are the answers to your questions:
- Add the code below into Bakery > Custom Code > Custom CSS:
.vu_wc-menu-item .vu_wc-cart-notification .vu_wc-item-name { color: #000 !important; } - Add the code below into Bakery > Custom Code > Custom CSS too:
.vu_main-menu ul li ul.sub-menu { width: 200px; } - Use the following code also in Bakery > Custom Code:
.vu_product-item .vu_pi-category { display: none; } - You should first add the following line of code into wp-content/themes/bakery/woocommerce/content-product.php after </article> tag and before </div> tag.
<h3 class="vu_pi-custom-name"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
and then again add the following custom CSS into Bakery > Cusotm Code:
.vu_product-item-container .vu_pi-custom-name { margin: -15px 0 30px 0; text-align: center; color: #333; text-transform: none; font-size: 16px; line-height: 22px; } .vu_product-item-container .vu_pi-custom-name a { color: inherit; text-decoration: none; }
Kind regards
Great! Seems like those all work. For some reason, after adding the product titles code…the images went out of place on the shop page and category pages. Any ideas how to fix?
Thank you very much btw, how do I leave you the best review ever?
Hi again Sean,
Glad to hear that. Product’s name code should work too, just make sure you have inserted the code in the right place. The code should look like below:
...
...
</article>
<h3 class="vu_pi-custom-name"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
</div>
Please feel free to rate Bakery Theme from your Downloads tab and follow us to stay informed for our new releases.
Thanks so much.
Support,
The image placement on SHOP page and other pages seems to have changed after I put in the code to add the product titles under the images. Any ideas how to fix? Just left you a great review!
Support,
Any word on this?
Hello,
Thanks for the review. Really appreciate that. We have fixed the issue earlier today, so please check it and let us know if everything is ok.
Thanks
Still doing it for some reason on pages below, not sure why.
http://samisbakery.com/product-category/millet-and-flax/ http://samisbakery.com/product-category/breads/ http://samisbakery.com/product-category/breads/page/2/ http://samisbakery.com/product-category/chips/Any word?
Fixed again. Looks you were migrating the site while we were working on fixing your issue and not all the changes were successfully saved. However, now everything looks fine. Please let us know if we can further assist you.
Cheers!
Thank you VERY much! We greatly appreciate it.
Hello help contact font colors .
you need to change font color contact form .
linked body color
Hi,
Could you please be more clear with your question? Also note that in order to get support you should post from the account you have bought the theme or send us your purchase code so we can verify the purchase.
Thanks for your understanding,
Support
Hi, Can you tell what is new in ver 1.2.3? Can you publish the change log? Thanks
Hi there,
Version 1.2.3 is mainly about an important security fix. However, the changelog has been published and you can check it here.
Best regards,
Support
Thanks, Do you have any progress with the RTL support?
Not yet! I’ll keep you posted when RTL support will be added.
Cheers,
Support
Hi,
Thank you for providing the Theme update with updated plugins 
I still face another issue: even with the newest version of the Theme, when uploading pictures (via the Media section), I get the following error message:
Fatal error: Out of memory (allocated 30932992) (tried to allocate 3200 bytes) in /homepages/16/d195616460/htdocs/BravoCocotte/wp-includes/media.php on line 2130
I have noticed that switching to a different theme (for example Twenty Fifteen) fixes the issue. I use this method as a limited workaround but it is certainly not ideal.
What course of action do you recommend to fix the media upload issue?
Thank you very much,
Kind regards, Mark
Hi, Please disregard this question as I have just migrated wordpress to another (more powerful) server. With a much better response time (ping), I have been able to upload media with no issues.
Hey Mark,
Exactly, the problem was related with your hosting provider due to its server restrictions. However, glad you resolved it by your own. If you encounter any further issues, feel free to contact us.
Thanks
Hello guys, Great theme. I have one problem that really bugs me: on the portfolio page, the icons for cakes, croissants, etc. filtrable menu refuse to appear. Can you help me with a solution? Here is the link: http://www.septembermedia.ro/moldoveanca/meniu/
Thank you!
Hey magikreator,
Please download this file, extract it and upload/overwrite SVG icons in wp-content/uploads/2015/08/ using FTP.
Thanks,
Support
Hello,
I have installed this theme and I have found an strange behavior. When I write the title for a panel, this is displayed in the header of the page but his container id is “header- panel name”. I mean, if I type a title with space, i.e “About us”, the container id was “header-About us”. In this way I can’t establish an image in background as you have done in the demo. What could I do?
Thanks in advance.
Sorry, same theme but different CMS.
Hello,
No problem. Also your question looked strange to us. 
Best regards
Hi, please help me, i got problem with your theme :
1. how to remove/hidden the product description tabs, because not of all description hide in each single product, i want just show aditional information and other without description product ? link : http://chickenary.com/product/katsu-yaki/
2. how to adding the social sharing for instagram in the and of post, single product & portfolio ?
Hi,
1. Here is a good article on how to remove product description tab from single product: http://bit.ly/1FT3aOp
2. This option is not possible since Instagram has a different way of sharing content/media and does not allow them to be published via the API.
Warm regards
I installed the theam Bakery and trying to change it so it will fit my business needs. Today, when I go my home tab and click on view page, the page opens half way and i get a message at the bottom ” Record not found”
please let me know if there is a solution for this.
Hello,
Please provide us your site URL so can have a closer look at the issue and provide a better feedback for you.
Thanks in advance.
i have a question about the Personnel element. how can i display more than 4 on the home page? i need to be able to display 12 not just 4. and when i created more personnel, it created a lot of white space on the home page between the original 4 and the other ones.
Hi,
Simply, just insert Personnel shortcode and all your personnel items will be displayed. If you have already done this then please provide us your site URL so we can better figure out what’s the issue.
Thanks
Hi, I have recently bought the Bakery theme for WordPress and I noticed it does not include the latest version of WPBakery Visual Composer.
Installed version is 4.6.2 and WordPress keeps reminding me that version 4.7.4 is available. However, it appears I have to pay for this item.
Could you please explain and/or provide me with the latest version?
Thank you,
Kind regards, Mark
Hi Mark,
You can download the latest theme version which comes along with the latest Visual Composer version (v4.7.4). Otherwise, you should not worry about the update notification. That is an automatic reminder and update option is available only for users who have directly purchased Visual Composer. We regularly take care and update the theme when new plugin versions are released.
Thanks,
Support
Hello. The theme we loaded up does not match the mobile menu that the demo has. Also, we want to update with latest version but we do not want to overwrite our design. How can we take care of this? http://groovin.clientdevtest.com/
Hello,
Currently you have installed Bakery v1.1.1 while the latest theme version is 1.2.4 and that’s the reason why the mobile menu is not the same as in the current demo. In version 1.2 there have been major changes and there may be few incompatibilities so we recommend you to install WordPress in a new directory and then manually migrate the site to it.
Thanks and cheers,
Support
Hi! Is there any way I can delete the zoom icon and shop icon that appears over the products?
Thanks!
Hi?
Hi,
These options have been added to the recent theme versions. So after you update the theme you will be able to easily remove them.
Kind regards
How do I remove them?
Simply paste the following code into Bakery > Custom Code > Custom CSS:
.product .product-icons .product-icon-container:nth-child(1) { display: none !important; }
.product .product-icons .product-icon-container:nth-child(3) { display: none !important; }
Cheers!
Hi! I’ve seen that the new update has WooCommerce. How do I add it to my template?
Thanks!
Hi?
Hello,
Yep, versions 1.2+ fully support WooCommerce. In order to use it you simply need to install WooCommerce plugin but since there have been major changes in the core files in these versions you may face some incompatibilities so we would recommend you to install the latest theme version in a new directory and then manually migrate the site to it.
Thanks
Hi Food Theme Team,
I really found your theme very elegant and beautiful. And prepared my mind to purchase this theme.
But before that, I have some queries related to build my website by using this theme. Basically I want to create an online food delivery website.
1. Will this theme support Online Transaction? Via: CC avenue, PayUmoney and paypal, all of them? 2. Will I maintain and update the stock items regularly. 3. Will I receive an email notification of every placed order as well as every confirmed order when the payment has been made. 4. Can you please show the links of the websites buit on your theme. 5. Can I have the the ID of every customer? If so, what will be the maximum range?
I will be really thankful if you provide details to my queries. It will be easy for me to buy this theme as soon as possible.
Waiting… Regards Kritika
Hello Kritika,
Glad you’re loving our theme. The shop part is powered by the popular WooCommerce plugin and most of the answers can be found here. However, please find below our answers to your questions:
- Yes, online payments via CC, PayPal etc. are supported.
- Sure, you have full control on maintaining your products.
- Email notification is supported too and there are plenty of options available for this.
- Here is an example of a site built with Bakery Theme.
- There is no limit on this. You can have as many customers registered as your server’s capacity.
Let us know if you need anything more to know.
Looking forward to hear from you.
Best regards