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,
Indeed, that is not supported by the theme but we will add it for you. Just please first provide us via here your WordPress credentials.
Thanks and cheers
Hi,
I send you an email via that link.
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
Hey ateacme,
Glad to hear from you! Please have a look at http://bit.ly/1MrRsh4 for more details on how to translate the theme options.
Warm regards
Hi, thanks but I can’t find an answer to my question. Maybe it wasn’t clear: I need to translate the tex I put in field “Copyright Text” in footer theme option. It should be translated like a widget text into wpml page “strings translations” but it’s not in the list.
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
Hi there,
Please provide us here your WordPress & FTP details and we will increase that for you.
Thanks!
Thank you for the reply. I emailed you ftp details.
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=1Site 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
also please, http://prntscr.com/apu1qi, please have a look how my blog look on the ipad !!! also if i want it to look small while it’s the only post i cant center it!!! while in the iPhone view it looks great
Could you please provide us again your WordPress credentials as well as FTP details so we can better assist you.
Thanks in advance!
Hello I sent you yesterday my credentials..as please it’s kind of urgent .. thank you for the help
Guys you answered everyone else, except me!!!!
Hello, thank you for providing your data. Glad to inform that we have fixed the above mentioned issues. Hope you’ll like them!
Warm regards
Hello guys, actually nothing was fixed i dunno why! by the way does the theme update automatically because i didn’t see any required update!!! can you please check me issues…because all still there! Especially the images in the 3rd language as well the blog…nothing showing.
Hi,
1. Yep, you should update the theme manually or using Envato Toolkit plugin. 2. We have fixed Blog and Order Form for you. You should see them unless the cache is blocking them, so make sure to clear either browser cache or site’s cache.
Thanks
thank you very much for your time and follow up. but I still have the problem in the 3rd language…please i will send you link to my website..because all pictures of products not showing as well in the blog..
Replied via email. Please check it! 
2- if i can bother you please i need to add the price also in the command form next to the picture http://prnt.sc/av2do2
3- how can i translate the phrase that shows on header for the category http://prnt.sc/av2eyd
thank you very much
Hi there,
1. & 2. These features have been added in the latest theme update (v1.3.4). You can get it anytime from your downloads page.
3. That text can be found header.php file, line 266 – 271. But since your site is multilingual, you should use .pot file or WPML > String Translations for translations.
Warm regards
thank you
Please provide us again your WordPress credentials so we can get a closer look at it. Thanks!
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
Hi,
Here are your answers:
- Please use this plugin.
- Unfortunately, this is not possible.
- Please use the following css code in Bakery > Custom Code
- Please provide us your site URL or a shot so we can better see where is the problem.
- The main difference is that default demo includes a custom order form and does not include WooCommerce while the shop demo includes WooCommerce.
.vu_wc-menu-item { display: none !important; }
Thanks and cheers
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
Hi jozsav,
You can translate “Top Rated Products” from Bakery Options > Shop. While for “Postcode/ZIP” please have a look at this article: http://bit.ly/1RZ1V0f.
Warm regards
Hi, thanks, it works.
Another question: I use the “Fixed Header on Scroll” function and when the user do not agree the terms the page scroll up, but not high enough. The error message does not seem. How can I set to scroll higher?
Thank you!
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:
- wp-content/themes/bakery/header.php, line 86, 126, 168, 223
- wp-content/themes/bakery/includes/vu-functions.php, line 46
Warm regards