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] Remove link from slide title

  • Webcreatives
  • Webcreatives's Avatar Topic Author
  • Offline
  • New Member
More
12 years 4 months ago - 12 years 4 months ago #49522 by Webcreatives
[Solved] Remove link from slide title was created by Webcreatives
Just purchased Frontpage Slideshow. Definitely worth the money.
However, just a small question.

The slide title always shows up as a link. I just want to show it as plain text.
Is there a setting to do this?

Thanks,
Peter

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

More
12 years 4 months ago #49523 by Katia
Replied by Katia on topic Re: Remove link from slide title
Which template do you use?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Webcreatives
  • Webcreatives's Avatar Topic Author
  • Offline
  • New Member
More
12 years 4 months ago #49524 by Webcreatives
Replied by Webcreatives on topic Re: Remove link from slide title
Hi,
I use the 'simple' template. But tried others too.

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

More
12 years 4 months ago #49525 by Katia
Replied by Katia on topic Re: Remove link from slide title
Just go to your \modules\mod_fpss\tmpl\Simple\Default.php and from this

<div class="slidetext">
					<?php if($slide->params->get('title')): ?>
					<h1><a<?php echo $slide->target; ?> href="<?php echo $slide->link; ?>"><?php echo $slide->title; ?></a></h1>
					<?php endif; ?>


remove this
<?php echo $slide->target; ?> href="<?php echo $slide->link; ?>"

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Webcreatives
  • Webcreatives's Avatar Topic Author
  • Offline
  • New Member
More
12 years 4 months ago #49526 by Webcreatives
Replied by Webcreatives on topic Re: Remove link from slide title
Thanks, that did it!

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


Powered by Kunena Forum