picture/icon for menu item

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #21738
    Zia Khan
    Participant

      Hi,

      Please check:

      http://sushiexpresscafe.mpcsh-sample.com/our-menu-4/

      1. Is it possible to remove “Camera icon”
      2. Is it possible to remove shopping cart icon, instead of this I want to add “Add to Cart” image.
      3. Is it possible to allow user to zoom the picture?

      Thanks,
      Zia

      #21746
      Olly
      Admin & Mod

        1: wppizza->layout : Display placeholder image when no image associated with meal item
        2: use css (also see: https://www.wp-pizza.com/topic/customising-the-css/)
        3: wppizza->layout : Enable prettyPhoto (Lightbox Clone) on menu item images

        #21748
        Zia Khan
        Participant

          Hi Olly,

          Thank you very much for your quick response!

          1. Is it possible to have 3 columns menu?
          2. Can we use currency AED, instead of Arabic?

          Thanks,
          Zia

          #21753
          Olly
          Admin & Mod

            1: wppizza->layout : Which style to use: ->select “grid”
            2: you will have to use a filter in your functions.php like so

            
            add_filter('wppizza_filter_currencies','myprefix_currency_filter');
            function myprefix_currency_filter(currencies){
            $currencies['AED']='AED';
            return $currencies;
            }
            
          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘picture/icon for menu item’ is closed to new replies.