• Good Day,
    I just updated the plugin to 1.8.1 and the gallery thumbs on the property edit page are not showing.

    I inspected the code and it results that the CSS for class:
    .centered {padding: 0 50px;} is the culprit. When changed to .centered {padding: 0px;} the gallery thumbs show up.

    I am using GenerationPress child theme and traced the CSS property to be at
    /wp-content/plugins/wp-child-theme-generator/assets/css/admin-style.css?ver=1.0.0

    Not sure if this is a bug or incompatibility.
    Is this something you have to fix on your end? As I have been trying to override the CSS with a child theme, but haven’t been successful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I checked on the ERE plugin not to see the code snippet:
    .centered {padding: 0 50px;}
    It sounds like it was added from your other theme or plugin.
    Add the following code to the following ERE file.
    padding: 0;
    https://prntscr.com/oz01mx
    path: … \ wp-content \ plugins \ essential-real-estate \ includes \ smart-framework \ assets \ css \ field-css.css

    ERE CSS was override, simply copy the value from ERE CSS to child theme CSS

    WBR,
    WhyFRP

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gallery Thumbnails Not Showing On Property Edit Page’ is closed to new replies.