1690 comments found.
Hello,
Are you kind enough to answer my email:
I see you have updated the theme in the meantime but I’m not able to upgrade because I have changed php files if you remember.
1. The client wants logo to be moved left like in your DEMO, how can I do that ?
2. Do you have any option to add buttons on pages ? For example client asked to add button on career page SUBMIT HERE.
Thank you
Any help here please ?
Hello support, I really need urgent help here.
Why you don’t want to help me anymore ?
Hello,
Just replied you via email. Please check it and let us know if you need any further help.
Thanks and apologies for the delay.
hello .. my purchase code : 5447c18a-e281-4272-9ddc-f6d04f5e8957
i just installed this theme – very beautiful
but i have problem to see the sliders
every page with image slider the images are Invisible
I tried to fix it but no luck
the site is http://sweetofmayan.com
i would like to know what i can do to fix it
thank you !
Hi there,
Thanks for purchasing our theme.
Tried several times to access the site but without success. Please check it because we need to see the issue more closely in order to provide better feedback for you.
Thanks
Hi there,
We’re using the Bakery theme and having an issue with the marker icon. It doesn’t work. We make sure to set all settings (zoom level 14, use image for markers=Yes, marker animation = Yes, marker icon uploaded).
Best regards,
Victor
Hi Victor,
According to your description looks that you’ve set up everything as expected. However, please provide us your site URL or WordPress credentials via our contact form so we can investigate the issue more closely and provide better feedback on that.
Thanks in advance,
Support
Hi, I sent you site url a few days ago and haven’t yet received a reply. Any news on..?
Hi there,
A reply has been sent to you yesterday. You should make sure to also fill in Map Center Latitude and Map Center Longitude at Bakery > Map settings. To convert an address into latitude & longitude please use this converter.
Thanks
Could’nt find any info for image sizes. Do you recommend default image sizes. Im working on 1900px wide for the slider and 1000px wide for all other images.
Yep, the recommendation for slider images is 1920px wide while for other images 1024×768px. But first you can try compressing the images using this tool for better performance.
Cheers!
Cheers for that.
Hi, Could I get some support? Thanks. Unable to install demo content at all.
Hi, Don’t worry. Got it working.
Hi there,
Probably the problem was related to the maximum time execution. However, glad you managed to solve it.
Let us know if you need any further assistance.
Cheers!
Hello! Well I´m trying to set a image background on the menu, with this code:
vu_main-header {
background-image: url(“bg-header.png”); background-repeat: repeat-x; background-position: 50% 65%; }
But the Custom Code inserts ”\” and ”/” in the image URL:
vu_main-header {
background-image: url(\”/bg-header.png\”); background-repeat: repeat-x; background-position: 50% 65%; }
Please help me
Regards
Rodrigo R.
Hi Rodrigo,
Please just do not use the quotes inside url(). That’s all!
Warm regards
It works! thanks!!
Perfect! You’re welcome! 
Hello,
I have installed the bakery theme and I have an issue with some pages where it displays the code instead of proper display of the functions. Most of them are in direct connection with the parallax slider. Here is what it displays on the home page instead of the slider:
vu_vertical_align=”middle
We are using PHP 5.2.17 (upgradeable or downgradable) and Wordpress 4.4
Thank you
Hello,
Please provide here your site URL so we can have a closer look and see where’s the problem.
Warm regards,
Support
i purchased full license of visual composer. how can I replace built in WPBakery theme with purchased regular license VC?
Hi there,
You need to edit wp-content/themes/bakery/includes/vc-addons/config.php file, line 8:
vc_set_as_theme(true);
replace with
vc_set_as_theme(false);
Then go to Visual Composer > Product License and activate your license.
Thanks for the purchase BTW.
Kind regards
I did follow your direction however I could not able to find “product license and activate….” under visual composer. Do I need to deactivate and delete plugin and install from VC purchased file?
Sorry, you should also modify line 4 in the same file as below:
vc_manager()->setAsNetworkPlugin(false);Then go to Visual Composer > Product License, activate your license and update the plugin whenever you want. See https://www.wpkb.com/activate-visual-composer/ for more details.
Best regards
thank you so much for your help, it is working now. this is awesome plugin. however i want to purchase this with 1 year support and update option, but some how it only selected 6 mo. of update and support. Can I add remain 6 mo. service without paying full price again or is it too late?
Great! Glad to help you.
The option to extend support is not yet available in the market but it will soon within 1 to 2 months from now, before your initial 6 months period runs out.
Cheers,
Support
Hi, I am having problems with Wp Bakery Visual Composer. Often can not edit pages because it loads for unlimited time without success. Also, why I am not allowed to upgrade this plugin? I have payed for this shit and you need to provide update for that.
Hi Sasa,
You need to edit wp-content/themes/bakery/includes/vc-addons/config.php file, line no 4 and 8:
vc_manager()->setAsNetworkPlugin(true); vc_set_as_theme(true);
replace with
vc_manager()->setAsNetworkPlugin(false); vc_set_as_theme(false);
Then go to Visual Composer > Product License, activate your license and update the plugin whenever you want.
Please let us know if you need any further help.
Warm regards
Hi,
how i could install can import demo content from your site
Best Regards Donny Yusmar
Hey Donny,
First, thanks for the purchase.
You can install demo content by going to Bakery Options > Install Demo Content and then simply follow the instructions given there.
Thanks and cheers!
How to fix?
Uncaught TypeError: c is not a function http://caramello.com.ua/wp-includes/js/tinymce/tinymce.min.js?ver=4205-20150910 line 9Hi,
Please provide us a link where this error is being displayed.
Thanks in advance
I ask freelancer programmer and he fixed this error. Error were duplicate any products. Ticket close. You support is not so fast. Sad.
Glad you resolved it. However, please note that depending on the support inquiries, response time may take up to 7 days. Sorry for the delay and thanks for your patience.
Ok. I think, you should write in info about 7 days for response waiting and make proposal for ASAP support. (for additional money)
Hi there,
We’re using the Bakery theme and having an issue with the blog page on the site https://www.isleofwightbiltong.co.uk/blog/. When not logged in to Wordpress there’s a line of code showing at the top of the blog article grid that says ‘Warning: Invalid argument supplied for foreach() in /home/wwwilvke/public_html/wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php on line 176’
Not sure what it means or how to fix this. Would you be able to help?
Many thanks in advance, Social Heroes
Hello Social Heroes,
The error is happening because of Visual Composer plugin. To fix it, you should modify wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php file, line 176:
foreach ( $role->capabilities as $key => $value ) {
with:
foreach ( (array) $role->capabilities as $key => $value ) {
Cheers!
That’s great – thank you so much!
You’re very welcome! 
I am having a similar issue as user “pjtan”. I am able to upload svg images, I am able to see uploaded svg file names in the Media Library (although I am unable to view the image itself unless I go to the actual URL of the image). But, if I try to set the image to the Service Item, it processes the request and after a few seconds it goes back to the same screen without actually having selected the image.
Additionally, In a related issue: In your demo content, the svg images within the service items are not visible, even after uploading and re-setting the svg images provided in a link in one of your comments.
Hi there,
The problem is related to the bundled Visual Composer plugin. To resolve it you should modify wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-blog.tpl.php file, line no. 4:
<img rel="{{ id }}" src="<# if(sizes && sizes.thumbnail) { #>{{ sizes.thumbnail.url }}<# } else {#>{{ url }}<# } #>" />
and replace with the code below:
<img rel="{{ id }}" src="<# if(typeof sizes != 'undefined' && sizes.thumbnail) { #>{{ sizes.thumbnail.url }}<# } else {#>{{ url }}<# } #>" />
Thanks and cheers!
p.s. We’re going to include this fix in the next theme update that will be released very soon.
great!! worked perfectly.
Hi,
I am not sure if i installed everything correctly and I am pretty sure I am missing something?
Is there anything you can do to help me?
I have installed all the plugins on wordpress but still the website looks like this http://test.stopmycraving.co.uk
Thank you in advance.
Kind regards, Sofie
Hi Sofie,
First, thank you for purchasing our theme.
You have installed everything correctly so far. You can now start creating site’s content from the beginning or use the pre-built demo content. To install demo content please go to Bakery > Install Demo Content and follow the instructions given there.
Warm regards
How to remove word “HOME” from start page http://prntscr.com/9b4fon ?
Just fixed it for you. You should have selected None at Page Header Settings > Page Header Style.
Cheers!
Done. Ticket closed. Thanks. Still wait for other questions. Do you have skype?
Fix my VC bug. I need to update to 4.9 I have full license from CC
I recieved from you ” All you need to do is open wp-content/themes/bakery/includes/vc-addons/vc-functions.php file, search forvc_parse_multi_attribute() function and replace with vu_parse_multi_attribute().
However, keep in mind that the recommendation is to not make the update because we haven’t tested yet if it’s fully compatible with the theme and on the other hand, a new theme version with the latest VC version included will be released soon. “
now my vc-functions.php is – FIX IT PLEASE. I need to update my VC
<?php // VC functions if( !function_exists(‘vc_parse_multi_attribute’) ){ function vc_parse_multi_attribute( $value, $default = array() ) { $result = $default; $params_pairs = explode( ’|’, $value ); if ( ! empty( $params_pairs ) ) { foreach ( $params_pairs as $pair ) { $param = preg_split( ’/\:/’, $pair ); if ( ! empty( $param0 ) && isset( $param1 ) ) { $result[ $param0 ] = rawurldecode( $param1 ); } } } ?>
return $result;
}
}
if( !function_exists('vc_build_link') ){
function vc_build_link( $value ) {
return vc_parse_multi_attribute( $value, array( 'url' => '', 'title' => '', 'target' => '' ) );
}
}
Simply follow the instructions given earlier::
search for vc_parse_multi_attribute() function and replace with vu_parse_multi_attribute().
and you should be able to update Visual Composer plugin from your Admin Dashboard.
Thanks. Ticket closed.
Hi. I am trying to get a Facebook icon added via a shortcode to open the link on a new window.
I have tried using the following modified shortcode (adding the target”_blank” part:
[vu_social_network url=” ” target”=_blank” icon=”fa fa-facebook”]
This actually works and makes the Facebook link open on a new window while inside the Visual composer environment, but when I go to the regular site, the Facebook link opens on the same window.
1) I believe I must be doing something wrong, what would be the best way to get social network icons added w/ shortcodes open links on NEW windows?
2) Do you have any documentation or instructions of where to get a list of all the included shortcodes in this theme?
Thank you very much.
Hello,
First, thanks for the purchase.
1. Basically you have used the shortcode in the proper way. However, please reply back with your site URL so we can have a closer look and see where’s the problem.
2. The list of all included shortcodes can be accessed from Visual Composer’s Bakery Tab. While the list of widget shortcodes can be found here.
Warm regards
Thank you for the quick reply..
1. My URL is www.alimentostradeli.com and you can see the social network icons in the footer section. I will appreciate it if you can take a look.
2. Thank you.
You’re very welcome.
Please make sure you’re using the shortcode as below:
[vu_social_network url="#" target="_blank" icon="fa fa-facebook"]
in particular see if the quotes are written in the right way.
Otherwise, please send us your WordPress credentials so we take an inner look at it.
Thanks and cheers
Yes, that is exactly the problem. I am using that exact same shortcode and it works fine while inside the Visual composer environment. But when I am in the live site, it does not. By looking at the source code on the live site, I have noticed that this is what shows up:
so, at some point something is changing the target=”_blank” to target=”_self”
Hopefully this is helpful, otherwise let me know and I will send you my credentials.
That’s weird! Please send us via here your WP credentials so we can better troubleshoot the issue.
Thanks in advance
Hello, It’s me AGAIN! I just wanted to ask you how can i change the count down on the coming soon page into frensh. juste the words “days” “hours” “seconds” and also how can i change the date and the “nocomments” on the blog articles page into frensh too. just tell me where do i find the codes and i will do it myself. thank you so much you are always here to answer my questions and it’s just so easier for me to use your theme ande modify whatever i want
Hey imane1312,
To translate the count down shortcode, open wp-content/themes/bakery/assets/scripts/jquery.countdown.min.js, find and replace the words you want.
While to translate date and other text contained in the blog page go to wp-content/themes/bakery/includes/post-templates folder and modify all files there as well as single.php file by searching and replacing with your words. For blog carousel go tobakery/includes/shortcodes/blog.php.
Thanks for your kind words BTW.
Warm regards
Widgets not working in iOS. The order form and the subscribe buttons simply do not work in iOS. I tried both the safari and chrome browser with no luck. The portfolio items also do not show prices if you attempt to click on the picture in mobile. Help!!
1. Could you please be more specific which widgets are not working in iOS?
2. Portfolio items price issue will be fixed in the next update.
The order form and subscribe buttons on mobile. When the submit order button is pressed, the circle pops up to the left indicating something is processing but nothing ever completes. When I click subscribe in the footer with a valid email address, nothing happens.
Thanks for the support!
Just looked at your site and couldn’t notice anything wrong, everything seems to work fine. The issue may be related to the cache, so please make sure to clear browser’s cache and site’s cache in case you’re using any cache plugins.
Thanks!
Hmm, did you look at it on mobile? That’s the odd thing, words perfect on desktop but not on ipad or iphone. Cleared cache and went back to the site. I leave the order form completely blank and click the submit order. The circle spins and spins, but nothing happens. The same deal for the subscribe button in the footer. I leave it blank and click subscribe. The missing fields dialog does not display for either form. It also doesn’t work when fully populated which makes me think there is some kind of form submission exception or something.
I did a lot of testing and poking around this evening. I was trying to figure out why it worked (meaning able to submit an order and subscribe) on a desktop, but not an ipad or iphone. It finally dawned on me that I was always logged in on the desktop. When I logged out, I was able to reproduce the issue which matched all of the other devices (iphone and ipad). Clicking submit order displayed the circle that spins, but no message saying fill in fields or successsful. Same goes for the subscribe button. Why would being logged in matter on a form submission? Thanks in advance.
After a more closely investigation realized that the error is happening because of Visual Composer plugin. To fix it you should modify wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php file, line 176:
foreach ( $role->capabilities as $key => $value ) {
with:
foreach ( (array) $role->capabilities as $key => $value ) {
Let us know if this works for you.
Thanks and cheers!
Yay, that worked! Sorry about the back and forth, but I really appreciate the assistance and the patience.
You’re very welcome. Always happy to help you.
Thank you too for the patience.
Best regards
Linked to a support question I asked about portfolio categories – when I created new categories they have not filtered products on separate pages – please tell me what I’m doing wrong?
http://stevanbarry.com/beta/corndolly/products/breads/You’re using the wrong link. The link for a portfolio category should be like this:
http://stevanbarry.com/beta/corndolly/portfolio-category/breads/Thanks guys (again).
Probably a silly question but why are the categories I created in the portfolio categories page not showing up as the product gallery filters (original ones are still showing).
‘Portfolio with filter’ shortcode and ‘Gallery’ shortcode are two different independent shortcodes. Please take a look at their settings to make sure you understand the differences between them.