BuddyDev

Search

[Resolved] Geodirectory Compatability

  • Participant
    Level: Enlightened
    Posts: 89
    Graham Hoffman on #6630

    This is a thread for Geodirectory, a map plugin used for map/directories.

    Plugin Details: https://wpgeodirectory.com

    With the recent changes to the ‘header’ features on Community-Builder it looks a lot better but I have noticed a few issues.

    1. The geodirectory sidebar is missing – can be found further down the page.
    https://www.dropbox.com/s/tcqja47wj4wa73v/Screenshot%202016-12-02%2019.23.35.png?dl=0
    https://www.dropbox.com/s/65ykpw05efxiip2/Screenshot%202016-12-02%2019.23.42.png?dl=0

    2.The background of the ‘image’ doesn’t match the theme Background. Do you happen to know if that’s something that can be changed here or does it need to happen in GeoDirectory?
    https://www.dropbox.com/s/tsikfgwcculw4da/Screenshot%202016-12-02%2019.28.22.png?dl=0

    3. The some of the Google map is missing from the sidebar
    https://www.dropbox.com/s/bcaraw3dvq5e5sf/Screenshot%202016-12-02%2019.28.45.png?dl=0

    4. The entry form ‘notes’ text (under the entry box) may need to be altered depending on background, I presume this could be done as per 2.
    https://www.dropbox.com/s/hjp146npyfqb6y6/Screenshot%202016-12-02%2019.30.34.png?dl=0

    Here are a few reference photos from my previous theme:
    Map: https://www.dropbox.com/s/ga2q91l2keuhekf/AN-Map.png?dl=0
    Site: https://www.dropbox.com/s/ga9jvgpqemjwzsq/AN-Map-Main.png?dl=0

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #6643

    Hi Graham,
    Thank you.
    We are on it and expecting an early release this week. Please do let me know if you need compatibility with any other major plugins too. We will have them packed together.

    Thank you
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 89
    Graham Hoffman on #9469

    I found a bug on the Search bar relating to the way Community Builder treats the CSS. Geodirectory had this say…

    “Hi,
    the theme is adding a class to any select field (SumoSelect sumo_stype) and the CSS to style it that way.
    Please ask to the theme author how to prevent it.”

    https://airsoftnation.co.uk/map for reference

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #9470

    Hi Graham,
    I am sorry for the trouble.

    It can be easily disabled. And we are already doing that for most of the plugins use select2.

    Can you please tell me which selectbox it is affecting, is it the retailers?

    Thank you.
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 89
    Graham Hoffman on #9473

    The one which says retailers/sites. I’ve switched to their advanced search which is when the bug appeared. Hardly your thought the fault, the theme has been outstanding for me so far.

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #9478

    Hi Graham,
    Thank you.
    here is a temporary fix for now. I am about to release a major version(May be tomorrow or Monday and will have it there). Since the select prettifier has been causing a lot of issues, I am looking at some ways to have more flexibility.

    For now,
    Please open community-builder/assets/js/buddypress.js and you will see the function

    
    function cb_enable_select_style() {
        //jQuery( 'select' ).not('.sa-field-content select').selecter();
        jQuery( 'select' ).not('.sa-field-content select, .adverts-options select, .adverts-form select, .chosen_select, .select2-hidden-accessible').SumoSelect();
    }
    
    

    At the bottom of that file. we will need to add an extra selector like below

    
    function cb_enable_select_style() {
        //jQuery( 'select' ).not('.sa-field-content select').selecter();
        jQuery( 'select' ).not('.sa-field-content select, .adverts-options select, .adverts-form select, .chosen_select, .select2-hidden-accessible, .geodir-search select').SumoSelect();
    }
    
    

    That should fix it.

    Hope this helps.

  • Participant
    Level: Enlightened
    Posts: 89
    Graham Hoffman on #9486

    Thanks Brajesh! I haven’t made the change yet so I’ll wait for the theme update. Keep up the great work!

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #9499

    Thank you Graham.
    I am sorry I could not release yesterday, It’s coming today.

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #9531

    Hi Graham,
    Version 1.1 is available now.
    Can you please upgrade and test.

    Please make sure to take a look at the breaking changes here
    https://buddydev.com/docs/guides/community-builder/releases/buddypress-community-builder-theme-version-1-1-0/

    Also, I have updated the theme documentation with the new information(Still need to work on the Shop Panel documentation though).

    Thank you
    Brajesh

The topic ‘ [Resolved] Geodirectory Compatability’ is closed to new replies.

This topic is: resolved