Help getting started

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

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

Open Support Ticket
  • Author
    Posts
  • #225727

    MICOLE
    Lifetime Member
    Post count: 43
    This reply has been marked as private.
    #225777

    Guust
    Moderator
    Post count: 29970

    Thanks again for your help. What about the Reviews tab? Can I get rid of that?

    GD > design > detail tab > “Exclude selected tabs from detail page” > Select to exclude the Reviews tab there.

    And with the advanced search that you inserted – can that be modified? I want it to only search events if someone types into that section. And I want it to search only places when they search from my Destinations section.

    The GD Search widget has a drop down menu in the front, that allows your visitors to select only Events or Destinations. That drop-down adjust to the page, see for example http://thebeautyiq.com/events/ and http://thebeautyiq.com/places/

    I want my Destinations page to look like my other pages in format so I want to have a header.

    All pages of your site use your themes header and footer, so your destinations pages have exactly the same header and footer as the rest of the site, for example see http://thebeautyiq.com/destinations/united-states/california-1/los-angeles/beauty-boutique/apothia/
    See also https://wpgeodirectory.com/docs/layout/#directory

    #225789

    MICOLE
    Lifetime Member
    Post count: 43
    This reply has been marked as private.
    #225820

    Guust
    Moderator
    Post count: 29970

    You just need to style the GD titles on the page to look the same as the titles you use anywhere else. GD pages are not like WP pages, they are templates that are used to create multiple pages.

    #225855

    MICOLE
    Lifetime Member
    Post count: 43

    Where do I go to do that? Is it in the Appearance>Widgets area or in GD>Design?

    #225858

    Guust
    Moderator
    Post count: 29970

    You will have to do some custom styling, have a look at this article: https://wpgeodirectory.com/docs/customizing-your-style/

    #225859

    MICOLE
    Lifetime Member
    Post count: 43

    Aha, thanks

    #227411

    MICOLE
    Lifetime Member
    Post count: 43

    Hi. Thanks. From what I’m reading the changes to the CSS would go into the Appearance>Editor and then the Style.css – but if I only want the changes made on a particular page, in this case my Destinations page, how do I make sure the changes only happen there? Thanks.

    #227500

    MICOLE
    Lifetime Member
    Post count: 43
    This reply has been marked as private.
    #227680

    Guust
    Moderator
    Post count: 29970

    There are a number of places you can add custom CSS, all of the ones you refer to are fine.
    If you only want CSS to affect the destinations page, you need to target that page, for example:

    .single-gd_place h1 {font-size: 50px}

    That will target the H1 heading on the detail [single] page for destinations [gd_place].
    You can find the page specific classes in the body style attributes if you look at the source of the page.

    #227683

    MICOLE
    Lifetime Member
    Post count: 43
    This reply has been marked as private.
    #227685

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

    #228358

    MICOLE
    Lifetime Member
    Post count: 43

    Hi. I want the Destinations page to look like my other pages. I can’t find anything in the support section on this issue but I want to remove the divider line below the header, in this case it is under “All Places”. Is that possible?

    Also, not sure how I did this but what is supposed to be in the right sidebar is showing up below the center of the page. Can you advise what I did wrong? Thank you again!

    #228377

    Guust
    Moderator
    Post count: 29970

    At GD > Design > Listings, you have set the left sidebar to 30%, the content section to 63% and the right sidebar to 30%. That adds to more than 100% so that is breaking the layout.
    https://wpgeodirectory.com/docs/layout/#directory

    This is added to your CSS somewhere:

    
    
    .archive .entry-header, .geodir-breadcrumb {
        border-bottom: 1px solid #e2e2e2;
    }

    .
    That is what’s adding the divider line.

    #228935

    MICOLE
    Lifetime Member
    Post count: 43

    Hi Guust. I didn’t add that line to the code so not sure why it would be there. Could it be Divi related? Thanks

Viewing 15 posts - 16 through 30 (of 36 total)

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

Open Support Ticket