• Resolved craftsman

    (@craftsman)


    Hi!

    You helped me get this going on another site for events. Now I’ve got Geo Directory installed and it shows up great on the locations, but not on the main location search page. https://rmcc.bwwtest.com/locations/

    I tried the archives but that doesn’t seem to work here. Any suggestions?

    Thanks!
    Michelle

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hi Michelle,

    I apologize, I just saw this. I don’t have access to my computer this weekend, but I’ll look into this first thing tomorrow.

    Nick

    Plugin Author Nick Diego

    (@ndiego)

    Hi Michelle,

    Unfortunately, I think this is “feature request” territory. If you select “Search Pages” from the location selector, it should display. However, this will display on all search pages which is probably not what you want. Right now there is no way to target certain types of search pages. I will add this functionality to my list of feature requests, but I don’t have a timeline at the moment. This is a tricky one from a targeting standpoint.

    In the meantime, I think you can get around this with a CSS tweak. It looks like the geo search pages have the unique class geodir-page and the normal search pages on the site do not. Select “Search Pages” from the the location selector, and then add the following CSS.

    
    .search #blox_global_6374 {
       display:none;
    }
    .search.geodir-page #blox_global_6374 {
       display:block;
    }
    

    It is a bit “hacky”, but it should work. Let me know if you run into any issues or have questions.

    Nick

    Thread Starter craftsman

    (@craftsman)

    Hi Nick!

    Well, I’m not sure this is working. The original link I gave you was a WP page, not a GD page so I was able to add the blox lite banner to the page.

    But on these pages I cannot. Yes, they are GeoDirectory Search pages. But I didn’t really understand your CSS because I don’t see how to find the page ID for these pages. Here are the links I need the banners on:

    https://rmcc.bwwtest.com/physicians/
    https://rmcc.bwwtest.com/places/
    https://rmcc.bwwtest.com/adv_practice_prov/

    Can you figure out a way to help me with this?

    Thanks!!!
    Michelle

    Plugin Author Nick Diego

    (@ndiego)

    Hi Michelle, I am traveling this week, but but I will take a look when I get back on Friday and see if we can find a solution. – Nick

    Plugin Author Nick Diego

    (@ndiego)

    Hi Michelle,

    So sorry for the delay. Those pages appear to be post-type-archives. For example the first link has the class post-type-archive-gd_physicians. Have you tried targeting those pages by enabling the “archives” selector under the Locations tab. You should be able to drill down into those three categories: Physicians, Places, Advanced Practice Providers.

    Let me know if this works for you.

    Nick

    Plugin Author Nick Diego

    (@ndiego)

    Hi craftsman,

    I am just following up on this support thread. Were you able to resolve this with the CSS recommended?

    Let me know if there is anything else I can do to help.

    Nick

    Thread Starter craftsman

    (@craftsman)

    No, I found another work around. I created a WP page and used a shortcode. Problem solved ??

    Thanks for following up though!

    Michelle

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘GeoDirectory Search Page’ is closed to new replies.