Listing Customizations

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

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

  • Author
    Posts
  • #7709
    sylviatopimr
    Spectator

    I am working on these and I need help with 2 things.
    http://54.215.1.130/~jcksrentals5505/junction-city-ks-property-rentals/
    http://54.215.1.130/~jcksrentals5505/rental/1809-lydia-lane-1400-available-now/

    I need to remove the big gap that is on the right of the images. I tried with all the classes but it isn’t working.

    Second I need to show the External Link on the pages. How can I do that?

    Thank you for your help as always.

    #7724
    sylviatopimr
    Spectator

    Hey on the same note when I bought the listing templates add on it said I could use on 2-5 sites. How does that work? Is it 5 sites? I don’t want to over use my license.

    #7730
    Merv Barrett
    Keymaster

    CSS

    These are the classes for the box width’s. Add this to your theme style.css file and adjust as needed like belo

    body .property-box-left {
    	width:30%;
    	padding-right: 1em;
    }
    body .property-box-right {
    	width:70%;
    }

    License
    You can use the same key for 5 sites. One you launch it you can remove one of the licenses from your dev site.

    #7752
    sylviatopimr
    Spectator

    That is working fine. How about that external link? How can I place that not only on the detail page but the listings page as well?

    #8009
    Merv Barrett
    Keymaster

    Sorry for the delay in responding to your external link query. Been crazy getting 2.1 out the door.

    You can add a hook to place the Tour Button into the main rental page.

    This is how it is linked into the single template file. The first operator of the function is where you want to hook it. In your theme you have a Read More button which is hooked in a similar way into the excerpt.

    Looks like you have created a custom template so you first need to add a place to hook it into. So edit your custom loop template file and add an action hook. Basically where you want the button to appear.

    do_action('my_loop_button_hook');

    Then add this line to your theme functions file and whenever the page runs the hook the button will be inserted.

    add_action('my_loop_button_hook', 'epl_button_external_link');

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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Priority Support’ is closed to new topics and replies.