[Pro] Can someone take a look at an issue?

Hi,

I just installed a widget (the 5 star widget) and I am having some problems on my FW page.

I think I have narrowed it down to the fact that the widget does not work well on on the same page that I have a counter widget.
But it is not in every browser that the problem occurs.
I see it on Chrome (PC) and ipads…

Here is the working 5 star widget with nothing else influencing it- seems to work great.

http://www.hoffkids.com/practice24775.html

**HERE IS THE PROBLEM PAGE… 5 star widget on page that has a “number of people online” widget that is more important to me.

http://www.hoffkids.com/index.html

Thanks for any idea- the 5 star co. is not around much.

Barry


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I am not seeing any JS errors with Safari which surprises me as you have 14 different scripts running on that page.

I do see an UncaughtType error in Chrome but that is a bit vague.

If I was you I would duplicate that page and using a process of elimination take off some of your ‘features’ until you find the issue.

Less is more!

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hey Dave,

THis page has been the same now for over 1 year with all great. THe addition of the 5 star widget has been the only issue and with safari was perfect. CHrome strangeness and ipad.

Is running multi scripts bad??

Are there other problems?

Thanks,

Barry


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Is running multi scripts bad??

Can be disastrous - that is why it is recommended that you stick to one JS library to avoid conflicts.

Best way is to decide which scripts are most important to you and use them in moderation.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

i did not even know I was running any scripts- maybe just the one in lower right that tells how many kids are on the site.

what other things are scripts? are actions scripts?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

are actions scripts?

Actions generally use scripts to help them perform tasks like rollovers, transitions, carousels etc.etc.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

oh yeah then I would have quite a few.

DO you think there is a conflict between 2 widgets??


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You can answer this question yourself, very easily. Make sure you have enabled the Develop menu in Safari (Preferences / Advanced). Visit your page. Choose Develop/Error Console from the main menu. Look for anything in RED.

There’s a similar thing, but better-hidden, in Chrome. I don’t have it running at the moment, so I can’t give you the specifics.

Walter

On Dec 9, 2013, at 3:12 PM, Hoffkids wrote:

oh yeah then I would have quite a few.

DO you think there is a conflict between 2 widgets??


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

View > Developer > Developer Tools

Then select ‘Consol’

HTH.

On Dec 9, 2013, at 9:36 PM, Walter Lee Davis wrote:

You can answer this question yourself, very easily. Make sure you have enabled the Develop menu in Safari (Preferences / Advanced). Visit your page. Choose Develop/Error Console from the main menu. Look for anything in RED.

There’s a similar thing, but better-hidden, in Chrome. I don’t have it running at the moment, so I can’t give you the specifics.

Walter

On Dec 9, 2013, at 3:12 PM, Hoffkids wrote:

oh yeah then I would have quite a few.

DO you think there is a conflict between 2 widgets??


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Whoops, should have typed ‘Console’.

BTW, clicking any link next to the Error or alert if a link exists will take you to that line of code.

On Dec 9, 2013, at 9:46 PM, Mike B wrote:

View > Developer > Developer Tools

Then select ‘Consol’

HTH.

On Dec 9, 2013, at 9:36 PM, Walter Lee Davis wrote:

You can answer this question yourself, very easily. Make sure you have enabled the Develop menu in Safari (Preferences / Advanced). Visit your page. Choose Develop/Error Console from the main menu. Look for anything in RED.

There’s a similar thing, but better-hidden, in Chrome. I don’t have it running at the moment, so I can’t give you the specifics.

Walter

On Dec 9, 2013, at 3:12 PM, Hoffkids wrote:

oh yeah then I would have quite a few.

DO you think there is a conflict between 2 widgets??


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Walt,

little technical question… I deduced that my five star ratings is NOT working on ipads because I stripped everything except 5 star widget and another widget that tells number of visitors.

This page has only the two of them left…

http://www.hoffkids.com/widgettest.html

If I delete the visitor counter widget at top… the 5 star works on ipads. Do you think there is a way I can get both to play nice together?

They both work perfectly on Safari on Macbook. In chrome… sometimes kicks in and works and other times not.

your thoughts?

Thanks!

barry


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The rating works fine on my iPad, but the counter isn’t working at all. It’s not even loading its scripts. I can’t explain this, the JavaScript appears in the source code and DOM on my desktop, but not at all on the iPad. I’m looking at it in the debugger, so I can see the actual source code as served to the iPad.

Looking at the counter, since the code in the desktop is using document.write() (which is not how you’re supposed to modify the DOM of a page) it’s possible that this is a deliberate choice, since document.write() probably doesn’t work at all on MobileSafari. It appears as though stat counter is ignoring traffic from the iPad entirely.

Walter

On Dec 9, 2013, at 5:28 PM, Hoffkids wrote:

Walt,

little technical question… I deduced that my five star ratings is NOT working on ipads because I stripped everything except 5 star widget and another widget that tells number of visitors.

This page has only the two of them left…

http://www.hoffkids.com/widgettest.html

If I delete the visitor counter widget at top… the 5 star works on ipads. Do you think there is a way I can get both to play nice together?

They both work perfectly on Safari on Macbook. In chrome… sometimes kicks in and works and other times not.

your thoughts?

Thanks!

barry


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Walt.
The widgettest page has both counter and 5 star on.
The graphic on the page links to widgettest2 page which just has 5 star and works on ioad like you said.

So I have figured when the page loads it does not want both running?
I know it is nit nmthat simple.
Should I contact the maker of the counter widget.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Walt, for me on my ipad the counter DOES seem to work even with the 5 star on the same page.

It is the 5 star that does not show on the same page.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Walt,

Can you take another look at this challenge on my FW test page? THis is on IPADS only.

The first link has both the counter and the 5 star widget and on an ipads you will see that ONLY the counter shows. I put the code for both on the page too.

http://www.hoffkids.com/widgettest.html

This next link is with the counter removed and only the 5 star to show that it works on ipads but ONLY when the counter is gone…

http://www.hoffkids.com/widgettest2.html

I have 1 guy from each widget creation talking to me by email but not sure they can figure it out.

Thanks!!

Barry


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options