XSitePro Website Design Software Message Board

The online forum dedicated to XSitePro users. Get help with website design in general and using this popular and incredibly powerful website software
It is currently Tue Jun 18, 2013 12:31 am

All times are UTC - 7 hours




Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: Mon Apr 19, 2010 4:29 am 
Offline

Joined: Fri Feb 09, 2007 10:54 pm
Posts: 9
Hi,

I have a membership site and I want some of the pages on the main panel footer menu, or any menu for that matter.

How do I remove the main panel footer menu from my landing page?

I don't want any links at all on that page as I don't want to distract people from entering their name and email address.

Or is there another way of going about it?

Thanks in advance :o

Andy Turner

_________________
Learn how to make Personalized Wire Name Jewelry for fun and profit http://www.own-craft-business.com


Top
 Profile  
 
PostPosted: Tue Apr 20, 2010 1:11 pm 
Offline
User avatar

Joined: Sat Aug 30, 2008 7:22 pm
Posts: 1890
Location: The road less traveled...
In Page Settings - Menu Settings for your page, uncheck Show on Page Footer.

If you want no menu, also uncheck Show on Info Bar.

_________________
XSitePro runs great on HostGator (WordPress does, too)
Image


Top
 Profile  
 
PostPosted: Wed Apr 21, 2010 5:54 pm 
Offline

Joined: Fri Feb 09, 2007 10:54 pm
Posts: 9
Hmm, I posted a reply to this thread and it disappeared? :cry:

Ok, thanks for your reply copywolf, but that isn't the problem, I want to have a page footer menu on some pages and not others, and I want to exclude the menu items on my page footer from my landing page (home page)

Example:

Home page: No footer menu at all
Content page: footer menu with content, privacy,about me
Privacy page: content, privacy, about me
About me page: content privacy, about me

What you suggest by unticking "show on page footer" only stops that page from displaying on the page footer, it doesn't disable the whole page footer for that page.

Thanks in advance,

Andy.

_________________
Learn how to make Personalized Wire Name Jewelry for fun and profit http://www.own-craft-business.com


Top
 Profile  
 
PostPosted: Wed Apr 21, 2010 6:24 pm 
Offline
User avatar

Joined: Sat Aug 30, 2008 7:22 pm
Posts: 1890
Location: The road less traveled...
You are correct. I was thinking of pages displaying not menus. Sorry about my dyslexic thinking.

The easiest way I know to remove the menus is to publish the site and then remove the menu code from the source code for the page on which you want no menus. A non-coding option is to use Page Settings - Advanced Settings and choose Ignore Page Layout Completely. Then you "manually" build your page with your header banner etc. You would need to put in all the page structures using tables and cells and panels. The rest of the pages you just set up normally using the XSP Page Layout tabs. I think that just editing out the menus in the source is easier.

The Info Bar menu code looks like this:

Code:
<table width =100%><TBody><tr><td> <TABLE class=mainINFO_BAR_MENU >
 <TBODY>
<TR><td>
 <span class="xsp1INFO_BAR_MENU"><a class="mainlinksINFO_BAR_MENU" href="http://www.mysite.com/" target="">Home</a></span>
 <span class="xsp1INFO_BAR_MENU"><a class="mainlinksINFO_BAR_MENU" href="models_page.html" target="">Models</a></span>
 <span class="xsp1INFO_BAR_MENU"><a class="mainlinksINFO_BAR_MENU" href="faqs_page.html" target="">FAQs</a></span>
 <span class="xsp1INFO_BAR_MENU"><a class="mainlinksINFO_BAR_MENU" href="articles_page.html" target="">Articles</a></span>
 <span class="xsp1INFO_BAR_MENU"><a class="mainlinksINFO_BAR_MENU" href="inforequest_page.html" target="">Contact Us</a></span>
</td></TR>
</TBODY></TABLE>


The footer menu code looks like this:

Code:
<table width =100%><TBody><tr><td> <TABLE class=mainMAIN_FOOTER_MENU >
 <TBODY>
<TR><td>
 <span class="xsp1MAIN_FOOTER_MENU"><a class="mainlinksMAIN_FOOTER_MENU" href="http://www.mysite.com/" target="">Home</a></span>
 <span class="xsp1MAIN_FOOTER_MENU"><a class="mainlinksMAIN_FOOTER_MENU" href="models_page.html" target="">Models</a></span>
 <span class="xsp1MAIN_FOOTER_MENU"><a class="mainlinksMAIN_FOOTER_MENU" href="faqs_page.html" target="">FAQs</a></span>
 <span class="xsp1MAIN_FOOTER_MENU"><a class="mainlinksMAIN_FOOTER_MENU" href="articles_page.html" target="">Articles</a></span>
 <span class="xsp1MAIN_FOOTER_MENU"><a class="mainlinksMAIN_FOOTER_MENU" href="inforequest_page.html" target="">Contact Us</a></span>
</td></TR>
</TBODY></TABLE>

Delete these two tables from your page source and the menus are gone. This does require publishing the site first.

_________________
XSitePro runs great on HostGator (WordPress does, too)
Image


Top
 Profile  
 
PostPosted: Wed Apr 21, 2010 6:36 pm 
Offline

Joined: Fri Feb 09, 2007 10:54 pm
Posts: 9
Great !

I had an inkling it would mean messing with the source code, but that's ok, i'm comfortable with that :P

Thanks a lot Copywolf :)

Andy.

_________________
Learn how to make Personalized Wire Name Jewelry for fun and profit http://www.own-craft-business.com


Top
 Profile  
 
PostPosted: Tue Mar 20, 2012 6:04 am 
Offline

Joined: Tue Mar 20, 2012 3:12 am
Posts: 1
I am new to xsite pro and a fairly newbie to html coding as well. However I commented out the code (rather than deleting it) and the info bar stayed on the page so then I commented out the previous 2 lines of code and it messed up the whole layout of the page... really could use some help... and yes this is the Landing page with subscriptiion to the next set of pages.

CopyWolf wrote:
You are correct. I was thinking of pages displaying not menus. Sorry about my dyslexic thinking.

The easiest way I know to remove the menus is to publish the site and then remove the menu code from the source code for the page on which you want no menus. A non-coding option is to use Page Settings - Advanced Settings and choose Ignore Page Layout Completely. Then you "manually" build your page with your header banner etc. You would need to put in all the page structures using tables and cells and panels. The rest of the pages you just set up normally using the XSP Page Layout tabs. I think that just editing out the menus in the source is easier.

The Info Bar menu code looks like this:

Code:
<table width =100%><TBody><tr><td> <TABLE class=mainINFO_BAR_MENU >
 <TBODY>
<TR><td>
 <span class="xsp1INFO_BAR_MENU"><a class="mainlinksINFO_BAR_MENU" href="http://www.mysite.com/" target="">Home</a></span>
 <span class="xsp1INFO_BAR_MENU"><a class="mainlinksINFO_BAR_MENU" href="models_page.html" target="">Models</a></span>
 <span class="xsp1INFO_BAR_MENU"><a class="mainlinksINFO_BAR_MENU" href="faqs_page.html" target="">FAQs</a></span>
 <span class="xsp1INFO_BAR_MENU"><a class="mainlinksINFO_BAR_MENU" href="articles_page.html" target="">Articles</a></span>
 <span class="xsp1INFO_BAR_MENU"><a class="mainlinksINFO_BAR_MENU" href="inforequest_page.html" target="">Contact Us</a></span>
</td></TR>
</TBODY></TABLE>


The footer menu code looks like this:

Code:
<table width =100%><TBody><tr><td> <TABLE class=mainMAIN_FOOTER_MENU >
 <TBODY>
<TR><td>
 <span class="xsp1MAIN_FOOTER_MENU"><a class="mainlinksMAIN_FOOTER_MENU" href="http://www.mysite.com/" target="">Home</a></span>
 <span class="xsp1MAIN_FOOTER_MENU"><a class="mainlinksMAIN_FOOTER_MENU" href="models_page.html" target="">Models</a></span>
 <span class="xsp1MAIN_FOOTER_MENU"><a class="mainlinksMAIN_FOOTER_MENU" href="faqs_page.html" target="">FAQs</a></span>
 <span class="xsp1MAIN_FOOTER_MENU"><a class="mainlinksMAIN_FOOTER_MENU" href="articles_page.html" target="">Articles</a></span>
 <span class="xsp1MAIN_FOOTER_MENU"><a class="mainlinksMAIN_FOOTER_MENU" href="inforequest_page.html" target="">Contact Us</a></span>
</td></TR>
</TBODY></TABLE>

Delete these two tables from your page source and the menus are gone. This does require publishing the site first.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC - 7 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group