Getting started

This topic contains 17 replies, has 3 voices, and was last updated by  Alex Rollin 5 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #470206

    Timothy Cermak
    Full Member
    Post count: 96

    Hey Team,

    I would like to use the sepreme theme and edit the page to look much like your Demo :https://onfoxx.de/

    My site is located at new.resourceshark.com

    I cant even figure out how to get the search bar to show, how to change the picture from the stock, and how to change the word home to actually be some text

    I have used your other themes to design different directories

    #470216

    Timothy Cermak
    Full Member
    Post count: 96

    OK update. I figured out how to change the image and text. Also found how to add sub text

    1)Is there a way to make the image only take up half of the page?
    2)Is there a way to change the text “search for” and “near” in the search box

    #470223

    Kor
    Moderator
    Post count: 16516

    Hi Timothy Cermak,

    Thanks for your post. I’ll answer your questions accordingly.

    1. Could you share the URL of the page in question so that I could take a better look at it?

    2. You can use the translation method to change the texts https://wpgeodirectory.com/docs/translate-core/

    Thanks!

    #470224

    Timothy Cermak
    Full Member
    Post count: 96

    http://new.resourceshark.com
    and 2) Using the translations core to edit the text in the search bar makes no sense to me

    #470229

    Kor
    Moderator
    Post count: 16516

    Hi timothy,

    Thanks for your reply. If you’re referring to the front page featured area, you can resize it using the custom CSS code below.

    
    
    header .featured-area.type-location {
        height: 50vh!important;
    }

    Yes, the translation method is usually we suggest to change any texts on the plugin. Sorry for overlooking, changing the “search for” and “near” can be done here in GD > General > Search > SEARCH FORM SETTINGS as shown in the attached screenshot.

    #470235

    Timothy Cermak
    Full Member
    Post count: 96

    Is there a way to add text above the most used categories and under the search bar?

    #470236

    Timothy Cermak
    Full Member
    Post count: 96

    Geocode was not successful for the following reason: OVER_QUERY_LIMIT

    How do i fix this

    #470240

    Timothy Cermak
    Full Member
    Post count: 96
    This reply has been marked as private.
    #470252

    Timothy Cermak
    Full Member
    Post count: 96

    Last couple questions for the day

    1) On mobile i am getting a white side bar on the right hand side ever since i enabled the sidebar on my home page

    2) Is the a way to hide the Title on places pages?
    3) On Places pages, how do i add the Place info to the sidebar (Location, Adress, Hours, Phone Number) I have it done on this site https://cle2nite.com/places/united-states/ohio/north-olmsted/bar/seeing-double/#related_listing
    4)How do i hide the account login on desktop(Icant see it currently) and Mobile ( i can see it here)

    Thank you for everything

    #470275

    Kor
    Moderator
    Post count: 16516

    Hi Timothy Cermak,

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

    1. Is there a way to add text above the most used categories and under the search bar?
    You can use the custom CSS code below.

    
    
    .geodir-search-container:after {
        content:"Geodirectory";
        color:#fff;
    }

    2. Geocode was not successful for the following reason: OVER_QUERY_LIMIT
    Have you finished setup of your Google API key and cloud billing account?
    https://wpgeodirectory.com/docs-v2/integrations/google/#easy

    3. On mobile i am getting a white side bar on the right hand side ever since i enabled the sidebar on my home page.
    You can use this custom CSS code to fix this.

    .metaslider ul.flex-direction-nav {display:none!important;}

    4. Is the a way to hide the Title on places pages?
    You can use custom CSS and here is an article for your reference https://wpgeodirectory.com/docs/customizing-your-style/

    5. On Places pages, how do i add the Place info to the sidebar (Location, Adress, Hours, Phone Number)
    Try configuring the “Show in what locations?” as explained in this section of the documentation https://wpgeodirectory.com/docs/core-place-settings/#custom

    6. How do i hide the account login on desktop(Icant see it currently) and Mobile ( i can see it here)
    Could you share some screenshots?

    Thanks!

    #470352

    Timothy Cermak
    Full Member
    Post count: 96

    Wow thank you for all the help!

    6) Hide the account login section… If you look at the website on a mobile phone, in the menu bar or aligned with the logo and hamburger icon. On the left there is a silhouette of a person and when clicked allows the user to sign in..

    7) Is there a way to make the background image behind the shark a video?

    8) For the search bar i would like to add a advanced search option like on https://www.arbolife.com/en/directory/. But i would like mine to show suggestions of categories like they do but also suggestions for location or country

    9) Also on https://www.arbolife.com/en/directory/ they have a change location drop down in their menu bar.. Is there a way to add that to my site as well?

    Again thank you so much

    #470354

    Timothy Cermak
    Full Member
    Post count: 96

    10) When i change

    header .featured-area {
    align-items: center;
    display: none;
    min-height: 350px;
    flex-direction: column;
    padding: 32px 0;
    position: relative;
    text-align: center;
    }

    The header disappears on the home page as well. I just want it to not be there on The individual business pages…What am i missing

    11) Also would like to add the search feature to the menu bar every where except the home page like they do on https://onfoxx.de/fuer-agenturen/

    #470363

    Timothy Cermak
    Full Member
    Post count: 96

    5. On Places pages, how do i add the Place info to the sidebar (Location, Adress, Hours, Phone Number)

    Try configuring the “Show in what locations?” as explained in this section of the documentation https://wpgeodirectory.com/docs/core-place-settings/#custom

    Yes i have added all those to the show in sidebar but they do not come up and under widgets there is no widget to place in the sidebar to make it come up.

    also i would like to add a custom field Tab but there is no way to do that. I read how to add a custom field and then tell it where to show up, but there is no option for more info, or the custom tab i made

    #470367

    Alex Rollin
    Moderator
    Post count: 27815

    5. On Places pages, how do i add the Place info to the sidebar (Location, Adress, Hours, Phone Number)

    It looks like you figured out how to add the GD Output Locations widget, and set it to Detail page sidebar.

    Please read our docs: https://wpgeodirectory.com/docs-v2/geodirectory/getting-started/
    https://wpgeodirectory.com/docs-v2/geodirectory/personalize/

    6) Hide the account login section… If you look at the website on a mobile phone, in the menu bar or aligned with the logo and hamburger icon. On the left there is a silhouette of a person and when clicked allows the user to sign in..

    You will need to use custom CSS for that.

    
    
    
    @media (max-width: 992px)
    .dt-mobile-account-wrap {
    display:none;
    }
    

    7) Is there a way to make the background image behind the shark a video?

    That would require your own customization

    8) For the search bar i would like to add a advanced search option . But i would like mine to show suggestions of categories like they do but also suggestions for location or country

    Follow this doc for the category select field, but then don’t set for display on the main search: https://wpgeodirectory.com/docs-v2/addons/advanced-search/#select

    Location select is not possible without your own customization.

    9) Also on https://www.arbolife.com/en/directory/ they have a change location drop down in their menu bar.. Is there a way to add that to my site as well?

    You can add the Location switcher as a design element or menu item.
    https://wpgeodirectory.com/docs-v2/addons/location-manager/
    https://wpgeodirectory.com/docs-v2/geodirectory/design-elements/#gd_location_switcher
    https://wpgeodirectory.com/docs-v2/geodirectory/navigation/

    10 – Header customization – this is unique to your site and you will need to create and maintain your own custom CSS code for that.

    Generally speaking to hide an element on a certain page you should add the page id to the selector like:

    
    
    
    element #page-id-54383 {
    dosomething: 5px;
    }
    

    11) Also would like to add the search feature to the menu bar every where except the home page

    That will require your own customizaton.

    If you have more questions please open a new topic.

    #470380

    Timothy Cermak
    Full Member
    Post count: 96

    also i would like to add a custom field Tab but there is no way to do that. I read how to add a custom field and then tell it where to show up, but there is no option for more info, or the custom tab i made

    After this is answered ill ask questions in a new topic

Viewing 15 posts - 1 through 15 (of 18 total)

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

Open Support Ticket