can someone help me on this thread
I am trying to change only the brochure page to have sections only
and have followed the instructions:
Originally Posted by Simon Bridges
Hi Chris,
Sorry, I have noticed that the code changes I made to Act_BrochurePrimary are slightly different. Locate the following piece of code (Line 132)
<script language=Javascript1.2>
document.write(YahooSections(section_tree))
and change to:
<script language=Javascript1.2>
document.write(YahooSections(sections))
This will then produced the required result in your home and brochure pages.
All the best
Simon
P.S.
I have adjusted home and brochure pages.
But this is deleting the sections as well and I have an empty box! - I want to leave the catalog pages intact
Thanks
Angela
I am trying to change only the brochure page to have sections only
and have followed the instructions:
Originally Posted by Simon Bridges
Hi Chris,
Sorry, I have noticed that the code changes I made to Act_BrochurePrimary are slightly different. Locate the following piece of code (Line 132)
<script language=Javascript1.2>
document.write(YahooSections(section_tree))
and change to:
<script language=Javascript1.2>
document.write(YahooSections(sections))
This will then produced the required result in your home and brochure pages.
All the best
Simon
P.S.
I have adjusted home and brochure pages.
But this is deleting the sections as well and I have an empty box! - I want to leave the catalog pages intact
Thanks
Angela
Comment