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.

Hi a) i bought theme and install it, workd great:) make changes, but i search whole admin and there is no place where to change gallery pictures “categories” ? I try everything and cant find where is. Need to remove it asap. Want to change bread and other types http://frelimo.hr/?page_id=275 b) how to activate second language? and to translate whole site in Croatian? there is option for showing in TOP header place, but it is not shown. Kind regards

Hi,

1. Make sure to click Edit on Gallery shortcode and write down the categories in the Categories field. Then specify one or more categories for each Gallery Item.

2. You should first WPML plugin then go to Settings and choose Top Bar Menu to be shown in the Language Bar. Finally, go to Bakery Options > Header > Top Bar Right Side and paste the following:

[vu_menu menu=“Top Bar Menu”]

Kind regards

1. Great, done, thanks for help 2. WPML.org i need to buy aditional or is already integrated some free version? I try before with “Top bar menu” in setting it show “language, my account, chart, check out” but when i apply that nothing is diferent on front page? With entering what u advised in header it replycate left bar side navigation ;( ?

WPML is a premium plugin so in order to use it you have to first purchase it. Then install it and follow the steps as described above.

Hope now you have a better understanding.

Cheers

I have several question about this theme. 1) Is it possible to use add to cart button for several products and contact form for other products? I see in the demo that there is only contact form and not add to cart button. Also 2) Is the theme easy to customise? is there any place I can add custom css code? 3) When I update the theme do I have to remove old version and install it again or the update is on the current version without making issues to the current customization? For how long can I receive the theme updates? 4) Is there available a translation in the Greek language? Thank you

Hi,

Thank you for your interest. Please find below the answers to your questions:

1. Yes, it is possible to use both, cart and order form in the same time. There are two different custom post types for each of them.

2. Yes, it is. The theme is super flexible and easy to be customized. It comes with powerful theme options as well as the possibility to add custom css, js code.

3. The theme comes with the Envato WordPress Toolkit Plugin which lets you get automatic updates.

4. You will able to get theme updates forever i.e. as long as the item is available in the market.

5. Bakery is translation ready which means that it can be easily translated to any language. It comes with .POT file included and it fully supports WPML plugin.

Let us know if you have any further questions.

Warm regards

Hi lads are you planning on offering an update for the slider and composer?

Also I need to ask a support q for the slider – at the end of a you tube video showing I dont want links coming up suggesting videos when the video finishes but cant do this with the code added to the url on the slider?

Thanks for all the help. Also if you can offer any advice to speed the page up i’d be very greatful.

Hello,

1. We’re going to release a theme update during this week so you’ll be able to update Visual Composer and Revolution Slider to the latest versions very soon. Alternatively, you can send us your correct? ?details and we can update them for you.

2. As the theme doesn’t control this,? ?I’d? suggest to try this plugin which looks? ?perfect? for this job?: ?http://bit.ly/1ZfVQ2X.

3. Here is a great article? ?with twelve of the best approaches? ?to help? ?you? ?improve your? ?site? ?performance: http://bit.ly/1VNwuZR.

Thanks and cheers,
Milingona Support

p.s. Replied via email too. :)

Hello. Best wishes Thank you for your answer. However, there is a bug: when you click on the menu on the first item, it blocks the page as you can see here: http://boulangerie-margaux.fr/ Furthermore, the menu takes the entire width of the page but does not adapt to the text. Do you think it is possible to fit the length of the text? I thank you in advance.

Hello,

1. Please go to wp-content/theme/bakery/assets/scripts/main.js, line 46 – 48:

if( $('.vu_mobile-menu').is(':visible') ){
    $('.vu_mobile-menu').fadeOut();
}

and replace them with the followings:

if( $('.vu_mobile-menu').is(':visible') ){
    $('body').removeClass('vu_no-scroll');
    $('.vu_mobile-menu').fadeOut();
}

2. You can decrease the distance between menu items from Bakery Options > Header > Main Menu Item Padding.

Warm regards

Thanks for 1. I hurt my question: how to adapt the size of the hamburger menu window with the hamburger menu text because today, the hamburger menu takes entire width of the page. Thanks

Please go to Bakery Options > Header > Hamburger Menu and enter 1000 or 1100 as the width by which the hamburger menu will be shown.

Cheers

Hi there, this is regard to your comments on my question on how to make the shopping cart bigger.

I used the code you sent me, but it did not increase

.vu_wc-menu-item .vu_wc-cart-link span .fa { font-size: 20px; } .vu_wc-menu-item .vu_wc-cart-link { padding-top: 7px; } .vu_wc-menu-item .vu_wc-count { top: -14px; }

My site is on a private server. Below are the details to access it:

[personal data removed]

Thank you.

Everything looks good. Now try to use the code below instead of the code provided earlier:

.vu_wc-menu-item .vu_wc-cart-link {
   padding-top: 7px;
   padding-right: 20px !important;
}
.vu_wc-menu-item .vu_wc-cart-link span .fa {
   font-size: 30px;
}
.vu_wc-menu-item .vu_wc-count {
   top: -20px;
}

So the cart icon size will become 30px.

Kind regards

p.s. You can decrease the distance between menu items from Bakery Options > Header > Main Menu Item Padding.

Thank you very much, it works!

Finally! :) Happy to hear that. ;)

Hello, I purchased your Bakery Theme & 6 month Premiun Support and I dont know how to solve a problem with updating WPBakery Visual Composer, this plugging does not update because it must to be “activate” but I cant do it, I dont see the option anywhere. I have read this advise at wpbakery.atlassian.net: “Please note: this will work only for users who purchased Visual Composer directly, if Visual Composer came integrated in your theme, then ask your theme provider to update Visual Composer for you or purchase license directly from us to get free automatic updates.” Thank you.

Hello,

Thank you for purchasing our theme.

Visual Composer’s update option is available only for those who have directly purchased it. We regularly take care update and add the full compatibility with the theme when new plugin versions are released. By the next week a theme update containing latest VC plugin version will be released and all you will have to do is simply update the theme to the latest version.

Thanks and cheers

Hi. How can I set the portfolio itens to be showed by alphabetical order at the portfolio-with-filter template? By default it is showing itens by insert date order. Thanks in advanced.

Hi,

Yes, that’s possible! You should open wp-content/plugins/bakery-cpt/shortcodes/portfolio-with-filter.php and replace this:

$args = array( 
    'post_type' => 'portfolio-item',
    'posts_per_page' => -1,
    'tax_query' => array(
        'relation' => 'AND',
        array(
            'taxonomy' => 'portfolio-category',
            'field'    => 'term_id',
            'terms'    => $categories_ids,
        )
    )
);

with the following:

$args = array( 
    'post_type' => 'portfolio-item',
    'orderby' => 'date',
    'order' => 'ACS',
    'posts_per_page' => -1,
    'tax_query' => array(
        'relation' => 'AND',
        array(
            'taxonomy' => 'portfolio-category',
            'field'    => 'term_id',
            'terms'    => $categories_ids,
        )
    )
);

Warm regards

Hi there,

Sometimes in the shop section there is empty spaces where products should appear. Look at following image as example. http://postimg.org/image/l6tfq1onv/

Why does this happen and how can I fix it?

Thanks.

Hi,

This is happening because of the low resolution images. It is recommended that images size be at least 1024×768.

Best regards

I recently purchased Bakery for my website and am having trouble getting the bakery.zip file to upload. I used name.com with their RapidPress for the site. When I get to the upload tab on the Wordpress theme page and choose the file then click “Install Now” I get a message that says, “Are you sure you want to do this?” and underneath that a link that says, “Try Again.” Any help you could provide with getting it installed would be truly appreciated! Colleen

Hi Colleen,

First, thank you for purchasing our theme.

This is not a theme fault or bug. Most likely the web server is rejecting the upload. To solve this, you can either provide us via here your WordPress & FTP details so we can set up the theme for you or upload the theme via an FTP client. Check this to learn how to install the theme via FTP.

Thanks and cheers

Hi there,

The checkout process (woocommerce) doesn’t allow to enter payment method. The process stay in a loop loading and showing a wait icon and nothing happens.

http://test2.xoco-latte.com

Thanks

Best regards.

Hi,

You should replace line 176 of wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php file:

foreach ( $role->capabilities as $key => $value ) {

with the code below:

foreach ( (array) $role->capabilities as $key => $value ) {

Cheers

Hi there, how can I make the shopping cart icon bigger on the main menu?

Hi there,

You can achieve that by using the following code in Bakery > Custom Code > Custom CSS:

.vu_wc-menu-item .vu_wc-cart-link span .fa { font-size: 20px; }
.vu_wc-menu-item .vu_wc-cart-link { padding-top: 7px; }
.vu_wc-menu-item .vu_wc-count { top: -14px; }

Kind regards

Thanks for the reply. I pasted the code, but the cart has not changed in size. Regards.

Please provide your site URL so we can see why the code did not work. Thanks!

on product item page like that http://sweetsofmayan.com/product/%D7%A4%D7%97%D7%96%D7%A0%D7%99%D7%95%D7%AA/

there is a problem to display more images under the big pic

would like to know how to fix it

thank you :)

Hi,

you can fix that by inserting the following code in Bakery > Custom Code > Custom CSS:

.vu_product-single .vu_p-image-thumbs .owl-carousel .owl-item { float: right !important; }

Cheers,
Support

Hi,

Today I suddenly got this error page on my website. Didn’t make any amendments to this for couple of weeks.

Warning: Cannot modify header information – headers already sent by (output started at /home/bakeadmin/public_html/wp-settings.php:1) in /home/bakeadmin/public_html/wp-includes/pluggable.php on line 1207

website is www.bakefreshly.com

Please advise. Thanks.

Hi,

Please send us your WordPress & FTP details so we can take a closer look at the issue and see what we can do for you.

Thanks

Hello,

I created a Child theme and for some reason the child theme works but it is not using my custom CSS. This is not my first time creating a child theme and seems that the problem happens only with this theme. Any advice on how to fix this? Thanks.

Hello,

Please download and use this child theme: http://bit.ly/1SuStoH.

Thanks

My other “supported” account. Quick question. I would like to turn off the functionality when a customer hovers the mouse over an item image and the red link/title/magnifying glass come up. How do I disable that hover functionality? I just want the customer to click the image to go to the product page. Custom CSS? I appreciate your reply. (https://samisbakery.com/shop/)

Hi Sean,

Just implemented it for you! Please check it and let us know if everything is fine.

Thanks!

Great! Thank you very much!

Nothing! Glad to help you!

Thanks for the great theme!

How can I remove the ‘buy’ option and the shopping cart icon in the product portfolio? I’m trying to change this to a recipe page, so no need to buy the product..

Hi,

Thanks for the purchase as well as the kind words.

You can disable ordering options by switching off Bakery Options > Order Form > Ordering.

Warm regards

Hi, There must be a problem with the latest update (1.2.7) and the Visual Composer Plugin. Revolution Slider has been updated successfully with the update, however, it looks like Visual Composer cannot be updated. I have noticed that someone reported the issue 7 days ago and you suggested to update to 1.2.7… I have tried on 2 different websites running Bakery 1.2.6 and I report the same problem on both installations. Could you please update/repackage the plugins so everyone can enjoy the benefits of Visual Composer 4.9 (and its 30% increased performance)? Cheers! Mathieu-Alexandre

Hi Mathieu-Alexandre,

Please provide us via contact form your WP & FTP details and we’ll fix it for you.

Thanks in advance

Guys for some reason the notifications on users not completing a form has stopped working. Could you take a little look over for me please – http://stevanbarry.com/beta/corndolly/order/

Just sent details – thanks again.

Lads ignore i think i have it fixed (htaccess was not editable allowing permalinks to be fully implemented – sorry for the hassle).

Appreciate any advice on plugin updates mind – as site ranks low with google for speed – possible visual composer update might help?

Glad you resolved it.

Here is a great article? ?that may help? ?you? ?improve your? ?site? ?performance http://bit.ly/1VNwuZR.

Hi there, on my main menu, when I scroll over an item with my cursor it changes to white. How can I change it to a color so it is visible? Here is a screenshot. http://postimg.org/image/vh89e989v/

Thanks, the headers have now gone, but I still want the title of the category in Woocommerce to appear above the products. How can I do this?

Please go to wp-content/themes/bakery/woocommerce.php and paste the code below after line 6 i.e ‘get_header();’:

if( is_tax() ) {
    $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) );

    echo '<h1 class="vu_page-title text-center m-b-35">'. $term->name .'</h1>';
}

Cheers

Thank you very much.

Mouseover hover on touch devices not working. I have portfolio items that still do not display the hover menu after updating to the latest version of the theme. I tried with both iPad and iPhone. Both using chrome browser. The format is really messed up in the safari browser. http://331.c97.myftpupload.com/#goods

Please go to wp-content/themes/bakery/assets/scripts/main.js line 99:

$('a.vu_product-item').on(’touchstart', function (e) {

and replace it with one of the followings:

$('a.vu_product-item').on('tap', function (e) {

or

$('a.vu_product-item').on('taphold', function (e) {

Sorry for the late response.

Thanks and cheers

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