Why wouldn't a category menu be displaying on a magento theme? - magento

I'm trying to set up a dynamic menu in a Magento store (v1.7 community edition with the hellowired theme) and can't figure it out why on earth is not being displayed on my home page.
I don't know if there's a mistake in the call on the .phtml files of the theme or if I'm missing some configuration. I have already configured it as described in the theme's documentation and set several products and I'm still not seeing the menu displayed.
If I hard code the category call, it works fine, but it's just a workaround since I need it to be dynamic.

Turns Out for the theme I was using (The Hellowired one, but it appears to apply to several) it was required to set-up all categories under the Default Category. This question was answered to me by an admin of the theme site.

Make sure that the flag Is Active and Include in Navigation Menu set to "YES" from admin panel under General Information Tab in Catalog->Manage Categories.

Related

magento; diasble blocks on product page

I have a slider on my home page. Thats correct but when I go to product page you see also the slider. Where can I turns this off?
I want it only on the home page.
Thanks!!
Use latest version of magento and the Magikshop theme from Themeforest.
First of all, have you installed the seperate extension for slider or it comes with your theme? If it was default provided by your theme.Then you can find the setting to configure the slider in
"System->configuration" in your admin panel.
Search for the banner or slider you may get the setting there to select which page you want to show the slider.
The setting may be different according to the slider.
If you have installed the extension yourself then you may find the banner/slider menu in the admin panel.
Hope this will help.
If the slider is a widget, you should be able to specify the pages that show a widget instance. The widgets that are in use can be found in the CMS section of the Magento Admin panel.
If the slider is a block you probably need to disable/remove/unset that block from your product detail page. To disable block on a particular page, you need to edit your layout Xml file. These files are most probably found in the following folder:
app/design/frontend/THEME/default/layout/
How to unset a block is described, e.g. here: Magento - remove block using update XML

Magento navigation menu but not added as Category

I am very new in Magento.Actually we have a client who has purchased a Magento theme and top navigation of theme is displaying some menu links like delivery,Contact Us and these are not added as Categories.May be hard coded in the theme.Can anyone tell from which file these links are appearing so that i can edit them.
Use template path hints to find out where they are.
http://www.pauldonnelly.net/magento-turning-on-template-path-hints/

Magento 1.7 CE, Admin layout messed up when editing a product

I am currently using magento 1.7 for my website http://tuicoach.vn
This is my first post after searching all posts for this issue. I have modified the frontend including style.css in my skin (display:none for Vertical nav in sidebar) & product List style to remove Compare & Wishlist.
Other than this, I didn't touch anything on admin folder. Is there any reason why I got like the attached when I select a product to edit?
The main editing area now got inside the sidebar navigation for admin.
Much appreciate. I am fraid I have to completely reinstall.
http://i270.photobucket.com/albums/jj85/dinhung85/magento_zps0375d89f.jpg
I cannot post images so I put the link here to help explain the situation.

Magento content does not show up

It is the first time I use Magento. I have installed Magento with a custom theme. When I add category and product from dashboard, they doesn't show up on the website, just a blank content (header, sidebar and footer works fine, more precisely you can see it at here)
I found the added product from sitemap with css gone. What might be the reason for this? Why categories and content doesn't appear on the website? Why css is broken on the product page?
Magento is designed to be as efficient as possible and the learning curve can initally be daunting to people encountering it for the first time. A couple things to try:
Make sure that the category you've created, found in Catalog > Categories > Manage Categories, the option "Include in Navigation Menu" set to yes (this should automatically "create" the navigation bar for you)
In the admin section of your site, navigate to System > Index Management and select all and reindex them all
In the admin section, navigate to System > Cache Management and flush the cache
The last two steps, when developing your site, are sometimes necessary to see the most up to date information on your Magento install. Something which may make your life easier is in the Cache Management page, select all of the cache types and choose to disable them for now. You'll want to re-enable them once you make the site live.

Magento Related Products Sidebar

In Magento I took and duplicated a theme and made a few changes to the second one. Called it recipes, removed the price, etc. All worked out fine except! When I add a related product it shows up and says "other featured products". This is what the old theme said.
After some research i am seeing it is pulling this file from the "app/design/frontend/base/template/catalog/product/list folder instead of the theme folder ?
http://www.colbrookkitchen.com/recipes/pico-de-gallo.html
Turn on template/path hints in your administration area:
System -> Config / Advanced -> Developer
This will show you exactly which template and block it belongs to. The product list template you are referring to just renders the products, it's possible the theme does not also include the header in that file.
Alternatively, a quick grep (or search via IDE if you are on Windows) for 'Other Featured Products' is a good solution, since that should be a fairly unique string.

Resources