Problem with sub-menu and widgets
- This topic has 6 replies, 2 voices, and was last updated 12 years ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
When I add a sub-menu to a menu item it pushes the menu container down and only shows one of the two sub-menu items.
The small icons next to widget items show random characters instead of the icons.
This is on a fresh install of WordPress 3.5 with the only other plugins added before CiaB being Wordfence (which I disabled to check it.) The only change I made to the WordPress 3.5 install was changing the $table_prefix in the wp-config file before installation.
I am running php5.2 at the moment. I am planning to upgrade to 5.3 after these issues are fixed and see what affects this has on the theme.
The small icons next to widget items show random characters instead of the icons.
Are you using a WAMP package by any chance? If so, can you list what package that is?
As for the menu issue, going to bring in @bowe to answer your question.
Thanks @Ray. I’m not using wamp; it is on a Linux server.
Hi James,
We previously had trouble with the icons showing up as letters on WAMP packages, but it appears that your problem is more specific.
If you can provide any additional details about your server setup, that would be great.
Can you also list the CBOX theme version are you using? You can find this by logging into the WP admin dashboard, then navigating to “Appearance”.
Also, if you know how to use the developer console in your web browser, can you also list if there are any errors in your console?
A quick guide to use Firefox’s console can be found in another reply I made here:
https://commonsinabox.org/groups/help-support/forum/topic/minor-issues-notes/page/2/#post-1254
Hi Ray,
The server is shared hosting Godaddy Linux with php5.3
I am using CBOX version 1.0-beta4.
Here are the errors I’m getting:
CSS:
downloadable font: download failed (font-family: “iconSweetsRegular” style:normal weight:normal stretch:normal src index:1): status=2147746065
source: http://[mysite]/main/wp-content/themes/cbox-theme/assets/fonts/iconsweets-webfont.woff @ http://[mysite]/wp-content/uploads/exports/cbox-theme/dynamic.css?ver=3.5
downloadable font: download failed (font-family: “iconSweetsRegular” style:normal weight:normal stretch:normal src index:2): status=2147746065
source: http://[mysite]/main/wp-content/themes/cbox-theme/assets/fonts/iconsweets-webfont.ttf @ http://[mysite]/wp-content/uploads/exports/cbox-theme/dynamic.css?ver=3.5
Network:
GET http://[mysite]/main/wp-content/themes/cbox-theme/assets/images/bg-body.gif [HTTP/1.1 404 Not Found]
GET http://[mysite]/main/wp-content/themes/cbox-theme/assets/fonts/iconsweets-webfont.woff [HTTP/1.1 404 Not Found]
GET http://[mysite]/main/wp-content/themes/cbox-theme/assets/fonts/iconsweets-webfont.ttf [HTTP/1.1 404 Not Found]
GET http://[mysite]/main/wp-content/themes/cbox-theme/engine/ICE/ext/options/colorpicker/images/launch.png [HTTP/1.1 404 Not Found]
I am also missing a “show all” button in: CBOX theme options >> Options >> Menu (attached photo).
I reset the texture on the background overlay for the ‘below header’ menu and the sub-menu items started showing correctly.
Cool, glad to hear you resolved your issue, James!
I’m guessing that the CSS was cached by the theme and needed to be regenerated. When you removed the background texture, I’m guessing that caused the CSS to be refreshed.