Trouble with X WordPress theme

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #13928
    Mark Morris
    Spectator

    Hi Merv,

    Top plug-in mate, just having some dramas with the X WordPress theme (http://themeforest.net/item/x-the-theme/5871901)

    I’ve followed the theme configuration instructions under getting started and created modified versions of hte single.php and archive.php (well actually index.php in my case) files.

    Seems like my theme does not use the same filters and hooks as per your instructions. For example in my single.php file I have a single line of code:

    <?php x_get_view( x_get_stack(), ‘wp’, ‘single’ ); ?>

    Now if I replace with the following, no luck

    <?php do_action( ‘epl_property_single’ ); ?>

    and if I replace the ‘single’ parameter in the x_get_view call with ‘epl_property_single’ I just get a white screen.

    I ended up buying the listing templates hoping this would fix things, but to no avail, and I’m running up against my limits in terms of knowledge of WordPress’ inner workings

    Hope you can help out.

    Mark

    #14004
    modernmarketing
    Spectator

    Hey Mark! I asked him the same thing a few days ago! This incredible guy went and bought the theme and set up a demo on his server, and created the template files for us to add to our child themes. You can find everything here: http://easypropertylistings.com.au/support/topic/x-theme-templates-for-easy-property-listings/

    Hope it helps!

    #14016
    Merv Barrett
    Keymaster

    Thanks 🙂

    #14082
    Mark Morris
    Spectator

    Wow, what a crazy coincidence.

    Thanks so much modernmarketing and you too Merv for taking the time to sort this one.

    I’ll download the files and see how we go!

    Regards

    Mark

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Theme Conflicts’ is closed to new topics and replies.