- Posts: 6
- Thank you received: 0
Numbers under the module?
-
krakpot
Inactive member - Topic Author
- New Member
Less
More
13 years 6 months ago #8867
by krakpot
Numbers under the module? was created by krakpot
Hi there,
Hope someone can help me. I'm trying to just display a group of fading images but for some reason, even though I've disabled the navigation, I have linked numbers appearing under my images.
What I'm trying to achieve is just to have the images scroll but each one will be linked.
Thanks in advance,
Jo
Hope someone can help me. I'm trying to just display a group of fading images but for some reason, even though I've disabled the navigation, I have linked numbers appearing under my images.
What I'm trying to achieve is just to have the images scroll but each one will be linked.
Thanks in advance,
Jo
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 #8878
by ivan.milic
Replied by ivan.milic on topic Re: Numbers under the module?
Describe little better your problem, link or snapshot would be good
Please Log in to join the conversation.
-
krakpot
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
13 years 6 months ago - 13 years 6 months ago #8893
by krakpot
Replied by krakpot on topic Re: Numbers under the module?
the link is , you will see under the main image that there is a black space with the numbers 1 2 3. I need to get rid of that black space and the numbers.
Your help is greatly appreciated!
Jo
Your help is greatly appreciated!
Jo
Last edit: 13 years 6 months ago by krakpot. Reason: removed link
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 #8905
by ivan.milic
Replied by ivan.milic on topic Re: Numbers under the module?
Hi,
disable :
"Image Name"
"Image Description"
"Image Buttons"
enable:
"Linking Images"
disable :
"Image Name"
"Image Description"
"Image Buttons"
enable:
"Linking Images"
Please Log in to join the conversation.
-
krakpot
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
13 years 6 months ago - 13 years 6 months ago #8906
by krakpot
Replied by krakpot on topic Re: Numbers under the module?
Hi,
I have done this and the numbers and black space are still showing underneath the image. Do you have any other suggestions?
Thanks,
Jo
I have done this and the numbers and black space are still showing underneath the image. Do you have any other suggestions?
Thanks,
Jo
Last edit: 13 years 6 months ago by krakpot. Reason: forgot something
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 #8911
by ivan.milic
Replied by ivan.milic on topic Re: Numbers under the module?
Strange, are you sure you are changing parameters of right module?
Open modules/mod_hot_image_slider/tmpl/default.php
and add this after first line of code:
<?php
$showNames = 0;
$showDesc = 0;
$showButtons= 0;
?>
Open modules/mod_hot_image_slider/tmpl/default.php
and add this after first line of code:
<?php
$showNames = 0;
$showDesc = 0;
$showButtons= 0;
?>
Please Log in to join the conversation.
Time to create page: 0.079 seconds