Not sure why this is happening. I changed "News in Blog" back to "From the Blog" and removed the comments info below so they don't show up on all my pages. Now, the issue with the mobile menu not working is happening again. What the...?? www.blaescommunications.com <div id="commentsbox"> <?php if (have_comments()) : ?> <h3 id="comments"> <?php comments_number('No Responses', 'One Response', '% Responses'); ?> <?php _e('so far.','black-bird'); ?> </h3> <ol class="commentlist"> <?php wp_list_comments(); ?> </ol> <div class="comment-nav"> <div class="alignleft"> <?php previous_comments_link() ?> </div> <div class="alignright"> <?php next_comments_link() ?> </div> </div> <?php endif; ?> <?php if (comments_open()) : ?> <div id="comment-form"> <div id="respond" class="rounded"> <div class="cancel-comment-reply"> <small> <?php cancel_comment_reply_link(); ?> </small> </div> <?php if (get_option('comment_registration') && !is_user_logged_in()) : ?> <p> <?php _e('You must be','black-bird'); ?> <a href="<?php echo wp_login_url(get_permalink()); ?>"> <?php _e('logged in','black-bird'); ?> </a> <?php _e('to post a comment.','black-bird'); ?> </p> <?php else : ?> </div> <div id="comment-form"> <?php comment_form(); ?> </div> <?php endif; // If registration required and not logged in ?>
You have done some customization in the .php files, Which is causing this issue, Download theme again from your members area and upload it, This will solve your issue.
I downloaded the theme from the members area, tried to upload it, but the upload failed. Please help. www.blaescommunications.com