my page looks like this http://img694.imageshack.us/img694/93/bargg.jpg and is clearly missing Menu Manager Page, and Menu Manager Categories, not sure why this is not showing up, and also when i upload images to the idea size suggested they still come across blown up, and not looking attractive like the picture quality on the demo, need help!
Not seeing the options that are shown on the support Document
3 posts from 3 voices-
Posted 1 year ago #
-
I think this post might help.
Posted 1 year ago # -
Hey,
thanks hideous for helping out :)Hideous links to a very helpful topic, you can find the menu manager under Appearance > Menus in your Dashboard, it comes standard with the newer versions of WordPress.
The sizes for the images used in Newscast can be found in your functions.php file:
$k_option['custom']['imgSize']['base'] = array('width'=>267, 'height'=>180); // backend preview size, if changed does not affect the frontend $k_option['custom']['imgSize']['S'] = array('width'=>60, 'height'=>60); // small preview pics for half sized posts and sidebar news $k_option['custom']['imgSize']['M'] = array('width'=>180, 'height'=>180); // big preview pic for full sized posts $k_option['custom']['imgSize']['L'] = array('width'=>700, 'height'=>320); // image for accordion and featured news slider $k_option['custom']['imgSize']['XL'] = array('width'=>960, 'height'=>320); // big images for fullsize pages and fade sliderLet's take the second line for example, it states that small preview pics for half sized posts and siderbar news have a width and height of 60px. If you have uploaded images before installing/using Newscast some thumbnails may have the wrong size. You can use this plugin: regenerate thumbnails to fix this.
Posted 1 year ago #
Reply
You must log in to post.














