Hi I need to be able to capture a lot more information when someone completes an advert enquiry form. How can I add fields, I did look at the custom fields section but this only changes what is asked for when someone adds an advert? Also is there anyway to be able to download the data capture enquiries? At the moment you can only view or delete them? Thanks Joel
Hello Joel ! Unfortunately there is neither a way to use custom fields for form as "contact this person" nor to download that data. We have got these issues and try fix these in future update . Thanks & Regards Pramod
OK, can I work around this? Is it possible to disable the lead capture and use another plugin? What code is custom css would I need to disable the form and the data capture?
Just to clarify is it possible to diable the lead capture and existing enquiry form? I have found plugins I could use and add the shortcode to the advert pages?
Hello, Paste the code given below in Custom CSS section ( Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .sidebar .contact_widget { display: none; } Use that on sidebar widget. Thanks & Regards Pramod
Thanks very much for this Pramod. I want to disable the login for people to create free ads as we are not offering this, what code do I need to put into custom css to remove the login please? Kind regards Joel
Hi. is there a way to change the default display to show premium ads? Also the top search bar on the site, can this be removed? Please can you advise if these can be done and how I can do this? Many thanks. Joel
Hello Joel ! Paste the code given below in Custom CSS section (Theme Options -> Styling Options -> Custom CSS) of your dashboard. To remove search area. Code: .search_wrapper { display: none; } To remove post free add button. Code: .header .post_add_btn { display: none; } Always provide screenshots if possible for issues which make me better understand. Thanks & Regards Pramod
Thanks very much Pramod. I also want to remove the login and my dashboard please can you advise the code for this? I have a couple of other queries please. How do I add category lists into pages ( not classicraft categories but post and page categories )? I have tried using the shortcode [cast list = "name"] but it doesnt work? Also how can I make Premium adverts the default view on the home page? Many thanks, service through here has been great by the way. Kind regards Joel
Hello Joel, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .top_header #user_acces { display: none; } Please explain other questions little bit more. Thanks & Regards Pramod
Whe replying to above can you also confirm the shortcode for adding individual classicraft categories to pages/posts please? Thanks
I have created additional pages and I want to display adverts and posts by selected categories. I think the shortcode is either catlist of display-posts but i cant get it to work , please can you help? Thanks Joel
Hello joel ! Please follow below link in which i will create menu and i have putted category on menu. You can add category of ad on menu. http://screenpresso.com/=YdLge There are not any option to put categories on any page through short codes. You can create page and put manually all the categories on them with a link of all categories pages. Thanks & Regards Pramod
Thanks I will look into this. I have just set-up a video blog section to our blog. I have add a blog and used the embed code from youttube. When I preview the page it works fine and then when you save it strips out the video? How can I fix this? The page is http://s558911125.websitehome.co.uk/category/franchising-a-business/
I have looked at your video but what I am trying to do is list classified adverts by category to the body of pages I create. Like the template called "all ads" but where I can just select a certain category(s). Can I create my own page templates or is their a shortcode like catlist where I can do this?
Just to clarify I do not have theme check, editor or access to classified categories via the menu section on my installation???
I now have editor but I cannot see any of the classified categories in the menu section, how can I add these? ideal;ly I would like to create my own templates
Hello ! Firstly you have to add categories from Classified=>Classified Categories. Thanks & Regards Pramod