My website is NOT displaying as demonstrated

This topic contains 11 replies, has 3 voices, and was last updated by  John Allsopp 9 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #20016

    Shareha Adriann
    Free User
    Post count: 5

    Hello,

    I have installed everything as advised and have even looked at some of the videos on YouTube but for some reason, my website won’t show it in the same manner that it does on your demo. Can you please help me?

    http://www.themphelpdesk.com/directory/

    #20021

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    The theme used is not comaptible out of the box.

    In firebug console, I can see this error:

    You have included the Google Maps API multiple times on this page. This may cause unexpected errors.

    This means that the theme is already making calls to the google maps api. You will need to disable all calls to google maps api from the theme for the plugin to work.

    The layout problems can all be solved, but it will require few custom functions, to remove GeoDirectory default html wrappers and make it adopt the theme html wrappers. You can find examples here of how we made it for other themes.

    Alternatively you can use one of the theme that are known to be 100% compatible.

    Thx

    #20022

    Shareha Adriann
    Free User
    Post count: 5

    Ok but my current website is built on the theme that you see. I will need this to show on the same platform/them that the website is built on.

    How do we fix this and the API issue?

    #20024

    Shareha Adriann
    Free User
    Post count: 5

    Also, I have looked at the examples but none of them match the theme platform that it was built on. It was more of a custom build (so I was told). Are there any other resources to help with accomplishing what I would like? Your plugin looks the best

    #20026

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    you will need the help of a developer to both adapt the tempplates and remove the Google maps API calls.

    I was offering to use another theme as an alternative, in case you would have found too difficult to create a comaptibility pack for your website.

    John (who made all integrations for us)can be hired to do it for you if you wish.

    Let us know,

    Thx

    #20043

    Shareha Adriann
    Free User
    Post count: 5

    I do not understand why there are multiple calls. Prior to me posting here, I uninstalled and did a fresh install. For that reason, I don’t believe that it should be multiple API calls.

    I have also hired another developer to get this accomplished and he is in progress. I just would like for it to be resolved quickly so I am doing all that I can to help from my end as well.

    Had I know it would involve all this extra work, I wouldn’t have downloaded the plug in. 🙁 Perhaps this is why there are so few downloads compared to the others online and in the WordPress system?! Either way, I believed in what you all had to offer and would hava liked to get it resolved

    #20048

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    some themes will make 1 call to the google map api in every page (even if it’s not needed) and our plugin will make another 1.

    In a theme like Enfold, removing their call to the google maps api is as easy as adding this line of code in the theme functions.php file:

    
    
    add_filter( 'avf_load_google_map_api', 'gd_enfold_remove_maps_api', 10, 1 );
    function gd_enfold_remove_maps_api($call) {
    return false;	
    }
    
    

    I don’t know how difficult it will be to disable it in your theme. that’s why a developer must have a look at it.

    If you use a compatible theme, it doesn’t involve any work using our plugin and with a little work, it can be used with virtually any theme.

    We are happy with the downloads, considering our plugin is only 6 months old and our competitor are years old.

    Thanks

    #20060

    Shareha Adriann
    Free User
    Post count: 5

    I have done as much as I could with this but the tables are everywhere: http://www.themphelpdesk.com/directory/

    #20151

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    if you want I can move this in the job section of the forum, where developer can provide you a quote to integrate the plugin with that particular theme.

    let us know,

    Thx

    #20202

    Shareha Adriann
    Free User
    Post count: 5

    Yes, go ahead

    #20208

    Paolo
    Site Admin
    Post count: 31206

    I’ve allerted John.

    Thanks

    #20213

    John Allsopp
    Expired Member
    Post count: 399
    This reply has been marked as private.
Viewing 12 posts - 1 through 12 (of 12 total)

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

Open Support Ticket