Discussion on Bakery | WordPress Cake & Food Theme

Discussion on Bakery | WordPress Cake & Food Theme

Cart 3,689 sales
Well Documented

milingona_ supports this item

Supported

1690 comments found.

Hello again, We need your awesome help with something. When looking at the cart from a cellphone, the table with the info appears to be cropped, as if the cart page wasn’t being resized. This only happens when looking at it from a cellphone, from a laptop and a tablet it looks great :) Thank you in advance!

Hi,

You should modify line 18 of wp-content/themes/bakery/woocommerce/cart/cart.php file:

<form action="<?php echo esc_url( WC()->cart->get_cart_url() ); ?>" method="post">

with:

<form class="table-responsive" action="<?php echo esc_url( WC()->cart->get_cart_url() ); ?>" method="post">

i.e. add class “table-responsive” to the form.

Warm Regards

Hi, gallery pictures are stretched on mobile devices and I need to fix them. I see the same problem on your demo on mobiles but it’s strange beacause when I bought the theme always worked well with the gallery. Please help me to fix this problem and the problem about translated portfolio that doesn’t appear in translated pages as I wrote you by email two times, please it’s urgent because I have a meeting with my client about the website in progress. Thanks a lot.

Hi,

Looks you have already fixed the issue with the gallery images because we’re not able to see it. If not, please indicate where we can see it.

Thanks

Hello again!

I would like put the “like” button on the Header and I have 2 problems:

1- On the Header menu of the theme, in the “Top Bar Right”, I found and put the following code, but I don’t konw where should I do the modification for like my professional facebook page.
<script src=”http://connect.facebook.net/en_US/all.js#xfbml=1”></script><fb:like href=”<?php echo get_permalink(); ?>” show_faces=”true” width=”450”></fb:like>
Could you tell me how could I do? I already went on (https://developers.facebook.com/docs/plugins/like-button), but the code is not working.

2- Also, this facebook button will go on the next line, how can I put it just on the right of the “linked” button?

Thank you very much!

Hi,

First of all, please do accept our apologies for the late response. I’d like to note that it is not a good practice to place the button on that place. However, if you still want to implement or have not fixed the issues yet, feel free to mail us your wp & ftp details and we’ll fix it for you.

Thanks,
Support

Hello,

I bought the template and I really enjoy it.

However, I created some “categories” but I put the same category’s name in the “Personnel” and “product”. Could you tell me where could I delete some “categories”?

Thank you very much.

Sorry I just found :)

Hello,

Thanks for purchasing the theme and happy you’re enjoying it. You can delete custom’s post categories from:

  • Posts -> Categories
  • Personnel -> Categories
  • Testimonials -> Categories
  • Portfolio-> Categories
  • Products -> Categories

EDIT: Just saw that you found them by your own. :)

Best regards

Thank you so much! Please tell me how to display the tags in a single portfolio? <? php vu_portfolio_terms ($ post-> ID); ?> – So exempting categories, and how to display the tags?

You need to replace that with the following:

<?php vu_portfolio_terms( $post->ID, true, ', ', false, 'portfolio-tag' ); ?>

For the whole function please have a look at bakery-cpt/functions.php file.

Warm regards

First of all. Excellent product. Thank you for your hard work. I have three questions:

1) The portfolio filter based on the category works, but the filter buttons are too small and only show one or two characters. How can that be fixed?

2) I understand you are working on a text based filter for the portfolio products. Please let me know how we can demo that.

3) I would like to apply bakery colors to my text blocks. Is there a bakery CSS pattern I can use?

My site is http://www.crestone-group.com/bakery

Thank you.

Hi there,

Thanks for your kind words.

1. Text based filters currently are not supported for portfolio items/products. We’re going to add text filter in the upcoming update.

2. The question is not so clear. You can control theme colors from Bakery > Styling settings.

Regards

1. Even without the text based filters, the text in the icons for the existing filters are too small. Instead of the word, it only displays one letter. Is there a fix for that ? You can see it at: http://www.crestone-group.com/bakery/home/our-products/

Regarding the text based filters update, is there any word on when that might be released ?

2. Let me check this out and see if there is a problem. Thanks.

Dave

Hello Dave,

That is because the current filter only supports images and not text. Adding text based filters is in our updates list but we cannot give you an exact date when this will be out.

Thanks for your consideration.

Just got the demo data imported, but the Slider data / content didn’t import. Is there an import file for just the slider data or do I have to go back and re-import everything again?

Hello,

Did you first install Revolution Slider plugin? The import should have imported also slider demo content. However, you can still import only slides as in demo by importing includes\options\inc\extensions\wbc_importer\demo-data\default\bakery-main-slider.zip file.

Kind regards

Hello, I wanted to let you know that I LOVE your Bakery theme! It’s aesthetically pleasing and easy to use. I just had a quick question, how do you use the milestone feature? I could not figure out which values to put in to make it work. I wanted to highlight how long we have been in business by days. A response would be much appreciated.

Hi there,

Thanks for your kind words. Glad you’re enjoying our theme.

Here an example of how you can use the shortcode:

[vc_row type="in_container" bg_parallax="true" vu_parallax_image="480" color_overlay="rgba(0,0,0,0.85)" vu_equal_height_columns="" row_id="" el_class="" css=".vc_custom_1442345874272{padding-top: 50px !important;padding-bottom: 50px !important;}"][vc_column width="1/3" vu_vertical_align="middle"][vu_milestone title="Title" counter="768" delay="10" time="1000" class=""][/vc_column][vc_column width="1/3" vu_vertical_align="middle"][vu_milestone title="Title" counter="134" delay="10" time="1000" class=""][/vc_column][vc_column width="1/3" vu_vertical_align="middle"][vu_milestone title="Title" counter="967" delay="10" time="1000" class=""][/vc_column][/vc_row]

So first select “Classic Mode” in the Visual Composer and paste the code above. Then get back to “Backend Editor” and see the configuration of “Row” and “Milestone” shortcode.

Kind regards

Great! So, I got the counter to show up, with your help, but I have another quick question. Is there a way to have the counter add an extra day every 24 hours? For example, I tried to use the milestone counter as like an indicator of how long (in days) we have been in business. Am i using the milestone counter the wrong way? If so, is there is another feature that would allow me to do what I need?

Actually you’re using the shortcode in the proper way but that option is not supported right now. We can implement that feature for you but you will have to pay an extra fee. For more details write us here.

Thanks for your understanding.

Hi there,

Thanks for a great theme. I have everything (mostly) working as the Client wishes – but I am not sure how to resolve the issue I am having with the main menu not providing a telescoped (responsive) version when on a smartphone.

This comment/request for help is in addition to the earlier message from a few days ago. I am using right and left menus.Three on each side. Balanced. However, when the screen is scaled to trigger a responsive menu – the menu items stack vs. telescope.

Can you please help me resolve this? Site address: http://www.kentonstationportland.com/responsive/

Thank you!

Can you explain this please? What width do I use? What is Eg. 992?

I have figured it out ( I think ) But I am not sure everyone calls the responsive menu “hamburger menu” so I had no idea what this was and did not see it listed in your documentation. If I missed it – sorry! Thanks for getting back to me though and I really do love the theme and thanks for your hard work.

:)

You’re right! That’s not a standard term but sometimes is used to refer to that kind of menus. However, that is not a big deal. Glad you figured it out. Enjoy our theme!

Hello, please tell me how to change the order form for single portfolio item page?

I have a problem with the main menu. I created a new menu but it is not showing up. There is always the menu which came with the theme.

Hello,

Please make sure to assign ‘Main Menu Full’ to ‘Theme locations’ from Menu Settings under Appearance > Menus. In case you’re using ‘Logo in the middle’ header type then select “Main Menu Left” and “Main Menu Right” as ‘Theme locations’.

Warm regards

Hi I need your help, I got problem in some of CSS in this theme,.. in some of my page the image replace the text such :

http://chickenary.com/simply-tasty-products/ http://chickenary.com/2chil-products/

hon can i solve this problem ?

Thanks.

GREAT,.. thanks you so,.. so much,.. nice respond.

but i have other problem in single product, i can’t add the quantity of the product in single product, check the link : http://chickenary.com/product/sambel-penyet/

thank’s

GREAT,.. thanks you so,.. so much,.. nice respond.

but i have other problem in single product, i can’t add the quantity of the product in single product, check the link : http://chickenary.com/product/sambel-penyet/

thank’s

You need to add the following code into wp-content/themes/bakery/woocommerce/single-product/related.php file:

<div class="clearfix"></div>

before line 46:

<div class="related products">
Hi For some reason following shows on the page and I cannot turn it off http://i.imgur.com/xqzQm8p.png?1 http://i.imgur.com/Zv6wFFN.png

Please help

Hi,

The code shown seems to not belong to the theme so the errors may be due to any of the plugins that you’ve installed. Try to deactivate them one by one and see which is causing the issue.

Kind regards

Hi there, I looked for help here but your site is down at the moment so it might be there – but I can’t access it.

I need help or guidance on how to change the color of the buttons “READ MORE” on the grid view (for my blog archive page) I do not see this in the styling options. If you could help I would appreciate that. Thank you!

Can you explain this please? What width do I use? What is Eg. 992?

I have figured it out ( I think ) But I am not sure everyone calls the responsive menu “hamburger menu” so I had no idea what this was and did not see it listed in your documentation. If I missed it – sorry! Thanks for getting back to me though and I really do love the theme and thanks for your hard work.

:)

Correct! That’s not a standard term but sometimes is used to refer to that kind of menus. However, that is not a big deal. Glad you figured it out. Enjoy our theme!

Hi – I would like to keep same format as current setup on the demo, but use the cart (without payment) so on checkout you would be taken to Order form Instead of payment form. Is this possible or do i need to re enter all the product again via woo commerce? Thanks

Hi,

Sorry but this is not possible. You have to insert again all products through WooCommerce.

Thanks!

i got problem when i update to recent theme, i lost all my menu , how to bring beck the menu ?

sorry, it’s solved by recreate menu

Glad to hear that. Actually recreating menu was the only option available to you because of the major changes in the recent updates. Thanks!

Hi,

Yesterday i sent you a message too but you don’t respond me yet. 1. I’m trying install woocommerce and wmpl with your theme but dosen’t work. 2. I need translate the theme in english, french and spanish but sometimes it crash. 3. Other thing, i need put language selector wpml in top bar menu. I have seen your said a other user this [vu_menu menu=”Top Bar Menu”], but only appear other menu, but no the language selector. Please respond me asap.

Sorry for my english ;-)

Hey Laura,

Both 1. and 2. issues have happened because of you didn’t have the latest version installed. Now it looks that you’ve installed the latest version and the issues are not present anymore.

3. We fixed it for you. You should have only checked Language switcher in the WP Menu from WPML > Languages and selected ‘TopBarMenu’. However, now you just need to translate pages to the other languages.

Best regards

In the custom fields section in a page had a setting there that will not delete. I keep deleting it and as soon as I update the page the setting goes back to what it was no matter how many times I delete it. What do I do?

Also – is there an option to create a smaller section for blog previews instead of having a large photo with a few words? I would like to have my website have a thumbnail of the featured image and a small area of the text show with the option to read more.

Finally – When I add a featured image is there a way to not have that image show on the post since I already add the photos in and the featured image settings seem to cut off part of the image. And the images are skewed and stretched when looking on Safari.

Thank you!

www.beautifullypaleo.com

and is there an option to have a button say “read more” on each post preview on the homepage as well as after having the previews on the bottom underneath can it have the option to go to more pages of previews? You guys should make a video series for support!

All of my vertical pictures are being squished. Why does that happen and what is the code to make that stop?

The provided access info are not working. Can you please re-send them again. Thanks!

Hi, I lost my default portfolio page. I was using a page from the demo content, but when I changed the header style the products desapeared. I don’t know who to restore this page for the default portfolio page with categories in the sidebar. Could you help, please? Thanks!

http://pecadosdeacucar.com.br/produtos/

Hi there,

  1. The issue is being caused by W3 Total Cache plugin so please make sure to properly configure it.
  2. You should choose ‘Portfolio Default’ as page template of Products page. If you want to remove sidebar and display products in 4 columns layout, see Bakery>Portfolio>Layout

Cheers!

Hi, I had the same problem in my website. The Portfolio products is not appearing in the product page. I can’t see the ‘Portfolio Default’ in template pages. Where I can change that? Tks.

Hi,

Portfolio Default template has been removed in the recent theme version. Please check this following article for more details.

For any issues please feel free to submit a ticket in our new support center.

Visit Milingona Support Center

Kind regards

Hello!

I’m working on the site and I saw something strange. In principle I have already quite advanced entire page PC version. But I began to test the page on the phone and I get the following message above where the menu (in all pages).

WAS SACESFULLY ADDED TO YOUR CART

I also detected that the letters put in the slider are perfectly on the desktop PC but not in the mobile version. What strange right?

Hello???????

Hi Joe,

Firstly please do accept our apologies for the late response. Here are the responses to your issues:

  1. Please make sure to install the latest theme version because that was a bug that has been already fixed in the latest theme version (v1.2.2).
  2. You can define custom slider size by going to Revolution slider > [Slider] > Slide Layout options. Then enable custom grid size for mobile screens and define the new dimensions.

Thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey