TOPIC: Problem with links

Problem with links 5 years 3 weeks ago #9379

  • shimda
  • shimda's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Hello,
I'm using your slider for our website to show the partners. But if I click on the logo, anything went wrong with the links. The ":" after http or https are missing (e.g. http//www.site.com) But all the links on the module are correct.

Do you have an idea whats wrong?

web143.server.inventmedia.de/ - Here you can take a look.
Last Edit: 5 years 3 weeks ago by shimda.
The administrator has disabled public write access.

Problem with links 5 years 3 weeks ago #9380

  • shimda
  • shimda's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Guess I've already found the solution:

The module is generating a http:// inside the links. I've changed the default.php where deleted the http:// inside this code
div class="ot_content"><a target="<?php echo $ot_target; ?>" href="<?php echo 'http:// was here' . $list->website; ?>" ><img class="ot_image" src="<?php echo $list->avatar; ?>" /></a></div>
The administrator has disabled public write access.

Problem with links 4 years 2 months ago #9505

  • dgrimes
  • dgrimes's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Had the same issue where the ":" in the hyperlink was missing. I changed the links in module to not include the "http://" and all the links are working now.
The administrator has disabled public write access.
Time to create page: 0.112 seconds