Jump to content

[Resolved] I'm new here ob·vi·ous·ly slidder pic on homepage


Recommended Posts

I must have done something wrong or deleted something,but  under documents homepage content where the slider for your pictures is suppose to exist, I do not have anymore. In the code source what do I need to add or is there an easier way, I'm not seeing, so I can have the ability to add multiple pics. Once again I'm new here so go easy on me.

thanks

Link to comment
Share on other sites

CubeCart 6 comes standard with the Foundation skin. With Foundation, there is the BXSlider javascript plugin.

Everything necessary to show the images using the BXSlider (see the demo to observe) is there.

What you must do is to put the list of images in a certain format, and have that HTML code as part of your Homepage document.

In admin, Documents, click the edit icon for the document that is identified as the Homepage document (radio button selected).

On the Content tab, Click the editor's "Source" tool button.

The HTML you will want to use follows, and a fresh CC6 install has it as part of the Homepage document:

<ul class="bxslider">
  <li>
    <img src="skins/foundation/images/examples/slide1.jpg" title="Promotional Message One">
  </li>
  <li>
    <img src="skins/foundation/images/examples/slide2.jpg">
  </li>
  <li>
    <img src="skins/foundation/images/examples/slide3.jpg" title="Promotional Message Two">
  </li>
</ul>

where the src of the <img> tags can be for whatever image(s) you want.

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...