Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 6 of 6

Thread: carousel

  1. #1
    Manley is offline Senior Member
    Join Date
    May 2009
    Posts
    118

    Default carousel

    I am trying to add a carousel to my homepage. I have the code for the carousel it is html and java script. Can someone please direct me in the right place to add this so that it is only on the homepage. I am still pretty new to this whole thing so if you could explain in details of what i would need to do that would help out greatly.

    Thank you

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    The easiest way would probably be to put it in a topic and embed that in the home page the way we do the default 'hometopintro' topic. If you still have that topic you could just drop it in there.

    Make sure you follow these steps to enable scripts in your topics


  3. #3
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    Put it in the hometopintro topic following the instructions I posted in your other thread
    Make sure you are entering the script in HTML mode (the <> button) and not Design mode (the pencil button). Also make sure that the html editor configuration is set to allow scripts in topics, as outlined here in this knowledgebase article.
    or place it in the page.default.xml.config xmlpackage directly (this is the xmlpackage that is used for the home page by default, or create a separate skin to use for the homepage and add it directly there
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  4. #4
    Manley is offline Senior Member
    Join Date
    May 2009
    Posts
    118

    Default re

    Thanks for the help. I was able to change the RAD file so it now sees the script. Could you explain where in the hometopintro i should place the file. and should i just paste the script or the html as well. Currently the hometopintro has the generic template in it so when you hit the code button you already have code in there. I would like to leave that code and add mine to the top.

    Thanks for the help

  5. #5
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Once the AllowScript property was set to true. You could append the script at the bottom area of the description section.

  6. #6
    diveloper is offline Member
    Join Date
    Sep 2009
    Posts
    72

    Default

    Quote Originally Posted by AspDotNetStorefront Staff - George View Post
    Put it in the hometopintro topic following the instructions I posted in your other thread or place it in the page.default.xml.config xmlpackage directly (this is the xmlpackage that is used for the home page by default, or create a separate skin to use for the homepage and add it directly there
    This is not possible to edit the "RadControls\Editor\ConfigFile.xml" with the Online Demo =(