Supreme Directory mods

This topic contains 13 replies, has 4 voices, and was last updated by  Paolo 7 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #294736

    wonderbc
    Expired Member
    Post count: 70

    I’m setting up the Supreme Directory, and really like it.

    Some questions, which I wasn’t able to find in the forum.

    1. Is it possible to replace the parallax image with a photo slider in the detail page? Or otherwise is it possible to have a slideshow on the detail page.

    2. How can I replace the default image SD_DEFAULT_FEATURED_IMAGE (the map). I don’t even see it in the media library.

    3. How can I remove the second input box on the search. We are living in a small area, so every search will apply to this area. It is redundant.

    4. Is there a way to edit the Author page, other than in the Editor? Is there a way to add widgets for example from Appearance, Widgets?

    5. I’m using GD Popular Post view widget on the home page with Layout 5 and it only puts 4 across the page, with the 5th being bumped to the next line. Can you help with this?

    6. Is it possible to have My Listings, My Invoice History link under the My Account in the menu?

    7. Is it possible to add a magnifying glass icon in the menu with a search bar, so that users can search easily from any page?

    8. Advanced search does not seem to be working correctly, or I’m not understanding how it works. For example, I have a business called Mistaken Identity under the category Wineries and Breweries. When I did a search for Winery it didn’t come up in the drop down auto select, though another winery did. When I selected Wineries & Breweries from the drop down, all kinds of listings that weren’t Wineries or Breweries did show up. Perhaps the Amp had something to do with it.

    9. Also, the GD Home is set as the default in Geodirectory under Permalinks, and thus shows up in the widgets area, but when I select the home page that came with the template, it messes a few things up, like the H1 header, and the paragraph font, and there is no way that I can see to edit this.

    #295178

    Kor
    Moderator
    Post count: 16516

    Hi there,

    I’ll try to answer your questions accordingly.

    #1 Yes, it’s possible but it requires customization which falls outside the scope of what we offer for support.

    #2 You need to locate the frontpage in Pages and insert your custom featured image.

    #3 I believe you’re referring to the “near me” search field. Try this custom CSS by inserting it into GD > Design > Scripts > Custom Style CSS

    
    
    .gd-search-input-wrapper.gd-search-field-near {
        display:none;
    }

    #4 Refer to this section of the documentation https://wpgeodirectory.com/docs/core-design/#author

    #5 Do you mind sharing the URL of the site in question so we can take a look?

    #6 You can probably create a custom menu for this. Have you tried it?

    #7 This would require customization.

    #8 I need a URL to check on this. You can use the private reply option below.

    #9 Could you probably tell us a little bit more about this? Or perhaps some screenshots?

    Thanks!

    #295193

    wonderbc
    Expired Member
    Post count: 70
    This reply has been marked as private.
    #296516

    Kor
    Moderator
    Post count: 16516

    Hi there,

    I’ll try to answer your remaining questions accordingly.

    #1 Sorry, we do not offer customization but you can try to find developers using this link https://wpgeodirectory.com/support/forum/geodirectory-jobs/

    #4 This would require customization

    #5 I’ve just checked your Website and I think you’ve figured it out.

    #6 How about custom links? Have you tried it?

    #7 You can try using 3rd party menu plugins to build a custom menu

    #9 This can be edited through custom CSS https://wpgeodirectory.com/docs/customizing-your-style/

    #297212

    wonderbc
    Expired Member
    Post count: 70
    This reply has been marked as private.
    #297214

    wonderbc
    Expired Member
    Post count: 70
    This reply has been marked as private.
    #300419

    wonderbc
    Expired Member
    Post count: 70

    It has been 5 days since I responded, and haven’t heard back. Can you please help me sort this out?

    #300484

    Paolo
    Site Admin
    Post count: 31206

    Sorry, the developers must have overlooked your last reply.

    5) try this in design >> scripts >> custom css:

    
    
    
    .sd .geodir_category_list_view li.gridview_onefifth {
        margin: 0 12px 0 0;
        width: calc(20% - 12px) !important;
    }

    6) it is not possible with options, it would require custom code

    9) If you select that page in GD permalinks as home it will use a different template. (gd home).

    10) you need to reorder the tabs (even if you are not using them, reordering the elements requires the same approach): https://wpgeodirectory.com/re-order-tabs-in-a-listing-detail-page/

    Let me know if anything is missing.

    Thanks

    #300515

    wonderbc
    Expired Member
    Post count: 70

    thanks kindly for the prompt response.

    5. This did not work for me. I am using the GD Popular Post View. How would that change the code you provided?

    6. too bad

    9. I am wondering however, why when I make the current home page the default for GD, instead of GD_Home, that the font customization doesn’t work.

    10. wow, a lot there just to reorder tabs. a drag and drop would have been a lot easier for the lay person! I’ll try to tackle it.

    #300695

    Giri
    Expired Member
    Post count: 3155

    Hi wonderbc,

    Try this code for #5

    
    
    .sd .geodir_category_list_view li.gridview_onefifth {
        margin: 0 12px 0 0;
        width: calc(20% - 15px) !important;
    }
    #300937

    wonderbc
    Expired Member
    Post count: 70

    hi Giri, thanks for the suggestion, but that was already suggested by Paolo, and did not work. Is someone able to log in a take a look at this for me?

    login details above in private reply.

    #300959

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    you didn’t copy and pasted the css entirely. You were missing the starting . (dot).

    Thanks

    #300970

    wonderbc
    Expired Member
    Post count: 70

    so sorry about that! thank you it is working!

    #300974

    Paolo
    Site Admin
    Post count: 31206

    You are welcome 🙂

Viewing 14 posts - 1 through 14 (of 14 total)

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

Open Support Ticket