Magento 1.5: Where to enter Default Meta Description? - magento

Where do I set the Default Meta Description and Keywords in the Backend of Magento 1.5?
I know how to set this individually to product-pages, categories etc., but where do I have to enter the default fallback?
it seems that in older versions this could be done under system --> general --> Design --> HTML head, but in Magento 1.5 I miss this section.

got it! if you use a local code folder - simply copy
app/code/core/Mage/Page/etc/system.xml
to app/code/local/Mage/Page/etc/system.xml
and the HTML Head Section will "re-appear".
The right hint was found here: link
Thank you #seanbreeden for mindsharing!

Related

Magento Design issue for category detail page

I suffered with a issue in magento 1.8.1.0 that i saved design 'default' for website and also set setting as website for its Store. but when i saw in category detail page , where all product of that category shown has different design from configured design ? so please tell me what the things has to done to rectify this problem. thanks in advance
first of all Please gothrough with below,That's how magento theme fall back works,
your pkg> your theme
your pkg > default theme ( you can set default theme at backend)
your pckg > default
base > default
Also, Please clear magento cache before you check anything.
I got this error , because of i added a design in system -> design and i add an entry for my website is instead of 'default' to another theme , thats why i got category and other page was come with a deferent category. because these setting has the highest priority in design selection for magento. thanks for you comments.

Missing HTML Head section from admin system->configuration->Design in magento

During development i found that in system configuration->Design HTML Head section is missing.
I had gone through many tutorial but not get the solution of this problem.
I had clear the cache and perform indexing.
Disable all the install module.
I am using magento 1.7.0.2
If you have added new layout in your cms section . And added Mage/Page module config.xml in local, then also add system xml there.I thing this will work for you.
local/Mage/Page/etc/system.xml

How do I add a base target="_self" to my Joomla site's header?

I'm trying to add a simple base target="_self" to my Joomla! 2.5 site's head HTML file. Where do I find that? Thanks!
Joomla! uses templates to format it's pages, it comes with several pre-installed and you can install a new template from various libraries or by creating a template.
You will need to look in the directory /templates/your-template/ where your-template is the name of your active template.
Depending on the complexity of the template you may find the head section in the index.php file or in an included sub-file.

Magento Admin - Favicon option not present in Configuration - Design - HTML Head

I'm running Magento 1.7.0.2 with multistore and I would like to change the favicon of my stores but the favicon option is disappeared from the Config - Design - HTML Head where it should be.
The file app/code/core/Mage/Page/etc/system.xml contain the reference to this option
and the file app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Image/Favicon.php is present.
Any suggestion?
Thanks
Enrico
you can simply replace the default favicon with your own in /skin/adminhtml/default/default/favicon.ico location
Was a broken installation, I tried all of your suggestion without success. The site had, during the time many website and store view added and removed. Many themes and customization. We decide to split it in different vhost now all it's more clean and smouth.
Can you take a screenshot of System -> configuration -> Design that show 'Current Configuration Scope' and 'Favicon Icon' see example below

Magento category page layout change is not reflecting in frontend

I'm trying to give one column page layout for all categories, by going to catalog --> Manage categories --> (Required category) --> custom design --> Page layout --> (Selected 1 column from dropdown)
But in my frontend i'm getting that page with right sidebar. While enabling template path hints i found the temlate is 2column-right.phtml
Did anyone gone through this problem ?
please help me to solve this.
Thanks
Have you made sure you have cleared your cache?
Do you have any other caches enabled?

Resources