John Gallagher

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Breadcrumbs Structure #249726

    John Gallagher
    Free User
    Post count: 11

    Ok, Just thought it was something I could change in the settings.

    thanks

    in reply to: Custom Post Field Styling #249294

    John Gallagher
    Free User
    Post count: 11

    Works perfect, thanks Stiofan

    in reply to: Google map overlay #247249

    John Gallagher
    Free User
    Post count: 11

    Thanks Kor,
    I have been through a lot of Google’s own docs and examples, I also found some youtube vids – https://www.youtube.com/channel/UCjG-0L40prQXtCS_E525aCw
    and i got a map overlay working with that tutorial.

    My problem is now that i dont know how to where to implement this code in GD.

    Below is a snippet of the code used and i also attached a zip of the working map if you would like to have a look at it.

    var imageUrl = ‘data/map-overlay.png’;
    var imageBounds = [
    [ 54.124848, -8.222075],
    [ 54.031026, -8.039511]
    ];
    var imageLayer = L.imageOverlay(imageUrl, imageBounds).addTo(map);
    map.fitBounds(imageBounds);

    var overlayMaps = {‘Image’ : imageLayer};

    Maybe this is something you might think about adding on to GD in the future. It would be a great asset to the plugin.

    in reply to: Google Map Driving me nuts ! #238474

    John Gallagher
    Free User
    Post count: 11

    Ya, Paolo,
    I think your right but its funny how it was working with localhost up untill a few days ago.
    Anyway, I have lots to do on the local server before I get it live.

    Thanks
    J

    in reply to: Google Map Driving me nuts ! #238210

    John Gallagher
    Free User
    Post count: 11

    Live test site working now. Dont know why, maybe there is a delay from setting up the api to it becoming active.

    The local site is not working but I assume that is because of the url localhost/site/etc is not recognised by google.

    Any thought on the how to get the maps to show in the localhost test site.

    in reply to: Advanced Search Layout #234736

    John Gallagher
    Free User
    Post count: 11

    I’m just in the process of reinstalling a fresh version of GD and setting it up.
    I had some problems (not sure why) but a new install should sort them out.

    Anyway until I can get a screen shot to you what I want to do is to have a Category dropdown next to the text search field. it would follow this sequence – see image attached

    I don’t want to have to have users chick another button (customize search) to select a category.

    Thanks
    J

    in reply to: Map Bubble File #234690

    John Gallagher
    Free User
    Post count: 11

    I did read the posts.
    I am using GD just as a plugin so I have to learn more on making a “child theme” from a plugin.
    I’ll have a look in the forum today to see if this can be done, I think it can but i’m not sure of the file structure to do it.

    If you have any good reference post on this i’d be greatful.

    Its mostly css changes I want to do with a few hooks to be changed here and there.

    Thanks

    in reply to: Map Bubble File #234384

    John Gallagher
    Free User
    Post count: 11

    Paolo,
    Is this hook in the geodirectory-functions -> post_functions.php ?
    * Filter to change infowindow html ???

    How would I go about, for example, The Time, The Favorites and the Ratings from the window.

    Wouldn’t that file be updated in any update I do.

    Maybe there is another file I should be editing, not so good with hooks, in fact I haven’t got any idea where to look for them !!.

    Thanks

    in reply to: Home page not working #232447

    John Gallagher
    Free User
    Post count: 11

    Cant move it to a live server yet,

    Every map works fine except the gd home page. None of the top sections widgets work.
    The page is un altered since install.

    Every other map works fine, Add listing back end and frontend
    Listing top section map and side bar maps all ok.

    in reply to: Home page not working #232278

    John Gallagher
    Free User
    Post count: 11

    I also have this problem
    I’m using Avada theme, using my own homepage and am using gd home as a listing page for a local directory.
    When I first set up the gd plugin the page worked fine. Map showed and places showed fine Now there is no map at all and none of the widgets in gd home top section are showing.

    Maps are working ok on the listing detail page so its not the api.
    Local machine so I cant give access to check.

    I havent changed anything in the home page template.

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