1690 comments found.
Hi, I just update to version 1.3.2. In my pages I have custom header style but with the new version I can not see the background image. It is a bug o the 1.3.2 version?
Thanks.
Hi,
Could you please provide us your site URL so we can get a closer look at it and then get back to you.
Thank in advance
Looks that you have already fixed that. Please note that there have been released two new other theme versions and we’d recommend you to update the theme again to the latest version (v1.3.4).
Thanks and cheers
I have updated to v1.3.4 and I have updated all the plugins but the problem persist.
http://bodegasvillena.es/empresa/Thanks!
In our side the background image is showing properly.
Can you please provide a shot from your side.
Thanks
I use Chrome Versión 50.0.2661.94 m and the image is not showing. I try with IE and all is OK.
I do not know how attach an image: http://bodegasvillena.es/shot.pngPlease open the page, right click and choose Inspect. Then go to Console tab and let us know if there is any error showing there. Thanks!
Yes, there are several errors: http://bodegasvillena.es/shot2.png
You need to modify line 41 in main .js line:
$(document.body).on('click', '.vu_main-menu a[href*=#]:not([href=#]), .vu_mobile-menu a[href*=#]:not([href=#])', function(){
with the following:
$(document.body).on('click', '.vu_main-menu a[href*="#"]:not([href="#"]), .vu_mobile-menu a[href*="#"]:not([href="#"])', function(){
Thanks
I did but the problem continue. It is my fault?
Please send us a shot from the console as previously. Thanks!
Image are not appearing even though they are in the source.
https://www.vtharvest.com/history/That’s because of HTTPS. If you’re sure you want to serve every page of your WordPress site via HTTPS, just go to your WordPress General Settings and change the WordPress Address (URL) and the Site Address (URL) from HTTP to HTTPS.
WPBakery Visual Composer won’t let me update
Never mind i got it thank you.
Alright, glad you resolved it! Please feel free to ask again for any other issues in the future. 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
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!