Compatible themes requests

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

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

Open Support Ticket
  • Author
    Posts
  • #2216

    Paolo
    Site Admin
    Post count: 31206

    we are working on shortcodes.

    #2235

    dcw
    Expired Member
    Post count: 1

    I probably shouldn’t say this, but i started with Avada and run into problems. So i swiched to geodirectory own theme when that came out. Still would love to have Avada on the list 🙂

    #2287

    John Allsopp
    Expired Member
    Post count: 399

    I think for maximum plugin uptake and own your own sanity here on the forums, separating display from function is crucial. I would love to see template files that look like:
    some_filterable/pluggable_action( call wp head )
    some_filterable/pluggable_action( open geo wrapper )
    some_filterable/pluggable_action( spit out content )
    some_filterable/pluggable_action( close geo wrapper )
    some_filterable/pluggable_action( call wp footer )

    I know that’s over-simplistic, but you get the point 🙂

    #2340

    Paolo
    Site Admin
    Post count: 31206

    Hi @posh-john,

    we hsve considered many ways to do it, if you can explain better what you mean, we will listen…

    #2397

    John Allsopp
    Expired Member
    Post count: 399

    Let’s say your plugin has a function that generates the page title (geodir_do_post_title), another for the content (geodir_do_post_content), another for the sidebar, comments etc etc and your templates are just used to output that content…
    Then a genesis template could be made to simply output those to the correct areas for genesis – and any changes you make to functionality will never affect the integration of genesis, because the output templates will never have to change.

    
    
    <?php 
    
    // Simple Genesis Template
    
    // Remove Genesis output
    remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
    remove_action( 'genesis_entry_content', 'genesis_do_post_content' );
    remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
    //* more as required
    
    // Add Geodir content instead
    add_action( 'genesis_entry_header', 'geodir_do_post_title' );
    add_action( 'genesis_entry_content', 'geodir_do_post_content' );
    add_action( 'genesis_entry_footer', 'geodir_post_meta' );
    //* more as required
    
    genesis();

    I know that’s only a simple example, and i don’t know how radically you would have to change the plugin to make that possible….?

    #2398

    Paolo
    Site Admin
    Post count: 31206

    ok I see what you are saying, basically have the ability to modify any templates via action filters and hooks instead of moving GD templates inside your child theme and modify them.

    I’ll talk to Vikas and Stiofan and see if it’s not too late for this. I actually like the idea. It would make it even more flexible…

    Question, would you be willing to work on a Genesis GD ready child theme for us?

    Thanks,

    Paolo

    #2399

    John Allsopp
    Expired Member
    Post count: 399

    Great stuff – it would be good if the plugin could move in this direction…and yes, i would be willing to work on a Genesis GD child theme 🙂

    #2400

    Paolo
    Site Admin
    Post count: 31206

    Ok great, please send us a skype contact in a private reply so that we can get in touch and start planning the project…

    #2401

    Paul
    Expired Member
    Post count: 171

    That sounds like a very positive step forward

    Will watch this space with interest

    🙂

    #2402

    John Allsopp
    Expired Member
    Post count: 399
    This reply has been marked as private.
    #2422

    usermay102014
    Free User
    Post count: 21

    Hi,
    I vote Avada.
    When wiil your DeoDirectory theme can be ready please?
    Thanks

    #2424

    b budd
    Buyer
    Post count: 50
    #2426

    Guust
    Moderator
    Post count: 29970

    There is already a GD child theme using GD framework, see https://wpgeodirectory.com/support/topic/geodirectory-framework-theme-beta-released/

    But not a Genesis or Avada or whatever, the GD theme stands on its own.

    I am using that at http://www.bookhinterland.com.au/ and there is a demo at http://drinking.directory

    #2452

    usermay102014
    Free User
    Post count: 21

    Hi b budd, Hi Guust,
    Thanks for your suggestions.
    I’m looking for a Directory theme with a nice Homepage, may i know when the Avada DeoDirectory theme can be ready?
    Thanks

    #2490

    usermay102014
    Free User
    Post count: 21

    Hi Paolo,
    May i know when the Avada DeoDirectory theme can be ready please? Or should I wait?
    Thanks

Viewing 15 posts - 61 through 75 (of 152 total)

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

Open Support Ticket