Listing page modifications

Viewing 4 posts - 16 through 19 (of 19 total)

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

  • Author
    Posts
  • #6733
    Laura
    Spectator

    RE:

    Q. Also, this is where I’d want to have a photo gallery. Let’s say I have ten photos. I have Soliloquy. Is that what I would use here?

    You can but it depends on your goal. I prefer a gallery of images under a main hero image. Others like a click through gallery or slider.

    You can use the hooks in the template file to achieve this.

    <?php function my_custom_slider() {
    // Do something
    echo do_shortcode(‘[slider_shortcode]’);
    }
    add_action( ‘epl_property_featured_image’ , ‘my_custom_slider’ );
    remove_action( ‘epl_property_featured_image’ , ‘epl_property_featured_image’ ); // Removes default image
    ?>

    Or because you are using iThemes builder you could add an HTML module and just insert the slider code. Then just use

    <?php remove_action( ‘epl_property_featured_image’ , ‘epl_property_featured_image’ ); // Removes default image ?>

    to remove the featured image.

    Follow up question:
    But if the gallery would be a different gallery for each one, then adding it to the builder theme or via short code won’t make sense, right? It would be a different set of images on each listing page.

    So, I’m not understanding the suggestion. Can you clarify?

    #6734
    Laura
    Spectator

    RE:

    Q. How do I set it so that by default it shows the satellite view rather than the map view?

    A. The updated advanced map extension version 2.0 does this, the default map does not.

    Follow up question:
    I have a validated license key for Advanced Mapping. I’m not seeing where/how to tell it to be satellite view by default.

    #6735
    Laura
    Spectator

    RE:

    Q. Below the map? What is that red update button and how can I hide that entire section?

    A. That is coming from the Listing Alerts extension. Enable some options from Dashboard > Easy Property Listings > Extensions > Listing Alerts

    Follow up question:
    When I look at Dashboard > Easy Property Listings > I see not Extensions but in red Update Extensions.
    Then it says at the top: Every extension has been updated to use the code base of 2.0. Adjust non supported extension settings here.

    I don’t understand this screen. I’ve got all of the extensions installed/activated. What is it asking me to do..”adjust non supported…” ?

    #6736
    Laura
    Spectator

    I filled in Listing Alert details here but now the listing alert box is sitting on top of the real estate agent area.

    See screenshot.

    Attachments:
    You must be logged in to view attached files.

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

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