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.

Hello,

I am unable to load visual composer when editing pages. I get the following error : Uncaught TypeError: $template.get is not a function

composer-view.js?ver=4.6.2:146

I have tried disabling all the plugins and also tried reinstalling VC. I am using the latest version of quicksale theme. Please help. Thank you !

Hi,

Please try first to deactivate your current version of Visual Composer then install the new version from Appearance > Install Plugins.

In case you still have troubles please send us your WordPress credentials as well as your purchase code.

Thanks and cheers

Will you please notify us once the visual composer update is complete? It is still not working when trying to update. Thank you

Dave

Hey Dave,

Everything is okay with the update. You should only first deactivate your current version of Visual Composer, then install the new version from Appearance > Install Plugins.

Thanks

Hi,

i know that maybe it’s not a kind of question not included in your support, but I will be very happy if you could give me an answer!

Do you know how to add an icon to the milestone element?

Many Thanks Marco

Hi Marco,

Got it and replied!

Many thanks, ^B

Thanks guys,

your support (and your theme too!) is amazing!

Marco

You’re more than welcome, Marco! Thanks for all ^V

Hello there – great theme! I have one issue and one question:

1) Turning off Ordering did not hide the cart icon in the main menu, so I used the custom CSS code you provided to do so, and that worked for desktop mode. However the cart icon re-appears when I shrink the site down to responsive mode. Can you help here?

2) Can I use custom CSS to add a background-image to the top footer? I’ve been able to add a background texture to the copyright area, but not the “top footer”.

Thanks in advance for your help.

Hi there,

1. That option has been added to the latest theme version so all you need to do is update the theme to v1.3.2. The option can be found in Bakery Options > Shop > Show Basket Icon.

2. Please use the CSS code below in Bakery Options > Custom Code:

.page-footer .footer-light {
   background-image: url('http://themes.milingona.co/bakery/default/wp-content/themes/bakery/assets/images/logo-footer-background.png

Warm regards

Hi,

I think a have an issue with Visual Composer after Updating.

I just updated the Theme to 1.3.1 and also WP to 4.5, but I could not update WPBakery Visual Composer without buying a new licence?

I got an problem, currently i cannot edit Content with Visual Composer. I saw an Javascript Error in “backend.min.js?ver=4.10:6 Uncaught TypeError: $template.get is not a function”. No Editor is shown and it cannot be used.

Thx

Hi,

To fix it please first deactivate your current version of Visual Composer, then install the new version from Appearance > Install Plugins.

Kind regards

Hi, I need to include one checkbox with verification before people can submit the message. How can I do??

Regards

Hi,

To implement that you should edit contact form files, which are found at:

  • wp-content/themes/bakery/includes/shortcodes/contact-form.php line 23 – 92
  • wp-content/themes/bakery/includes/vu-functions.php line 1154 – 1184

Kind regards

Ok,.. Can you help me a little more?? really,...what do I have to write?? thanks

1. Please open wp-content/themes/bakery/includes/shortcodes/contact-form.php file, after line 74:

<div class="row">
    <div class="col-sm-12">
        <textarea name="message" rows="4" class="form-control"></textarea>
    </div>
</div>

add the following code:

<div class="row">
    <div class="col-sm-12">
        <label>
            <input type="checkbox" name="verification" value="<?php echo esc_attr( md5( time() ) ); ?>">
            <span style="display: inline-block; margin-left: 5px;"><?php echo esc_html__('Your text here...', 'bakery'); ?></span>
        </label>
    </div>
</div>

2. Open wp-content/themes/bakery/includes/vu-functions.php file, after line 1166:

if( !wp_verify_nonce($_wpnonce, 'vu_contact_form_nonce') or !is_email($email) ){
    echo json_encode(array('status' => 'error', 'title' => 'Error!', 'msg' => vu_get_option('msg-validation-error', __('Validation errors occurred. Please confirm the fields and submit it again.', 'bakery')))); exit();
}

add the code below:

// Checkbox verification
if( !isset($_POST['verification']) or !empty($_POST['verification']) ){
    echo json_encode(array('status' => 'error', 'title' => 'Error!', 'msg' => esc_html__('Your validation text here...', 'bakery'))); exit();
}

Please note that you can change any of the strings/texts above.

Warm regards

Hi, Juste like “Aminmsbx” (higher) : “The problem is that the Visual Composer stopped working. Actually its working but it wont allow me to edit pages I have created only new ones, which is a big problem.”

But i use Akal theme, packed with this plugin.

Will the update will take effect for me too ?

Thanks

Hi,

Please first update the theme to latest version (v1.3.2). After that you should once deactivate your current version of Visual Composer then install the new version from Appearance > Install Plugins.

In case you still have troubles please let us know.

Thanks

I see that the theme has been updated. How do I implement the update without wiping out what I’ve built on the site so far?

Hi,

If you did not make any changes to the theme core files then you can upgrade the theme and nothing will lose. Otherwise, please be sure to first make a full backup then get the update and make the changes accordingly. To avoid this happening again in the future you should use Child Theme which is included with the theme.

Thanks and cheers

Hello,

I am unable to load visual composer when editing pages. I get the following error : Uncaught TypeError: $template.get is not a function

composer-view.js?ver=4.6.2:146

Please advise. Thank you !

Hello,

Please update your theme to latest version (v1.3.2). That’s all!

Cheers!

Hello

Im using the Bakery theme and recently updated the Wordpress to the latest version. The problem is that the Visual Composer stopped working. Actually its working but it wont allow me to edit pages I have created only new ones, which is a big problem.

I have downloaded the latest Visual Composer version 4.11. But it wont let me install it / activate it due to probably pre-installed old version in the them.

PLEASE help me how can I get the latest Visual Composer installed in the theme. If you think the problem with editing pages can somewhere else please help. Thank you

Best Regards

Peter

Hello Peter,

The problem is related with the version of Visual Composer. A theme update including latest version of Visual Composer is waiting for approval and hopefully will be available for download later today.

Your patience is appreciated.

Thanks and cheers

Hi there,

When are you planning to update the theme? Visual composer stops working after updating to the new Wordpress Version (4.5).

Thanks in advance.

Hi Targyro,

Thank you for bringing this to our attention. Just submitted a theme update which should be available for download later today.

Thanks

Hi, After installing everything I just have a white screen, and I can’t update the VC plugin (I redownloaded the files, but I can’t tell which ones I need for this as they aren’t zipped). Can you assist?

Thank you!

Hi,

Visual Composer plugin can be found in wp-content/themes/bakery/includes/thirdparty-plugins/js_composer.zip.

If you still have trouble, please provide us via here your WordPress & FTP details so we can fix it for you.

Thanks and cheers

Hi, when i see a page on mobile device, the parallax background image scroll leaving free grey background up and down, like the background image was too small in height also if it’s 1920×1000. otherwise with the same image on desktop monitor there are no problem. how can i solve?

thanks, Cicciolo

Hi Cicciolo,

That is a known issue and we are going to include the fix in the upcoming update.

Thank you for your understanding.

Hi again Cicciolo,

As promised we have fixed your issue in the latest theme update and all you need to do is upgrade theme to v1.3.2.

Thanks and cheers

Hi, I’m sorry for writing to you after the expiry of the support but only now I’ve realizied I have a problem with copyright text traslation because it doesn’t appear into wpml strings. What can I do to fix the problem? Thanks for any advice you can provide

Hi again,

First please get latest theme version then follow step 4 from the previous provided link.

If not already, you have to save the Admin Language in WPML menu ( Set Default admin language ). Now you can translate your admin texts via WPML interface under WPML – String Translation. The context for themes is a concatenation of admin_texts_theme_ + your theme name

And you are finally set!

Cheers!

hi, I uploaded theme and re-saved admin language but in string translation page I still can’t find the text I put in field “Copyright Text” in footer theme option. This is the only thing I find when I serch for “powered”: bakery_options – All rights reserved. Powered by Milingona

Please provide us your WordPress credentials and we will fix it for you. Thanks!

Hi Good Day!

How can I increase number of ribbons in portfolio? Currently in bakery theme only 10 ribbons are allowed.

Please advise.

Regards MJ

Another question, In bakery menu item there are no limit for Ribbons. If we leave blank no ribbon appears. To me this is very nice. Can we use the same in Portfolio?

Or Menu Item With Filter in Bakery items in Visual Composer will be a great Idea.

Just replied via email so please check it. Missed your second question here but there shouldn’t be any problems now that the number of supported ribbons has been increased?

Kind regards

I could not change the site language

I do translation by Google translate. I hope you understand what I mean?

  I could not change the theme language.

I applied step by step. But the site does not change the language.

Please help me.

https://www.youtube.com/watch?v=qwDa1D8cV0I&feature=youtu.be&hd=1

Site and FTP passwords, I threw a private message.

Waiting for urgent answer please important

Please check you email, we just responded to you. Thanks and cheers!

Hello, (before i have the site with portfolio NOT the e-commerce)

first i want to thank you for the beautiful theme that i’ll rate it 5 star for sure. but i have small issues in my site:

1- i put the site in three languages English-french-arabic. both English and french working great just the arabic site…neither products images or blog are working, although i did same work as the english and french !!!!! please help

2- do you think i can put in the order form (order page) when people can choose from the products(looking for..where they can check the item they want).. is there way way that i can pull also a small image next to each product in the form (that people will understand what product they are ordering??)

highly appreciate your help

thank you

Please provide us again your WordPress credentials so we can get a closer look at it. Thanks!

Thank you Guys for the great Support.. it looks great. if i may ask please where to find the order form for the single product, for translation.. As well please i want to add this ligne (if someone wish to order many items) http://prnt.sc/ax2wj7 instead of filling many forms..if they were in the single product page, they can ask for other products too (while we receive one email)

thank you very much

To achieve that you should edit wp-content/plugins/bakery-cpt/templates/templates/single-portfolio-item.php, line 50:

<?php echo do_shortcode('[vu_order_form type="single"]'); ?>

replace with the following:

<?php echo do_shortcode('[vu_order_form]'); ?>

Cheers!

Hi, pls I need help with the following:

1. How can I delete the demo content and start afresh?

2. I mistakenly imported both Default & Shop demo content? So where can I switch between the Default Version & Shop Version?

3. How do I disable the Shopping Icon near the main menu from displaying?

4. On the Home Page (Default), the contact us layer is covering part of the blog posts section. How do I correct this? (preferably without coding)

5. What is the real diffeence between the Default version the Shop version?

Thanks

Can I have your email address for further communications pls?

Can I have your email address for further communications pls?

Sure, you can reach us anytime via our contact form.

Thank you for the great theme! Was wondering how can I have the social media pages open in new windows from the brown social icons on the Contact page.

On these URLs – [vu_social_network url=”#” icon=”fa fa-twitter”]

Right now when I add my url in the # space, it just opens in the same window as the website. Please let me know! Thank you!

Hi,

Could you please post from the account you have bought the theme or send us your purchase code so we can first verify the purchase.

Thank you for your understanding!

Sent you a message with the purchase code! Thanks!!

Hi ashsam,

You can make make those links to open in new window by adding target=”_blank” as below:

[vu_social_network url=”#” target=”_blank” icon=”fa fa-twitter”]

Also note that your support has expired so you are advised to purchase support extension in order to be able to get further support from us.

Many thanks

Hi, I need help:

I use the WP and the woocommerce in hungarian with the Bakery theme, and it’s works correctly, only in two places not work the basic translate. First in the cart, the “Postcode/ZIP” string not change, and the second in the shop: the “Top Rated Products”. How or where can I change it?

Thanks

You can adjust that from Bakery Options > Header > Fixed Header Offset.

Cheers!

Thanks, and my last quastion, maybe :) When I add a product to the cart from the webshop main page, A message appears under the cart. Where can I translate this messages (“xy” was successfully added to your cart”)?

Thanks!

You can translate that by modifying the following files:

  1. wp-content/themes/bakery/header.php, line 86, 126, 168, 223
  2. wp-content/themes/bakery/includes/vu-functions.php, line 46

Warm regards

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