Formatting After Template Change

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

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

Open Support Ticket
  • Author
    Posts
  • #60043

    robnh
    Buyer
    Post count: 57

    I recently changed to a new WordPress theme on my site, and noticed that GeoDirectory is now very poorly formatted.

    Example: Tabs are skewed on listing pages, if you look at the map on this page:
    http://www.corvetteactioncenter.com/corvette-club-directory/

    …you can see that “gdplacecategory” is in front of Corvette Clubs and Corvette Organizations.

    If you look at an individual listing such as http://www.corvetteactioncenter.com/corvette-club-directory/united-states-1/missouri-2/joplin-1/4-states-vettes/, you can see that everything is pushed the borders of the web page.

    When adding a listing, the dropdown menus pre-populating with locations are acting strange. The City dropdown menu says “Select Cityx”

    What is causing these issues and how can I fix them?

    #60077

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    for the 1st issue, it seems like the category icon for both categories has been deleted from the server.

    Go to Places >> Place Categories and add back an icon. That should fix it.

    The second problem can be easily fixed with css:

    
    
    .geodir-tabs-content {
        clear: both;
    } 

    Please provide admin credentials so that we can see the add listing form.

    Thanks

    #60090

    robnh
    Buyer
    Post count: 57
    This reply has been marked as private.
    #60107

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    I’ve added another couple of css fixes in GD >> Design >> Scripts >> Custom CSS.

    The problem with your location selectors are your locaitons.

    Your default location is : , ,

    You have plenty of wrong/fake locations :

    all, all, all
    all, California, United States
    all, Florida, United States

    and several others.

    You must remove all those, if there are listings attached to them, you can merge the location with a real location and the listings will be passed to the merged location. If you delete the fake locations when listings are attached to them, the listings will be deleted.

    Thanks

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

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

Open Support Ticket