|
How can I create a site that is well-suited with level one DDA
accessibility needs?
The 'Executive', 'Technical', 'Contemporary' and 'Clean Layout'
themes that come with Creative are compatible to level 1, so
it is a good idea to base your design upon these. |
|
Can I make a custom guide for my clients?
Yes - details of this are available
in the 'Advanced User Guide' - which can be downloaded from
[TEXT] |
|
How
do I put line breaks into the header text in the 'Settings |
Site Options | General', 'Header Text' area so that it's not
one continuous string?
Embed the HTML into the text
by opening text with!!< And closing it with >!! To make
a line break command, between those quotes insert <br>.
For example, enter...
!!<This is the first heading line<br>this is the second
heading line>!!
The browser will put...
This is the first heading line
this is the second heading line |
|
Can I have a different background color for different sections
in my store?
Yes. This is detailed in the section called 'Having different
background colors/images for different pages' in the Advanced
User Guide - available to download from: [TEXT] |
|
How
do I remove the quick find bar from my headers?
Choose the 'Design' tab and in the preview click on the 'Quick
Search:' icon. In the layout code go 'up one level' in the design
till you reach the layout for quick find bar, by default this
is
QuickSearchBar
change to look like
<! -- QuickSearchBar --> if you wish to hide. If you wish
to permanently remove, delete the line. |
|
I
want goods images to appear within my find results.
Go to 'Settings | Search Settings | Results' and select 'Images' |
|
How
can I insert my own custom navigation buttons that rollover
when a customer moves their mouse over them?
To insert your own custom navigation buttons, with image rollovers,
you can recycle the code from any of the existing navigation
image layouts.
1. Go to 'Design | Library | Layouts'.
2. Place the 'Navigation Icons' group and click on any layout
in the list whose name ends in 'Image Navigation Button'.
3. Right-click on this layout and choose 'New Layout'. Call
your new layout whatever you want.
4. Customize the code as you see fit.
Image navigation button layouts have the following format:
<a href=[TEXT] onmouseover="SwapImage('image_name','rollover_image.gif')"
onmouseout="RestoreImage()"><img src="normal_image.gif"
alt="Some alternative text" border="0" name="image_name"
/></a>
Substitute the placeholder values in there with real relevant
values for you.
· normal_image.gif - the normal button graphic
· rollover_image.gif - the highlighted button graphic
· image_name - a name for the image.
Each button needs to have a rare name. |
|
How do Meta tags work?
Meta tags are basically used by find engines, to enable people
to use Internet Find Engines ( e.g. Yahoo etc.) to find your
site. Once Meta Tags & Descriptions are used in the pamphlet
you require registering your site with the find engines. |
|
How
do I change the name of the index page that Creative uses as
the store front page?
matter tree and click on 'Page Settings' change the page file
name to whatever you would like to call it. |
|
How
can I change the navigation buttons to be text links?
Go to 'Settings | Site Options | Layout', against 'Navigation
Bar Layout' use the drop-down to select an alternative layout
like 'Horizontal Nav Bar Text Links'. |
|
Can
I display my store into frames?
It is no longer possible to put your store into frames.
Creative will however work within a custom frame and you can
opt to retain this custom frame when navigating to the pamphlet
by going into Design | Design Options and selecting 'Retain
Custom Frames when Navigating to Catalog'. |
|
How
can I have different colored backgrounds for different sections
of my store?
This is covered in the Advanced Users Guide which can
be downloaded from [TEXT] |
|
In
my design, I need to comprise ways to take people straight to
particular sections. This might be a drop-down list or a bullet-
point list. What options does Creative have for navigation?
Check out the Advanced User Guide (available from [TEXT]).
It will tell you about how Creative can produce a section list
formatted as a JavaScript array. This can be comprised into
your store pages to create custom section navigation. There
is lots of example code to check out. |
|
How
do I remove the horizontal line from above the Single Add to
Cart button on my goods pages?
Navigate to the layout being used for the goods and
click on 'Edit List', in the resulting window click on 'Edit
Rows and Columns'. Click on the 'After Row' column and then
on the ... to edit the code.
Change :
</tr>
<tr>
<td class="dotted_line_blue" colspan="<actinic:variable
name="ProductColumnCount" />"><img src="theme_shim.gif"
height="1" width="1" alt=" " /></td>
</tr>
to
</tr> |
|
How
do I change the add to cart button to be an image?
This can be done in Settings | Site Options | General...
Look under 'Product' for the 'Add to cart button layout' and
'Cart Button Image'. |
|
Is
there any way to turn off the 'Default Section Image' as we
do not need to put any images at all? Is there any way to turn
off the 'Default Section Image' as we do not need to put any
images at all?
Go to 'Settings | Site Options | Layouts'.
In the 'Sections' area, against 'Section Link Layout' use the
drop down to choose an appropriate layout. Here you can also
use the <New> option to create a layout based on an existing
one. You can then edit the layout in Design | Library | Layouts
| Section Links. Right Click on the layout and select Edit to
make changes.
|
|
My
background image is not automatically uploading to the server.
You will need to specify the image to upload within
the additional files dialog in Creative. Select 'Design | Additional
Files' and add the image file to the list. |
|