- Posts: 4
- Thank you received: 0
Links Not Working
-
orbitant
Inactive member - Topic Author
- New Member
Less
More
13 years 6 months ago #8425
by orbitant
Links Not Working was created by orbitant
Hi,
I've added the URL to open in new window, however it is not working.
I've tried to detect the bug, but still unable to find out the cause.
Production site:
lostcom.biz/srt1522/index.php
Please help.
Thank you.
I've added the URL to open in new window, however it is not working.
I've tried to detect the bug, but still unable to find out the cause.
Production site:
lostcom.biz/srt1522/index.php
Please help.
Thank you.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #8432
by ivan.milic
Replied by ivan.milic on topic Re: Links Not Working
Hi,
Styles from your template are overriding effect rotator style, so <a> element is not accessible. Add this line in index.php of your template juste before </head> :
<link rel="stylesheet" href="/srt1522/modules/mod_hot_effects_rotator/tmpl/style.css" type="text/css">
Styles from your template are overriding effect rotator style, so <a> element is not accessible. Add this line in index.php of your template juste before </head> :
<link rel="stylesheet" href="/srt1522/modules/mod_hot_effects_rotator/tmpl/style.css" type="text/css">
Please Log in to join the conversation.
-
orbitant
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
13 years 6 months ago #8435
by orbitant
Replied by orbitant on topic Re: Links Not Working
Hi,
I've added the code as per your recommendation, but the link is still not working.
Am I missing something?
Regards,
Clarence
I've added the code as per your recommendation, but the link is still not working.
Am I missing something?
Regards,
Clarence
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #8438
by ivan.milic
Replied by ivan.milic on topic Re: Links Not Working
Hi,
.nivoSlider a.nivo-imageLink {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
padding:0;
margin:0;
z-index:60;
display:none;
}
add this at the end of /srt1522/modules/mod_hot_effects_rotator/tmpl/style.css
.nivoSlider a.nivo-imageLink {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
padding:0;
margin:0;
z-index:60;
display:none;
}
add this at the end of /srt1522/modules/mod_hot_effects_rotator/tmpl/style.css
The following user(s) said Thank You: orbitant
Please Log in to join the conversation.
Time to create page: 0.248 seconds