Magento attributes showing in one theme / not showing in another - magento

Magento attributes not showing in layered navigation.
In my original Theme attributes are showing as they should.
When use another theme, all attributes are not showing.
Obviously there must be somewhere in the theme but I do not know where to change it.

It is hard to guess your situation with so few information, but if your 'original theme' contains some extra code for attributes in layered navigation, then the file should be in
\app\design\frontend\PACKAGE\THEME\template\catalog\navigation\left.phtml

Related

Magento layered navigation position

i bought one theme and i want to fix my layared navigation to work well.
I need help from which file i have to edit to fix my layered navigation to show after my menu.
First you should find correct template file,then override the template within your theme, then finally rearrange the code so that it displays beneath the vertical navigation. The following may (possibly) work for you. But I don't know what type of theme you are using.
go to your magento backend url, then go to system->configuration->developer then open the debug panel.
Change the current configuration scope to 'Main Website'. Upper left corner of config page.
This should add some items to the debug panel. Set template path hints to 'yes'.
go back to the website and find the phtml file that controls your nav.
copy the file into the theme your using using the same folder structure.
edit that code.
PS another solution may be available to alter the layout files of your site. they get overridden in a similar fashion to phtml files.

How to customize Product page in magento?

I want to change divs in magneto product description page Please help me how to do this
It is hard to tell from which file this div is rendering. normally product description is in the file app\design\frontend\rwd\default\template\catalog\product\view.phtml, if you are using default theme. But according to the screenshot you are using your own theme or any purchase theme. So it might be at different location.
Check the screenshot

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

Layered navigation is showing in magento categories and subcategories

First of all searched a lot but cant find any solution.
My layered navigation block is not showing in any pages like categories,sub categories.
Using template path hints i saw the block is not getting rendered.
I set is_anchor to YES and also added filterable attributes in admin panel.
But no luck. Its not showing in frontend.
Can you guys please suggest.
I found the solution by myself..my list.phtml had 2columns-right layout.
Most of the ajax layered navigation extension are based on 2columns-left.They only support 2columns-left layout.
So i made it 2columns-left.And now its coming.And the extension i used is MD-AJAX FILTER
Another Option is
GO to the extension layout file and change the reference from left to right. For their layerd navigation block.

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

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.

Resources