mayhemkrew
Forum Replies Created
-
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.
Forum: Themes and Templates
In reply to: [Lana Blog] CSS To Resize Custom LogoPerfect! I got it now. Thanks again! Love the theme too!
Forum: Themes and Templates
In reply to: [Lana Blog] CSS To Resize Custom LogoI guess the reason why I am asking is that my current logo is 1000×200 but yet on my desktop it doesn’t span across the “boxed” news articles. However on mobile/tablet it looks great.
https://www.catchmehooking.com
I appreciate all the help so far. Thanks.
Forum: Themes and Templates
In reply to: [Lana Blog] CSS To Resize Custom LogoThanks so much! It worked perfectly! Do you have a recommended logo dimensions to be used?
- This reply was modified 7 years, 1 month ago by mayhemkrew.
^bump?
Forum: Themes and Templates
In reply to: [Rookie] Image Gallery PaddingI actually figured this out. Here is the code I used in ‘Additional CSS’ area of the theme:
.gallery-item { margin-top: 0; margin-left: 15px; padding:1px; border:3px solid; background-color:; }
Forum: Themes and Templates
In reply to: [Rookie] Can we add sub-menus?Nevermind, didn’t know you can just offset the menu under the main menu when dragging them. Ha!
Forum: Plugins
In reply to: [Simple Directory] List Category Enteries NumericallyIs there a trial version of the PRO version? It seems the PRO version has many features, but I would like to try before I buy. ??