Staff Directory

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

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

  • Author
    Posts
  • #12309
    young1
    Participant

    Hey Merv,

    The information for the staff in the archive list displays in a separate box under that staff members photo. Before it was displayed next to the staffs image. What has changed?

    Kind Regards

    #12310
    Merv Barrett
    Keymaster

    We adjusted poorly named CSS classes in Easy Property Listings 2.1.11.

    They were author-box author-box-image they have been renamed to epl-author-box and epl-author-box-image however we retained the old classes so not to effect custom styles. The difference is that the new style-front.css is looking for epl-author-box

    Have you updated to that version? That should correct the issue. I noticed your dev site has the same look too. Update your dev and it will correct the alignment.

    #12312
    Merv Barrett
    Keymaster

    Alternatively you can add this to your theme style.css file

    .epl-author-archive .author-box.author-image {
    	width: 30%;
    	float:left;
    }
    .epl-author-archive .author-box.author-details {
    	width: 70%;
    	float:left;
    }
    #12662
    Merv Barrett
    Keymaster

    I’ve pushed the update to the Staff Directory and Listing Templates extension

    #12869
    young1
    Participant

    Awesome. Highly appreciate it!!!

    #12909
    Merv Barrett
    Keymaster

    No problem 🙂

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

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