Some questions...

Discussion in 'GeoCraft WordPress Theme' started by kilop, Nov 2, 2012.

  1. kilop

    kilop New Member

    Joined:
    Nov 1, 2012
    Messages:
    3
    Likes Received:
    0
    Hello,
    We have a few questions about geocraft.

    - we inserted images as "featured", but they don't show up in the thumb box. How to solve it?
    - Is it possible to create our own packages?
    - When companies don't have email, how can we hide the "contact this business" form? (we have registed these companies thru wordpress back-office)
    - When an e-mail is sent thru "contact this business" clients don't get any message, for example: "Your message was sent with success"
    - Welcome custom e-mail message (new registration)
    - Notify admin with new listing awaiting approval
    - Free Plan shouldn't allow listing to be featured in the homepage or category for nothing / no charge
    - I'm looking for some words to translate like "dashboard", "welcome", "Preview listing & Payments", etc, but I can't find them in the .po file.
    - Some other words are translated, but I can't see them translated in the FO. The address next the gmap, or the button near it, for example
    - When we insert a new category it doesn't refresh the categories panel, nor says that it inserted correctly
    - When I delete an item in the dashboard it doens't refresh

    That's all by now.

    Thank you.
     
  2. Krish

    Krish Support Staff

    Joined:
    Oct 22, 2012
    Messages:
    210
    Likes Received:
    1
    Location:
    India
    Please provide the link to your website ?

    - The Images are shown on the Thumb box, when the listing is made to be featured on Homepage or the Category Page.
    - It is not possible to add more new packages, the theme already comes with 3 types of packages, namely Free, Recurring & One Time Payment.
    - The reason we didn't hide the Contact Form is because the Leads are important to every kind of business and for free Users the Leads Capture reaches the Admin and then he can convince the business owner to upgrade in return of getting the Leads.
    - This had been updated in the Theme, now the message of "Success" appears after a successful message is sent.
    - New Registration email is sent through WordPress Core, there should be a WordPress plugin to change and alter that according to your requirements.
    - We would update this feature in next updates, as of now its not possible.
    - This had been updated in the New Theme update. (Free Plan now doesn't allow listing to be featured)
    - Those words had been added in the .po file, now you can easily translate them.
    - Done, this had been added as well in the theme update.
    - This is the normal WordPress behavior, when you add a new category from the Add New Post or Categories page, you need to refresh the page to see the changes.
    - Which item are you talking about? When you delete the listings, the page is refreshed.
     
  3. kilop

    kilop New Member

    Joined:
    Nov 1, 2012
    Messages:
    3
    Likes Received:
    0
    Hello,

    Our website is www.empresasangola.com

    The thing with the Contact Form is that we are inserting some embassies, for exemple. We don't have their e-mail, and it will take sometime before we get it. If people start to send us questions about something related with embassies.... there's no way to contact the embassy and it's not go to tell people that we have a contact form, but it doen't go to the embassy as they expected. So, we still think there should be an option (to the admin) to show or not Contact Form for that company, embassy or whatsoever.

    How can we get the update? We are using version 1.1

    We will try the update and we will let you know if we find some other problems or other suggestions.

    Thank you
     
  4. Krish

    Krish Support Staff

    Joined:
    Oct 22, 2012
    Messages:
    210
    Likes Received:
    1
    Location:
    India
    To update the Theme, you can get the theme zip from your Members Area. After downloading the "geocrafttheme.zip" file, Replace the existing "geocrafttheme" directory in wp-content/themes with the updated directory in the theme zip. Your existing content will not be disturbed. (You can also take the backup copy of the old theme directory)

    If you want to hide the Contact Form, you can do it through CSS, Put the code below and it would hide the entire contact form from the listings.
    Please Note: The CSS code below will hide all the Contact Forms from Free and well as Paid Listings. You can make the contact form reappear by deleting the contact form CSS code again.

    As of now, it is not possible to show/hide the contact form based on Free and Paid Listing.

    CSS Code:
    Code:
    #inquiry_form{
    display:none;
    }
    Put this above code in Theme options => Styling Options => Custom Css.
     

Share This Page