Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author shahpranaf

    (@shahpranaf)

    Hi Tauris1,

    Firstly sorry that updated plugin is not working. Can you provide your website link so that I can have a look. Also Which WordPress version you are using?

    Did you made any changes to the the plugin code previously? If yes then you have to make the same changes after updating plugin too.

    Thanks
    Pranav

    Thread Starter taurius1

    (@taurius1)

    I’m using V 3.8.1

    I just removed the plugin, installed v1.1 of your plugin.
    I know all the problems are likely caused because of my super old version of WP, but v1.0 of your plugin seemed to work fine for it. I hate upgrading without reason, and i accidentally upgraded without checking to see what’s changed.

    My website: https://www.mihirpathare.com

    Right now, I’m using in my custom css:

    img.attachment-post-thumbnail.wp-post-image{
    display:none;
    }

    But I’d still prefer the ability to toggle the images off and on on the specific posts where I need to.

    Plugin Author shahpranaf

    (@shahpranaf)

    Hi taurius1,

    I checked your site and found that this has nothing to do with WordPress version and also with the plugin update.

    You might have changed the code of plugin and after update that changes got lost, so its not working.

    Please follow below steps:

    img.wp-post-image{
    display:none;
    }

    If you can code a little bit then below steps will solve your problem.

    1. Go to plugin editor: https://www.mihirpathare.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 “img.wp-post-image”.
    4. click on save
    Thats it.

    Hope it solves your problem. I am not sure this will work for your whole website. Please follow above steps and let me know the status of it. Also Please remember this change, you need to do it again when you update the plugin

    Thanks

    Thread Starter taurius1

    (@taurius1)

    Hmm.

    That seemed to work, thanks.

    I wonder what I was doing wrong when I tried to apply what you said before.

    Thanks for your help.

    I have a suggestion.

    This box here makes no sense. It used to be better before, when there was a check mark.

    https://i.imgur.com/vZPaza6.png

    Might I suggest renaming the options from “Yes/No” to “Hide/Show” ?

    That way, the controls match the text above them.
    Just my 2 cents here.

    And, thank you for the speedy reply to my issue.

    Plugin Author shahpranaf

    (@shahpranaf)

    Tauris1,

    I am glad that it worked and thanks for your suggestion.

    The reason why I have changed the tick box to radio button is because of new feature added in the plugin:
    1) One can go to settings and hide all the post’s featured image at once. Instead of going to single page and select ‘yes’.
    2) If somehow after hiding featured images of all post, I want a single post to show featured image, I will go to single page and select ‘No’. This way my featured image will be visible for that particular post.

    I hope that makes sense now. Any new suggestion will surely help me for further updates.

    Thanks

    Thread Starter taurius1

    (@taurius1)

    Ah! I get it now.

    Well, the settings are unavailable in WP 3.8.1, and I had never seen the global setting.


    https://i.imgur.com/wmD3rJh.png

    All the same, I’ll get around to upgrading my WP version soon.
    I’m in the middle of job applications right now, and can’t afford to have things accidentally break ??

    Cheers!
    You can mark this thread as resolved and close now.

    The radio buttons are fine, but the question is confusing. In 1.1 it currently says:

    Show or Hide Featured Image?
    Yes No

    It would be much better if it said:

    Hide Featured Image?
    Yes No

    Also, on my site the plugin is not working for either the page or the global settings. Whether I choose Yes or No it always shows the featured image. I am on the most current version of WP and using the jkreativ them.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘I have not updated my wordpress version. But v1.1 of this plugin breaks’ is closed to new replies.