Listing Templates – Divi child theme

Easy Property Listings WordPress Real Estate Plugin Forums Priority Support Listing Templates – Divi child theme

Viewing 15 posts - 1 through 15 (of 18 total)

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

  • Author
    Posts
  • #5108
    PMC Property
    Spectator

    Hi there,

    We’ve been trying to get this plugin working for a client of ours (we aren’t web developers but we know enough to get through the basics)

    Now, being that the client is using the Divi theme we have made use of the Divi template files that you and others have attached on the forums and this has got us about 80% of the way through but unfortunately the only thing that is affecting us at the moment is getting the Listing Templates add-on to give us the correct template designs for the properties.

    We’ve tried looking at this ourselves but being that we’re not web developers or designers (we’re IT consultants) this has got us a bit stumped for the time being.

    Any assistance would be appreciated.

    Kind Regards,
    James.

    #5109
    Merv Barrett
    Keymaster

    Another user had success with the Divi theme. It doesn’t support custom post types correctly yet but download the page template here

    #5110
    Merv Barrett
    Keymaster
    This reply has been marked as private.
    #5114
    PMC Property
    Spectator

    Hi Merv,

    Thanks for your quick reply – We’ll continue hunting down what the issue could be but there is one other thing that I have been able to find absolutely no information on from the forums and that is the galleries – We’ve followed the instructions correctly however it doesn’t matter what way we add the photo’s they don’t automatically go into a gallery.

    Have you seen this before?

    #5208
    PMC Property
    Spectator
    This reply has been marked as private.
    #5209
    Merv Barrett
    Keymaster
    This reply has been marked as private.
    #5215
    PMC Property
    Spectator
    This reply has been marked as private.
    #5216
    PMC Property
    Spectator
    This reply has been marked as private.
    #5281
    Merv Barrett
    Keymaster
    This reply has been marked as private.
    #5297
    PMC Property
    Spectator
    This reply has been marked as private.
    #5319
    Merv Barrett
    Keymaster
    This reply has been marked as private.
    #5502
    Merv Barrett
    Keymaster
    This reply has been marked as private.
    #5644
    PMC Property
    Spectator
    This reply has been marked as private.
    #5651
    Merv Barrett
    Keymaster

    Hi James,

    Glad we could help,

    Soliloquy does not require much configuration to get working.

    Basically get the dynamic add-on and add the others they have to adjust the display.

    Then all you need to do is set the slider settings: Dashboard > Soliloquy > Soliloquy Dynamic Slider

    Next add a function to your theme and disable the automatic output of the gallery from Dashboard > Easy Property Listings > Settings

    
    <?php
    function my_epl_replace_single_listing_featured_image() {
    
    	// Check if soliloquy is active
    	if ( function_exists( 'soliloquy' ) ) {
    	
    		// Output the Soliloquy dynamic slider
    		soliloquy( 'soliloquy-dynamic-slider', 'slug' );
    		
    		// Remove Default image output
    		remove_action( 'epl_property_featured_image' , 'epl_property_featured_image' );
    	} 
    
    }
    add_action( 'epl_property_featured_image' , 'my_epl_replace_single_listing_featured_image' );
    ?>
    
    #5652
    PMC Property
    Spectator
    This reply has been marked as private.

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

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