• In the latest version (3.3) the links on the images no longer are clickable. This appears to be a float or z-index issue – I was able to restore the links by adding a couple of styles: position: relative; and z-index: 10;

    This certainly could be a theme issue, but when I revert the plugin to 3.2.x the links work fine. Would love if you could take a look.

    Cheers,
    ~ Bryan

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Merv Barrett

    (@mervb1)

    Hi Bryan,

    On your property page the CSS is working and links are correct here.
    https://robbinsrealtygroup.com/property/

    Yet on your listings page here
    https://robbinsrealtygroup.com/listings/

    When inspecting the page I can see the page builder is on-top of the listings, Ie missing a float: left

    Even using the previous version’s css the issue is still there.

    Found the problem

    This custom CSS is the problem

    LINE 11 in your style.css

    .et_pb_promo_description {
    position: relative; /** Disable this **/
    padding-bottom: 20px;
    }

    Remove position: relative as it is covering the listings instead of appearing under them and restores the links

    Plugin Author Merv Barrett

    (@mervb1)

    But also notice a fix that we will apply to 3.3.1 that clears the epl-shortcode div. Then with your position: relative in place the links are working correctly.

    We discovered a few other minor issues with the new [listing_element] Shortcode and [listing_advanced] Shortcode and will release the fix once solved.

    Try disabling the position: relative in your css to fix the links before we release 3.3.1 which is here on GitHub

    • This reply was modified 5 years, 6 months ago by Merv Barrett. Reason: better description and solution to issue
    Thread Starter Bryan Hoffman

    (@spigot)

    Thanks Merv for checking this out. I suspected the page builder was getting in the way as well.

    Plugin Author Merv Barrett

    (@mervb1)

    Easy Property Listings 3.3.1 is out with the shortcode wrapper fix when using page builders. Let me know how it goes Bryan.

    Other fixes are:

    • Tweak: Grid CSS tweaked when using Enhanced CSS option with some themes.
    • Tweak: Altered the options to the new [listing_element] shortcode for easier use and documentation.
    • Tweak: Added epl-clearfix to shortcode template to better clear when using page builder plugins.
    • Fix: Warning and notice errors when using the new [listing_advanced] shortcode with no options.
    • Fix: Error when using the new [listing_element] shortcode.
    • Fix: Search new feature fix corrected when no post type is set.

    Again, thanks for letting us know you had an issue. There are so many themes and plugins so your feedback good and bad helps us make the plugin better.

    If you get a chance, please leave a review.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Links broken in 3.3’ is closed to new replies.