close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Navigation Linking Issue

Thread began 2/06/2011 10:36 pm by stprix49407889 | Last modified 2/14/2011 7:10 am by Jason Byrnes | 2407 views | 7 replies |

stprix49407889

Navigation Linking Issue

Hi,

I created a navigation horizontal bar on SiteSculpture extension and I have added the links on the navigation to some DA pages.

Home page navigation shows, Products, About, and Contact Us, then when one is on a product page the navigation shows Home Page, Product, About and Contact Us.
This navigation product pages does not link to my DA pages. CSS Menu Writer Edit Menu has the correct links.

I have attached my menu.php in txt

Thanks,

Serge

Attached Files
MenuWriterIssue.txt
Sign in to reply to this post

Jason ByrnesWebAssist

can you provide a link where i can see the problem?

or at least give examples of what the actual links produced are versus the expected links

Sign in to reply to this post

stprix49407889

Hi Jason!

This is the link:

index.php

Serge

Sign in to reply to this post

Jason ByrnesWebAssist

there are 2 menu files by site sculptor, one for the home page:
CSSMenuWriter/cssmw_home/menu.php

and one for the content pages:
CSSMenuWriter/cssmw_content/menu.php


you need to add these links to the content menu as well as the home menu.

Sign in to reply to this post

stprix49407889

Hi Jason,

I have tried to do that but the navigation there is not writeable. The php of that page indicates the links so I not sure why it doesn't work. Let me know where I can paste the links. I guess I cannot do it through CSS menu writer. I have included the php coding just in case their is a coding issue.

Thanks for your help.

Serge

Attached Files
content_menu.txt
Sign in to reply to this post

Jason ByrnesWebAssist

change the following code:

php:
<ul class="level-1">

<li><a href="<?php echo($assumedRoot); ?>products/foodkits.php">Food Kits</a></li>
<li><a href="<?php echo($assumedRoot); ?>products/foodstorage.php">Food Storage</a></li>
<li><a href="<?php echo($assumedRoot); ?>products/emergencyseeds.php">Emergency Seeds</a></li>
</ul>



to:

php:
<ul class="level-1">

<li><a href="<?php echo($assumedRoot); ?>Foodproducts_Results.php?S_ProductCategoryID=7&Search.x=35&Search.y=9">Food Kits</a></li>
<li><a href="<?php echo($assumedRoot); ?>Foodproducts_Results.php?S_ProductCategoryID=8&Search.x=23&Search.y=15">Food Storage</a></li>
<li><a href="<?php echo($assumedRoot); ?>Foodproducts_Results.php?S_ProductCategoryID=9&Search.x=29&Search.y=11">Emergency Seeds</a></li>
</ul>
Sign in to reply to this post

stprix49407889

Thanks Jason,

It works. Fastastic Results.

Serge

Sign in to reply to this post

Jason ByrnesWebAssist

glad to hear it is working.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...