Help getting started
This topic contains 35 replies, has 3 voices, and was last updated by Guust 8 years, 12 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
July 11, 2016 at 10:00 pm #225727This reply has been marked as private.July 11, 2016 at 11:15 pm #225777
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/#directoryJuly 12, 2016 at 12:27 am #225789This reply has been marked as private.July 12, 2016 at 1:25 am #225820You 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.
July 12, 2016 at 1:54 am #225855Where do I go to do that? Is it in the Appearance>Widgets area or in GD>Design?
July 12, 2016 at 2:08 am #225858You will have to do some custom styling, have a look at this article: https://wpgeodirectory.com/docs/customizing-your-style/
July 12, 2016 at 2:09 am #225859Aha, thanks
July 14, 2016 at 6:48 pm #227411Hi. 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.
July 14, 2016 at 8:17 pm #227500This reply has been marked as private.July 14, 2016 at 11:58 pm #227680There 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.July 15, 2016 at 12:09 am #227683This reply has been marked as private.July 15, 2016 at 12:12 am #227685You’re welcome 🙂
July 15, 2016 at 9:00 pm #228358Hi. 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!
July 15, 2016 at 11:47 pm #228377At 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/#directoryThis is added to your CSS somewhere:
.archive .entry-header, .geodir-breadcrumb { border-bottom: 1px solid #e2e2e2; }
.
That is what’s adding the divider line.July 17, 2016 at 6:56 pm #228935Hi Guust. I didn’t add that line to the code so not sure why it would be there. Could it be Divi related? Thanks
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket