- Posts: 9
- Thank you received: 0
changing the width and height
-
mantis
Inactive member - Topic Author
- New Member
Less
More
13 years 9 months ago - 13 years 9 months ago #6195
by mantis
changing the width and height was created by mantis
Hello,
i am trying to change the width and height of the rotator but it only changes the picture not the frame too am i doing something wrong? i ahve attached a screen too.
thanks
ps. perhaps because i havent changed the width and height of my image first?
i am trying to change the width and height of the rotator but it only changes the picture not the frame too am i doing something wrong? i ahve attached a screen too.
thanks
ps. perhaps because i havent changed the width and height of my image first?
Last edit: 13 years 9 months ago by mantis.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago - 13 years 9 months ago #6212
by ivan.milic
Replied by ivan.milic on topic Re: changing the width and height
Hi,
When you change that from module parameters the width of frame stays 100%.
To change that you need first to modify this background picture (of frame borders):
templates/hot_fashionstore/images/frame.png
then you need to provide override for width. Put it in index.php of template just befor </head>
<style type="text/css">
.carousel_module {
width: 970px;
}
</style>
When you change that from module parameters the width of frame stays 100%.
To change that you need first to modify this background picture (of frame borders):
templates/hot_fashionstore/images/frame.png
then you need to provide override for width. Put it in index.php of template just befor </head>
<style type="text/css">
.carousel_module {
width: 970px;
}
</style>
Last edit: 13 years 9 months ago by ivan.milic.
Please Log in to join the conversation.
-
mantis
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
13 years 9 months ago #6225
by mantis
Replied by mantis on topic Re: changing the width and height
Hi ivan thanks for your reply i will try that and let you know what happen...
Please Log in to join the conversation.
-
mantis
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
13 years 9 months ago - 13 years 9 months ago #6227
by mantis
Replied by mantis on topic Re: changing the width and height
i can't find this code anywhere in /templates/hot_fashionstore/index.php:
''
<style type="text/css">
.carousel_module {
width: 970px;
}
</style> ''
i have to add this code?? or it's already in the indep.php file?
thanks
''
<style type="text/css">
.carousel_module {
width: 970px;
}
</style> ''
i have to add this code?? or it's already in the indep.php file?
thanks
Last edit: 13 years 9 months ago by mantis.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #6235
by ivan.milic
Replied by ivan.milic on topic Re: changing the width and height
Add
when you put it where I told you it will have hight priority and it will override values.
when you put it where I told you it will have hight priority and it will override values.
The following user(s) said Thank You: mantis
Please Log in to join the conversation.
-
mantis
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
13 years 9 months ago #6253
by mantis
Replied by mantis on topic Re: changing the width and height
hi ivan,
i have another issue with the rotator...i disable the arrows and i just want to make it automatic to change the slides every 2-3 seconds but what ever i do in the module parameters is not working, i dont want to show the arrows just want the slides to change after 2 seconds..
i have another issue with the rotator...i disable the arrows and i just want to make it automatic to change the slides every 2-3 seconds but what ever i do in the module parameters is not working, i dont want to show the arrows just want the slides to change after 2 seconds..
Please Log in to join the conversation.
Time to create page: 0.262 seconds