Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #949758

    If you navigate to my homepage listed in private. You will notice that the first image is missing. When ever I move around the images & text for example “Search Homes”, “Home Evalutation” or “Search Apartments.” The first left image always disappears for some reason. I have tried deleting all of my code from page ID 1108 and this did not fix the issue. Any help would be greatly appreciated on solving this issue.

    #949776

    Hey Michael,
    It looks as your image is set to 0px, Please see screenshot in Private Content area.
    But I didn’t see this in your css, we would need to login for a closer look.
    I see you are using autoptimize, please disable while we are working on it.

    I do note that some of your css is based on ID’s that will change when moving elements, thus braking your code. For example,
    “#av_section_6” will change to “#av_section_5” or “#av_section_7” by adding, removing, or moving another section.
    But if you added your own ID in the developer field in the element, it will never change, you may wish to make these changes in your code.

    Best regards,
    Mike

    #955809

    I have included my login info in private. Thank you for looking into this it is greatly appreciated.

    #955847

    Hi,
    I see you are using v4.0.3, which could be the reason, please try updating to v4.3.1 and let us know if it solved the issue.
    Please note if you update via FTP, you will need to delete the old theme folder first and then upload the new enfold folder, please don’t try to overwrite the theme folder as old files will be left behind.

    Best regards,
    Mike

    #956887

    Mike, I manually updated to the new version of wordpress and it just made things worse. If you play around with that one container you will notice that it fixes itself if you move it to the next row. Not sure what is causing this issue??

    #956980

    Hi,
    I found this code in your custom css twice hiding the first image:

    @media only screen and (min-width: 1023px) {
    .post-entry-1108 .avia-builder-el-3 {
        display: none;
    }
    }

    I then had to flush your cache & CDN a few times, it’s now showing. Please clear your browser cache a few times and check.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.