Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #995152

    We are having an issue with Estatik property listings plugin. The wording that is displayed in the top left corner of each listing photo, is not showing up correctly on some cpu’s. Once you scroll over the property though the label displays normal.

    Here is what the developers said:
    “It seems like there is a conflict with the theme you use – please, try to switch it to any other theme and labels will look fine: http://prntscr.com/k7yczi
    We would recommend you to contact the theme developers and describe the issue in details.”

    Can you take a look and see if this can be fixed? Definitely want to use your theme.
    Thank you!!!!!!

    #995251

    Hey bemodesign,

    Thanks for the details, so that text over the image is supposed to always show?

    Best regards,
    Rikard

    #995768

    That’s the weird thing. Once you roll over, then it stays. It should just always stay and be there, instead of the roll over thing.

    #995822

    Hi,

    Thanks for the clarification. Please try this in Quick CSS:

    .es-listing .es-property-inner .es-property-thumbnail .es-property-label-wrap {
        z-index: 10000 !important;
    }

    Best regards,
    Rikard

    #997712

    They are saying that it is still cutting off the top part of the wording. Screenshot: https://gpcimultifamily.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-10-at-9.59.08-AM-copy.png

    #997822

    Hi,

    Thanks for the screenshot, though I can’t reproduce that on my end using Chrome. In which browser/OS are you seeing that?

    Best regards,
    Rikard

    #998116

    Chrome works fine. Firefox cuts off the wording until you rollover, then it works. Any way to get it to stay instead of rollover and then work?

    #998506

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .es-listing .es-property-inner .es-property-thumbnail .es-thumbnail a {
        display: block;
    }
    
    

    Best regards,
    Yigit

    #998559

    Chrome it work great. Safari, you have to rollover before it shows. Firefox still cuts off the wording, until you rollover it: https://gpcimultifamily.com/wp-content/uploads/2018/08/001.jpg

    Any ideas?

    Thanks for all your help. Your support team is the best!

    #998560

    Hi!

    Please try changing the code to following one

    .es-listing .es-property-inner .es-property-thumbnail .es-thumbnail a {
        display: block !important;
    }

    Regards,
    Yigit

    #998561

    Wait, it worked!! I forgot to empty cache. You guys are good!!

    #998563

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Issue with Estatik property listings plugin’ is closed to new replies.