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

1687 comments found.

Hi! I want to buy this theme for a new website I need to create for a client.I can see that Revolution slider will be in the next update and I would really need it. You probably don’t have a date yet, but can you tell me if it’s worth waiting (like a week or so) or if I should go on with another template? thank you so much! Justine

Thank you for your quick answer! I’ll think about it, maybe buy now, build most of the website and update some things when it comes out? For example, I’m also really interested in the possibility to switch language in the top corner of the website, Slider Revolution and all the new demos.

So, my question: if I start to build the website now, will I be able to add these features when they will be released? (like the language switch option) ? Thanks again :-)

Oops, another question, sorry! I don’t see any shortcodes anywhere in the demo. Is there a possibility for Toggle, Accordions, countdown, etc.? Thanks …again!

Hi again Justine,

1. The theme comes with the Envato Toolkit Plugin which means that you can easily update the theme and not loose changes, just if you have changed anything on core theme files then they will be overwritten.

2. Yep, almost all VC shortcodes plus some extra other shortcodes are supported.

Cheers!

Hello again. On your homepage demo, the photograph of the vertical tablet and vertical phone together next to the “Retina Ready” icons – where can we find this photo to buy / download? We really like the image so would like to purchase the stock image. We have searched through iStock and can’t locate it. If you can point us in the right direction, we’d really appreciate it. Thanks!

Of course, here you can download them for free.

Hello :) Can you help with activating Woocommerce on our end? I know it is coming out in next update but client is hoping for update by end of next week.

Hi, sorry but we cannot help you because we’re really busy these days and also not done yet with the update. Thanks for understanding.

Hi, I need to add more locations to the map but apparently I can only add 5. can you please tell me how to remove this limitation? My website is barnylunch.it.

Thanks!

Hello,

Please send us through our contact form your ftp details and we’ll customize it for you.

Thanks, Milingona Support

Thanks for your help and for increasing the number of locations! Could you please increase them to 50? We’re likely to add more of them soon. Thank you so much!

Done! The number of supported locations has been increased to 50.

Great site – only just playing around with it and already it’s starting to make a massive impact on what I’m trying to do. Great work. However, quick question hot shot – how was the slide show at the top of the homepage created? I can’t seem to find what was used to make it.

Hi there,

Sorry for the delay. Find below the answers to your questions:

  1. Please send us your site URL or a screenshot so we can better understand where’s the issue.
  2. Navigate to Products->Categories, at Image field choose the icon you want and click Add New Category button. It is recommended to use SVG icons.
  3. Not sure if there is any way to do so :(.
  4. It’s possible only via custom code.
  5. Navigate to Bakery->Footer, and select your image at Background Image.

Best regards.

Thank you for replying – don’t worry about the delay, can appreciate that your a busy theme building bunch. As for my URL it’s http://testing.reelgood.co.uk/. For some reason when the page loads its in the position I want it to be, but then quickly moves and leaves a gap between the border and the image.

Hey Nick, thanks for your understanding. You need just to add the following CSS code to Bakery>Custom Code.

.testimonial .testimonial-avatar-container .testimonial-avatar img { width: auto !important; }

Cheers.

Hello,

Two questions. 1. I’m trying to hide the comments link on the blog post pages, but it looks like its part of the “blog-post-info” section and I would like the date to still display. How can i make this change?

2. I cannot figure out how to only display 3 personnel across, I only have three people but the VC element for this has 4 spaces. I’ve tried making a 3 column row and tagging each personnel, and then only displaying that tag, but then the personnel block is 1/4 of 1/3 (very narrow).

Thanks!

Hi,

1. Replace line 10 of entry.php and entry*.php files found at wp-content/themes/bakery/includes/post-templates directory with the following code:

<?php echo __('on', TD); ?> <span><?php echo get_the_date(); ?></span> <span class="delimiter-inline">|</span> <span><?php comments_number( __('No Comments', TD), __('One Comment ', TD), __('% Comments', TD) ); ?></span>

2. Edit bakery-cpt/shortcodes/personnel.php file and replace in line 44: col-md-3 with col-md-4:

Also add the following CSS code at Bakery>Custom Code:

.profile .profile-photo > img { height: 100%; }

Cheers!

It seems there is no way to build a query to manually select the products features in the Products element on the home page. Is there a workaround for this?

I did, but it’s not working. Even using a category doesn’t work (even though they are correctly working in the rest of the site). I think it has something to do with how the query is constructed in the code.

So, you translated the category and then from the translated page chose it and it’s not working? If yes, could you provide us your ftp details so we could better inspect what’s the real issue. Thanks!

I will email you shortly

Hi, excuse my terrible english. Im about to purchase this theme but i have a couple of questions.

1. Can i change the icons (new designs)? 2. Can i make the main page icons (Main services we provide) clickable?

Great theme! Thanks in advance for your help.

Hey there,

Thank you for the interest.

  1. Sure, you can use any icons you want.
  2. The current version of the theme does not support this, but after you make the purchase we’ll be happy to help you customize them.

Looking forward to hear from you.

Best regards, Milingona Support

Nice! Thanks for the quick response.

No problem. You’re welcome!

Hello, congratulations for the theme! But I have a question: how do I change the ‘newsletter’ from the ‘MailChimp’ service to simply an e-mail send out directly to the inbox I set?

Awaiting!

Hi cestarolli,

Thanks for the purchase and kind words.

Please send us through our contact form your ftp details and we’ll customize it for you.

Thanks, Milingona Support

Hello again. Couple more questions that hopefully are quick minor fixes:

1: How do we get the homepage slider to slide automatically / adjust the timing of the slides?

2: The ‘Services Item’ widget does not display the images. We are selecting ‘Image’ from the ‘Type’ dropdown and then adding the photograph. Then we select ‘Top’ on the ‘Image Alignment’ dropdown. Then add a title and description. The service items appear in the page but no photograph is appearing. We have checked the images and they are uploaded correctly. We have no problem when using the ‘Services Item’ when using an icon instead of an image. Do you know what we are doing wrong?

Hi styleagent,

1. To make the slides play automatically, you need to edit bakery/assets/scripts/main.js file and after line 313 add the following:

autoplay: true,

2. It might be a CSS issue, but first please provide us a link to your site so we can better inspect what’s the real issue.

Thanks!

Thanks again for the super fast support! We added the autoplay: true to line 259 in the Main Slider section of the bakery/assets/scripts/main.js file. Line 313 was the wrong area. Example…

// Main Slider - MasterSlider
if(typeof MasterSlider == 'function') {
    var slider = new MasterSlider();
    slider.setup('masterslider' , {
        width: 1250,    // slider standard width
        height: 500,    // slider standard height
        view: 'basic',
        layout: 'fillwidth',
        autoplay: 'true',
        speed: 20
    });
    slider.control('bullets', {autohide: false});
    slider.control('arrows');
}

Works great, thanks!

Hello i have purchased the Wonderful Bakery theme. It stated that when purchase that I suppose to submit a email to you guys to install the theme.Could you tell me where to email it to.Thank you

Hi there, it seems that you haven’t purchased the theme yet or at least that’s not showing to us. Please send us through our contact form your purchase code and we’ll be happy to help you out.

Thanks, Milingona Support

Hi, I put the logo on top with the method you provided me, but now it causes problem for smaller screen, as it is not responsive (the responsive menu gets on top of the logo) How can I make it responsive?

Hi, please use the code below to fix it:

.page-header .logo-primary img {
  max-width: 100%;
  height: 100%;
  padding: 0 50px;
}

Cheers!

Sorry It`s me again. Can the theme able to open a new tab when user clicked the product in the product page?

You need to replace line no. 19 of bakery-cpt/functions.php file with the following:

<a href="<?php the_permalink(); ?>" target="_blank"><i class="fa fa-link" /></a>

This will cause all single product pages open in a new tab.

How can I add the product categories in the sidebar, as in your live demo (Products with sidebar)?

Use instead of TD another string. For eg.

<input type="search" class="search-field" placeholder="<?php echo __( 'Type and hit enter', 'search'); ?>" name="s" value="<?php echo get_search_query() ?>"/>

Then, try again to rescan strings.

Thanks, it works now. I had to change it in bakery/includes/shortcodes/others.php thought, since I was using a shortcode. Any idea why the TD text-domain doesn’t get picked up?

Great. TD probably is not working since we’ve used it as defined variable. To fix it, you should replace all TD with ‘bakery’.

Hola como podemos modificar el idioma de ingles a español para : #order-form

use the poedit, even we can not change these words!

The order form code can be found at wp-content/plugins/bakery-cpt/shortcodes/order-form.php. In order to translate the order form you can use other attribute of vu_order_form shortcode in bakery-cpt/templates/templates/single-product.php line 52 as below:

<?php echo do_shortcode('[vu_order_form type="single" name_placeholder="your text" next_attribute="next text"]'); ?>

Kind regards.

Thanks Friends!

Hi there, how can i remove the nav button (the prev and next one) in the slider for the mobile site? Cause It is really big and it`s annoying.as they almost blocked the picture.

http://i.imgur.com/GTd0qfY.png this is the screen shot of the site http://i.imgur.com/JE41lYP.jpg this is the original image

And I wanted the image to be displayed fully and not partially….is there any possibility to do so?

Try by adding the following custom CSS code:

.gallery-slider { width: 100% !important; }

Where’s the “one-click demo data” in the WP admin? Looks like a great theme, but I’m just wondering how I can start from scratch and achieve what you’ve done in the demos.

Have you purchased the theme yet? If yes, please send us through the contact form your purchase code. Then, we’ll be happy to further guide you on how to install the demo content.

Thanks, Milingona Support

My name is Thomas and about a month i purchase this theme from http://premopress.com/ and I am totally disappointed with the site and lack of communication. I have a special client that needs a site like this (until I just looked at your site). She is make homemade pie’s at her house and mailing it out. That is it. She has a variety of pies and cake. She need to the site to have images and prices and to place orders on line period.

This the website address- http://premopress.com/members/wptakeoutgenie-live-2/

The question i have for you when i purchase http://themeforest.net/item/bakery-wordpress-bakery-cakery-food-theme/full_screen_preview/11112118 is is it

a. MOBILE friendly that is a must( if not what plug in i need?) b. place an order( how many cakes,( if not what plug in i need?) c. can i integrate PayPal( if not what plug in i need?) 4. can we insert VIDEO 5. do you have an check out page cart.( if not what plug in i need?) Build Restaurant Menu By Category (i.e. Entree, Sides, Desserts, etc.) Custom Options for Menu Items paid and free (i.e. Mustard [no charge], Cheese [$1.00]) Shopping Cart with PayPal integration Support for Coupons Support for Local Sales Tax Supports Multiple Locations Integrated Image Slider Social Network Integration support Responsive Design Supporting Tablets and Mobile Phones Supports delivery address validation (by distance) Supports Specials and Recommended Menu Items

Please Check out what they have to offer and see if your site is what I need. You know what it doesn’t matter. your site is great I am going to purchase it anyway.

Thank You

Hi Thomas,

Thanks so much for the interest and sorry for the delay. Just replied you through the email.

Looking forward to hear from you.

Best regards, Milingona Support

I want to add WooCommerce cart to your theme. Do you have documentation? I know it is not supported with theme, but it can be done on any theme—I just don’t know if you have information on it.

We’re not done yet with the WooCommerce integration. The respective documentation will come after the release of the upcoming update.

Thanks for asking.

Do you know when update is coming? 1 week? 2 weeks?

The update is planned to be released by the end of this month.

Is there any way to set the side bar to an individual page? e.g. My custom homepage (in “default” template)

Hi there,

Unfortunately, it is not possible to set other custom sidebars. We’ll consider adding this option to the upcoming updates.

Thanks for the purchase.

Thank you for your reply. Then I have to change my design instead :(

Thanks, you too! Accept our apologies.

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