Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi rajkumar1111. Welcome to the Hueman forum. Normally you’d be able to use a bit of css to hide the post featured image. However, your post is set to the Video format, which isn’t a part of the default theme, and the HTML structure appears to be different than the theme default. Did you use a plugin, or a modified theme file, in creating the post?

    Thread Starter rajkumar1111

    (@rajkumar1111)

    Thank You bdbrown

    Yse Now i change post format video format to standard format. yes in the post html structure i used some short codes in post body only not in the theme editor i use some post views plugin and social locker plugin.
    now how can i disable the future image in the single post.

    Thank You For your help

    Since your HTML doesn’t include a class to identify the post thumbnail you might try something like this in a child theme style.css file or using a plugin like Simple Custom CSS:

    .single .entry-inner > p:first-child {
      display: none;
    }
    Thread Starter rajkumar1111

    (@rajkumar1111)

    sorry i don’t know about the script how i am not a developer.

    so what have i do now can i reinstall u r template

    Thread Starter rajkumar1111

    (@rajkumar1111)

    ok i installed the custom css plugin and inserted the code now its working good thank u very much
    now i have anther problem in your template demo in the post page there is a social buttons
    like here
    http://demo.alxmedia.se/x/?theme=Hueman

    but my website that not showing where can i enable that i cant find in theme option

    Thread Starter rajkumar1111

    (@rajkumar1111)

    got it its working good now i installed the custom css plugin and inserted the above code its working good thank you very much for u r help.

    now i have other problem

    in your template demo in post page there is a social buttons in the right side of the post. but in my site there is no that type of social buttons where can i enable that i cant fined in that options in your theme options. plz help me on thiss

    Thank You very much

    What I posted is css. If you are using a child theme you would add it to the child theme style.css file using the Admin menu Appearance > Editor. If you’re not using a child theme then you would install a plugin like Simple Custom CSS and then, in your Admin menu Appearance > Custom CSS, add that code below where it says “/* Enter Your Custom CSS Here */”, then click Update Custom CSS.

    Thread Starter rajkumar1111

    (@rajkumar1111)

    got it its working good now i installed the custom css plugin and inserted the above code its working good thank you very much for u r help.

    now i have other problem

    in your template demo in post page there is a social buttons in the right side of the post. but in my site there is no that type of social buttons where can i enable that i cant fined in that options in your theme options. plz help me on thiss

    Thank You very much

    You’re welcome. Glad I could help. The social icons are not included in theme version 1.5.4 in the wp.org theme repository. They are included in the version on the theme web site. This is from the theme web site:

    Note: The version of Hueman available on wordpress.org is a “lite” version, and does not include sharing buttons, basic shortcodes and some other things as it is seen as plugin territory.

    If your original question has been answered please mark this topic as Resolved. If you need additional assistance with your second question plese start a new topic. Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to Remove on wordpress Featured ImagePosts’ is closed to new replies.