Today, i continue testing the themes and found out a new issue on working with google translation JS file.
I uploaded JS file on my blog in MISC fielder and tried to changed the fielder to Acquia Marina themes' fielder and tried the website root fielder,but it does not work well. And using the same configurations above, just change the themes to GARLAND themes. it works well. And other themes are ok, too. just with Acquia Marina themes has the issue.
So please give me some suggestions, thanks in advance.

Blog link:http://www.songyun.org/node/318, it's just a translation tool on my blog, work with google API using the JS file.

Comments

whenis’s picture

Assigned: Unassigned »

Hi,
If you feel free, please help me out here.
Details above.

Thanks in advance.

Jason.

jwolf’s picture

Status: Active » Postponed (maintainer needs more info)

I'm sorry, but I don't understand what you are trying to do. Are you saying that you are trying to added JavaScript to a node?

joshuautley’s picture

acquia_marina 6.x-1.9 has an issue that prevents Google Anaylitics from working.

I don't know what is going on, but I can tell you that acquia_slate 6.x-1.0 had this very same issue and it wasn't until I upgraded to the latest release that it resolved itself. So, by doing a view source on one of my sites that has slate as the theme with one of my sites that has marina I am able to see the following which seems to be a clue.

Have a look

#### slate theme #### NOTE the presents of the .js for Google Anaylytics

type="text/javascript" src="/misc/jquery.js?y"
type="text/javascript" src="/misc/drupal.js?y"
type="text/javascript" src="/sites/all/modules/google_analytics/googleanalytics.js?y"
type="text/javascript" src="/sites/all/modules/lightbox2/js/lightbox.js?y"
type="text/javascript" src="/sites/all/themes/acquia_slate/script.js?y"
type="text/javascript" src="/sites/all/themes/acquia_slate/jquery.overlabel.js?y"

#### end slate theme ####

#### marina theme ####NOTE the absense of the .js for Google Anaylytics

type="text/javascript" src="/misc/jquery.js?g"
type="text/javascript" src="/misc/drupal.js?g"
type="text/javascript" src="/sites/all/modules/extlink/extlink.js?g"
type="text/javascript" src="/sites/all/modules/thickbox/thickbox.js?g"
type="text/javascript" src="/sites/all/modules/ubercart/uc_file/uc_file.js?g"
type="text/javascript" src="/sites/all/modules/ubercart/uc_roles/uc_roles.js?g"
type="text/javascript" src="/sites/all/modules/calendar/jcalendar/jcalendar.js?g"
type="text/javascript" src="/sites/all/themes/acquia_marina/script.js?g"

#### end marina theme ####

Let me know what you think. I really need this resolved for obvious reasons.

Thanks.

joshuautley’s picture

I found an answer to why the Google .js script was not show in my previous research. It was because I was loading it in the footer and not the header. However, I am still get a tracking status of "Tracking Not Installed"??? )=

I love your theme, but this has me so very frustrated.

stephthegeek’s picture

Status: Postponed (maintainer needs more info) » Fixed

Cleaning up old issues, was not able to confirm this... feel free to reopen if this is still a confirmed issue in the latest versions.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.