Trouble with listing template & WordPress X Theme

Easy Property Listings WordPress Real Estate Plugin Forums Extensions Listing Templates Trouble with listing template & WordPress X Theme

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

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

  • Author
    Posts
  • #13974
    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

    #14009
    Merv Barrett
    Keymaster

    Here are the templates for the X Theme. This should correct your display issue.

    Was a tricky one to configure.

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Listing Templates’ is closed to new topics and replies.