How can I recreate my main Business Directory page?

This topic contains 10 replies, has 4 voices, and was last updated by  Robbie McCoy 4 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #513896

    Robbie McCoy
    Buyer
    Post count: 8

    First off, I want to thank you for creating such a powerful directory plugin. There are so many cool features and the flexibility is astounding!

    I’ve recently upgraded my staging site and am now trying to figure out how to “match” the layout on the live site. I’ve watched the video, searched the forums, and spent a considerable amount of time playing with the shortcodes. Can you please help me understand what I’m doing wrong?

    #1 Staging URL: http://venetafernridgechamber.com/test2019/location/

    #2 Live URL: http://venetafernridgechamber.com/business-directory/

    How can I get the main directory page on the #1 Staging site to look like #2 Live site?

    WORDPRESS VERSION: 5.2.3

    PLUGINS: AutoOptimize
    Classic Editor
    Events Manager
    GeoDirectory
    GeoDirectory Location Manager
    Ninja Forms
    Social Icons Widget by WP Zoom
    Wordfence Security
    WP Easy Updates
    WP Full Calendar
    WP Super Cache
    WPZoom Shortcodes

    THEME: Child theme of Diamond Theme by WP Zoom

    Many thanks for your time and assistance!

    #513914

    Guust
    Moderator
    Post count: 29970

    Change the GD Listings element to listview.

    Add this CSS to change the category widget to 4 columns:

    .geodir-categories-container ul {width: 23%;}

    Thanks

    #514208

    Robbie McCoy
    Buyer
    Post count: 8
    This reply has been marked as private.
    #514212

    Alex Rollin
    Moderator
    Post count: 27815

    Edit the GD Archive Item template (WP Page) and make sure the GD Post Title element is within the Archive Item right elements (between the open and close)

    You can always refer to the original default content in

    GD – Settings – Pages – Archive Item – View default content

    https://wpgeodirectory.com/docs-v2/templates/archive-item/

    #514219

    Robbie McCoy
    Buyer
    Post count: 8

    Will do. Your help is greatly appreciated.

    #514363

    Robbie McCoy
    Buyer
    Post count: 8

    Almost finished. But, I can’t figure out what’s causing the huge blank white space under the post image “thumbnail” in my details page. Here’s a link:
    http://venetafernridgechamber.com/test2019/membership/veneta/apparel-discount-stores/bi-mart/

    Thanks again!

    #514394

    Kor
    Moderator
    Post count: 16516

    Hi Robbie McCoy,

    Thanks for your reply. Could you please share your Website WP admin access here in private reply so that we could check on it?

    #514400

    Alex Rollin
    Moderator
    Post count: 27815

    There is some odd CSS. We need WP Admin and FTP to debug the issue.

    
    
    
    .geodir-image-container ul.geodir-images li:after {
        content: '';
        display: block;
        margin-top: 65%;
    }
    

    Try

    
    
    
    .geodir-image-container ul.geodir-images li:after {
    margin-top: 0!important;
    }
    

    WordPress Credentials
    WP Admin Login URL:
    WP Admin Username:
    WP Admin Password:

    FTP Credentials
    FTP Host:
    FTP Port:
    FTP User:
    FTP Password:

    #514679

    Robbie McCoy
    Buyer
    Post count: 8
    This reply has been marked as private.
    #514765

    Alex Rollin
    Moderator
    Post count: 27815

    GD Post Images container will stretch to fill the available space in the container. You can try some of our example CSS here, write your own, or hire a designer:

    https://wpgeodirectory.com/docs-v2/design/images/#customize

    #515285

    Robbie McCoy
    Buyer
    Post count: 8

    Thanks for the link. My images look great now. Thanks! Have a great day.

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