Help customize directory

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

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

Open Support Ticket

Tagged: , , , ,

  • Author
    Posts
  • #489413

    serendipity
    Buyer
    Post count: 131

    Hi,

    1. Listing page slider image question: The details page has a slider with 2 very large images at http://www.mysite.com/places/united-states/state/city/title/first-lastname/
    Could you tell me how to make the image slider smaller? I am reading https://wpgeodirectory.com/docs-v2/integrations/images/#gd_post_images but I have no idea where the gd_post_image “Add shortcode” form is.

    2. GD home header section search box question: I am reading https://wpgeodirectory.com/docs-v2/faq/common-examples/#gd_search but I want my homepage header search box to look like the one at https://rvtravelguidebook.com/ with the advanced search box box included. Could you tell me the code I need to use and where to add it?

    3. Review badge question: How I do remove the “Write a review” badge on the listing details page?

    4. Menu fonts question: Where in WP admin do I add custom css to change the font of the main and footer menu fonts?

    Thanks a lot

    #489421

    Kor
    Moderator
    Post count: 16516

    Hi serendipity,

    Thanks for your post. Please allow me to answer your questions accordingly.

    1. Could you share the URL of the page in question?

    2. You can refer to this section of the documentation https://wpgeodirectory.com/docs-v2/addons/advanced-search/#settings

    3. You can use the custom CSS code below to remove it.

    .gd-badge-meta.gd-badge-large.aligncenter.gd-badge-meta-write-a-review {
        display: none;
    }
    #489921

    serendipity
    Buyer
    Post count: 131
    This reply has been marked as private.
    #489929

    Kor
    Moderator
    Post count: 16516

    Hi

    Thanks for your reply. You can insert the custom CSS code below into WP > Appearance > Customize > Additional CSS.

    .geodir-image-container ul.geodir-images li img {
        min-width: 50%!important;
        max-width: 50%!important;
        height: auto!important;
    }
    #490237

    leogc
    Buyer
    Post count: 14

    Hi Kor i have found this posting here about deleting the Add Review” thing. I also have done it and it works, as we can not have Review (and we don’t want have reviews in th directory) how can i delete th Review things (in German it is Bewertungen) in the listings, see attached images:

    #491496

    leogc
    Buyer
    Post count: 14

    Anyone able to help?

    #491515

    Kor
    Moderator
    Post count: 16516

    Hi leogc,

    Thanks for your reply. Please open a new topic next time. In the meantime, you can refer to this section of the documentation https://wpgeodirectory.com/docs-v2/faq/common-examples/#ratings

    #491632

    leogc
    Buyer
    Post count: 14

    Great thank you, that helps so far 🙂

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