Food Item Thumbnail Image

Support Area Forums Moonrise Food Item Thumbnail Image

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #9577
    chowsir88
    Participant

    Hello Bill,

    How can I enable a thumbnail image per each of food item and will be shown on the menu groups? I added an image 100×100 of Featured Images but I goto menu does not show.

    What is max. size of thumbnail image I can use? I using same steps on the Bottega theme and it is working fine, please advice if possible.

    #9581
    Bill Robbins
    Moderator

    Ricky,

    Great question. It looks like they are enabled on the home page, but not on in an individual menu group. Here’s how to add them there.

    1. Go to the Appearance section and select Edit.
    2. From the list of files on your right, choose taxonomy-menu-group.php
    3. Look for this spot:
      
      <li class="food-item">
      	<div class="menu-title">
      			<h4><?php the_title(); ?></h4>
      			<?php if(get_post_meta($post->ID, "_price", $single = true) != ""){ ?>
      						
      			<p class="price">ID, "_price", TRUE); ?></p>
      						
      	<?php } ?>
      </div>
      	<?php the_excerpt(); ?>
      </li>
      
    4. Replace that with this:

    5. Save your changes.

    That should do it. If you have any questions or trouble, let me know.

    Enjoy your week,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Food Item Thumbnail Image’ is closed to new replies.