I have a website in Magento and I am relatively new to this platform and I have basic notions of HTML and PHP. I want to make an account on Google Webmasters tools and I need to confirm that the website is mine.
I have a metadata that I need to insert it in the header of the website, but I cannot find the header section. Can someone help me with this please?
You can add this code in Magento from backend. Here are the steps:
Login in Admin panel
From Top Navigation Click on System >> Configuration
From Left Click on Design Tab
In right Column Click on HTML Head Group.
You can add your script code in Miscellaneous Scripts textarea
I did a quick google search on where the header file in magento is located it came out with this
app/design/frontend/base/default/template/page/html/head.phtml
And i assume default is the default theme ,if you have your own custom theme just follow the path to your theme.
I hope that this is what you are looking for.
Related
I came across a magento website
http://www.gidimall.com/
and
http://www.konga.com/
I really like and I've been trying to figure out which Magento theme its running on. I followed through with some techniques I found online but I didn't seem to get it.
With the following technique, I was able to determine its running on Magento Community Edition
http://www.gidimall.com/giftcard/customer : If you get a 404 Page Not Found error then that means they are NOT running MEE (Magento Enterprise Edition). If you get redirected to a login page that means they ARE most likely running MEE*
identifying its theme is a bit challenging.
You can get theme name by "view source" and find skin which general themes are stored in skin folder, so path would be
www.yoursitename.com/skin/frontend/default/theme-name/
and if it's package then it would be
www.yoursitename.com/skin/frontend/theme-name/default/
you can check in console if there is no caching
if there is caching then you can enable path hints
log into the magento back-end admin
Go to System -> Configuration in the main menu
Go to Developer on the bottom left under ADVANCED
Switch to the store view on the top left to your current website or store view.
Under the Debug tab of the same Developer config page you will see a new option appear that will allow you to turn on/off template path hints.
My friend asked me if i could add a little piece of code to his website, his website is running on the eZ Publish platform which i have never actually used before.
I have spent the last few hours trying to figure out how to edit the header of the template for his website http://tenantstips.com/.
From the Admin/Design area i can see an option to add code to the footer of the page but not the header.
I have also tried finding the header file from within the FTP files and can't seem to see it.
If anyone is good with this platform and can help me add a little piece of code to the header of the above website that would appreciated thank you.
You'll have to edit the files to do that. You can try via the design section in admin (depending on filesystem perms) but the best option is to edit the files via ssh or ftp.
I have been develope one site in joomla framework. Now my trouble is that client want one custom page in this site. so, please guide me how to i setup theme interface in this custom page?
Although this is not my favorite solution, instead of including Joomla in your script, you can put your script inside an article with an extension that can read your code, like DirectPHP and others.
You can make something like error.php which is really a mini application that renders a single page. You can see in the core how elements of the emplae are used and you can evn pull in modules and so on.
I have installed Fishpig's Wordpress integration module (v 2.4.93) into Magento 1.7.0.2. Since then I have set it up correctly and posted multiple posts to it.
However, the integrated Wordpress menu in the the Magento admin back end started to not function anymore.
Any option I choose from the admin->Wordpress->Wordpress menu now prompts me to download a .php file instead of it rendering.
Does any one know why this would be?
Any help would be greatly appreciate.
Sincerely,
Steve
This is a setting on your server which causes the PHP file to be downloaded rather than executed. Contact your hosts who should be able to fix this for you.
I have made a site in Joomla. With the template Nano. There was a mobile template as well, which I'm using. (I'm not using Joomla mobile). well.. i have made my site now, and there is a button in the bottom of the site, where i can swap to the desktop version. This is written in English "Switch to desktop version". i want this in danish. Where can i chance this? I have been looking in every php. doc, ini files etc. Can't find it :(
I have chanced the language in Joomla, and it is working fin on the desktop website.
Any suggestion how to solve this?
If you got a mobile you can visit the site here
If it is in a language file, then your best bet is to use the built in Joomla language overrides to find it. In the admin -
In the Extensions menu, click on Language Manager
Click the Overrides link
Click the new Override button
In the search form that appears search for "Switch to desktop version" with Value selected.
If it finds the value in a language file, just click the result and edit in what ever you want.
If it does not find it in a language file, then you will have to look through the template files, it has been hard coded directly in somewhere.