1687 comments found.
Hi, I have a gallery setup with your theme and am having trouble getting the photos to line up correctly. You can see what I mean here. Is there a standard image size that I should be using? How can I make this look better? Thanks
Sorry, meant to send a link to what I am talking about, here it is. http://www.cjydesserts.com/gallery/
Hi,
Please try to use images with size at least 1024×768px. That will allow you to line up correctly all the gallery images.
Best regards
Hi, I would like to add excerpt support in portfolio items. Can you Help me?
Hi,
Sure, you need to modify wp-content/plugins/bakery-cpt/custom-posts/portfolio.php line 40:
'supports' => array('title', 'editor', 'thumbnail')
as below:
'supports' => array('title', 'editor', 'excerpt', 'thumbnail')
Cheers!
Thank you very much. It works!!!!
Awesome. You’re very welcome! 
Hi – I am using your theme and it is really stunning! I have a quick question! The JS code that you can embed in the settings, it seems that it is included only before the jquery is able to load.
Is this something that is overlooked by you or would you be able to change that?
Currently I am adding a custom script so I can have pop-up images on the image gallery to link to other images because I wanted to embed html inside the gallery title but it does not work as it should.
Thanks in advance…
Hi,
That should work properly, just please make sure you’re embedding the script as below:
(function($) {
// put your code here
})(jQuery);
Cheers
Hi – thank you! I came right with this! It was the $ vs jQuery issue! Anyway my latest question is regarding the JSCode editor! It seems that everytime I go back to that page it doesn’t keep the formatting. It goes into a line and then adds “n” as well as ”’\” characters into it which breaks the js code! I mean if I change the Mailchimp API key and it still does it! Which is strange! The css code keeps it the same – no trouble there! Thanks
Hi,
Yes, that’s true! The js code is compressed by default and you should avoid leaving comments in the code. However, please feel free to provide us your WordPress & FTP details via the contact form and we will fix it for you.
Thanks in advance
Hello,
I use your theme, but now the Google Map is giving me a warning: The map is not correctly loaded, see the Javascript-console for technical details. The Console says: Google Maps API Warning: NoApiKeys. How can i solve this? Where can I add a new API Key?
Hello,
To add an API key you first need to get an API key here then go to ‘wp-content/themes/bakery/includes/vu-actions.php’ file, line 25 and replace:
//maps.googleapis.com/maps/api/js?v=3.exp
with the following:
//maps.googleapis.com/maps/api/js?v=3.24&key=YOUR_API_KEY
For more details please have a look at this link.
Thanks and cheers
Hello,
I have done that but I still gets a grey screen with the next error: Google Maps API error: DeletedApiProjectMapError How can I solve this one?
Hi,
Could you please provide us your WordPress credentials so we can get a closer look. Please use the contact form in our profile for sending them.
Thanks
Hi – I am using your theme and I would like to ask if we can purchase the video in the theme and modify it? I know you said it is copyrighted, but the owner – could he sell the right to use it? And would one be able to edit it a bit? Thanks
Hi,
We’d recommend you to contact the author video directly and ask for permission to use and edit. That the best option!
Thanks
Hi thank you – but who is the author? Where can I get that info? Thank you!
Here is the video link: https://vimeo.com/94575995. Please click the author name and there you will find the option to contact him/her.
Cheers
Thank you very much
You’re very welcome!
I was wondering if there is any way to disable the image highlighting in the portfolio. My site http://www.cjydesserts.com/ has portfolio images on the homepage and they get highlighted when you mouse over them. This is kind of annoying, especially when viewing it on a phone. I would like have links there but not have the entire image highlighted. Thanks
Hi gitarwmn,
You can use the following custom code in Bakery > Custom Code to disable that.
.vu_product-item:hover .vu_pi-image:after,
.vu_product-item.hover .vu_pi-image:after {
opacity: 0 !important;
}
Warm regards
Awesome! Thank you!
You’re very welcome! 
Hello, my site was just updated with the latest WordPress version and I also went ahead and update to the latest version of your theme. Now Visual Composer seems to no longer be working, I also see there is still an update to the Visual Composer plugin. Shouldn’t your theme update have included that? Please help, I have work to do on this site and this has made things more difficult.
Thanks
gitarwmn
So I noticed the required plugins had updates that needed installing. I was able to update two of the three plugins that were updated with the theme. Visual Composer will still not update.
Hi can you help me get visual composer updated? Thank you.
Hi,
The latest theme version includes also the latest version of Visual Composer plugin. Probably you first need to deactivate and delete the current version then install the new version from Appearance > Install Plugins.
Cheers
Thank you, that did the trick. All I had to do was deactivate the older version and it installed right away. Have a great day!
Perfect! Thank for the feedback.
Have a great weekend you too! 
How can i update free of charge visual composer? Why I need to make new payment? Cant edit my pages.
Hi,
You do NOT need to purchase it. Simply update the the theme to the latest version (v1.3.5). It includes the latest version of Visual Composer.
Cheers
Yes I know this but I don’t want to update the theme because of the slider. I don’t like the new slider. I’ve already fixed the problem by decompressing the zip from the last theme version and updated just js_composer file.
Ah ok, that’s fine. The important thing to point is that the latest theme version includes the latest version of all bundled plugins.
Kind regards
Hello,
Using this theme here http://cremimex.com/newsite but Visual Composer Plugin is not opening in the back-end to change the things and it needs require for updates. I am using wordpress 4.5.2 and it was working before after upgrading the wordpress this is not working. Please let me know how can we upgrade visual composer. I can supply our purchase code to get verify.
Thanks
Hello,
Looks that you have an older theme version installed. All you should do is get the latest theme version. That comes with the latest version of Visual Composer plugin and will fix your issue.
Thanks and cheers
Theme version is Version: 1.2.7 and can you provide the latest version for the theme and how it will be apply? Hope it will not remove anything from the site?
Please guide me. can I please share the admin detail if you could help me to fix this issue?
That’s an older theme version. The current version is 1.3.5 and you can get it from http://themeforest.net/downloads.
The best way to update the theme is via FTP. Download the installable WordPress file from the link above, extract and then upload via FTP. But first make sure to rename the current ‘bakery’ folder name to another name and backup it.
Nothing will break unless you haven’t made changes in the core files.
Thanks
Updated to 1.3.5, now my home and shop thumbnails are different sizes. And looks uneven on my pages. Didn’t change anything in the Woocommerce settings.What happened ?
Hi,
Please provide us via the contact form your site URL and login credentials so we’re able to take a closer look at the issue.
Thanks
Thanks for the reply, I just sent you the info.
Ok, thanks!
Hi all, I just wanna ask you something about the portfolio. I would like to add a custom text on each category (the same text). Is there a way to put the text in the portfolio list product? Above to content (products) of course.
Thanks in advance
Hi,
Unfortunately, that is not supported by the theme. But you can customize it by modifying wp-content/plugins/bakery-cpt/shortcodes/porftolio-with-filter.php file and adding the text between lines 72-74.
Thanks
Hello , been trying to search for solution for : - adding more feature products , instead of 3 in the basic demo , how can i add more ? and reduce the size of the circle photos . thanks
Hello,
Unfortunately, that is not possible. The shortcode supports max. three featured products.
Thanks
Hi there, I’ve been trying to import the shop demo content but it just keeps giving me a spinning circle and says please wait. Can you please help me import the content another way?
Actually I got it to work. But I have another question…how do I activate the coming soon feature with countdown? When I go to Bakery>General>Maintenance or Coming Soon Page it says “No items of this type were found.”
Another issue I’m having is…the homepage located here: yulucakes.com. But the rest of the pages are located under this subdomain: yulucakes.com/site
How can I fix this?
Hi,
1. That was caused due to low maximum execution time (max_execution_time). You should increase it by your own or contact your hosting provider.
2. Most probably the import was not successful and the pages were not created. You should try to re-import everything from the beginning.
3. That’s because you have installed WordPress in two directories. There is no need for that. You should install WordPress and the theme only in the one directory.
Thanks and cheers
Is it possible to change the header text color for a specific page, but leave the others assigned to the color in the theme settings?
Yes, that is possible. Please open the page you want to change the header text color, click the gear icon on top right side and paste the following code:
.full-header h1 { color: #YOUR-COLOR; }
.full-header h3 { color: #YOUR-COLOR; }
where #YOUR-COLOR is the desired color hex value.
Thanks and cheers
Hello my contact form is not working i fill the info and it says failled.
http://sevolvioprispri.com/contacto/Hi again,
Please try to use WP Mail SMTP plugin instead of the built-in mail function. That should fix your problem.
Thanks
in my website http://sevolvioprispri.com/ in the products area in the home link I have 3 icons in each producto image (zoom, link, cart) I want to disable link and cart for the moment. How do i do it?
thanks
Hi,
You can hide the link and cart icons by using the following custom CSS in Bakery Options > Custom Code:
.vu_product-item .vu_pi-icon:nth-child(2),
.vu_product-item .vu_pi-icon:nth-child(3) {
display: none;
}
Warm regards
Hello, I purchased this item about a year ago, and i love it! Just a quick question, are the updates for the visual composer included with this purchase, because recently I cant make adjustments to my pages and the plugin is expired and needs updating. Do i have to pay for this feature again?
Hello,
Visual Composer is bundled with the theme and you do not have to purchase it. All you need to do is get the latest theme update. The theme has been updated yesterday and includes the latest version of Visual Composer plugin. Enjoy the theme!
Best regards
Hi, not work visual composer! Help Me!
Hi,
Which theme and Visual Composer version are you using?
Thanks
4.9 Visual Composer, 1.2.9 theme
I have update theme version in 1.3.4 but vc not work
You should also update Visual Composer plugin. Please first deactivate and delete the current version then install the new version from Appearance > Install Plugins.
thanks!
You’re very welcome!
Hi there I recently updated the theme to version 1.3.4 – are you now no longer updating the composer plugin?
I’m having major issues as composer has stopped working.
Hey stevanbarry,
Make sure you have updated Visual Composer plugin too. Please try to deactivate and delete your current version of Visual Composer then install the new version from Appearance > Install Plugins.
Thanks and cheers
How do I go about making a full screen image at top of page in place of header for Bakery theme?
The question is not so clear. You want to place a full screen background image in header area like this, right?