Need Help Customising Classicraft

Discussion in 'ClassiCraft WordPress Theme' started by imranite, Apr 1, 2016.

Thread Status:
Not open for further replies.
  1. imranite

    imranite Member

    Joined:
    Jul 5, 2013
    Messages:
    54
    Likes Received:
    1
    Hi,

    Please I need to do a number of customisations of Classicraft and need your help.

    1. I want to change the default currency of advertised products so that they are priced by a different currency such as sterling rather than dollar. Kindly point me to where I can change this.

    2. In the search form where it says zip code, city or address, kindly direct me to where I can change these to what I want. For example, I want to remove zip code and city and use other location descriptions instead.

    3. For price packages, I want to offer only the Free payment package and the One time payment package. Therefore, how can I deactivate the recurring payment package from showing on the sign up page?

    4. On the lead generation form, please point me to where I can change the header so that it reads 'Contact this Agent' rather than 'Contact this Person'.

    5. Lastly, the 'select category' menu of my search form does not work despite the fact that I have created several categories. My site is at propertyxchange.net

    Look forward to kind replies.

    Thank you.

    Imran
     
  2. benchie2k3

    benchie2k3 New Member

    Joined:
    Feb 13, 2016
    Messages:
    29
    Likes Received:
    0
    Hi,

    1. You can change the currency symbol here: Go to your dashboard, Click on Settings and then Click Ad Settings . Then change the Currency Symbol to your custom currency symbol.

    You can set your default currency by Clicking on Advance Settings under the Settings Tab. Then Click on Manage Currency to set your default currency cc_help.png cc_help2.png

    3. You can deactivate the Recurring package from the Advance Setting section under the Settings Tab. Click on the Recurring Payment Package and scroll down to the Status attribute and select Deactivate.

    5. I think the Select Category will work after you have created ads with those categories you have you created. So to try this, Post a new Ad, using one of the categories you have created and confirm this.
     
  3. imranite

    imranite Member

    Joined:
    Jul 5, 2013
    Messages:
    54
    Likes Received:
    1
    Hi,

    Thanks for the prompt response so far.
    Looking forward to replies to questions 2 and 4.

    Thanks.

    Imran
     
  4. priya

    priya Guest

    Hello, Benchie..

    Thanks for your reply..

    Hello, Imran...

    Solutions of your 2 & 4 are given below accordingly..

    2) In the search form where it says zip code, city or address, kindly direct me to where I can change these to what I want. For example, I want to remove zip code and city and use other location descriptions instead.

    Please follow the screenshot given below.

    search_text_replace.png

    4) On the lead generation form, please point me to where I can change the header so that it reads 'Contact this Agent' rather than 'Contact this Person'.

    Could you please provide us 'URL' of your site along with some edited screenshot so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. imranite

    imranite Member

    Joined:
    Jul 5, 2013
    Messages:
    54
    Likes Received:
    1
    Hi,

    Thanks for your support so far.

    For my 4th question:

    4) On the lead generation form, please point me to where I can change the header so that it reads 'Contact this Agent' rather than 'Contact this Person'.

    Here is the screenshot of what I am referring to:


    contact_form.png

    Thank you.

    Im
     
  6. priya

    priya Guest

    Hello, Im..

    Please follow the screenshot given below.

    form_text_replace.png

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. imranite

    imranite Member

    Joined:
    Jul 5, 2013
    Messages:
    54
    Likes Received:
    1
    Hi,

    Thanks. Implemented successfully.

    I will also like to exclude sub-categories from displaying where it says 'select category' within the search form. Will appreciate your help.

    Thank you in advance.

    Im
     
  8. priya

    priya Guest

    Hello, Im..

    It seems that you are interested in removing category options under the 'select category' field.

    So if I am not wrong with your concern, please paste the code given below in Custom CSS section (Dashboard->Settings -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .search_wrapper .search_item .dk_options_inner {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  9. imranite

    imranite Member

    Joined:
    Jul 5, 2013
    Messages:
    54
    Likes Received:
    1
    Hi,

    Thanks for the reply.

    I actually want the main categories to show but not the sub-categories or child categories under them.
    Also is it possible to make the logo area bigger than it is at present? So that I can use a bigger logo?

    Thanks.

    Im
     
  10. priya

    priya Guest

    Hello, Im..

    I am afraid to say that I am unable to locate the concerned area..

    Could you please share some edited screenshot so that I can better assist you...

    And for your second requirement, i.e. to make logo area bigger..

    So you can use below code to increase the width of the area as per your requirement..
    Code:
    .header .logo img {
        max-width: 100%;
        width: 50%;
    }
    Note: Change the numeric value of width as per the requirement..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  11. imranite

    imranite Member

    Joined:
    Jul 5, 2013
    Messages:
    54
    Likes Received:
    1
    Thanks. Can I also increase the height of the logo and how?

    Please find attached a screenshot of the search form that I am referring to.

    'Land for Sale' and Commercial Let are top level categories which I want to display.

    I want Commercial Let and other top level categories to show but not the sub-categories under them.
    'Ifako-Gbagada' is a sub-category under Commercial Let. I don't want sub-categories like 'Ifako-Gbagada' to show.

    Thanks.

    Im
     
  12. priya

    priya Guest

    Hello, Im.

    To increase height of logo, you just need to use below code in Custom CSS field of your dashboard and change the numeric value as per the requirement...
    Code:
    .header .logo img {
        height: 62px;
    }
    For the another issue,

    It seems that you have missed out to attach the screenshot...

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  13. imranite

    imranite Member

    Joined:
    Jul 5, 2013
    Messages:
    54
    Likes Received:
    1
    Hi,

    Sorry about the omission.
    Here is the screenshot.
    . searchform.png ~

    Thanks

    Im
     
  14. priya

    priya Guest

    Hello, Im..

    I got your concern..

    Let me tell you that there would be requirement of source code customization..

    So please send us your dashboard details at [email protected] along with this thread link and we will do it for you..

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  15. imranite

    imranite Member

    Joined:
    Jul 5, 2013
    Messages:
    54
    Likes Received:
    1
    Dear Priyanka,

    I did as you requested yesterday.

    Imran
     
  16. priya

    priya Guest

    Thanks for your details Imran..

    We will get back to you soon...

    Your patience will be appreciated,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  17. imranite

    imranite Member

    Joined:
    Jul 5, 2013
    Messages:
    54
    Likes Received:
    1
    Hi,

    Instead of trying to hide sub-categories, can you use a function to call certain categories by their category id numbers?
    This way only the categories whose numbers are called will display.

    Below are the only categories I want to display when you select the category menu.
    So find the category ids of the following categories and call their ids only:

    Residential Let
    Residential Sale
    Commercial Let
    Commercial Sale
    Land For Sale

    This modification would only apply to the 'select category' drop down menu of the search form.
    It should not apply to other places where categories are displayed.

    I look forward to your reply.

    Thank you.

    Imran
     
  18. imranite

    imranite Member

    Joined:
    Jul 5, 2013
    Messages:
    54
    Likes Received:
    1
    For example, is it possible to use the following code to display the above named categories:

    .search_wrapper .search_item .dk_options_inner {
    display: none;
    }

    If so, what should go after display: ?
     
  19. imranite

    imranite Member

    Joined:
    Jul 5, 2013
    Messages:
    54
    Likes Received:
    1
    Hi,

    When visitors fill in the area shown in the screenshot 1,
    how can I make the search form to query the custom field known as 'LGA' ?
    At the moment, it appears to be querying the field called 'State'.
    Perhaps you can show me where to make this change.

    Also, I will like to change the area in the screenshot1 into a drop down menu to display
    the option values in the LGA custom field (see screenshot2). The option values are Local government areas (LGAs),
    and I want visitors to select an appropriate the local government areas to do their search.

    Look forward to your reply.
    screenshot1.png screenshot2.png
    Thanks.

    Im
     
  20. priya

    priya Guest

    Hello Imran..

    I have replied you at your another thread link..

    Kindly check..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page