Add Listing Page For Logged Out Users

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

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

Open Support Ticket
  • Author
    Posts
  • #45838

    Topher Maguire
    Expired Member
    Post count: 42

    site: http://www.militarybuyers.guide

    I need assistance with the add listing page for logged out users.

    The page is loading at the top behind the header and despite all my attempt to create a solution I have been unable to fix.

    I have attached a screenshot.

    #45873

    Guust
    Moderator
    Post count: 29970

    It seems you are using the Kleo theme.
    There are several problems with Kleo Theme. Have a look here:https://wpgeodirectory.com/support/search/?bbp_search=kleo

    Post your admin details (in a private reply) and we might see if there is any assistance we can provide, or whether you need to contact the Kleo people.

    #45876

    Topher Maguire
    Expired Member
    Post count: 42

    @guust

    Looks like my only solution after reading all the threads is to either discontinue use of Kleo Theme or Discontinue us of Geodirectory and all the add ons and use another more compatible directory plugin.

    I have contacted Kleo and they assure me that version 3.0 is 100% GeoDirectory compatible.

    Everything seems to work except the add listing page for logged out users so far. However, the add listing page works fine on mobile devices… why not on desktop or tablets.

    See mobile screen hot attached.

    If the GeoDirectory framework was more BuddyPress friendly I would use it instead of Kleo.

    #45880

    Guust
    Moderator
    Post count: 29970

    Like I said: “Post your admin details (in a private reply) and we might see if there is any assistance we can provide, or whether you need to contact the Kleo people.” If it is only the add-listing page, then it might not be that hard. But without admin details, we cannot help.

    And you might be interested in this then:
    https://wpgeodirectory.com/whoop-beta-released/

    #45967

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    from what I can see Kleo is considering the signup page as the home page, which means it isn’t 100% compatible when you use a transparent header with an alternative logo in the home page.

    Probably in the header they have conditional tag to check if the page is the front page before serving the normal or transaprent header, something like:

    if(is_front_page()) {//code to serve transparent header};

    To exclude the signup page from being seen as home by the theme they should add something like:

    if(is_front_page() && (!isset($_GET['geodir_signup'])) ) {//code to serve transparent header};

    This is much easier for them to solve that it is for us, especially if you pass them these suggestions.

    Let us know,

    Thanks

    #46022

    Topher Maguire
    Expired Member
    Post count: 42
    This reply has been marked as private.
    #46025

    Topher Maguire
    Expired Member
    Post count: 42

    Also:

    I just realized that the claim listing pop-up is also a little messed up and can use some help on that as well.

    See attached screen shot.

    Thanks.

    #46083

    Topher Maguire
    Expired Member
    Post count: 42

    @paolo @guust

    KLEO has just informed me that if using their theme with GeoDirectory and you do not set GeoDirectory as home page that this effects the add listing page header/transparent menu, making it so that you won’t even be able to set header transparency on or off (Which was my issue). It primarily affects logged out users, while the add listing page for logged in users works just fine. They are working on a fix.

    Meanwhile, I am still waiting on a fix for the Claim Listing Pop-up CSS? I created a topic there and am waiting for a fix so I can start marketing.

    Thanks

    #46096

    Paolo
    Site Admin
    Post count: 31206

    I’ve replied to another post where you requested help for the popup. I found 3 topics now… Please avoid double or triple posting about the same problem. It only makes our work harder.

    Thanks

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