[Pro] ADD THIS BTN - problems!!??

Hi guys,

if I use the code the add this btn produces:

Bookmark and Share

I get the initial icon I wish to see, but when th edrop down occurs its raw text & not graphical?!!

Any ideas

Running 5.6.4

Worm


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

I just reported this bug to Softpress yesterday. The stylesheet is not being hosted from the same spot that the Action is requesting it. If you look in your console, you’ll see some 404 responses from the server for the css file.

Walter

On May 4, 2012, at 11:54 AM, Mr worm wrote:

Hi guys,

if I use the code the add this btn produces:

I get the initial icon I wish to see, but when th edrop down occurs its raw text & not graphical?!!

Any ideas

Running 5.6.4

Worm


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

Does this only happen locally or is it happening on your live site, too? I was looking at this recently and found that their code must have recently changed and broken local previews.

Joe

On 4 May 2012, at 16:54, Mr worm wrote:

Hi guys,

if I use the code the add this btn produces:

I get the initial icon I wish to see, but when th edrop down occurs its raw text & not graphical?!!

Any ideas

Running 5.6.4

Worm


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

Ok, at least I know theres a bug!!

Guess we just have to sit tight & wait for fix/update from softpress!

Thanks Walt

Worm


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

It’s not a bug in Freeway (or anywhere, really). They’re using a shortcut that allows connections to files to be made securely without having to check for a secure connection first (protocol-relative URLs). This is a neat trick because it makes code shorter and cleaner – the downside is that it breaks local previewing. Unfortunately, we’re noticing a lot more script developers using this recently, which is making things like live previews, or local previewing much more difficult.

Joe

On 4 May 2012, at 17:00, Mr worm wrote:

Ok, at least I know theres a bug!!

Guess we just have to sit tight & wait for fix/update from softpress!

Thanks Walt

Worm


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

I’ve only tried it locally… I will try & upload & see if the issue persists!!!

Will this be amended SP side to work locally?

Cheers Joe


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

Here’s a script to fix this in preview mode (put this inside the top Function Body in Protaculous, with prototype-packed as the library):

$$('*[src^="//"]).each(function(scr){ scr.src = 'http:' + scr.src; });
$$('*[href^="//"]).each(function(link){ link.href = 'http:' + link.href; });

This is why I love Prototype, by the way.

Walter

On May 4, 2012, at 12:33 PM, Mr worm wrote:

I’ve only tried it locally… I will try & upload & see if the issue persists!!!

Will this be amended SP side to work locally?

Cheers Joe


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

I had the same problem and had to remove Add This from my website and put in the main social media sites individually. I also had the same raft of script, in blue, published or not published, so would appreciate a solution.


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