Discussion on Bakery | WordPress Cake & Food Theme

Discussion on Bakery | WordPress Cake & Food Theme

Cart 3,682 sales
Well Documented

milingona_ supports this item

Supported

1686 comments found.

Hello again,

After the mobile menu has opened, how to make the current menu item stand out. I’m able to do it in the desktop sub menus but not yet in the mobile menu.

Here’s a screenshot:

I would like the mobile menu current item to look the same as it does in the desktop view.

Thanks,

Hello,

You can use the following code for that:

.vu_mobile-menu ul li.current-menu-item>a {
    color: #000;
    background-color: #848484;
}

Cheers

Wonderful! Thanks again

You’re very welcome! :)

Hello,

How to change OR remove the inner borders around the full header picture?

Here’s a screen shot:

Thanks

Hello,

To change the color of inner borders use the following code:

.full-header-container {
    border-top-color: #fdb822 !important;
    border-bottom-color: #fdb822 !important;
}

While to remove them and the space between use the following:

.full-header-container {
    border: none !important;
}

.offset-borders {
    padding: 2px 0;
}

Warm regards

Great! Thanks

Hi there,

both shortcodes [vu_recent_posts numberposts=”3”] and [vu_recent_posts numberposts=”5”] deliver not the specified number, but display a long, long list of posts here. What could be wrong, why won’t the “3” or “5” (for example) be interpreted as intended? Thank you in advance.

Well, this seems to be due to the “featured/sticky” function… is there a shortcode functionality that stops after the specified number anyway?

Please make sure you’re writing the shortcode in the right way especially pay attention to the quotes.

Correct:
[vu_recent_posts numberposts="3"]
Wrong:
[vu_recent_posts numberposts=”3”]

Best regards

Thank you! Can you also tell me how to align the logo to the LEFT when in mobile view?

Use the code below again in Bakery > Custom Code

@media (max-width: 480px) {
.vu_logo {
    text-align: left;
 }
}

Kind regards

Hello. We have Bakery Version: 1.1.1 and would like to upgrade to the latest version but do not know how. http://groovin.clientdevtest.com/ – how can we do that? And, this came with Visual Composer, but when you go to use it, it just sits there and tries to load. And never goes past the loading stage. Thank you for your help.

Hello,

There have so many changes and a lot of things have been deprecated since version 1.1.1. Considering that, I’d recommend you to install the latest WordPres version along with the newest theme version (v1.3.7) in a new directory and do the migration manually.

p.s. In order to get further support please post from the account you have bought the theme or send us your purchase code so we can verify your purchase.

Thanks and cheers

Hello can you please tell me how to remove the extreme top and extreme bottom “offset borders” of the page headers? Also the white space in between the two borders. I only want to keep the innermost border on the top and bottom. Thanks!

Hello,

You can remove them by pasting the following CSS in Bakery > Custom Code.

.offset-borders:after, .offset-borders:before {
    display: none;
}

Kind regards

Support doesn’t seem to exist these days at all…?

Hi How do you install the undated theme to the already installed theme.

Hi,

The best way to update the theme is via FTP. Download the installable WordPress file from the your Downloads​​ page, extract and then upload via FTP. But first make sure to backup the current version by renaming current ‘bakery’ folder name to another name. Nothing will break unless you haven’t made changes in the core files. You can use also Envato WordPress Toolkit. Check this article for a step-by-step procedure on how to update your theme with the Envato WordPress Toolkit.

Warm regards

Hello, I bought your theme to make a wordpress website for my client. I created it in my hosting first and when he decided everything looks fine I started to move website for his hosting (www.kajzerka.com). I moved it using Duplicator plugin and also installing fresh wordpress with theme uploading but I got only white screen and error on wp-admin page, I figured out it appear when theme and depending plugins are active. In my hosting everything works great (http://galias.me/kajzerka/). What’s going on? What I need to do to make this website works and finalize my project? Or it is a License issue? Can I change move it from me to my client?

Hello,

That’s definitely NOT a license issue. Probably there were any issues while migrating to the new domain. Make sure you have activated all your plugins. If the issue repeats then please feel free to send us your WordPress credentials so we can take a closer look from inside.

Thanks

Hello, I used the “Install demo content” but the widget and menus did not import, why? How to have the same footer and menu as on your demo link http://themes.milingona.co/bakery/default/ ? Thank your for your reply, Clara

I found them at the bottom of the widgets page! Sorry for the inconvenience. Have a good day ☀️

Hey Clara,

Thanks for the purchase.

Looks that the demo import was not very successful. However, glad you managed to solve the issue.

All the best

Hello, how can I set the products images to appear like the demo? I set “Portrait” on visual composer style but nothing change…

Thanks

I use the correct VC Shortcode but nothing change…

[vu_products type=”standard” layout=”4” product_view=”square” show_button=”” class=”” query=”size:All|order_by:date|tax_query:232”]

*Fixed – I change the principal image so now looks good

Glad for that! Thanks for the feedback and feel free to write us again for any other issues.

Warm regards

Great theme but the ‘pages’ have no banner across the top (under the header) yet the Blog posts and Woo Shop page have a massive and redundant ‘banner’. How do I remove this banner please? (The shop one says Archives from ‘2017’). I tried changing the Page Header Style but itdoes not save the settings. tasteofafricanz.com

Thanks

Hi,

1. There are three different page header title styles supported: Default, Custom and None. In order to show the header title on a specific page make sure to choose default or custom style from Page Header Settings at the end of the page.

2. To set a different page header title on your Shop page you should specify that page as shop page from ‘WooCommerce > Settings > Products > Display > Shop Page’ and then choose a custom title and subtitle from Page Header Settings for it.

Warm regards

Thanks for the reply

1. I tried that. Changed it, saved page and it always reverts to the default. Repeated several times. It seems the default is overriding the changes.

2. When I put a ‘category’ of blog posts in the menu, the band appears, when I put a page, no problem, so ‘category’ is using a different page template than ‘page’. Blog is ok because it is a ‘page’ of posts. Woo Shop page is picking up the ‘Posts’ template, not the ‘Page’ template.

All ‘Header’ settings are default. I can’t change them (as per above)

Thanks

Please send us via contact form your WP & FTP details. We will take a closer look at the issues and try to fix them for you. Thanks in advance!

Hello,

How to turn off the parallax effect for the page header background images?

Thanks

Hello,

You can turn that off from Bakery > Header > Header Title Background Parallax.

Cheers

Thanks!

Thank you for this great theme. I wonder how the sidebar (http://themes.milingona.co/bakery/default/products-with-sidebar/) can be shown ABOVE the products in responsive mode?

As it is now, people have to scroll down to the end of the page (way too long) in order to find the sidebar that serves as navigation through the portfolio… The solution should be comparable to the “filter mode”.

Hi there,

We’ve made that possible for you. Please download the following file:

https://www.dropbox.com/s/jkskk5nbkv63tbb/template-portfolio.php?dl=0

and replace with your current file in wp-content/plugins/bakery-cpt/templates/templates/template-portfolio.php. The sidebar will be shown first in responsive mode.

Warm regards

When did you answer me ? I spend time to wait your help !!!

Hello,

For a blog post, what are the correct dimensions to not have images cropped when viewing them in a post with gallery format?

I understand that the feature image needs to be 840×440 px but what about the gallery pictures?

Thanks

Hello,

The standard format for Gallery Post Type is 1024×576 pixels while for Gallery shortcode, the default image format is 800×600 pixels.

Kind regards

Hello,

The “search” option isn’t working in our blog. If you type something and press enter it just brings you to the top of the page.

I’m going to remove it from the blog sidebar widget for the time being as it is not functional.

I would like to find a fix.

A response is appreciated.

Hello again,

Probably there is a conflict with any of your plugins because on our side everything including search is working fine. Try to deactivate them one by one to find which one is causing that.

Edit: Actually it’s working on your site too. See http://hotbunsbakery.net/blog/?s=pink.

Thanks

it seems to me that there are two version of this theme available over here, one is default theme and one is shop theme, i chose this theme previously and my designer purchased it but after going trough the purchased theme i realized it functions differently , when clicking on cart it goes to order form and opens new page for items , how can i make like the version which is called shop theme? and also in the purchased theme scrolling which mobile is not user friendly and has issues , first we have click on the item then able to scroll it .

Hi there,

To get the shop version you can install shop demo from Bakery > Install Demo Content or just install WooCommerce plugin and re-insert your products using it.

For the scroll issue please first send us your site URL along with your purchase code and we will take a closer look at it.

Thanks

Hello,

Our website is live now:

http://hotbunsbakery.net

Safari browser is acting in unexpected ways:

- {desktop} submenus don’t always drop down so it’s hard to navigate - {mobile} the top bar has white text when it should be black - {both} pictures are randomly switched with incorrect images that are out of place. This happens with header pictures too. - {both} objects don’t always resize properly. On the blog they are very stretched out.

In short, Safari browser, regular and mobile, is a headache.

I already had the animation setting turned off in the Bakery Options.

I cleared the cache as well. Problems are still occurring.

Any ideas? Your help would be greatly appreciated.

Responses would also be nice to my previous questions.

Thanks

Hi again,

Just took a look at the reported issues and couldn’t notice any problems at them except the last one. To avoid stretching out of images in blog posts you need to add the extra code below in Bakery > Custom Code:

.post.format-gallery .blog-post-images-slider .owl-wrapper-outer.autoHeight { height: auto !important; }

As far as I see, all your questions have been already answered. I’d like to apologies for the delays and ask you to write us again for any other questions or issues.

Many thanks

Hello,

We reached out once before about widening the header space for a big logo image, however we would really love for it to be the maximum width of the white block space as the site displays now. Here is the draft site we are working with http://www.gvcprojects.com/sweetcheeks/ and we want it to mimic the header image on the original site found here: http://www.sweetcheeksbakerync.com/. If you could please help us, that would be great!

Thanks!

Hi there,

All you should do is paste the following code in Bakery > Custom Code:

.boxed .vu_main-header {
    margin-bottom: 25px;
}
.boxed .vu_main-header > .container {
   width: auto !important;
   max-width: 100% !important;
   padding-left: 0 !important;
   padding-right: 0 !important;
}
.boxed .vu_main-menu-container {
    padding: 0 !important;
}
.boxed .vu_main-menu-container .vu_logo-container {
    padding: 0;
}
.boxed .vu_logo a {
    display: block;
}
.boxed .vu_wc-menu-item.vu_wc-responsive {
   left: 30px !important;
}
.boxed .vu_mm-open {
    right: 30px !important;
}
@media (max-width: 1100px) {
    .boxed .vu_main-menu-container .vu_logo-container {
        padding-bottom: 0 !important;
    }
}

Warm regards

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey