Supreme Directory Homepage

This topic contains 3 replies, has 3 voices, and was last updated by  Paolo 7 years, 11 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #214373

    chris
    Expired Member
    Post count: 5

    Hi,
    1. How can I reduce the height of the Supreme banner image ? Just use a shorter image, or is the height set elsewhere ?

    2. I’m trying to add a custom homepage, which will in effect be the global home for a multi location website. Do I set this in both WP > Reading and in GD as Homepage ? If I do that it inherits the widgets rather than my design.
    http://128.199.124.187/global/

    Thanks
    Chris

    #214375

    Kor
    Moderator
    Post count: 16516

    Hi Chris,

    Thanks for reaching us. I’ll try to answer your questions accordingly.

    1. Use the custom CSS code below to adjust the size of the featured image. Insert into GD > Design > Script > Custom Style CSS

    
    
    .home .featured-area{
        height: 70vh;
    }

    2. I’d like to refer to “home page” section of the following documentation for more info https://wpgeodirectory.com/docs/supreme-directory-overview/

    Let us know how it goes of if it helps.

    #214996

    chris
    Expired Member
    Post count: 5

    Thank you the CSS worked fine.
    How do I apply the same for the Location pages ?

    And secondly, my custom homepage popular links are inheriting my default location.
    Is it possible to set up a ‘global’ homepage that can display popular postings and recent events and other CPT from all the locations ?

    #215325

    Paolo
    Site Admin
    Post count: 31206

    Please try:

    
    
    .home .featured-area, .sd-location .featured-area{
        height: 70vh;
    }
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