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/
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.
OK, under Menu > Menu Settings I checked “Header bottom menu” and now it’s showing..
Theme locations
Header top menu
Header bottom men
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;
}