GridView as Default

Discussion in 'ClassiCraft WordPress Theme' started by careykidd, Feb 20, 2015.

  1. careykidd

    careykidd New Member

    Joined:
    Feb 18, 2015
    Messages:
    19
    Likes Received:
    0
    1) How do you default the Grid View instead of List View

    2) How do you make the thumbnails Larger like (donedeal.ie) with information below it?

    3) How do you remove the "Total price as per your selection. * $0 + $0 = $0 " from bottom of page after map is removed.

    4) How do you have a Free Ad automatically post into the Featured and Category sliders? I don't want anyone to have to pay for it, and i want it to post immediately to the top when a new item is submitted.

    www.restaurantwarehse.com
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
  3. spottedvarennes

    spottedvarennes Member

    Joined:
    Jan 26, 2015
    Messages:
    79
    Likes Received:
    0
    For point number 4, its not possible to add a free ad to the Featured and Category slider without modifying codes, Also you cannot make a one-time paid package for free. (You cannot set it to 0 it will not work) because somewhere in the code it checks if the price > 0.
     
  4. careykidd

    careykidd New Member

    Joined:
    Feb 18, 2015
    Messages:
    19
    Likes Received:
    0
    Thats what I was figuring. How can #4 be remedied?? and for Done Deal basically it looks like the attached screenshot

    The pictures are big and info is below it.
     

    Attached Files:

  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section for thumbnails
    ( Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    ul.grid .thumbnail .thumbs img {
      width: 100%;
      height: auto;
    }
    Thanks & Regards
    Pramod
     

Share This Page