1687 comments found.
Dear Author,
i’m having troubles with my Bakery theme in addition to WPML. It overwrites my translations randomly when I reopen my pages or articles. Even if I save an older revision of my page or article the translation are gone or bakery load it not correctly. I asked WPML Support already. They suggested that the problems result from the theme. Please help. Need to show the site on monday.
Deniz
Hi Deniz,
This may be happening in case you have chosen to duplicate pages or posts. To fix it please go to your translations and click ‘Translate independently’ button. If that does not work for you please mail us your WP and FTP credentials so we can look at the issue more closely.
Thanks and cheers
I’ve send you an E-Mail via the link you gave me. Did you receive my E-Mail?
Deniz
Hey Milingona,
could you please tell me what’s happening now? Didn’t get any message yet. I’ve sent you FTP and WP access via Mail.
Thx Deniz
Could you please tell me how long it will take. Or whats happening?
Hey Deniz,
Unfortunately, after several tries we were unable to detect why that is happening. There are a lot of buyers who have integrated WPML with the theme but none of them is having such an issue. We’d suggest you to ask again the WPML support for help.
Thank you for your understanding
In your demo, MENU LIST page [http://jeepneystop.com/alameda/menu-list], the items on the menu appears then disappears when viewing from an iPad or iPhone – on browsers SAFARI or CHROME. Can you let me know how to fix it?
Thanks, Arvin Lioanag
Hey Arvin,
To fix that please try to disable animation from Bakery Options > General > Animation.
Many thanks
Hi! The reason why I am writing to you is that recently I have bought your bakery theme and I had an obstacle while creating the site. The problem was that I can’t find the way to increase the first logo’s size separately from the second logo . It’s upper boundary is 300px which is not even close to the size which I would prefer. I hope there is a solution to this problem. Thanks in advance.
Hi there,
You can increase the size of the primary logo from Bakery Settings > Header while to change the size of the secondary logo please use the following CSS code in Bakery > Custom Code
.affix .vu_main-menu-container .vu_logo-container { width: 180px !important; }
Cheers
I pasted into the Custom Code, but it didn’t work.
In addition how can I increase the size of the primary logo to 500 px?
Thanks in advance!
Sorry, missed the fact that you cannot increase to this specific size from theme options. Now, to increase the size of the primary logo to 500px paste the code below in Bakery > Custom CSS.
.vu_main-menu-container .vu_logo-container { width: 500px !important; }
while to make the secondary logo width to max 180px use the following code:
.affix .vu_main-menu-container .vu_logo-container { width: 180px !important; }
Kind regards
What could be the problem?
http://i.imgur.com/rQyX1gi.png
http://i.imgur.com/EXzeDpd.jpg
http://i.imgur.com/Cm9ED6e.jpg
Please provide us your site URL so we can see it more closely. Thanks in advance!
Hi! Great theme! However, I’m having some issues: - Testimonials. Currently I don’t have any featured image nor there will be one, so is just text. But the content is not “aligned”: from the 3rd testimonial onwards, is not centered so you can’t read the whole thing. Is there a way to fix this? Thanks!
- Check out The “State” field is not aligned, the text looks out of the box. How can I fix it?
Hi,
Please send us your site URL so we can investigate the issue more closely and then provide the fix for you.
Many thanks
Hi! The website is http://thedolcekitchen.com/. You can see the testimonials in the homepage, at the end. Thanks!
You need to edit wp-content/plugins/bakery-cpt/shortcodes/testimonials.php, line 36:
div class="testimonials-slider vu_owl-carousel" data-navigation="false" data-autoplay="<?php echo $autoplay; ?>”>
replace with this
div class="testimonials-slider vu_owl-carousel" data-navigation="false" data-autoheight="true" data-autoplay="<?php echo $autoplay; ?>">
Then, paste the following code in Bakery > Custom Code:
.testimonials-slider .owl-item .container {
padding-left: 0 !important;
padding-right: 0 !important;
width: 100% !important;
}
.testimonial .testimonial-content {
display: block;
text-align: center;
padding: 50px 0 30px 0;
}
.testimonials-slider .owl-controls {
position: relative;
right: auto;
bottom: auto;
width: 100%;
text-align: center;
padding: 20px 0 30px 0;
}
Kind regards
That seemed to fix it.
I do have another issue though. In the checkout, the “State” option is outside the box. Like this:
http://thedolcekitchen.com/bakery_checkout.jpgHow do I fix it? Thanks!
You can fix that by using the code below in Bakery Options > Custom Code:
.woocommerce form .form-row .select2-container { line-height: normal !important; }
Cheers!
I’m attempting to add an icon to a menu heading and/or description. Need to be able to indicate vegetarian items. I’ve installed a plugin that allows me to insert font awesome icons as code and as shortcodes, but when I attempt to include those in the fields of your menu item module, it not only strips the code/shortcode out, but it strips everything out. Is there anything I can tweak to allow the use of icons in these fields?
Please reply back with your site URL so we can get a closer look at it and then provide better feedback for you.
Thank you in advance.
I have no idea what your looking at the site will do, but the page, in process, is http://wanderhouseproductions.com/mels-dev/wholesale/.
Wanting to include an icon that indicates vegetarian items. Looking at the page isn’t going to address the issue. I feel I’ve been pretty clear…
When I attempt to add a shortcode or html code for icons within the fields in the backend for menu items, your system completely strips out EVERYTHING, so when I update the page, it just deletes everything from the menu item so that it’s just a blank input field.
So, is there a setting or some code that would keep your system from stripping out this code or shortcode?
Thanks for addressing this.
I see you answering a lot of other questions, solving a bunch of other problems, but I can’t get an answer to my question. If you can’t solve it, then please just let me know. Don’t just leave me hanging.
The shortcode should be modified so please send us your WordPress and FTP details and we will customize it for you.
Thank you and sorry for the delay.
I am having a problem where the map on the contact page does not respect the setting in the settings page, all of the settings are correct for longitude and latitude and the marker is in the right place but the map will only display as a satellite map, even when the setting is set to roadmap.
Please provide us your site URL so we can take a closer look at it.
Thanks in advance.
Thanks for taking a look at it for me!
The code shows that the current selected may type is Satellite. It might be that you have chosen to ignore general theme options for the current map, so please make sure you have selected Roadmap as map type. If that doesn’t work for you then please send us your WordPress credentials and we’ll fix it for you.
Thanks and cheers
Thanks so much for helping me with that problem, the other question I have is that I would like to make the hover effect on the products in the shop the default view. So the hover state would always be active. Is there some way for me to do this?
All you need to do is paste the following code in Bakery > Custom Code:
.vu_product-item .vu_pi-container { opacity: 1 !important; }
Kind regards
Bakery Theme has received another rating for Design Quality.
What are you waiting for? Click here and get your theme copy now!“Best design quality Bakery theme in the market. Best support. Great theme and well SEO optimized!”
ERROR :
Warning: Invalid argument supplied for foreach() in /home/pasteler/public_html/wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php on line 176
thanks for help
Hi,
Please open wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php file, go to line 176:
foreach ( $role->capabilities as $key => $value ) {
and modify it as below:
foreach ( (array) $role->capabilities as $key => $value ) {
Warm regards
p.s. please note that in order to get further support you should post from the account you have bought the theme or send us your purchase code so we can verify the purchase.
Hello,
Pls I want to ask if there is any alternative means of purchasing your Bakery Theme? Preferably VISA (not dollar denominated) Card??
I am having challenges linking my Card of choice to Paypal and that’s the only option Envato gives which seems to be a challenge for me.
Hope to hear from you soonest. Thank you.
Best regards, Chiedu.
Hi Chiedu,
Unfortunately, the marketplace supports only two payment methods: PayPal and Envato Credit. We fully agree that there should exist other payment alternatives but this does not depend on us.
Thank you for your interest.
Good Evening,
I was wondering if you could help me by telling me which code I need to remove and where in order to get rid of the “picture expanding” link on the menu items. I would just like to have the chain link icon showing that links to a URL and do not know how to remove the diagonal arrows that show the enlarged menu picture when clicked. Please advise – and I love this theme by the way!
Lorie Purchase codes
Authors may ask you for a purchase code to verify that you’ve purchased this item. daccb30e-74d7-4a66-8c17-8b21118e5cfc – 22 Dec 2015 REGULAR LICENSE
The example is on the menu items when you hover over them, it is the option on the left that simply clicks through to a larger image. We would like to just have the link icon present and link to another page.
Any updates on this? Just trying to get a workaround for the menu items linking to an enlarged picture… I don’t necessarily need to remove the link, perhaps forward the picture arrow link to a page instead of a lightbox of the image? I tried using 301 redirect plug in to forward the image link to a page automatically, but that did not work… any ideas would be of great assistance. Love love love the theme by the way 
Hey Lorie,
First of all, please do accept our apologies for the delay. Glad you’re loving the theme.
Please send us through here your WordPress credentials along with FTP details and we’ll fix it for you.
Many thanks
Hi,
How do I remove the testimonial section on the main page?
Hi,
Simply edit home page and remove the row containing testimonials.
Kind regards
Hi i have recently purchased the theme. i want to know how i can add products for shop, i tried searching the option to add a product dint find any. Do i have to intsall woocommerce plugin to get started
Hi,
Yes, you should first install WooCommerce plugin in order to be able to add products for shop.
Thank your for the purchase.
Hi ,
Thank you for your quick revert its working perfect, i am having an issue in setting up a revolution slider, can i have a documentation wherein i can set up the same.
Hi again,
You can import only slides as in demo by importing includes\options\inc\extensions\wbc_importer\demo-data\shop\bakery-main-slider.zip file from Revolution Slider.
Cheers
Hi I purchased and download the Wordpress version of Bakery theme and only received the PSD files?..I need the wordpress version please let me know ASAP ..cheers
Hi,
Please go to http://themeforest.net/downloads and download Installable WordPress file only which in fact contains all theme files. After this, all you need to do is install it via WordPress.
Thank you for your purchase.
Guys my have my icons all changed – they are showing 404 on the console – http://corndollyfoods.com/
Couldn’t notice any issue, probably you fixed it? If not, please make sure that any of your plugins are not causing the issue and check if the file permissions are set in the right manner.
Thanks
Hi can your template be used as onepage theme ? Also want ask, can shopping basket be added to top menu so user can actually place orders to shopping basket ?
Hi freakpower,
1. Yes, Bakery can be used as a one page or multipage theme.
2. Adding shopping basket in the top menu is possible only via custom code which we will provide you after the purchase.
Thank you for your interest and look forward to hear back from you.
I am having an issue with the blog posts carousel showing properly on the IPAD landscape view. No matter how i set it up for example if I set up as 2 or 3 columns – it shows fine on a computer, on ipad portrait it show 2 columns which is fine and shows as 1 column on mobile (both fill the width of the screen)
However when it comes to the IPAD landscape view it creates 4 column every time – so even if there are 2 posts, it shows as 2 out of 4 columns with a big gap on the right (it is not resizing to fit the width of the ipad).
Is there any way to fix this so that it shows only 2 across on the ipad landscape view and fills the screen?
You can fix that by modifying line 34 of wp-content/themes/bakery/includes/shortcodes/blog-posts.php file:
<?php echo ($atts['type'] == 'standard') ? '<div class="row">' : '<div class="row"><div class="post-slider vu_owl-carousel slider-arrows" data-pagination="false" data-navigation="false" :="" .="" data-single="false" data-items="'. absint($atts['layout']) .'" data-autoheight="true">'; ?>
and replacing it with the following:
<pre>
<?php
$carousel_options = array(
"singleItem" => false,
"items" => absint($atts['layout']),
"itemsDesktop" => array(1199, absint($atts['layout'])),
"itemsDesktopSmall" => array(980, 2),
"itemsTablet" => array(768, 2),
"itemsMobile" => array(479, 1),
"navigationText" => array('', ''),
"navigation" => ($atts['navigation'] == '1') ? true : false,
"pagination" => false,
"autoHeight" => true,
"rewindNav" => true,
"scrollPerPage" => true,
"autoPlay" => false
);
?>
<?php echo ($atts['type'] == 'standard') ? '<div class="row">' : '<div class="row"><div class="post-slider vu_owl-carousel slider-arrows" data-options="'. esc_attr( json_encode($carousel_options) ) .'">'; ?>
Warm regards</div></div></div></pre></div></div></div>
Good day,
following problem: My slider was created which I will not work. This will not appear on the homepage.
I have everything set up. The slider is not displayed in the demo, but just 2 bars but the content is empty.
Slider-Version: 5.0.3
Update installation to 5.1.6 is not possible
Problem is solved by a manual update
Hi there,
Apologies for the late response. Glad you resolved it and please let us know if you need any further assistance.
Many thanks
Hello,
Is there any way to force Portfolio images to be shown as square pictures? I’m somehow having troubles resizing the images using the Wordpress crop option!
http://djurre.work/recepten/Hello,
First please note that it is recommended that you upload images with dimensions 1024×768px. If your images are smaller then open wp-content/themes/bakery/includes/vu-actions.php file, go to line 77:
add_image_size('ratio-1:1', 600, 600, true);
and change as below, for eg.
add_image_size('ratio-1:1', 359, 350, true);
Lastly, do not forget to regenerate thumbnails using Regenerate Thumbnails plugin.
Thanks and cheers
Hello, i’ve beenn using this template nad i really like it. only one question, how can i remove featured products price, that it wount be shown in my main page, but in others it will be shown ? is there a possibility to do this ?
Hello,
Thanks for choosing our theme. Glad you’re loving it.
Please paste the following CSS code in Bakery Options > Custom Code:
.offer-info .text-huge { display: none !important; }
Warm regards
Thank You! One more question please, about dropdown meniu, how can i change colors for that ? i want to make custom background color, text and hover color for the drop down menu
and when i use section BG picture, and picture is dar, but so is text.. it takes color code from template settings, but i want to make it white on particular section, how could i do it ? i dont want to change whole thing, just teks on one section
1. To change font color of submenu items please go to Bakery > Typography > Navigation Submenu > Font Color.
2. To change hover color of submenu please use the code below in Bakery > Custom Code.
.vu_main-menu ul li ul.sub-menu li a:hover { color: #fff }
where #fff is the hover text color for the submenu.
3. To make page header title’s text color white please use the following code in Bakery > Custom Code
.full-header h1 { color: #fff; }
Cheers
My corporate colors are not as a “COLOR COMBINATIONS”. Can I customize the colors individually?
Thank you
Hi there,
Sure, the theme comes with powerful admin options which let you easily customize the colors as you want.
Thanks for the interest.