Customisation

This topic contains 27 replies, has 4 voices, and was last updated by  Kor 6 years, 11 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #448189

    Alex Girgis
    Expired Member
    Post count: 19

    Hello,

    I’m just getting started with this plugin and I’ve purchased the addons.

    I’m trying to just set it up to match my theme as The directory will sit within site separately to other pages.

    Few questions:
    1. How can I prevent the GD pages form being 100% width? Or make it adhere to the standard content width my theme uses? Or insert the entire page within an existing Visual Composer page?
    2. I’m using a transparent menu and it overlaps the top part of the GD pages, how can I fix this?
    3. Is it possible to remove the “view” dropdown on the listing pages? And also the breadcrumb and page title. e.g. “All Childrens” as shown here: http://syn241.syd2.hostyourservices.net/~frontlin/places/childrens/
    4. Can I use my themes standard “header” section on GD pages somehow?

    You can view here:
    http://syn241.syd2.hostyourservices.net/~frontlin/directory

    Thanks!

    #448190

    Guust
    Moderator
    Post count: 29970

    1. Try this CSS, adjust as required:

    #geodir-wrapper {max-width: 1170px; margin: auto;}

    2. Try this CSS:

    .geodir-page #header {position: relative;}

    3. Try this CSS:

    geodir-list-view-select {display: none;}

    4. Your standard header is being used on GD pages.

    Thanks

    #448191

    Alex Girgis
    Expired Member
    Post count: 19

    Hello,

    Thanks. Regarding number 4. What I mean is the header section, not the menu header, for example:
    http://syn241.syd2.hostyourservices.net/~frontlin/example

    Also is it possible to remove the favoriting function?

    thanks

    #448193

    Guust
    Moderator
    Post count: 29970

    Re favorites, see https://wpgeodirectory.com/docs/faqs/how-do-i-disable-favorites/

    You should be able to add that header section using the compability section.
    Post your WP admin details in a private reply if you need a hand.

    Thanks

    #448196

    Alex Girgis
    Expired Member
    Post count: 19
    This reply has been marked as private.
    #448232

    Kor
    Moderator
    Post count: 16516

    Hi Alex,

    Thanks for your reply. Let me try to answer your questions accordingly.

    1. Integrating the theme’s header onto GD pages as mentioned.
    a. Could you tell us what are you trying to display on the head section of the GD pages?

    2. The map at the top has an input box above the categories – not sure why.
    a. That’s a search box.

    3. Is it possible to have a 3 column grid layout on the home directory page?
    You can adjust the settings as shown in the attached screenshot.

    4. In the search widget, is it possible to have a category selection instead of the text input?
    Here is what you can do to achieve this https://wpgeodirectory.com/docs/gd-search/#cat using the “Advanced Search” addon.

    5. Is it possible to change the language from ‘places’ to ‘stores’?
    Refer to this section of the documentation https://wpgeodirectory.com/docs/faqs/how-do-i-change-place-and-places/

    6. Is it possible to change the language on the directory home from ‘Popular Places’ to latest listings and show the most recently added listings?
    That can be edited in the Widgets section in the backend

    7. Is it possible to remove the ‘favorite’ function.
    Refer to this https://wpgeodirectory.com/docs/faqs/how-do-i-disable-favorites/

    #448239

    Guust
    Moderator
    Post count: 29970
    This reply has been marked as private.
    #448248

    Alex Girgis
    Expired Member
    Post count: 19

    Hi Kor,
    Thanks, I’ll respond below:

    1. Integrating the theme’s header onto GD pages as mentioned.
    a. Could you tell us what are you trying to display on the head section of the GD pages?
    Thanks, this now looks good except the width has returned to 100% and there is a title and breadcrumb issue

    2. The map at the top has an input box above the categories – not sure why.
    a. That’s a search box.
    Is there any way to remove this or to have some placeholder text that says ‘search’? Also when you type in it the writing is white so you can’t see it.

    3. Is it possible to have a 3 column grid layout on the home directory page?
    You can adjust the settings as shown in the attached screenshot.
    Thanks, that worked

    4. In the search widget, is it possible to have a category selection instead of the text input?
    Here is what you can do to achieve this https://wpgeodirectory.com/docs/gd-search/#cat using the “Advanced Search” addon.
    I tried that but it doesn’t format correctly.. you can see here: http://syn241.syd2.hostyourservices.net/~frontlin/directory/
    It sits small and low unlike the other fields. Also this adds it to the search bar I was wanting to add it and remove the search input field which I can’t see an option to do.

    5. Is it possible to change the language from ‘places’ to ‘stores’?
    Refer to this section of the documentation https://wpgeodirectory.com/docs/faqs/how-do-i-change-place-and-places/
    Thanks that worked

    6. Is it possible to change the language on the directory home from ‘Popular Places’ to latest listings and show the most recently added listings?
    That can be edited in the Widgets section in the backend
    Thanks, that worked

    7. Is it possible to remove the ‘favorite’ function.
    Refer to this https://wpgeodirectory.com/docs/faqs/how-do-i-disable-favorites/
    Thanks that also worked

    Thanks.

    #448249

    Alex Girgis
    Expired Member
    Post count: 19

    Thank you. I’ve removed the CSS and it looks good expect for the title and breadcrumb issue. Also the width of the GD pages content has gone back to 100%

    #448254

    Guust
    Moderator
    Post count: 29970

    1. Added some code to compatibility settings.

    2. Try this CSS:

    .map_category input[type="text"] {display: none;}

    4. Try this CSS: `body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search .gd-search-input-wrapper.gd-search-field-cpt {-webkit-flex: 25 !important;
    flex: 25 !important;}`
    It may need a bit more, your theme is taking over the styling.

    #448270

    Alex Girgis
    Expired Member
    Post count: 19

    1. Added some code to compatibility settings.
    Thanks looks good. You guys are going to look at the title and breadcrumb issue I don’t need to do anything for that is that right?

    2. Try this CSS: .map_category input[type=”text”] {display: none;}
    Thanks that worked.

    4. Try this CSS: `body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search .gd-search-input-wrapper.gd-search-field-cpt {-webkit-flex: 25 !important;
    flex: 25 !important;}`
    It may need a bit more, your theme is taking over the styling.
    Thanks I was able to style it, but is there a way to remove the text input field so there is only category and location?

    5. Also what is the difference between the GMAP – Home page and GMAP – Listing page? There is an issue with the listing page map widget where it has extra padding on the left:
    http://syn241.syd2.hostyourservices.net/~frontlin/directory/
    But the home page map is fine:
    http://syn241.syd2.hostyourservices.net/~frontlin/stores/menswear/
    Also I can’t figure out how to get rid of the gap at the bottom under the map…

    Thanks.

    #448274

    Guust
    Moderator
    Post count: 29970

    1. This will be after the weekend.

    4. See https://wpgeodirectory.com/docs/common-styling-examples/#search-field

    5. Please see https://wpgeodirectory.com/docs/widgets/ and https://wpgeodirectory.com/docs/widgets/#homepage and https://wpgeodirectory.com/docs/widgets/#listing-map
    Also added this CSS:

    
    
    .geodir_full_page {margin-bottom: -25px;}
    .post-type-archive .geodir_full_page {margin-left: -15px;   margin-bottom: -25px;}
    #448319

    Guust
    Moderator
    Post count: 29970

    Can we have FTP details please. Thanks

    #448327

    Alex Girgis
    Expired Member
    Post count: 19
    This reply has been marked as private.
    #448349

    Kiran
    Moderator
    Post count: 7069

    Hello,

    I have added compatibility in your child theme functions.php.

    Please check and let us know.

    Kiran

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

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

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount