Discussion on Bakery | WordPress Cake & Food Theme

Discussion on Bakery | WordPress Cake & Food Theme

Cart 3,689 sales
Well Documented

milingona_ supports this item

Supported

1690 comments found.

Hi, pls I need help with the following:

1. How can I delete the demo content and start afresh?

2. I mistakenly imported both Default & Shop demo content? So where can I switch between the Default Version & Shop Version?

3. How do I disable the Shopping Icon near the main menu from displaying?

4. On the Home Page (Default), the contact us layer is covering part of the blog posts section. How do I correct this? (preferably without coding)

5. What is the real diffeence between the Default version the Shop version?

Thanks

Can I have your email address for further communications pls?

Can I have your email address for further communications pls?

Sure, you can reach us anytime via our contact form.

Thank you for the great theme! Was wondering how can I have the social media pages open in new windows from the brown social icons on the Contact page.

On these URLs – [vu_social_network url=”#” icon=”fa fa-twitter”]

Right now when I add my url in the # space, it just opens in the same window as the website. Please let me know! Thank you!

Hi,

Could you please post from the account you have bought the theme or send us your purchase code so we can first verify the purchase.

Thank you for your understanding!

Sent you a message with the purchase code! Thanks!!

Hi ashsam,

You can make make those links to open in new window by adding target=”_blank” as below:

[vu_social_network url=”#” target=”_blank” icon=”fa fa-twitter”]

Also note that your support has expired so you are advised to purchase support extension in order to be able to get further support from us.

Many thanks

Hi, I need help:

I use the WP and the woocommerce in hungarian with the Bakery theme, and it’s works correctly, only in two places not work the basic translate. First in the cart, the “Postcode/ZIP” string not change, and the second in the shop: the “Top Rated Products”. How or where can I change it?

Thanks

You can adjust that from Bakery Options > Header > Fixed Header Offset.

Cheers!

Thanks, and my last quastion, maybe :) When I add a product to the cart from the webshop main page, A message appears under the cart. Where can I translate this messages (“xy” was successfully added to your cart”)?

Thanks!

You can translate that by modifying the following files:

  1. wp-content/themes/bakery/header.php, line 86, 126, 168, 223
  2. wp-content/themes/bakery/includes/vu-functions.php, line 46

Warm regards

hello, I just wanna ask if how can I customize the hover buttons on the product? I’ve emailed you a week ago about this and I need your help urgently. ~Thanks in advance!

Hi,

You can customize the hover buttons by modifying lines 75-76 of wp-content/themes/bakery/woocommerce/content-product.php file and wp-content/themes/bakery/woocommerce/loop/add-to-cart.php.

Also note that your support has expired so you are advised to purchase support extension in order to be able to get further support from us.

Kind regards

Hello,

i got a problem with the hover color on the main menus. Fix on top and while scrolling i cant change the color on mouse hover.

Even .vu_main-menu>ul>li a:hover { color: #E10B7A !important;} in custom styles wont work.

I hope you can help me. Ty

Hello,

You just need to add .affix class to the CSS code above so it looks like:

.affix .vu_main-menu>ul>li a:hover { color: #E10B7A !important;}

Kind regards

Hi, I don´t know where is it demo theme. I have bought theme but you say: “Demo content You can import demo content from our site (with blurred licensed images) with a single click of a button. Don’t forget to activate all required plugins before importing demo data.” I don´t found.

Hi,

Thank you for your purchase.

The demo content can be found under Bakery > Install Demo Content. Please follow the instructions given there and your site will be ready within minutes.

Thanks and cheers

Hi, i have a “Blog Posts” shortcode in my index page that doesn’t show the text in the second and third post of my blog. It keep showing de demo text. ¿how can i fix this? Thanks!

Hi grafosweb,

We need to look at your site so please provide us your site URL and we’ll get back to you shortly.

Thanks in advance

Please go to single post page and change the excerpt field. If you do not see it, click the right top Screen Options button and make sure Excerpt is checked.

Cheers!

Hi, I tried to change the link color in theme options. But I think there is no way. How can I do that? Thank you for helping.

Hello,

Please use the code below in Bakery > Custom Code

a { color: #333; } /* global */
.page-footer a { color: #fff; } /* footer */

If this does not work for you then please tell us more where/which link color in particular you want to change.

Thanks and cheers

Hello, I would it it if the category could be placed before the title on the single product page. How would I be able to make those changes?

Hello,

You need to edit wp-content/plugins/bakery-cpt/templates/templates/single-portfolio-item.php file, lines 20-21 in particular:

<h1><?php the_title(); ?></h1>
<h3><?php vu_portfolio_terms( $post->ID ); ?></h3>

replace with the following:

<h3><?php vu_portfolio_terms( $post->ID ); ?></h3>
<h1><?php the_title(); ?></h1>

Then paste the CSS code below in Bakery > Custom Code:

.single-product-section .article-header-5 h1 { margin-top: 10px !important; }
.single-product-section .article-header-5 h3 { margin-top: 80px !important; }

Warm regards

“Does your theme work well with back-end caching? Any functionality that is dependent on the back-end and that won’t work with such caching technique, maybe some conditions that varies between mobile and desktop devices or related to the responsive design? I wonder if caching only by “Accept-Encoding” would be enough or should I include User-Agent also in case some theme functionality depends on it.

Thank you.”

Hello!

It’s been more than seven days since I posted my last question and I didn’t get any answer, so I’m posting it again!

Hi,

First, sorry for the late response.

The theme itself does not include any functionality that is dependent on the back-end. So the back-end caching should work well for you.

Thanks

I need your help very urgent very important. Somehow I could not change the site language PDFs in document process did individually. but it did not change the site language.

I ask you to change translation made po files from you?

File translation translation po construction has been installed in the directory

I took special message for FTP and password information

Just replied via email. Please check it and let us know more details. Thanks!

Would you please tell me how to make a submenu into two columns instead of one long column? See the “Flavors” category on the main menu here: http://redtopcheesecakes.com/ It is currently one long column. I would like to break it into two columns. I would also like each column to be slightly wider so the name of the product doesn’t wrap to a 2nd line. Thank you..

You’re welcome! :)

Would you please tell me why my “View Cart” and “Checkout” links are not working? The ones I’m referring to are when you hover over the little cart icon on the right side of the menu. When you hover over the icon you get the drop down that shows what item is in the cart and then there are two buttons, “View Cart” and “Checkout”. The links do not go to the cart or checkout, but go to whichever page you are viewing. http://redtopcheesecakes.com

Thanks.

Couldn’t see this problem. Probably have already solved it. If not, please let us know and we will be happy to help you out.

Thanks and cheers

Hey Milingona,

I have some troubles with my website. I’ve build www.jedewe.nl the last few weeks but the website is very slow at fresh load. Thats not the first impression you want to give to your costumers. Have i missed some settings? Could you please help me out with this issue?

Hi,

We’d recommend you to use any of the popular performance optimization plugins. W3 Total Cache plugin is one of them that may help you achieve what you’re looking for and improve your overall site’s performance.

Thanks and cheers

Hello! Well I have another question, how can i change the link of the blog image?, when you click on the blog image, it should open the post instead of open the image on a lightbox. Thanks for your help!!

Nothing! We’re here to help you!

It works! but now the image link on the Recent Posts shortcode show the image gallery, so I found where to change the link, i created i child theme, and created the functions.php file, i copied the function but it doesnot work :( the code is:

<?php
    if ( ! function_exists('vu_recent_posts_shortcode') ) :

        function vu_recent_posts_shortcode_child( $atts, $content = null ) {
        $atts = shortcode_atts( array(
            'numberposts' => 3
        ), $atts );

        $recent_posts = new WP_Query('orderby=date&order=DESC&posts_per_page='. absint($atts['numberposts'])); 

        ob_start();

        if( $recent_posts->have_posts() ) :
            while ($recent_posts->have_posts()) : $recent_posts->the_post(); ?>
                <div post_class="">>
                    <?php if( has_post_thumbnail(get_the_ID()) ) : ?>
                        <div class="blog-post-small-img">
                            <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
                                <?php the_post_thumbnail('ratio-3:2'); ?>
                                <span class="blog-post-small-img-cover" />
                            </a>
                            <div class="blog-post-small-info">
                                <div class="blog-post-small-info-content"><?php echo get_the_date(); ?></div>
                            </div>
                        </div>
                    <?php endif; ?>

                    <h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
                    <p><?php vu_the_excerpt(20); ?></p>
                </div>
            <?php endwhile;
        endif;

        $output = ob_get_contents();
        ob_end_clean();

        return $output;
    }
    add_shortcode('vu_recent_posts', 'vu_recent_posts_shortcode');
        endif;
?>

There is an inconsistency in the function naming. You should use the code below:

<?php
    if ( ! function_exists('vu_recent_posts_shortcode_child') ) :
        function vu_recent_posts_shortcode_child( $atts, $content = null ) {
            $atts = shortcode_atts( array(
                    'numberposts' => 3
            ), $atts );

            $recent_posts = new WP_Query('orderby=date&order=DESC&posts_per_page='. absint($atts['numberposts']));

            ob_start();

            if( $recent_posts->have_posts() ) :
                    while ($recent_posts->have_posts()) : $recent_posts->the_post(); ?>
                            <div post_class="">>
                                    <?php if( has_post_thumbnail(get_the_ID()) ) : ?>
                                            <div class="blog-post-small-img">
                                                    <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
                                                            <?php the_post_thumbnail('ratio-3:2'); ?>
                                                            <span class="blog-post-small-img-cover" />
                                                    </a>
                                                    <div class="blog-post-small-info">
                                                            <div class="blog-post-small-info-content"><?php echo get_the_date(); ?></div>
                                                    </div>
                                            </div>
                                    <?php endif; ?>

                                    <h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
                                    <p><?php vu_the_excerpt(20); ?></p>
                            </div>
                    <?php endwhile;
            endif;

            $output = ob_get_contents();
            ob_end_clean();

            return $output;
        }

        add_shortcode('vu_recent_posts', 'vu_recent_posts_shortcode_child');
    endif;
?>

Cheers!

Hi, I need help in the following cases: 1 – How can I edit my order form in the portfolio and remove extra field (ex : Date field ) ? 2 – I remove woocommerce, but there is still a price label and “add to cart” button (ex:$) on portfolio , How can I remove these items ?

Could you please provide us via our contact form your WordPress credentials and FTP details so we can have a closer look at the issue.

Thanks in advance!

Hello , Thank you for answers. How do I delete order form of product page?

Hi,

Please follow the steps below:

  1. Disable Ordering from Bakery Options > Order Form > Ordering.
  2. Delete lines 48-52 of wp-content/plugins/bakery-cpt/templates/templates/single-portfolio-item.php file.

Best regards

Hi, how can I remove the testimonial pagination? Thanks a lot :-)

Hi,

You can do that by pasting the code below in Bakery > Custom Code:

.testimonials-slider .owl-controls .owl-pagination {
    display: none;
}

Warm regards

Howdy!

Does your theme work with the latest version of PHP – 7? Is it fully SSL compatible?

Hey there,

Yes, we have tested on our local server and the theme worked well with the latest PHP version. Regarding SSL compatibility, we have not tested but there shouldn’t be any issues with it.

Thanks!

Hi, Thanks for the beautiful theme. It was great to work with! One question: When you have a blog post and add a Featured image, it comes with a filter. When you hover over it with the mouse, it gives you the option to have it pop up. How do I remove this filter? Thanks!

Hi,

You can remove that by using the following code in Bakery > Custom Code

.blog-post .blog-post-image .blog-post-image-cover { display: none !important; }

Thanks and cheers

Hello, how can I change the blog title that conatains the paralax?

Alright, glad you figured that out. Cheers!

Hello, I have updated the theme however the Blog Page does not seem to sync with my categories. Please help.

http://prabufoods.com/?cat=6

Hello,

The question is not so clear so please provide us more details about the issue. Looked at the link above but couldn’t notice anything wrong.

Thanks

Hi, i have problem with theme Bakery and in particular with Visual Composer. When i try to use Visual Composer, i received an error (in console ). This is the error in console: Uncaught TypeError: $template.get is not a function in backend.min.js?ver=4.10:6

Thanks !

Hi,

Please provide us via here your WordPress & FTP details so we can get a closer look at the issue and see what is causing that.

Thanks in advance!

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