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
Hello ! 1) Please follow below link to solve this. http://www.inkthemes.com/community/threads/make-grid-view-the-default-listing-way-in-homepage.5931/ 2) We are getting a message "Not Available in Your Country" in donedeal.ie 3)You can delete code for that section to delete it please follow below image. 4) You have to make setting for free from Settings =>Advance settings for free post active immediately Thanks & Regards Pramod
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.
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.
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