- Posts: 4
- Thank you received: 0
Discussion about Hot Spinner Joomla module.
Image Background
-
gerard18em
Inactive member - Topic Author
- New Member
Less
More
12 years 10 months ago #14271
by gerard18em
Image Background was created by gerard18em
Hi, I bought the module "Hot Spinner" and I have a little "problem".
I see that in "Live Demo", the module has a background image ( i43.tinypic.com/dxoe51.jpg ). I've been looking for configuration, the option to show an image background but i don't find it.
Can you explain me? :woohoo:
I see that in "Live Demo", the module has a background image ( i43.tinypic.com/dxoe51.jpg ). I've been looking for configuration, the option to show an image background but i don't find it.
Can you explain me? :woohoo:
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #14289
by ivan.milic
Replied by ivan.milic on topic Re: Image Background
You can apply any background image to .holest-carousel:
.holest-carousel{
background-image:...
}
add that in your template style file.
.holest-carousel{
background-image:...
}
add that in your template style file.
Please Log in to join the conversation.
-
gerard18em
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
12 years 10 months ago #14820
by gerard18em
Replied by gerard18em on topic Re: Image Background
Hi!
I went this route: joomla/modules/mod_hot_spinner/tmpl/css and I have edited the file: jquery.holest.carousel.css --> i43.tinypic.com/35mksd0.png
Later, I was upload the picture at the specific route in the CSS....but my page doesn't change
Can anybody help me?
I went this route: joomla/modules/mod_hot_spinner/tmpl/css and I have edited the file: jquery.holest.carousel.css --> i43.tinypic.com/35mksd0.png
Later, I was upload the picture at the specific route in the CSS....but my page doesn't change
Can anybody help me?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #14836
by ivan.milic
Replied by ivan.milic on topic Re: Image Background
Try path combination without .. , or just enter full path in background property.
If nothing helps give us direct link where we can see it
If nothing helps give us direct link where we can see it
Please Log in to join the conversation.
-
gerard18em
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
12 years 10 months ago - 12 years 10 months ago #14865
by gerard18em
Replied by gerard18em on topic Re: Image Background
I added a line with the code:
.holest-carousel{
background-image: url(../images/rotatori/personal/personal2.png);
}
is it right?
the link : www.xxxxxxxxxx
.holest-carousel{
background-image: url(../images/rotatori/personal/personal2.png);
}
is it right?
the link : www.xxxxxxxxxx
Last edit: 12 years 10 months ago by gerard18em.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #14894
by ivan.milic
Replied by ivan.milic on topic Re: Image Background
With that path , absolute path is constructed like this:
so correct it, so it points to right place.
also you will need to add !important flag:
background-image: url(.. . ../hot_spinner_fondo_circular.jpg)!important;
Code:
http://www.gerard-em.es/iesterrassa/modules/mod_hot_spinner/tmpl/images/rotatori/hot_spinner_fondo_circular.jpg
so correct it, so it points to right place.
also you will need to add !important flag:
background-image: url(.. . ../hot_spinner_fondo_circular.jpg)!important;
Please Log in to join the conversation.
Time to create page: 0.100 seconds