Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 09-06-2012 00:16:57

121NetDesign
Member
From: Surrey, UK
Registered: 05-10-2007
Posts: 427

Splash Sliding Banner Controls

Where is the file for the splash page sliding banner? I am interested in replacing it with another version.

How do you remove the left/right arrows?

Thanks in Advance


Tommy Lee

Offline

 

#2 09-06-2012 06:19:29

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Splash Sliding Banner Controls

You can edit the banners under Website > Content > Banner Advertisements.

To remove the left/right arrows, upload empty/clear gifs to replace:

/httpdocs/v8/media/jshowoff/withcontrols_next.png
/httpdocs/v8/media/jshowoff/withcontrols_prev.png


Nick Hendler

Offline

 

#3 11-21-2012 15:52:24

mixer25
Member
From: Ireland
Registered: 04-02-2006
Posts: 601

Re: Splash Sliding Banner Controls

I found these in:

www/media/jshowoff/withcontrols_next.png and just renamed with *old

Do you think this is ok? they don't show up now, but could cause ghosting on some browsers?

Offline

 

#4 11-21-2012 16:26:22

Blitzen
Member
From: USA
Registered: 01-01-2005
Posts: 936

Re: Splash Sliding Banner Controls

If you are comfortable with jQuery and php, then here are parameters that you can change:
http://ekallevig.com/jshowoff/

You'll see
"controls     boolean     true     Whether to create & display controls (Play/Pause, Previous, Next)."

Depending on which one you want to change, configure this in 
cms/CMS/incoudes/banners.php
and/or
cms/CMS/incoudes/skinwidgetbanners.php

Add or change the parameter name:value to the "$js_docready " assignment.

Last edited by Blitzen (11-21-2012 17:05:23)

Offline

 

#5 03-18-2014 21:31:17

mdowning
Member
From: California
Registered: 11-05-2010
Posts: 725
Website

Re: Splash Sliding Banner Controls

Blitzen wrote:

If you are comfortable with jQuery and php, then here are parameters that you can change:
http://ekallevig.com/jshowoff/

You'll see
"controls     boolean     true     Whether to create & display controls (Play/Pause, Previous, Next)."

Depending on which one you want to change, configure this in 
cms/CMS/incoudes/banners.php
and/or
cms/CMS/incoudes/skinwidgetbanners.php

Add or change the parameter name:value to the "$js_docready " assignment.

I'd like to turn the arrows off. Where do you do that at?


http://tuxedothemes.org/
Wordpress Themes for business, blogs and personal use.

Offline

 

#6 03-18-2014 22:00:01

mdowning
Member
From: California
Registered: 11-05-2010
Posts: 725
Website

Re: Splash Sliding Banner Controls

Never mind... I found it....
public_html/store/media/jshowoff/jshowoff.js

Edit it to set the values if you wish...I was able to get rid of the slider arrows by turning the controls off.


http://tuxedothemes.org/
Wordpress Themes for business, blogs and personal use.

Offline

 

#7 04-25-2014 17:19:33

mixer25
Member
From: Ireland
Registered: 04-02-2006
Posts: 601

Re: Splash Sliding Banner Controls

mdowning wrote:

Never mind... I found it....
public_html/store/media/jshowoff/jshowoff.js

Edit it to set the values if you wish...I was able to get rid of the slider arrows by turning the controls off.

Nice one, thats the simplest way of doing this...

Offline

 

Board footer