Jump to content

[Resolved] Cannot Edit Home Page Slider & Text


HippieChick

Recommended Posts

It's been a few years since I used cube cart and so far I like it but I have tried time and again for two days to change or create a new document in CC6 under File Manager / Documents.  Whenever I try to add or change an image, it will not let me save, or cancel or anything.  There is also some foreign language in the text area that does not help.  Here is what it says:

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas feugiat consequat diam. Maecenas metus. Vivamus diam purus, cursus a, commodo non, facilisis vitae, nulla. Aenean dictum lacinia tortor. Nunc iaculis, nibh non iaculis aliquam, orci felis euismod neque, sed ornare massa mauris sed velit. Nulla pretium mi et risus. Fusce mi pede, tempor id, cursus ac, ullamcorper nec, enim. Sed tortor. Curabitur molestie. Duis velit augue, condimentum at, ultrices a, luctus ut, orci. Donec pellentesque egestas eros. Integer cursus, augue in cursus faucibus, eros pede bibendum sem, in tempus tellus justo quis ligula. Etiam eget tortor. Vestibulum rutrum, est ut placerat elementum, lectus nisl aliquam velit, tempor aliquam eros nunc nonummy metus. In eros metus, gravida a, gravida sed, lobortis id, turpis. Ut ultrices, ipsum at venenatis fringilla, sem nulla lacinia tellus, eget aliquet turpis mauris non enim. Nam turpis. Suspendisse lacinia. Curabitur ac tortor ut ipsum egestas elementum. Nunc imperdiet gravida mauris.

Link to comment
Share on other sites

Lorem ipsum is filler text (derived from a book written in Latin), used to only show how something will look.

CubeCart does not use Lorem ipsum (maybe a plugin does, but I've not seen it).

For the CC6 Homepage document, to manage the slider images, it is best to put the editor into Source mode. Then, it becomes obvious that the slider is simply a series of <li> elements with <img> tags.

To remove the slider images, remove the <ul></ul> tags and everything between them.

Link to comment
Share on other sites

  • 1 year later...

Not sure how to do it using the editor's toolbox, but you can enter the following using the editor's Source mode:

<ul class="bxslider">
  <li><img src="skins/foundation/images/examples/slide1.jpg" title="Promotional Message One" /></li>
  <li>repeat as necessary</li>
</ul>

Edit the <img src> to point to wherever the images are located.

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