Re: Simple Google Analytics - Support
Phil,
Keep in mind that because Google Analytics is JavaScript based, even if you used an "on sight" processor, you could still see slight data inconsistencies in reporting. Why? Because being JavaScript based, any user blocking JavaScript, behind a firewall that does, etc... will not be tracked in your stats.
Google mentions this deep inside their help files.
What you were seeing though was quite different obviously.
Re: Simple Google Analytics - Support
Hey all thanks for this mod first of all it's great!
I installed it everything went fine didn't get any error. I did install the sql through phpadmin but i reinstalled it again through the sql tool. But when I logged into my GA account the data doesn't seem to be updating. It' said Receiving Data with a Check. Did I install it wrong? I loaded my store up and thought it would count as a visit but it didn't show up on the GA report.
Thanks in Advance.
Re: Simple Google Analytics - Support
o wait i read a few pages back apparently it's not real time counter. guess ill have to wait and see if it's working.
Re: Simple Google Analytics - Support
Correct, GA is not a "real time" counter so you'll have to wait for it to update before any results will show.
Re: Simple Google Analytics - Support
Hi Guys,
I finally got this mod going, but now my product pages have a huge font size. Any idea why?
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
Tot 2 Teen
Hi Guys,
I finally got this mod going, but now my product pages have a huge font size. Any idea why?
You must have done something else to another file during installation (or in changing something else on the site). This mod has no impact what so ever on any design styles.
I would look at what you may have changed elsewhere. It won't be the module unless you altered something else during install.
Re: Simple Google Analytics - Support
Thanks Eric. I've checked the stylesheet and it looks good. Any idea what other files might effect only the product page?
Sue
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
Tot 2 Teen
Thanks Eric. I've checked the stylesheet and it looks good. Any idea what other files might effect only the product page?
Sue
It definitely has to do with the stylesheet as it relates to that page.
here is that section of code on one of your pages (that displays the product description).
Quote:
<!--bof Product description -->
<div id="productDescription" class="productGeneral biggerText"><p class="MsoNormal" style="MARGIN: 0in 0in 10pt"><font face="arial,helvetica,sans-serif">Two shades of pink cover this versatile lightweight reversible comforter.<span style="mso-spacerun: yes"> </span>Outline stitching.<span style="mso-spacerun: yes"> </span>Toddler girl bedding that is softer, warmer, and has a lighter weight fill; far more comfortable for your little one! <span style="mso-spacerun: yes"> </span>The pillowcase is a combination of dark and light pink.<span style="mso-spacerun: yes"> </span>The flat and fitted sheets and the pillowcase are a coordinating solid light pink with a light pink ribbon trim.<span style="mso-spacerun: yes"> </span><span style="mso-spacerun: yes"> </span>The fitted sheet is made to fit a toddler bed mattress (the same size as a crib mattress). <span style="mso-spacerun: yes"> </span>Perfect for any girls room! Check out the many accessories we carry that coordinate with the blue bedding.</font></p><p class="MsoNormal" style="MARGIN: 0in 0in 10pt"><font face="arial,helvetica,sans-serif">Toddler comforter set includes: Toddler comforter sized 42” x 58”.<span style="mso-spacerun: yes"> </span>Toddler percale sheet set includes: Flat sheet: 48” x 70”, finished.<span style="mso-spacerun: yes"> </span>Fitted sheet: 28” x 52” (fits crib sized mattress)<span style="mso-spacerun: yes"> </span>Pillowcase: 30” x 20”.</font></p><p class="MsoNormal" style="MARGIN: 0in 0in 10pt"><font face="arial,helvetica,sans-serif">Machine wash cold, gentle cycle. Tumble dry, low.</font></p></div>
<!--eof Product description -->
The part I highlighted in red bold above is what is causing your text to look larger. You need to either alter that class in your style sheet, or remove that portion of text from your product page template.
That should do it.
Re: Simple Google Analytics - Support
Well, in theory that should have worked. The bigger text is right....for the body text and heading. But I still have an issue the Nav bar, breadcrumbs and manufacturer labels. If I change them to look fine on the product page, they are tiny on the other pages. Thoughts?
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
Tot 2 Teen
Well, in theory that should have worked. The bigger text is right....for the body text and heading. But I still have an issue the Nav bar, breadcrumbs and manufacturer labels. If I change them to look fine on the product page, they are tiny on the other pages. Thoughts?
The only thoughts I have are to check those pages and the stylesheet. The Google Analytics module doesn't impact any of those pieces. It might be a good idea to open up a new thread in a section on Zen that deals with layouts etc... (rather than in the Google thread here).
You might get a bit more info that way.
From my perspective I would say look at the stylesheet and files affected then work them accordingly to correct. Unfortunately since the Google module here plays no part in those, I can't give you any more info than what I already have.