General Questions

This topic contains 6 replies, has 3 voices, and was last updated by  Paolo 9 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #32508

    tringwebdesign
    Expired Member
    Post count: 34

    Is it possible for GeoDir to achieve the following? Question 11/12 are a bit general in nature but I thought I would ask.

    1. Search goes to results page with only a google map – remove listings of events, just map. The popup on the map then links to the listing detail page
    2. Geo location on entry to the site, browser popup dialogue for location, centre map on user
    3. Re-position map into the main content area (not in sidebar or header)
    4. Search results date filter (between two dates or a specific date)
    5. Remove review feature from listings
    6. “Free listing” example with image upload allowed, what happens if no image uploaded? Is there a default placeholder image
    7. Disbale TinyMCE WYSIWYG on public add listing page
    8. Remove tag entry from add listing page (hide with CSS display none?)
    9. Add listing page, no map display options (hybrid/satellite etc), just default display (hide with CSS display none?)
    10. Edit listing – how to upgrade isting to a different price package
    11. Bookmark to phone home screen script
    12. can it (a website) be listed on Play/iTunes etc.
    13. Can GeoDir have a page for “My Dashboard” rather than a widget, similar to “My Account” on ecommerce scripts
    14. A vinalla install of GeoDir gives some 404 errors, e.g. http://blissfulcats.co.uk/events/london/fine-dining/super-scooper-all-you-can-eat-ice-cream-festival/

    #32523

    Guust
    Moderator
    Post count: 29970

    1. Yes, remove content and sidebars from the template: http://docs.wpgeodirectory.com/customizing-geodirectory-templates/

    2. Yes, with Advanced Search addon.

    3. Yes, http://docs.wpgeodirectory.com/layout/

    4. Not for the moment.

    5. Yes, Payment and Prices addon

    6. Can have default image for all listings or per category.

    7. Yes, GD > design > listings

    8. Yes, css

    9. yes, css

    10. es, Payment and Prices addon

    11. Not sure I understand.

    12. An app is in development, if that is what you mean.

    13. You can integrate with the GD – buddypress addon

    14. Would need to see admin?

    #32524

    tringwebdesign
    Expired Member
    Post count: 34
    This reply has been marked as private.
    #32527

    tringwebdesign
    Expired Member
    Post count: 34

    Thank you for the replies:

    10. Edit listing – how to upgrade isting to a different price package

    Is this something that a user can do via the frontend Dashboard once they haver paid for a listing, and then want to upgrade?

    11. Bookmark to phone home screen script – Sorry if this was a bit vague

    Something like a link/button on the site that adds the site’s URL to the users browser Bookmarks. I know this can be done with websites on Desktops, but if it’s done on a phone, will the websites mobile specific favicon get placed on the users phones’ home screen? I don’t think it will as it’s down to the users ability to use their smartphone to do this, but I thought I’d ask.

    12. can it (a website) be listed on Play/iTunes etc

    My client is after the ability to list the website in Play/iTunes. I explained to him that it’s a website, not an app, but he started talking about remote and local storage and seems convinced that we’ll be able to add his website to an “app store”.

    Good to know GeoDir will have it’s own dedicated app though.

    #32532

    tringwebdesign
    Expired Member
    Post count: 34

    Sorry, don’t mean to post continiously – those template files are a bit cryptic with the do_action statements, is there no way to modify the HTML output?

    #32631

    Guust
    Moderator
    Post count: 29970

    You should be using a child theme like GDF Child or GDF modern. When changing theme you will have to redo may of your modifications, so try to settle on your theme first.

    1. Make sure you move the template geodir-search.php to the correct location as per link posted earlier.
    Then add this before the main block that actions the search page title:

    
    
    ?>
    <div id="gone">	
    <?php

    Then after the bottom section, add this

    
    
    ?>
    </div>	
    <?php

    Then add this to your child theme’s CSS:

    #gone {display:none}

    Then add this to your child theme’s functions.php:

    remove_action( 'geodir_search_before_main_content', 'geodir_breadcrumb', 20 );

    You might have to add

    <?php

    before and

    ?>

    after if it is not in that file yet.

    10. Yes, upgrade links will appear as soon you have finished setting up your price packages. They will appear for a user logged in on both the detail page and the dashboard.

    11. Don’t know. I’ll alert Paolo for that question.

    12. The way I understand it is that once the app is finished, your site can be added to Google Play and/or iTunes. Not sure exactly how and whether only at one of these or both. I’ll let Paolo answer this one too.

    14. GD > Permalinks.
    You cannot use “Add city slug in listing urls” unless your site is restricted to one region only. There might be two towns with the same name in 2 different regions.

    You cannot use the same name as a custom post type at “Listing url prefix”, so I changed that. You can change it again, but not to “events”.

    #32659

    Paolo
    Site Admin
    Post count: 31206

    11) that is not possible as far as I know.

    14) We will do both iOS and Android apps. It will be later this year.

    Thx

Viewing 7 posts - 1 through 7 (of 7 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket