show hide target

For the love of!!! -

Im having a mare with this website - why doesn’t the show/hide layer work here?
http://thekiteacademy.com/KA_DEV/

Yet works here???

http://thekiteacademy.com


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

Looks like you’ve got jQuery (wow slider?) and Scriptaculous (target show/hide layer using fade effect) on the same page and it’s throwing an error.

Removing one or t’other will fix the problem (or adding in some extra code into wow slider to make it play nice with other libraries).

Joe

On 25 Jun 2012, at 16:39, “Justin Easthall” email@hidden wrote:

For the love of!!! -

Im having a mare with this website - why doesn’t the show/hide layer work here?
http://thekiteacademy.com/KA_DEV/

Yet works here???

http://thekiteacademy.com


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

Thank you, thank you! Forgot about that! - Im having a total mare with this sever - it wouldn’t let me use the wow slider because it said the wowslider.js breached its security - so removed and used the show hide target - but forgot to remove the header HTML -
Cheers!


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

Whilst you here -

How can I get the fade so it goes from one image to the next as opposed to image fade to black image fade to black?

I just want it to fade from one image to another?

Cheers!


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

Did you get this working? It looks like they’re fading into each other (as opposed to fading out 100% and then fading in from 0%).

Joe

On 25 Jun 2012, at 16:54, Justin Easthall email@hidden wrote:

Whilst you here -

How can I get the fade so it goes from one image to the next as opposed to image fade to black image fade to black?

I just want it to fade from one image to another?

Cheers!


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

Hi,

Yes thanks - sorted because I removed that hangover code from Wow-slider the Scriptyfade worked fine


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

Hi guys, need some help,

Have jQuerie - Scriptaculous conflict
But will have both of them at one page:

example working without WOW slider (roll over icons):
http://www.telepuls.graphicid.nl/telefonie.html

example conflict:

Quote Joe Billings from earlier thread:

“Removing one or t’other will fix the problem (or adding in some extra code into wow slider to make it play nice with other libraries)”

Can someone help me with this code Joe is talking about

Thx

Erik


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

Hi Erik,
Check that the Wow Slider app doesn’t already have an option to protect the code from clashing like this as that would be the best solution. If it doesn’t then the following code should help;

<script type="text/javascript">//<![CDATA[
	var noconflict = {}; noconflict.$ = jQuery.noConflict(true);
//]]></script>

Paste it into your Freeway page just after the Wow Slider code in Page > HTML Markup > Before End Body.

Here’s an example of the corrected page with the code back up and running;
http://www.freewayactions.com/test/teleplus.html

Regards,
Tim.

On 13 Nov 2012, at 10:24, Erik wrote:

Can someone help me with this code Joe is talking about


Experienced Freeway designer for hire - http://www.freewayactions.com


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

Hi Tim,

Thx for your reaction,

don’t know what, but I do something wrong.
In the app there is no option, so placed the code you provided (at the home page) in a HTML markup before

But still not working?


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

Tim What are the pros and cons of using this method rather than an iFrame?

Richard

Here’s an example of the corrected page with the code back up and running;
http://www.freewayactions.com/test/teleplus.html

Regards,
Tim.


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

Tim,

Got it working now, paste the code wrong now it is ok,

Thx for your support

Erik


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

Hi Richard,
iFrames will create a fenced off area around your content that will isolate the iframed page from the page that the iframe is embedded into. This can be a good thing as the embedded page code can’t be easily upset by other elements on the parent page. The downside is that an iFrame is just as bad at SEO and usability as a regular frame. You will need to consider what you want to do if a search engine (for example) brings a user to a page that would normally be displayed in a frame. Do you try and detect this and open the correct parent page? Another consideration is handling links. If you want your framed page to open links in the parent window (rather than inside the iframe) then you will need to correctly target these. Allowing the user to click around inside a frame to load other pages is generally a bad idea as they won’t have any easy way to know where they are, bookmark a page or go backwards and forwards in the browser history.

Personally unless your framed content isn’t on your own server (it belongs to someone else) or you just don’t have the time to add it directly then I would always advocate adding elements directly to a page rather than using an iframe but that is just me.
Regards,
Tim.

On 13 Nov 2012, at 12:06, Richard Lowther wrote:

Tim What are the pros and cons of using this method rather than an iFrame?


Experienced Freeway designer for hire - http://www.freewayactions.com


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

I’m glad you got this up and running Erik.
Regards,
Tim.

On 13 Nov 2012, at 13:57, Erik wrote:

Got it working now, paste the code wrong now it is ok,

Thx for your support


FreewayStyle.com - Free Freeway templates and parts to download, use and explore - http://www.freewaystyle.com


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

Many thanks again Tim

The only reason I have been using an iFrame was to quarantine a WOW slider which I built and placed on my server. This to allow me to use other FW actions etc. Can be a bit quicker too as you say when knocking out ideas. No links in the WOW slider just images. I suppose Google could land on it if someone was searching for ‘slider1’ Or not find it if I said do not follow ?

Whatever this code now allows me to get around this which is good news.

Best wishes

Richard


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