• Resolved sarahwebs

    (@sarahwebs)


    Having a menu issue. Using the Custom Community Pro by themekraft theme – i can not seem to modify the menu from the main WP Menu option anymore -can’t add, switch around or delete items from the menu. Help?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter sarahwebs

    (@sarahwebs)

    Anyone? How do you add links and rearrange the menu?

    In general, you should be able to do that under Appearance > Menu – creating a custom menu. See:

    http://codex.ww.wp.xz.cn/WordPress_Menu_User_Guide

    If that’s not working, try deactivating all of your plugins to see if any may be causing a problem.

    If that does not fix it, switch to the twentytwelve theme to see if it’s a theme problem.

    Also, do note that these forums are only for support of the free versions, but you can get help from the developers of CC Pro here:
    http://themekraft.com/support/

    Thread Starter sarahwebs

    (@sarahwebs)

    The menu stopped working when I installed the Custom Community theme (it is the free version).. I don’t really have any plugins yet..

    Thanks,
    ~S

    Hmm, I just installed the theme on a test site and had no problems with the menu. Are you using the most current version of WP and the theme? You could try reinstalling the theme.

    Thread Starter sarahwebs

    (@sarahwebs)

    OK, under Menu > Menu Settings I checked “Header bottom menu” and now it’s showing..

    Theme locations
    Header top menu
    Header bottom men

    Thread Starter sarahwebs

    (@sarahwebs)

    Now if I could just change the size of the text links in the menu! I don’t see that option?

    That would be CSS – you can use a browser tool like Firebug to look at the CSS for that element and then COPY that CSS bit to the Custom CSS under Theme Options – CSS tab – and make the change there. In this case, try this CSS:

    #access .menu-header, div.menu {
        font-size: 13px;
    }

    Thread Starter sarahwebs

    (@sarahwebs)

    Thank you!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Menu issue’ is closed to new replies.