Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

[Solved]Menu links to page not slide

  • Betton Design
  • Betton Design's Avatar Topic Author
  • Offline
  • New Member
More
12 years 10 months ago - 12 years 10 months ago #45774 by Betton Design
[Solved]Menu links to page not slide was created by Betton Design
Hi
I am working on a Joomla 1.7 site for a client. I don't have any experience of FPSS but I know Joomla quite well.

My question is; can the menu links actually link to the joomla page rather than link to the slide. At the moment I can click on an item in the fpss menu and the corresdonding slide shows (plus the marker animates to that particular menu item). I can then click on the slide and I navigate to the correct page. In my opinion that is one too many clicks. Can the menu item link straight to the page?

The code for the menu is currently:
<ul class="navigation">
			<?php foreach($slides as $key => $slide): ?>
			<li class="navigation-button">
				<a<?php echo $slide->target; ?> href="<?php echo $slide->link; ?>" title="<?php echo $slide->altTitle; ?>">
					<span class="navigation-info">
						<?php if($slide->params->get('title')): ?>
						<span class="navigation-title"><?php echo $slide->title; ?></span>
						<?php endif; ?>
						<?php if($slide->params->get('tagline') && $slide->tagline): ?>
						<span class="navigation-tagline"><?php echo $slide->tagline; ?></span>
						<?php endif; ?>
					</span>
				</a>
			</li>
			<?php endforeach; ?>
		</ul>

Can I change this to get what I require?

Thanks

Please Log in or Create an account to join the conversation.

  • Betton Design
  • Betton Design's Avatar Topic Author
  • Offline
  • New Member
More
12 years 10 months ago #45775 by Betton Design
Replied by Betton Design on topic Re: Menu links to page not slide
Hi

I have managed to sort this!

In the module parameters under "Navigation Parameters" I have changed "Website visitors can switch slides manually on..." from "mouse click" to "mouse over"

:D

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum