mayhemkrew
Forum Replies Created
-
This is the magic sauce right there! I added the CSS snippet and added the “skip” to the iframe and now the thumbnails are working perfectly! Thank you so much! Is this something that will be considered adding into future updates to the plugin? I foresee this issue possibly coming up again. Thanks again.
@pulak00 Have any suggestions to the issue? Appreciate any feedback. Thank you.
As a side note, if I embed the video file from the media library, it works perfectly fine. But then I am using more bandwidth from my webhost provider, so I was trying to offload this to YouTube instead.
Thank you for your reply, @pulak00 . That was the first embed method I tried but it still gives the same blurry effect with the thumbnails, additionally it then also creates a really large white space above the video. I have updated the page so you can see. Using my previous embed code (link in previous post) removed that white “dead” space.
The link to the FAQ is here and is under the question, How do I save the project files as a preset to be used later? There you will see the embedded YouTube video with the really distorted thumbnail. I’ve tried various embedding methods (suggestions from Gemini AI), but this one here is the one that worked the best.
Forum: Plugins
In reply to: [Anti-Malware Security and Brute-Force Firewall] GOTMLS Missing This MalwareSending the email your way! Thanks.
Yes this is perfect! Thank you!
Yea, I was having the same issue. Ended up uninstalling the plugin for lack of support here and installed WP Encryption SSL. Works exactly the same.
Last question, I assume for this to work I have to have the paid version of the Download Manager Pro because of the multi-file download option?
Ok I see where you can set free downloads but how are they viewed to the end user? I only saw the ‘Add to Cart’ button for the price I set for the paid download but no button for that free download I set. Do I have to use a certain page template?
Nevermind…if someone comes here looking for a solution to this problem; WP-SpamShield plugin was the culprit.
I do and it still doesn’t work. This is what I enter in the post, which is what it shows me in the embed manually tab.
[embedyt] https://www.youtube.com/watch?v=CA5O8vxlsiI&width=500&height=350[/embedyt]This is then what the output into a post looks like…
https://i.imgur.com/r5ff6g5.pngThank you for the response. I have tried that and the video does not resize even though responsize sizing is unchecked. The short code I use is in this format:
[embedyt] https://youtu.be/videoid&width=500&height=350[/embedyt]Is this not correct?
Forum: Themes and Templates
In reply to: [Rookie] Display Author’s Name on Homepage PostsThanks for the reply! I did what was suggested and that did not work. Here is the code for the entire /rookie/content-homepage.php after I inserted your suggested code.
<?php /** * The template used for displaying homepage content. * * @package Rookie */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it. ?> <header class="entry-header"> <?php the_post_thumbnail( 'large' ); ?> </header><!-- .entry-header --> <?php } ?> <?php if ( 'post' == get_post_type() ) : ?> <div class="article-details"> <?php do_action( 'rookie_before_article_details' ); ?> <?php rookie_entry_date(); ?> <?php do_action( 'rookie_article_details' ); ?> </div> <?php endif; ?> <div class="entry-content"> <div class="homepage-widgets"> <?php dynamic_sidebar( 'homepage-1' ); ?> </div> <?php the_content(); ?> </div><!-- .entry-content --> </article><!-- #post-## -->Ok, I figured out the AVG and OBP…it was set to total. But SLG% seems to be adding still.