PRIORITY – How to configure property images into a slider?

Easy Property Listings WordPress Real Estate Plugin Forums Priority Support PRIORITY – How to configure property images into a slider?

Viewing 15 posts - 31 through 45 (of 47 total)

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

  • Author
    Posts
  • #6056
    Merv Barrett
    Keymaster

    You were using the old script template and used the image node instead of residential. I’ve added a new import for you for the 3 listings

    #6057
    Merv Barrett
    Keymaster

    Also the slider is working, hover your mouse over the image.

    You can adjust the slider settings from:

    Dashboard > Soliloquy > Soliloquy Dynamic Slider

    #6058
    chris
    Spectator

    Thanks for that Merv. I have just tried to add the thumbnails in the options and it isn’t working properly. It looks like it is trying load them but hanging somewhere?

    #6065
    chris
    Spectator

    It seems like we’re back where we were a week ago. There is still an issue setting up the thumbnails for the slider.

    #6066
    chris
    Spectator

    Merv why is this marked as resolved? This is not resolved. The thumbnails aren’t working with the slider, we’ve paid for priority support and we are lucky to get one message a day. We need to sort this out ASAP.

    #6075
    Merv Barrett
    Keymaster

    It is working if you hover your nose over the image, can you provide screenshots please

    #6076
    Merv Barrett
    Keymaster

    Also the slider is integrated with easy property listings and your theme. You need to adjust the slider settings yourself mate.

    Without a mockup I have no idea what you are trying to do

    #6077
    Merv Barrett
    Keymaster

    Please supply specific URLs and screens for what you want.

    Which page is it not working on, it is on the single listing page.

    #6083
    chris
    Spectator

    This is the URL of one of the properties: http://developer2.bluekelpie.com.au/sage/index.php/property/50-evandale-street-floreat-wa-6014/. I have enabled thumbnails and this is how they appear. You can see that they are greyed out and there is a loading throbber just above the first thumbnail. Clicking the thumbnails does not load the corresponding image into the slider but reloads the page.

    Attachments:
    You must be logged in to view attached files.
    #6095
    Merv Barrett
    Keymaster

    Looks good now, there was an available plugin update for soliloquy.

    #6101
    chris
    Spectator

    That’s fantastic. Thank you for your assistance Merv.

    #6104
    Merv Barrett
    Keymaster

    No problem, glad to help

    #9980
    chris
    Spectator

    Hi Merv,

    How are you mate? We have a slight issue again with the slider. We hadn’t set up a child theme so the changes you made to the theme before were done to the parent theme which now needs updating. I have set up a child theme and update the parent and all is well but the slider is not appearing. Restoring to the backup version of the theme works to set it up again but I’d rather have the parent up to date and put those changes into the child theme.

    So my question is what changes to the parent theme do you think we will need to bring across to the child theme?

    I have tried to bring this action across but it doesn’t seem to be enough to make it work.

    function rec_replace_epl_featured_image() {
    
    	$post_id = get_the_id();
    	soliloquy_dynamic( array( 'id' => $post_id, 'width' => '1600',  'height' => '500', 'size' => 'full'  ) );
    }
    // Adds the soliloquy slider to the image hook
    //add_action( 'epl_property_featured_image' , 'rec_replace_epl_featured_image' , 1 );
    add_action( 'epl_temp_single_featured_image' , 'rec_replace_epl_featured_image' , 1 );
    
    // Removes the default featured image else you will have a slider and featured image
    remove_action( 'epl_property_featured_image' , 'epl_property_featured_image' , 1);
    remove_action( 'epl_temp_single_featured_image' , 'epl_temp_featured_image_setting' , 1);
    #9981
    Merv Barrett
    Keymaster

    I’ve had an issue with the latest version of soliloquy_dynamic as they have changed something and their changes have broken the slider. Revert the slider to a previous version. I’ve contacted Soliloquy and they are looking into it.

    #9982
    chris
    Spectator

    Thanks mate. We’ll stay tuned and wait for an update.

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

Viewing 15 posts - 31 through 45 (of 47 total)
  • The forum ‘Priority Support’ is closed to new topics and replies.