John Allsopp

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 356 total)
  • Author
    Posts
  • in reply to: Fresh install gone wrong #34743

    John Allsopp
    Expired Member
    Post count: 399
    This reply has been marked as private.
    in reply to: Need Developer #31903

    John Allsopp
    Expired Member
    Post count: 399
    This reply has been marked as private.
    in reply to: GD Compatibility Pack for X released #31363

    John Allsopp
    Expired Member
    Post count: 399

    Hi,

    You don’t need that plugin anymore as X compatibility is already built-in to the core plugin.
    Just go to your GD options, look for the menu item “Theme Compatibility” and select X.

    in reply to: GeoDirectory Buddypress Integration Addon Beta released #30226

    John Allsopp
    Expired Member
    Post count: 399

    Haha you’re on top of this – i’ll have to try harder to find issues 😀

    Thanks

    in reply to: GeoDirectory Buddypress Integration Addon Beta released #30222

    John Allsopp
    Expired Member
    Post count: 399

    Good stuff!
    One thing I have noticed is that if we show the place author when the listing is verified, the link still points to the usual author page and not the BP page – should that be the case?

    in reply to: advanced editor #30145

    John Allsopp
    Expired Member
    Post count: 399

    I noticed that the textarea field doesn’t have an option for using the advanced editor. To get around this I re-purposed the “Special Offers” field as this does have an option to use the advanced editor – maybe it could be a feature request to have that option available for all textarea fields?

    in reply to: Horizontal Scrollbars? #30091

    John Allsopp
    Expired Member
    Post count: 399

    Try removing the overflow:auto; from line 369 of your style.css

    
    
    .geodir-category-listing {
        background: none repeat scroll 0 0 #fff;
        overflow: auto;
    }
    in reply to: Horizontal Scrollbars? #30057

    John Allsopp
    Expired Member
    Post count: 399

    I am not seeing this behaviour – did you sort it?

    in reply to: GeoDirectory Buddypress Integration Addon Beta released #30050

    John Allsopp
    Expired Member
    Post count: 399

    I’m just adding BP so this is great timing, thanks 🙂

    A new version of BP was just released with support for different member types and custom post types – don’t know how this affects the integration?

    https://codex.buddypress.org/releases/version-2-2/
    https://codex.buddypress.org/plugindev/post-types-activities/

    in reply to: Limiting number of listings per users #29839

    John Allsopp
    Expired Member
    Post count: 399

    I am thinking of attempting something like this on a personal project i am building.
    I want to restrict posting events to people who have paid for a place listing (free place users can’t post events)
    My initial thoughts are to maybe try and integrate Restrict Content Pro, and give paid members a different user role – then use RCP to stop free users adding events……?

    If i decide i need to do it (and manage to implement it) i will post my solution 🙂

    in reply to: Hide detail Sidebar #29718

    John Allsopp
    Expired Member
    Post count: 399

    Hi,
    Have you tried this:

    remove_action( 'geodir_detail_sidebar', 'geodir_action_details_sidebar', 10 );
    in reply to: newsmag #29661

    John Allsopp
    Expired Member
    Post count: 399
    This reply has been marked as private.
    in reply to: Striking theme support #29491

    John Allsopp
    Expired Member
    Post count: 399
    This reply has been marked as private.
    in reply to: Showcase #29088

    John Allsopp
    Expired Member
    Post count: 399

    You can completely change the layout by unhooking actions from their current location and putting them somewhere else. You can also copy the templates into your theme and modify them from there.

    in reply to: Directory Page with Magazine Pro Theme #29061

    John Allsopp
    Expired Member
    Post count: 399
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 356 total)