Login or Sign Up
Logging in...
Remember me
Log in
Forgot password or user name?
or
Sign Up
Log in with
Search in titles only
Search in v7 (and earlier) only
Search
Advanced Search
Forums
Today's Posts
New Topics
FAQs
Knowledge Base
Sellerdeck website
Customer Portal
Service Status
Member List
Forum
Sellerdeck Ecommerce Software
v7 (and earlier)
Announcement
Collapse
No announcement yet.
Section name
Collapse
X
Collapse
Posts
Latest Activity
Search
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
PeteN
Registered User
Join Date:
Mar 2003
Posts:
38
#1
Section name
08-Mar-2005, 01:48 AM
Hi all,
How can I get actinic to put the section name under the image instead of to the right of it?
Thanks
Pete
PeteN
Registered User
Join Date:
Mar 2003
Posts:
38
#2
09-Mar-2005, 01:55 PM
The post seems to have got 'lost' during the outages, can anyone help?
Comment
Post
Cancel
jont
Registered User
Join Date:
Jan 2005
Posts:
11094
#3
09-Mar-2005, 02:16 PM
Hi Peter,
you will need to edit the Act_SectionLine.html template.
Move the NETQUOTEVAR:SECTIONNAME and NETQUOTEVAR:SECTIONTEXT beneath NETQUOTEVAR:SECTIONIMAGE
Bikster
SellerDeck Designs and Responsive Themes
Comment
Post
Cancel
Nadeem
Actinic Development
Join Date:
Dec 2002
Posts:
3744
#4
09-Mar-2005, 02:35 PM
Hi there
The way Jont had written is the way to do it, just rearrange the variables around. You should see its in a table so you can change this as well.
Make sure you save a backup, just in case
Kind Regards
Nadeem Rasool
SellerDeck Development
Comment
Post
Cancel
PeteN
Registered User
Join Date:
Mar 2003
Posts:
38
#5
09-Mar-2005, 02:36 PM
Hi it looks like it already is, heres a copy
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<DIV ALIGN="LEFT">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
</TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE">
<A HREF="NETQUOTEVAR:SECTIONLINK"><B>NETQUOTEVAR:SECTIONNAME</B></A>
<br><span class="actxsmall">NETQUOTEVAR:SECTIONTEXT</span>
</TD>
</TR>
</TABLE>
</DIV>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
Comment
Post
Cancel
jont
Registered User
Join Date:
Jan 2005
Posts:
11094
#6
09-Mar-2005, 03:08 PM
It is the way the table cells are set up: try :
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<DIV ALIGN="LEFT">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP"><a href="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</a></TD>
</TR>
<TR>
<TD ALIGN="LEFT" VALIGN="TOP"><a href="NETQUOTEVAR:SECTIONLINK"><b>NETQUOTEVAR:SECTIONNAME</b></a>
<br> <span class="actxsmall">NETQUOTEVAR:SECTIONTEXT</span> </TD>
</TR>
</TABLE>
</DIV>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
Bikster
SellerDeck Designs and Responsive Themes
Comment
Post
Cancel
PeteN
Registered User
Join Date:
Mar 2003
Posts:
38
#7
09-Mar-2005, 05:28 PM
Thanks John, works just fine now.
Pete
Comment
Post
Cancel
jont
Registered User
Join Date:
Jan 2005
Posts:
11094
#8
09-Mar-2005, 05:30 PM
Your welcome
Bikster
SellerDeck Designs and Responsive Themes
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
X
Comment