GD Supreme V2.0 vs V1.0 Layout

This topic contains 7 replies, has 3 voices, and was last updated by  Guust 5 years, 4 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #461757

    Suzanne
    Lifetime Member
    Post count: 6

    Hi, I have set up a site using GD Supreme v1 and another from scratch using GD Supreme v2. I have been reading the documentation but can’t find how to set some layouts so they are the same as v1.

    1. Home Page – Place Details

    a) In V1 the listing description is not displayed. In V2 the description is displayed. How do I remove the description. Category settings – “Show in extra output location ” is blank.

    b) is it possible to display just the city or neighbourhood of the Place address on this page?

    2. Listing Details Page

    a) In V1 Category, address, cost are shown in the Sidebar. In V2, the GD Sidebar has the GD > Listings widget which shows the image, reviews and description. I want to customise the sidebar to display other “Place” fields and remove description and image. How can this be done?

    3. Home Page Category Buttons

    In V1, the width of the buttons remains the same but the height adjusts to fit the category description.
    In V2, the height of the button remains the same but the width adjusts. Is it possible to have the width remain constant and height adjust as in V1.

    #461765

    Alex Rollin
    Moderator
    Post count: 27815

    1. See https://wpgeodirectory.com/docs-v2/faq/common-examples/#post_content
    2. See the info here about the GD > Output location widget. https://wpgeodirectory.com/docs-v2/geodirectory/getting-started/#sidebar – You will need to add this to the sidebar
    3. I think you mean the gd_categories widget in the feature area, but I am not sure. Please say more about that and send a link to the V2 page. Right now we are collecting feedback about the use of the gd_categories feature on the V2 Supreme home page. What you describe sounds possible with CSS. We can give it a try if you send a link.

    #461766

    Guust
    Moderator
    Post count: 29970

    1. Home Page – Place Details
    a) In V1 the listing description is not displayed. In V2 the description is displayed. How do I remove the description. Category settings – “Show in extra output location ” is blank.

    Remove this from the Archive Item Templatee:

    [gd_post_meta key='post_content' show='value-strip']

    See also https://wpgeodirectory.com/docs-v2/geodirectory/page-design/#pages

    b) is it possible to display just the city or neighbourhood of the Place address on this page?
    This should work in both V1 and V2:
    https://wpgeodirectory.com/docs/common-styling-examples/#address

    2. Listing Details Page
    a) In V1 Category, address, cost are shown in the Sidebar. In V2, the GD Sidebar has the GD > Listings widget which shows the image, reviews and description. I want to customise the sidebar to display other “Place” fields and remove description and image. How can this be done?

    Use the GD > Output Location widget.

    3. Home Page Category Buttons
    In V1, the width of the buttons remains the same but the height adjusts to fit the category description.
    In V2, the height of the button remains the same but the width adjusts. Is it possible to have the width remain constant and height adjust as in V1.

    Can you post the URL of both pages so we can inspect the code for you. You can do that in a private reply.

    Thanks

    #461778

    Suzanne
    Lifetime Member
    Post count: 6

    Thank you!

    I have done the updates now and they work. I have summarised where the updates were below.

    Listings on Home Page
    1. Set up Home Page to display the listings.
    a) Use the shortcode [gd_listings] which displays using the Archive Item template

    2. Set up content of listings on the home page
    a) Geodirectory / Settings / General – Pages / Template Pages Settings Archive Item Page
    b) Select default Template – GD Archive Item
    c) Customise short codes as per Page Design documentation

    3. Set fields to be displayed on the home page listings
    a) Places / Settings /Custom fields
    b) Select field to be displayed on listing
    c) Show in Extra Output Location – Select Listings Page

    Details Page
    1. Set up main content of details page
    a) Geodirectory / Settings / General – Pages / Template Pages Settings – Details Page
    b) Select default Template – GD Details
    c) Customise short codes as per documentation

    2. Set fields to be displayed in sidebar (GD Sidebar) of details page
    a) Places / Settings /Custom fields
    b) Select field to be displayed in sidebar
    c) Show in Extra Output Location – Select Details Page Sidebar

    3. Add sidebar to Details page
    a) Appearance / Widgets / GD > Output Locations – add to GD Sidebar

    (Custom Fields that are set to display on the Details page are displayed with this widget.
    Shortcode – [gd_output_location location=”[detail]”]

    #461779

    Suzanne
    Lifetime Member
    Post count: 6
    This reply has been marked as private.
    #461795

    Guust
    Moderator
    Post count: 29970

    Try this CSS, it will need some fine-tuning, see https://wpgeodirectory.com/docs/customizing-your-style/

    
    
    header .featured-area .geodir-categories-container .gd-cptcat-rows ul li .gd-cptcat-cat-right a {
    
    }
    
    header .featured-area .geodir-categories-container .gd-cptcat-rows ul {
        width: 100px;
    }
    
    .geodir-categories-container ul li .gd-cptcat-cat-right a {
        overflow: initial;
        white-space: initial;
        line-height: 20px;
    }

    Thanks

    #461908

    Suzanne
    Lifetime Member
    Post count: 6

    Thank you! That worked perfectly.

    #461926

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

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

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

Open Support Ticket