Scott Foshee
Forum Replies Created
-
*Bump*
Thank you for replying! I found that if I turn on the sidebar this way they come on for every page in the site. I only want a sidebar on my blog page, and it should hold Recent Posts and Archives by month. Is there a way to choose the sidebar option for just one page in Decode? I have other sites with different themes that have a page template pull down on the right as you edit each page. Might there be a plugin that does this?
Thank you very much for your help.
Forum: Plugins
In reply to: [Popups - WordPress Popup] Popup text gone after upgrade to Ninja Forms 3Link to the page is https://lallabee.com/home/
Thank you very much for looking. It is the blog page. The custom footer at the bottom obscures the Leave a comment link at the bottom, which for some reason has each word in the link centered on a separate line. Click the link and you can see how the blog poster’s name and the tags are all centered on separate lines as well.
1. How to keep the comment link above the footer?
2. How to keep the comment link, poster name and tags from centering on separate lines?
3. How to put the post date in?
I’m sure there is a setting for this somewhere but I cannot seem to find it.
Solution: Download the plugin Ninja Forms – Layout & Styles. I changed it easily with that.
Forum: Themes and Templates
In reply to: [Decode] Date, Author and Comments not showing for posts?Solution:
1. Check Allow Comments at the bottom of the post
2. In the dashboard click Appearance – Customize – Discussion Options – Enable Comments.I found the following code in the Decode: content.php file. Is there a way to change this in CSS?
<footer class="entry-footer below-content"> <?php if (get_theme_mod( 'enable_comments', true ) == true && ! post_password_required() && ( comments_open() || '0' != get_comments_number() ) ) : ?> <div class="comments-link <?php echo get_theme_mod( 'enable_comments', '' ); ?>"><?php comments_popup_link( __( 'Leave a comment', 'decode' ), __( '1 Comment', 'decode' ), __( '% Comments', 'decode' ) ); ?></div> <?php endif; ?> <?php edit_post_link( __( 'Edit', 'decode' ), '<div class="edit-link">', '</div>' ); ?> <?php if (get_theme_mod( 'show_tags', false ) == true ) : ?> <p class="tags"><?php the_tags(__( 'Tagged as: ', 'decode' ),', '); ?></p> <?php endif; ?> <?php if (get_theme_mod( 'show_categories', false ) == true ) : ?> <p class="categories"><?php _e( 'Categorized in: ', 'decode' ) . the_category(', '); ?></p> <?php endif; ?> <?php if ( get_theme_mod( 'entry_date_position', 'below' ) == 'below' ) : ?> <p class="date"><?php decode_posted_on(); ?></p> <?php endif; ?> </footer><!-- .entry-footer -->
I think this may be because the user was on an iPhone 4 that was not updated. I’m marking this as resolved.
Forum: Themes and Templates
In reply to: [Decode] Date, Author and Comments not showing for posts?I am still looking for a solution to this problem. If anyone has any ideas please let me know.
Forum: Fixing WordPress
In reply to: Password Protected Page – How to Add Spaces Before TextThank you so much! That worked perfectly! I really appreciate your help!
Forum: Fixing WordPress
In reply to: Password Protected Page – How to Add Spaces Before TextThank you so much! here is the page: https://lallabee.com/wholesale/
Just to be clear, it is the free version. I was going to buy the paid version, but I can’t until I know WPTouch is going to work for us.
Still no answer on this issue. Can anyone please point me in the right direction? Thank you.
Forum: Fixing WordPress
In reply to: Password Protected Page – How to Add Spaces Before TextStill no idea how to fix this problem. If anyone else has had this issue I’d love to hear how it was resolved. Thank you.
Forum: Fixing WordPress
In reply to: Password Protected Page – How to Add Spaces Before TextI am still looking for a solution for this problem. Am I the only one who has this issue?