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 02-10-2013 21:12:15

timberguy
Member
Registered: 01-14-2008
Posts: 142

Tweaking Banners?

Is there a way you can tweak  the style and duration of the banner transition? I know there is a setting for time between transitions.

Also, is there a place where we can change a setting, so the banners do not start over when you go to a different page?  It doesn't do much good if you have 6 banners on the side, if they don't continue on as you navigate the site. No one is apt to sit there and wait and watch them rotate.

Offline

 

#2 02-11-2013 08:46:28

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

Re: Tweaking Banners?

You can adjust the delays under Website > Component > Settings > Banner Advertisements.

You can adjust the transitions by editing the file {private}/apps/cms/CMS/includes/banners.php.

The code we use for the banner rotations does not allow it to remember where it was and continue from that point in the loop on another page load.  That is a thought for future development, though.


Nick Hendler

Offline

 

#3 02-11-2013 12:37:43

timberguy
Member
Registered: 01-14-2008
Posts: 142

Re: Tweaking Banners?

I had found that reference last nit and edited this line to read:

$js_docready = 'jQuery(\'#' . $jid . '\').jshowoff({cssClass: \'jshowoff_withcontrols\', effect: \'fade\', links: false, speed: ' . $banner_delay . '});';

However it has had no effect. The banner still slides. Is there something in the database that needs to be over written?

Offline

 

#4 02-12-2013 08:21:19

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

Re: Tweaking Banners?

Are you looking at the banner in the main content section, or one in the sidemenu?  Can you post a URL?


Nick Hendler

Offline

 

#5 02-12-2013 19:25:40

timberguy
Member
Registered: 01-14-2008
Posts: 142

Re: Tweaking Banners?

webmaster wrote:

Are you looking at the banner in the main content section, or one in the sidemenu?  Can you post a URL?

sidemenu  If it faded it would be less distracting than the slide.

Offline

 

#6 02-13-2013 08:35:37

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

Re: Tweaking Banners?

Make a similar edit in {private}/apps/cms/CMS/includes/skinwidgetbanners.php.


Nick Hendler

Offline

 

#7 02-15-2013 12:51:38

timberguy
Member
Registered: 01-14-2008
Posts: 142

Re: Tweaking Banners?

Thank you!  That did the trick.

Offline

 

#8 02-15-2013 12:56:20

timberguy
Member
Registered: 01-14-2008
Posts: 142

Re: Tweaking Banners?

Is there something here, that might be incorporated to create the ability to return to the last image viewed rather than the start?
I have used this on other websites, and it is very flexible and works well.
http://www.dynamicdrive.com/dynamicinde … deshow.htm

Offline

 

#9 02-18-2013 08:54:09

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

Re: Tweaking Banners?

I've used that script on several sites and it's flaky at best.  It intermittently crashes the browser if you leave it running for a long time.  I think that the jshowoff library we're using is much better in that regard.


Nick Hendler

Offline

 

#10 02-11-2014 16:30:47

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

Re: Tweaking Banners?

http://ekallevig.com/jshowoff/

Good info on the banner settings here

Offline

 

#11 03-16-2014 18:16:39

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

Re: Tweaking Banners?

webmaster wrote:

Make a similar edit in {private}/apps/cms/CMS/includes/skinwidgetbanners.php.

Is it possible to tell it to remove the control arrows? I've set it to fade rather than slide.


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

Offline

 

#12 03-16-2014 18:19:55

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

Re: Tweaking Banners?

mixer25 wrote:

http://ekallevig.com/jshowoff/

Good info on the banner settings here

Thank you


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

Offline

 

Board footer