Home › Forums › All Other Themes › How to remove "All" menu option from Pizza theme menu?
- This topic has 11 replies, 3 voices, and was last updated 5 years, 5 months ago by Sonl Sinha.
-
AuthorPosts
-
May 7, 2019 at 10:44 pm #122965
Hello,
I recently bought the Pizza theme. How do I remove the “All” menu option? I don’t want to have an option on the menu for “All” items. I think it will be confusing for people. It also would make for a lot of clutter and a long scrolling page if you have a lot of menu items under “All”. I prefer that the menu is divided into specific categories.
If the “All” menu option can’t easily be removed, is there a way to change the default category selected when the menu is displayed? That way I can select Pizza as the default. It’s probably the category someone would be looking for most often on the menu.
So far I like the theme. I am using it for a pizzeria.
Thanks,
JeffMay 8, 2019 at 4:05 am #122976Hi,
Show us your website URL please?
Regards,
ChrisMay 8, 2019 at 4:19 am #122980Hi,
Thanks for the quick response. The website isn’t published on a server yet. I am building it on my PC with ampps.
May 8, 2019 at 4:59 am #122982Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.all.active { display: none; }
Regards,
ChrisMay 8, 2019 at 6:14 pm #123009Hi Chris,
That did remove “All” from the menu initially but it still shows all of the menu items as if “All” is selected until you click on Pizza or another category. When you click another category “All” returns and toggles on and off based on whether you click “All”, when it appears, versus one of the categories. Not sure how you turn it off completely but it does seem that it is the default selection and even though it is not displayed the menu items associated with “All”(the default?) are still displayed.
I appreciate your help with this.
-Jeff
May 9, 2019 at 4:11 am #123023Hi,
Okay, Please send us your WordPress credentials to [email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We will solve this issue directly on your server.
Regards,
ChrisMay 9, 2019 at 11:35 am #123109Hello,
That is not possible at this time. The website is not yet hosted on a server. As I indicated in an earlier post I am building the website using Ampps on a PC. I will deploy the website to a server when it’s ready. I’ll let this issue rest for now and post here again when the website is hosted on a server. Then you can address the issue.
Thank you for your patience,
-JeffMay 10, 2019 at 3:54 am #123131Okay
Regards,
ChrisJune 4, 2019 at 8:32 am #124580Hi Jeff, I also have bought the Pizza Theme. I have been experimenting and I think I have an idea how to remove all.
If you have created the Home Section 5 Page (or the Menu) where you have a shortcode like this:
[titlearea align=”center” title=”Our Menu” titlelast=”” subtitle=”” titlecolor=”#252525″ titlelastcolor=”” seperatorcolor=”#c10a28″]
[space height=”20″]
[newproduct filter=”true” allproduct=”All” show=”3″ pcatname=”” buttonname=”Add to Cart”]change these variables to
allproduct=””
pcatname=”Product Category that you want to show”Let me know if this works.
Regards,
EddieJune 4, 2019 at 9:11 am #124594Hi Eddie,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.all.active {
display: none;
}Regards,
ChrisJune 4, 2019 at 5:36 pm #124613@Eddie, Thanks for the help. Unfortunately that didn’t work for me. The All menu item was gone and Pizza was the default category but the other 3 categories are now empty. You can select the other categories but no products are shown. It appears that the “pcatname” variable will limit the display of products to only the category set in this variable.
@Chris, I tried your suggestion earlier and described the result in an earlier post on this thread. Thanks for your help.
I still have not yet deployed my site to a server… Waiting on graphics.
-Jeff
June 10, 2019 at 1:23 pm #124838Hi Jeff,
Okay
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.