Couple Issues After Installation

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

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

Open Support Ticket
  • Author
    Posts
  • #27730

    robnh
    Buyer
    Post count: 57

    So I’ve purchased and installed the GeoDirectory Core Plugin and installed it on my WordPress 4.1 site running a Jarida News Theme.

    I’ve noticed a couple things:

    1. I’m setting up a directory that will have businesses located around the globe. I live in New Hampshire – United States. I have my default location set there. However, if I add a new “place” located in the State of Michigan – it forces me to use the Default Location. How can I get around this???

    2. Layout Issues: I’m not sure if it’s an incompatibility with the theme I’m using or not, but this does not look right at all:

    http://www.themeadery.net/commercial-meaderies/attractions/

    What is causing the layout issues?

    #27746

    Guust
    Moderator
    Post count: 29970

    1. You need the MultiLocation addon for that:
    https://wpgeodirectory.com/addons/multilocation/

    2. Somehow your theme adds your footer styling to the top of every listing.
    Try adding this to your css:

    #geodir-main-content .footer {background: none;}
    #27785

    robnh
    Buyer
    Post count: 57

    Thanks. I’ve added:

    #geodir-main-content .footer {background: none;}

    …but there’s no change.

    #27812

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    I currently can’t see your website. I get just “error” text on a white screen?

    Let us know.

    Thx

    #27824

    robnh
    Buyer
    Post count: 57

    What kind of an error message are you getting?

    It’s working fine for me?

    http://www.themeadery.net/commercial-meaderies/united-states-1/new-hampshire-1/

    #27829

    Paolo
    Site Admin
    Post count: 31206

    See image attached. Do you have any kind of IP restriction on your server?

    Let us know,

    #27831

    robnh
    Buyer
    Post count: 57

    I did, but I’ve now removed everything. Give it another try.

    #27832

    Paolo
    Site Admin
    Post count: 31206

    I don’t see what Guust suggested throughout your css, where did you add it?

    Another way would be:

    
    
    .geodir-entry-meta {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        box-shadow: none;
        text-shadow: none;
    }

    and it would clean it a bit more…

    #27833

    robnh
    Buyer
    Post count: 57
    #27834

    robnh
    Buyer
    Post count: 57

    It looks like your other way posted above, worked! I assume it now looks the way it should?

    #27835

    Paolo
    Site Admin
    Post count: 31206

    I would add this too:

    
    
    .geodir-addinfo a, .geodir-addinfo a:hover {
        color: #555;
    }

    Otherwise the links on the right are too light.

    Let us know,

    Thx

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

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

Open Support Ticket