I am looking to add menu items to a menu page in a similar fashion to what you have on the demo site.
Am I required to code those in html / css for the page or am I missing a shortcode for the menu item entry?
Thank You
I am looking to add menu items to a menu page in a similar fashion to what you have on the demo site.
Am I required to code those in html / css for the page or am I missing a shortcode for the menu item entry?
Thank You
Hi,
just go to Appearance -> Menus and create a menu there. Then choose that menu to be displayed from Appearance -> Menus -> Theme Locations.
Cheers,
Max.
I think we are confusing some things, I dont actually mean wordpress menu items. What I mean is actual food menu items in the coffee lounge theme. The items are listed in rows with images however i do not see any shortcode for that in the code. Can you please tell me am I looking for shortcodes that dont exist? If so , where in the stylesheet can i find the css for the display of food items in the menu section of the website exactly as you have it in the demo ?
for further clarification the link is here
http://themefuse.com/demo/wp/coffeelounge/coffee-menu/
thank you!
Hi,
there is used html code. This is the code that you have to use for each menu item:
<div class="menu_item">
<div class="mcol m_image"><img src="IMAGE LINK HERE" width="60" height="60" alt=""></div>
<div class="mcol m_name">
<strong>TITLE HERE</strong>
<p>SUBTITLE HERE</p>
</div>
<div class="mcol m_price_txt">Price:</div>
<div class="mcol m_price">$4<sup>.99</sup></div>
</div>
Well, I'm very disappointed in this... You should at least expect that there is a short code to handle this menu items!! It's one of the so called features, but this way I can do it myself...
I'm kind of surprised that a short code isn't provided for menu items. The menus in your demo were one of the biggest selling features for me in determining to use this theme for our restaurant site. But in our case, we have a fairly extensive menu of many items (authentic North & South Indian cuisine), so I'm a bit apprehensive of recreating all of this by manually coding it in html.
In any case, assuming that menu items are still not supported with a short code (and until I can learn how to create my own short code), can I assume that the same CSS used in the demo will work with my site, if I copy and paste the code directly from your coffee menu page in the demo, to get started?
Hi,
The CSS hst to be compatible, in case you did not made changes in theme css classes.
Cheers,
George
Chances are your issue is already answered, but if it’s not, you can always create a new topic.
Add new topicSearching for something specific? Type something and press Enter to search.
Add Reply
You must log in to post.