I have set the Google Analystic on admin but they can’t show on the page! Is that problem of our template, please? Could you check that for us? Our Website is Hera Wigs Store.
Waiting for your quick reply, thanks in advance!
Michael Cao
3 answers
Easy Solution:
File Path: app\design\frontend\default\jm_tyrolitetemplate\p age\html\footer.phtml
Add your complete google analytics good at the end of the line in footer.phtml
Note: If you Find my Post useful please click on the Thanks Icon
Hi Chavan,
Yes, I know it can be. But for Magento 1.5.0.1, we should only put Google Analytics account number on admin of Magento then it’s ok and I have done but it can’t work!
By the way, I have added Upsell products but it’s little left for the picture, you can check by followed link: http://www.herawigs.com/human-hair-l…s-on-sale.html so could you let’s know how to solve that, please?
Thanks in advance, Michael Cao.
Go to this File: /skin/frontend/default/jm_tyrolite/css/theme.css
Replace the Following
Code:
.ja-tab-content { background: none repeat scroll 0 0 #FFFFFF; border-color: -moz-use-text-color #DDDDDD #DDDDDD; border-right: 1px solid #DDDDDD; border-style: none solid solid; border-width: 0 1px 1px; padding: 15px 0; }
with
Code:
.ja-tab-content { background: none repeat scroll 0 0 #FFFFFF; border-color: -moz-use-text-color #DDDDDD #DDDDDD; border-right: 1px solid #DDDDDD; border-style: none solid solid; border-width: 0 1px 1px; padding: 15px 0; }
Once done add the Following at the of the same file
Code:
#ja-tab-decription{ padding:10px; } #ja-tab-additional{ padding:10px; } #ja-tabitem-upsell h2{ padding:0 0 0 10px; } #ja-tabitem-upsell { padding:15px 0; } #ja-tabitem-tags{ padding:10px; }
Note: If you Find my Post useful please click on the Thanks Icon