Supreme Theme

This topic contains 8 replies, has 3 voices, and was last updated by  Guust 7 years, 8 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #228599

    Basheba Hiscox
    Expired Member
    Post count: 4

    Hi!

    I have a couple questions about the Supreme Theme that I was wondering if you could help me with.

    1) Is there a way to change the term “neighborhood” to the term “county”? If so, how would I do this?

    2) Is it possible to take the map off of the listing page and add more listings (approx. 20)? How would I do this?

    3) If the map has to stay on the listing page, how can I remove the white stripe on top of it?

    4) How can I change the default picture to the picture that is currently on my homepage?

    I will include credentials in a private post beneath this post.

    #228600

    Basheba Hiscox
    Expired Member
    Post count: 4
    This reply has been marked as private.
    #228659

    Guust
    Moderator
    Post count: 29970

    1) You can “translate” that in the location manager language file, see
    https://wpgeodirectory.com/docs/translating-addons/
    https://wpgeodirectory.com/docs/category/translation/

    2) You would need to re-design the template to remove the map, see https://wpgeodirectory.com/docs/customizing-geodirectory-templates/

    To add more listings, review https://wpgeodirectory.com/docs/faqs/how-do-i-change-the-number-of-listings-per-page/

    3) We would need to have your URL to check that.

    4) This could be your answer: https://wpgeodirectory.com/docs/supreme-directory-overview/#homepage depending on what your homepage looks like for the moment.

    #228690

    Basheba Hiscox
    Expired Member
    Post count: 4
    This reply has been marked as private.
    #228695

    Guust
    Moderator
    Post count: 29970

    I commented this line in your style.css

    
    
    .sd.search.geodir-page.admin-bar .geodir-listings-sidebar-right, .sd.archive.geodir-page.admin-bar .geodir-listings-sidebar-right {
        top: 93px;
    } 

    Let me know if that breaks other things.
    I don’t quite understand why the page shows different than http://wpgeo.directory/supreme-directory/places

    To change the header image for the detail pages to the same one as the homepage, replace
    /wp-content/themes/supreme-directory/images/featured.jpg
    with
    /wp-content/uploads/2016/07/default.png

    #243959

    David
    Full Member
    Post count: 43

    for number 2)
    Is it possible to take the map off of the listing page and add more listings (approx. 20)? How would I do this?

    This worked for me;

    
    
    .sd.search.geodir-page .geodir-listings-sidebar-left, .sd.archive.geodir-page .geodir-listings-sidebar-left, .sd.search.geodir-page .geodir-listings-sidebar-right, .sd.archive.geodir-page .geodir-listings-sidebar-right {
        display: none;
    }
    .sd.search.geodir-page #geodir_content, .sd.archive.geodir-page #geodir_content {
        flex-basis: 100% !important;
        width: 100% !important;
    }
    
    a#showMap, a#hideMap {
        display: none;
    }
    .geodir-search input.snear {
        display:none;
    }
    #244828

    Guust
    Moderator
    Post count: 29970

    @david

    You would need to re-design the template to remove the map, see https://wpgeodirectory.com/docs/customizing-geodirectory-templates/

    To add more listings, have a look here: https://wpgeodirectory.com/docs/faqs/how-do-i-change-the-number-of-listings-per-page/

    In future, please start your own topics, adding to resolved topics of others might mean we miss your question. Thanks.

    #245211

    David
    Full Member
    Post count: 43

    Guust, I wasn’t asking another question. I was just helping the OP with a way round. Without re-designing the template.

    #245499

    Guust
    Moderator
    Post count: 29970

    Ah, I see 🙂 Makes complete sense now. Thanks for helping out.

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

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

Open Support Ticket