- Posts: 2
- Thank you received: 0
Problem with links
- Susann Habermann
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
7 years 1 month ago - 7 years 1 month ago #9379
by Susann Habermann
Problem with links was created by Susann Habermann
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.
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: 7 years 1 month ago by Susann Habermann.
Please Log in or Create an account to join the conversation.
- Susann Habermann
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 2
- Thank you received: 0
7 years 1 month ago #9380
by Susann Habermann
Replied by Susann Habermann on topic Problem with links
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
The module is generating a http:// inside the links. I've changed the default.php where deleted the http:// inside this code
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>
Please Log in or Create an account to join the conversation.
- Dwayne Grimes
-
- Offline
- Fresh Boarder
-
Less
More
- Posts: 2
- Thank you received: 0
6 years 3 months ago #9505
by Dwayne Grimes
Replied by Dwayne Grimes on topic Problem with links
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.
Please Log in or Create an account to join the conversation.
Time to create page: 0.187 seconds