Announcement

Collapse
No announcement yet.

Can anyone help with a few changes?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can anyone help with a few changes?

    Hi guys, sorry to be a pain, I have never used Actinic before and am currently building a site for a friend. I tried a while ago with Actinic and really struggled so went away and tried a few different programs but nothing was as usefull so here I am back.

    I have a very basic knowledge of web design but have made the website http://www.teamoffice.co.ukand am just trying to make a few changes. Firstly is there any way to have an image as a background?

    Secondly on the product page I have made some 700x150 banners for each category, however if I made these 330x150 each is there anyway to put 2 per line to stop the page been so long?

    Finally, on the product page (I have just put one demo up under footwear, ladies) is there anyway to have 3 products per line instead of the current 1? I would ideally like 3 thumbnails per line with the price and a 'more info' link under each to get into the item description.

    Thanks in advance and I have spent about 6 hours trying to figure these bits out myself but am still struggling.

    Regards

    #2
    1. Put a background image on the BODY in the actinic sytlesheet.
    2. You can change the number of section links across on the Layout tab of the Section on Section - Column Counts ....
    3. You can place duplicates in the parent section with links to the main products or use additional info pages for this. The first is better. For the first you will need to create a new product layout for the duplicates and then adjust the Columns in the same way as mentioned above.

    Comment


      #3
      Thanks very much for the reply, I am finding my way slowly.

      Do you know if there is a way to remove the 'Store Information' box in the left sidebar here: http://www.teamoffice.co.uk/acatalog/index.html

      Thanks again

      Comment


        #4
        If you remove this then you will not have any navigation for brochure pages when you add them.

        To remove it see attached and replace the highlighted code with that below. That way you can easily restore if/when you need to list the brochure pages.

        Code:
        <!--
        		<div class="silver-sidebar-list">
        		<div class="silver-sidebar-list-bottom">
        		<div class="silver-sidebar-list-top" id="silver-brochure-list">
        			<h1>Store Information</h1>
        			<ul>
        			<actinic:block type="BrochurePagesList" ><li><actinic:variable name="BrochurePageLink" value="Simple Brochure Page Link" /></li></actinic:block></ul>
        			<div style="clear: both;"><img src="theme_shim.gif" height="1" alt="spacer"/></div>
        		</div>
        		</div>
        		</div>
        -->
        Attached Files

        Comment

        Working...
        X