Discussion on Pizzaro - Fast Food & Restaurant WooCommerce Theme

Discussion on Pizzaro - Fast Food & Restaurant WooCommerce Theme

Cart 2,453 sales
Well Documented

MadrasThemes supports this item

Supported

This author's response time can be up to 1 business day.

669 comments found.

Hello!

I’m using Wordpress v4.9.1 and I’m running into an error when trying to edit pages on the backend with King Composer. Once I go to edit the page, the KC logo blinks and appears to be loading but nothing shows up. I’m not sure what’s causing the problem.

Thanks!

Hello there,

Thank you for purchasing our theme and for reaching us. I am not sure what is the cause of the issue, however I am guess its a JS conflict. Please email our support from here : https://themeforest.net/item/pizzaro-food-online-ordering-woocommerce-theme/19209143/support

Does this template enable buyers to choose from pickup or delivery as an option?

Hello there,

Thank you for your interest in our theme. The theme is a WooCommerce theme and supports all features of WooCommerce. Shipping options are part of WooCommerce and it allows you to add pickup and delivery as 2 different shipping options.

Hope this clarifies. Let us know if you have any other questions or need further help with the theme.

Thanks, Ibrahim

Is it possible to show the telephone number in the header in the mobile view?

Hello there,

Thank you for purchasing our theme and for reaching us. Can you please tell us where exactly you’d like to have the phone number ? A screenshot would help.

My suggestion is to use the footer handheld bar to add your phone link. If you’d like to go with my suggestion, here is the custom code : https://gist.github.com/ibndawood/d0baa56e15394eff6c841d4219aa51a9

Hope this helps. Let us know if you have any other questions or need further help.

Thanks, Ibrahim

Hi. I brought your theme and its great. One question. How do you disable the black and white options on the contact page map? I want it to always be in color.

Hello there,

Thank you for purchasing our theme and for reaching us. The map is a Google Map embedded as iframe in Pizzaro > General > Embed Map Content. Please add this custom CSS to remove the grayscale filter :

.page-template-template-contactpage .contact-map iframe {     
    -webkit-filter: none;
    filter: none;
}

Hope this helps. Let us know if you have any other questions or need further help.

Thanks, Ibrahim

Hello,

May I know where I can find the icon class name list? For example, there is a class for salad po po-salads with salads icon. I would like to know the class for burgers.

Hello there,

Thank you for purchasing our theme and for reaching us. You can use any of the icons listed here : 

https://transvelo.github.io/pizzaro/pizzaro-icons/ or http://fontawesome.io/icons/ 

If the icons you want is not listed here you can generate your own custom icons from IcoMoon : https://icomoon.io/ or Fontastic : http://fontastic.me/ or any other icon generator website. Once you’ve generated your custom icons, you will have to add them to your website. We have explained the process here : 

https://www.youtube.com/watch?v=hkCO2fWT7Sg

Hope this helps. Let us know if you have any other questions or need further help.

Thanks, Ibrahim

Hello again I would like to know if there is an easy way to display Food menu in one line? I have a lot of categorys and know I do have “two lines” of categorys. I would like to display them smaller and in one line (using Header v1) If I use: .pizzaro-secondary-navigation { white-space: nowrap; max-width: 1394px; } It looks terrible and I cant see all of the categorys.

Hello there,

Thank you for reaching us. Can you please email our support your website URL ? I will take a look and suggest you custom CSS.

Thanks, Ibrahim

Hi i need assistance please.

Im seeing the following message all over my site:

ERROR: WC_Product::get_parent is deprecated since version 3.0! Use WC_Product::get_parent_id instead. in /home/bellaroma/public_html/core/wp-includes/functions.php on line 3837

Notice: WC_Product::get_post_data is deprecated since version 3.0! Use get_post instead. in /home/bellaroma/public_html/core/wp-includes/functions.php on line 3837 class=”post-992 product

Please advise!

Hello there,

My apologies for this. This happens when you have updated WooCommerce without updating the theme. Please update the theme to its latest version : https://transvelo.github.io/pizzaro/changelog.txt

Hope this helps. Let us know if you have any other questions or need further help.

Thanks, Ibrahim

Hello. I have the following function in the child theme functions.php to hide the checkout button in the cart page given a minimum order amount and it’s working.

I am trying to do the same for the checkout page and the “Place Order” button but couldn’t.

Also, I am using header v2 and I’m wondering if it’s possible to control the checkout button in the cart widget the same way.

Your support is highly appreciated.

function wc_minimum_order_amount() { // Set this variable to specify a minimum order value $minimum = 5; ‘woocommerce_button_proceed_to_checkout’, 20);

} 
}
else {
wc_add_notice( 
    sprintf( 'You must have an order with a minimum of %s to place your order, your current order total is %s.' , 
        wc_price( $minimum ), 
        wc_price( WC()>cart>total )
    ), 'error' 
);
}

}

Hi. Thanks for replying. Here’s the code I used to set the minimum amount and hide the checkout button in the cart page. I would like to do the same for the “Place Order” button in the checkout page. Thank you.

https://gist.github.com/anonymous/cc0e2c9731459f587acb00080406bfbb

Hello again,

Thank you for reaching us. Did you try the plugin that I suggested ?

Thanks, Ibrahim

Yes. It works well. Thank you

Does it have the function to change the price based on the quantity?

Hello there,

Thank you for your interest in our theme. Are you looking for dynamic pricing ? Like 1 = 10$ buy 2 for $15 ? This feature is not available by default with WooCommerce. It has to be achieved using third-party plugin.

Hi, i need help, I attached the pictures and I numbered the parts. https://drive.google.com/file/d/177pX-2-W_GVleU83vWefEw0CdEX1ggcX/view?usp=sharing 1° How to eliminate this contact bar? 2°how to change this part equals the demo site. https://drive.google.com/file/d/1yKt2d8SVV0aquDHZeTHTgYvyQ3JBhsJi/view?usp=sharing 3°where can I configure this part? Thank you, waiting for your answer.

Hello there,

Thank you for purchasing our theme and for reaching us. The demo link you’ve shared is footer style v1 and you’ve used footer v2.

In footer v2 :

1. To remove contact form from footer v2, please add this code to your child theme’s functions.php : https://gist.github.com/ibndawood/ac6f001593e7e85e3c6c28def207da5a

2. This area is the store info. You can add it in footer address section in Pizzaro > Footer. Ref : http://transvelo.github.io/docs/pizzaro/theme_options_panel/footer.html

3. This is google maps you can embed in Pizzaro > General > Embed Map content.

Hope this helps.

how to change the icons of product categories?

Hello there,

You can use any of the icons listed here : https://transvelo.github.io/pizzaro/pizzaro-icons/ or http://fontawesome.io/icons/

If the icons you want is not listed here you can generate your own custom icons from IcoMoon : https://icomoon.io/ or Fontastic : http://fontastic.me/ or any other icon generator website. Once you’ve generated your custom icons, you will have to add them to your website. We have explained the process here : https://www.youtube.com/watch?v=hkCO2fWT7Sg

Hi,If i change the mail color to orange, the color font of the food menu changed to black. I need to change to white like the color red. Howcan i do this?

Hello there,

May I request you to post your support question from the same account that you used to purchase the theme. Support is restricted to customers only and unfortunately I cannot verify your purchase against this account.

If you believe you’ve used this account for purchase I request you to contact Envato.

Thanks, Ibrahim

Hello.
In the Pizzaro setting, under the Header, I am using the style of Header V5. For the shop, I set the sidebar to the right, it has no problem. However, when I add a new page, and set the template to sidebar, the sidebar will appear under the the content area, and on the left bottom .
Is there a way to set the sidebar to the right of the content too?
Thank you.

Hello there,

Thank you for purchasing our theme and for reaching us. I am not sure if I understand your question correctly, can you please explain with a screenshot ?

Thanks, Ibrahim

Hello,

I am interested in purchasing this theme, had a quick question, is it possible on this theme for the customer to do things like build their own pizza with toppings that they wanted, etc or do you have to have set type pizzas for the customer to order online? Also, what is on the backend for the customer to use in the restaurant for them to see the orders and fulfill them as they come in?

Thanks

Hello there,

Thank you for your interest in our theme. Building your own pizza is not a default feature of WooCommerce. However Product AddOns plugin allows you to achieve most of that. Please note that we only provide compatibility for product addons plugin, we cannot take responsibility for functional issues with the plugin.

The backend is the “my account” page of WooCommerce. You can register an account in the demo and checkout the my account.

Hope this answers your question. Let us know if you need further clarification.

Thanks, Ibrahim

Hello.
Is there a way to remove all items in the cart?

Right now after adding items to the cart, to clear all items, it has to be clicking the remove button one by one.

Thank you.

Hello there,

Thank you for purchasing our theme and for reaching us. There is no default remove all items from cart. You can however use a plugin like this to achieve that : https://wordpress.org/plugins/woo-empty-cart-button/

Hope this helps.

Thanks, Ibrahim

Hi Madrasthemes , 2 questions. Could you please open a forum, dedicated to support ?

Second question: I am using demo version 2. However when I try to edit the theme via pizzaro-panel, I cant change the header or the footer to another version. How can I fix this ?

Hello again,

Thank you for purchasing our theme and for reaching us. We’ve already discussed with you about using forums. Technically this comment thread is a forum. How different it is from from using a forum ? What additional feature a forum offers than this comments thread ? Can you please explain ?

Regarding your your quetion on header/footer. I’ve explained it earlier as well. If your home page is using homepage v2 template then it will have footer v2 and and header v2. It overrides your theme options.

To change it you simply have to copy wp-content/themes/pizzaro/template-homepage-v2.php into your child theme like this : wp-content/themes/pizzaro-child/template-homepage-v2.php and change get_footer( ‘v2’ ) at the bottom to any version you wish like get_footer( ‘v1’) . The same rules for header you can change it to :

get_header( ‘v2’ ).

Hope this helps. If you need further help, please email our support form here with your FTP and WP admin details and we’ll help you out : https://themeforest.net/item/pizzaro-food-online-ordering-woocommerce-theme/19209143/support

Thanks, Ibrahim

A see new button “Create your own” , do you have solution for that option? That would be great.

Hello there,

Thank you for purchasing our theme and for reaching us. You can add a custom link to the “Create your own”. I’d create a product that has all the customisable options using Product AddOns and then add that link to “Create your own”.

Hope this helps.

Thanks, Ibrahim

Hello, can you please tell me how to set up this page: https://demo2.chethemes.com/pizzaro/product/hawaii-vegetarian-pizza-3/ I want to be able to add products to the main product just like in that sample. Thank you in advance.

Hello there,

Thank you for purchasing our theme and for reaching us. This product page is built using Product AddOns plugin. We have documented it here : http://transvelo.github.io/docs/pizzaro/setup/adding_products.html and here : https://youtu.be/PNxfITw833s?t=7m26s

Hope this helps. Let us know if you need further help.

Thanks, Ibrahim

Presales: For some reason when i choose the option i want from product it just redirects me to the product page instead of adding it to cart.Can i add it direct to cart without the redirect? does your product comes with such functionality ?

Hello there,

Thank you for your interest in our theme. Only simple products can be added in shop page itself. All other products will be redirected to the product page. This is the default functionality of WooCommerce and the theme.

Hope this clarifies. Let us know if you have any other questions.

Hello again could you please tell me if there is an easy way to change the width of the sidebar? And do anyone knows a way to show the checkout page as a Widget?

Thx in advance

Thank you I would like to change the witdh of the Shop Sidebar…

thx

Here is the custom CSS :

 @media (min-width: 1200px) {
.left-sidebar .content-area { width: 65%; }
.left-sidebar .widget-area { width: 35%; }
}

You can adjust the width to your requirement.

Thank you!

When I want to save a product attribute on a product. The page kinda freezes. Highly annoying.

This is due to an issue with YITH Product AddOns compatibility. Please use this quick fix : https://gist.github.com/farookibrahim/97435cc2da30856e03c9187c8440dc84

Thank you, this fix worked. Perhaps you could incorporate it in the updates for future users.

We are hoping YITH would fix their issue and release an update. If they don’t we’ll include this in our upcoming release.

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