Made a couple of fixes, now menu won't work again on mobile

Discussion in 'BlackBird WordPress Theme' started by vblaes, Feb 12, 2013.

  1. vblaes

    vblaes Member

    Joined:
    Jan 8, 2013
    Messages:
    96
    Likes Received:
    1
    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 ?>
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     
  3. vblaes

    vblaes Member

    Joined:
    Jan 8, 2013
    Messages:
    96
    Likes Received:
    1
  4. vblaes

    vblaes Member

    Joined:
    Jan 8, 2013
    Messages:
    96
    Likes Received:
    1
    Also, isn't the point of purchasing the Pro theme so it can be customized?
     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    PM sent.
     

Share This Page