Where is my admin bar?

Discussion in 'ClassiCraft WordPress Theme' started by xarlando, Sep 3, 2013.

Thread Status:
Not open for further replies.
  1. xarlando

    xarlando New Member

    Joined:
    Aug 18, 2013
    Messages:
    6
    Likes Received:
    0
    Hello,

    On my pages, the admin bar/menu bar on the top of the site is gone? I can`t edit pages when I tand on a page?

    I`m missing some shortcodes i believe:)
    Or is there a way to get all these features back?

    I can`t edit when I stand on a page en the grey menu bar is gone to go to the Dashboard.

    Thanks in advance!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this go to the
    classicrafttheme\admin\cc_functions.php
    and remove code given below.

    Code:
    function my_function_admin_bar() {
        return false;
    }
     
    add_filter('show_admin_bar', 'my_function_admin_bar');

    Code present at line number 642.
     
  3. xarlando

    xarlando New Member

    Joined:
    Aug 18, 2013
    Messages:
    6
    Likes Received:
    0
    Thanks, that is what I was looking for:)
     
Thread Status:
Not open for further replies.

Share This Page