Staff Directory Not Showing Correctly

Easy Property Listings WordPress Real Estate Plugin Forums Priority Support Staff Directory Not Showing Correctly

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

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

  • Author
    Posts
  • #18116
    Christoph Nagele
    Spectator

    Please have a look at:
    http://www.mygunnedah.com.au/directory/

    I am not getting to display the staff directory correctly. All agents have a photo.

    The same problem continues with displaying the agent’s details.

    I am using the SAHIFA Newspaper theme.

    Please advise.

    #18118
    Christoph Nagele
    Spectator
    This reply has been marked as private.
    #18123
    Merv Barrett
    Keymaster

    Looks like you configured your theme single-listing.php and archive-listing.php correctly.

    Replicate those files and call them single-directory.php and archive-directory.php

    Then in single-directory.php use the directory hook:

    do_action('epl_sd_single_content'); instead of do_action('epl_property_single');

    For the archive-directory.php use:

    <?php
    $dir_counter = 1;
    	while ( have_posts() ) : // The Loop
    		the_post();
    						
    		if( is_sd_section_title() ) {
    			epl_sd_loop_template($dir_counter,'section-header');
    		} else {
    			if ( has_post_thumbnail()  ) {
    				epl_sd_loop_template($dir_counter,'simple-card');
    			} else {
    				epl_sd_loop_template($dir_counter,'simple-grav'); 
    			}
    						
    		}
    $dir_counter++;
    endwhile; // end of one post
    ?>

    Instead of

    <?php do_action( 'epl_property_loop_start' ); ?>
    	<?php while ( have_posts() ) : // The Loop
    	the_post();
    		do_action('epl_property_blog');
    	endwhile; // end of one post
    	?>
    <?php do_action( 'epl_property_loop_end' ); ?>
    #18125
    Christoph Nagele
    Spectator
    This reply has been marked as private.
    #18130
    Christoph Nagele
    Spectator
    This reply has been marked as private.
    #18132
    Merv Barrett
    Keymaster

    Hi Christoph, can you provide your theme as a direct download zip via dropbox or similar here. Then we can install the theme on our development site and create the templates for you. It is difficult to test that we get it right just by the supplied files as we have no way of testing what we do.

    Thanks.

    #18142
    Christoph Nagele
    Spectator
    This reply has been marked as private.
    #18162
    Merv Barrett
    Keymaster

    Can you provide your WordPress login details. It is displaying correctly and no custom template is required for your theme. Possibly a configuration tweak needed. Eg: http://easypropertylistings.com.au/demo/themes/sahifa/directory/

    #18171
    Christoph Nagele
    Spectator
    This reply has been marked as private.
    #18219
    Christoph Nagele
    Spectator

    Do you have an ETA for an update ? I have a presentation with my client tomorrow and would love to show him ELP.

    Thank you for your help.

    #18269
    Merv Barrett
    Keymaster

    Here are the templates for the Sahifa theme Christoph.

    #19752
    Candice
    Spectator

    Hi Merv,

    I have just updated the plugin and the staff directory but their pages are not showing all their properties together, there seem to be various chunks missing…

    Please advise?

    http://spanishpropertyapp.com/department/spa-real-estate-agents/

    Thanks!

    #19754
    Merv Barrett
    Keymaster

    Hi Candice, looks okay here.

    Check your settings Easy Property Listings > Extensions > Staff Directory

    We added new options for location profiles and testimonials, they may be off? Also avoid using all as the count although that should work correctly now. They might just be set to off.

    The post type name is /directory/
    http://spanishpropertyapp.com/directory/

    The taxonomy is
    http://spanishpropertyapp.com/department/spa-real-estate-agents/

    Looks correct?
    http://spanishpropertyapp.com/directory/denise-hill-sunset-properties-spain/
    http://spanishpropertyapp.com/directory/axarquia-properties-sl/

    #20355
    Candice
    Spectator

    Hi Merv,

    It is the images that are incorrect further down on those pages.. They lose layout.
    Please see image attached.

    Thanks
    Candice

    #20412
    Merv Barrett
    Keymaster

    You will need to adjust the CSS min-height on some of the page elements.

    Some of the addresses are on two lines and some are not. Which throws out the layout. Add this to your CSS

    .epl-property-blog-card .property-content {
    	min-height: 110px;
    }

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 15 total)
  • The forum ‘Priority Support’ is closed to new topics and replies.