Viewing 1 replies (of 1 total)
  • Plugin Author shahpranaf

    (@shahpranaf)

    Hi taufanxxx,

    Sorry for late response.

    I checked your site and found, your JS is overwriting my plugin css. That’s why its not working.

    Please follow below steps to fix it:

    1. Go to plugin editor: https://motivasee.com/wp-admin/plugin-editor.php
    2.Select Hide Featured Image from right side dropdown
    3.Search for “.has-post-thumbnail img.wp-post-image” in index.php & replace it with (add “!important”):
    .has-post-thumbnail img.wp-post-image {
    display: none !important;
    }

    4. click on save
    Thats it.

    Hope it solves your problem. Please follow above steps and let me know the status of it

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘It Doesn't work on Post’ is closed to new replies.