Okay
  Public Ticket #331900
Video size issues
Closed

Comments

  • Gray started the conversation

    Hi. How can I disable all in post featured images and sometimes the videos display wrong with many different plugins

  •  93
    djwd replied

    Hi there,

    disabling all featured images in posts at once is not an option unfortunately, you would need some custom CSS to accomplish that. About videos I'd need to see in action to provide some insights, although looking to the link provided looks like another theme is active.

    Regards
    djwd

    Regards
    djwd

  • Gray replied

    Hello. Do you have some code to give? I assumed disabling featured images was a standard feature in themes these days, I've not came across many themes that do not have that feature.

    Another huge problem with your theme that makes it useless on high traffic sites is the admin ajax issue. This theme overloads the server and is completely useless for sites with traffic.

    I have added a screenshot of what happens when your theme is used. We have 100k to 400k visits per day, your theme struggles to handle 300 people online at a time without complete overload.

    www.Boredombash.com the site is now in a cached lockdown so I would appreciate your promt resonse.

    Best Regards

  •  93
    djwd replied

    Hi there,

    1. the feature is there it's called "Hide Featured Image" in the post editor options, but it's on a per post basis, not global. Paste this code into the Custom CSS textarea (Advanced Tab), it should work:

    .entry-img .featured-img {display:none}

    2. The ajax login feature (widget) is optional and meant for basic usage, for more specific needs I suggest to use custom/alternative solutions as the native non-ajax wp login or other third party plugins. Sorry can't help more about this but there's not really much I can do about ajax resources request.

    Regards
    djwd

    Regards
    djwd