Support Forum

  • Page:
  • 1

Disable links in Joomla! 2.5.x

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi,

At first, thank you very much for providing this great module for free.

I need to remove the link to the articles from any of the images, I have tried to follow the instructions in this post, but does not match with my version of Captify Content and Joomla! 2.5.x.

Please, could you tell me how to remove the links to the articles?

Joomla! version: 2.5.8
Captify Content version: 1.1.10
Specific URL: raatic.com/bitty/index.php/nuestros-productos

Thanks a lot for your time.
  • raatic's Avatar
  • raatic
  • JB Pro
  • 1 posts
  • Karma: 0
The administrator has disabled public write access.
Hi
you can use this pure css solution - add this css:

.captifyContent a {
pointer-events: none;
cursor: default;
}

but you will loose also that hover effect.
Or, you can edit php files and manually remove those links and replace them with for example #
  • Zuzuzu's Avatar
  • Zuzuzu
  • LIfetime Developer - Big Bamboo
  • 1925 posts
  • 107 Thanks
  • Karma: 67
The administrator has disabled public write access.
The following user(s) said Thank You: raatic

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers