GD Compatibility Pack for Enfold released

This topic contains 43 replies, has 7 voices, and was last updated by  John Allsopp 9 years, 4 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #8749

    Paolo
    Site Admin
    Post count: 31206

    Hi all,

    John completed the Enfold Compatibility Pack plugin, members can download it from the download area as usual.

    You can see a demo here: http://dropct.com/enfold/

    For free users, I’ve submitted the plugin to wordpress.org, if it gets rejected we will make it available on Theme Tailors. Please be patient 1 more day.

    Before activating the plugin make sure to have both GeoDirectory core plugin version 1.1.6 and Enfold installed and activated.

    Don’t forget to report any issue here… 🙂

    Thank you!

    The Team

    #8763

    michless
    Free User
    Post count: 17

    Playing around with the GD, have plenty of experience with Enfold and I cannot get the right hand side bar to show up beside the map. Please look at http://www.edmontonuncorked.com. Also, can the map be more centered instead of right justified. I’m sorry if it’s obvious but like I said, I don’t know GD that much yet. Can send login creds if needed. thanks.

    #8786

    michless
    Free User
    Post count: 17

    I cannot get the map to show full screen like the demo screen no matter what settings I try. Ideally I would like to put something on the right side of the map. Please advise.

    #8854

    John Allsopp
    Expired Member
    Post count: 399

    Hi,
    Did you set the map width to 100% in the GD Home Top Section?

    #8855

    michless
    Free User
    Post count: 17

    How do I put something beside the map on the GD Home right section? So if I have the map at 70% then Latest Posts on the right side at 30%?

    #8856

    Paolo
    Site Admin
    Post count: 31206

    Hi Michless,

    you have 2 options there.

    Keep the GD > Gmap home in the Home Top Section widget area and set width 100%. It will look like our demo: http://dropct.com/enfold/

    Or move it into the Home Content Section widget area and set width 100%. It will look like image attached.

    Thx

    #8957

    purpleedge
    Expired Member
    Post count: 539

    Nice work John! A couple of points…

    1. Enfold puts a background image on droplists – don’t know why?
    you can get rid of it with
    /* hide background image on select drop-lists */
    #top select
    {
    background: #FCFCFC;
    -webkit-appearance: none;
    }

    2. Do you know how to add the Enfold breadcrumb bar to the home page? If you use the location selector the breadcrumbs appear on the Home page, under the GD Home Top widget location. Everywhere else the breadcrumbs appear in the Enfold breadcrumb bar.

    3. Vikas has a fix for light boxes loading twice, don’t know if it has been released yet or if you need to make specific changes for Enfold. But the problem still exists with your mods on a fresh install of 1.1.6.

    https://wpgeodirectory.com/support/topic/pop-up-images-twice-enfold-and-others/#post-8156

    4. If the dashboard is the last item in the right sidebar the droplists can’t expand beyond the bottom of the sidebar and so get cut off. It is specific to the Enfold theme, maybe you can figure out how to fix it?

    https://wpgeodirectory.com/support/topic/custom-post-type-droplist-display-on-add-listing-when-last-in-sidebar/#post-8586

    #8972

    John Allsopp
    Expired Member
    Post count: 399

    Hi there,
    1) Thanks – i will add that to the next version
    2) There is no point to a breadcrumb on the home page, as you can’t go any further back. I didn’t add a bar to the location page because i thought it looked better being the same design as the home page, with the map at the top.
    3) I will ask Vikas as i wasn’t aware of this issue
    4) I suspect this is a container having overflow:hidden; somewhere…but i’ll need to have a good look around as it’s not immediately obvious – i’ll update you soon…

    #9041

    purpleedge
    Expired Member
    Post count: 539

    Hi John,

    2. I agree, unfortunately the IS a breadcrumb on the home page, and it’s in the wrong place!

    I’m really confused by the home page, that is where the location filter redirects to, and I have no idea why it doesn’t re-direct to the listing page???

    #9204

    purpleedge
    Expired Member
    Post count: 539

    Hi John,

    The breadcrumb section on the home page has to come before the enfold-home-top div. Not sure if you can change that in your compatibility plugin?

    #9225

    John Allsopp
    Expired Member
    Post count: 399

    Hi,

    Ok, i have re-worked the functions so that the title bar now appears on locations pages – you can see an example here:
    http://dropct.com/enfold/location/united-kingdom/glasgow-city/glasgow/

    Is this what you wanted?

    #9228

    purpleedge
    Expired Member
    Post count: 539

    Hi John, Thanks that would be great!

    For styling reasons I also need it on the home page, could I stretch the friendship and ask for that option as well, perhaps commented out for those that don’t need it?

    Any chance you can post the changes tonight, our time, so I can work on it in the morning?

    #9234

    purpleedge
    Expired Member
    Post count: 539

    BTW John,

    It is possible to change the default layout of the Enfold theme in the functions.php file as well.

    I wanted an 8 column content and 4 column sidebar, rather than the default 9/3. To do so you add this to functions.php…

    /* Include the global settings for Enfold Change the default page layout for Enfold theme*/
    add_action('init', 'my_layout_change_layout', 900);
    function my_layout_change_layout()
    {
        global $avia_config;
        $avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha',   'sidebar' => 'four alpha', 'meta' => 'two alpha', 'entry' => 'eight alpha');  //GWB
    }
    

    Don’t know if you want to include that for those that might want a different layout? There are two other layout options that can also be set, but I haven’t needed those. e.g. sidebar_left. They are found in the /enfold/functions.php file.

    #9511

    identity
    Lifetime Member
    Post count: 445

    Just getting back into here and glad to see the Enfold pack was released. Still playing with everything in general and now this, but some immediate things I have come across:

    1. Sidebar widget for “Listing Slider” appears to have broken…gets very long with no image visible, and thumbnails appear stacked below it
    2. URLs are now including country even though I’ve specifically selected just city in slug…at least I don’t recall them being in there before adding plugin. Also, not consistent in appearance (drops out on detail page) and clicking on country, state or city from breadcrumb the breadcrumbs (example.com/places/united-states/illinois/chicago/) all lead to 404 page.
    3. Pinpoint link overlaps the map icons on the listings

    Cheers,
    Brian

    #9512

    purpleedge
    Expired Member
    Post count: 539

    Hi Brian,

    Vikas posted a fix for 2. here…

    fix for bad city slug

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

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

Open Support Ticket