Jump to content

cube cart slider settings


capt1701a

Recommended Posts

In a stock install of CC6, the list of images to play in the slider is part of the HomePage document.

In admin, Documents, click the Edit icon of the document shown as having the HomePage button selected.

You may have an easier time of it by using the editor's Source mode.

The slider is optimized to show 1000x300 pixel images.

 

  • Thanks 1
Link to comment
Share on other sites

  • 5 months later...

In the Foundation skin template, element.js_foot.php, or any other skin that would be using BXSlider:

Find somewhere in the last line:

$('.bxslider').bxSlider({auto:true,captions:true});

Add the pause option. To do that, change that part of the line to:

$('.bxslider').bxSlider({auto:true,captions:true,pause:1000});

The default is 4000ms.

Apparently, there is no quick/easy ability to give a specific pause time between transitions on a per-image basis.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...