- Posts: 5
- Thank you received: 0
No "Full Screen" parameter module option
-
silentbody
Inactive member - Topic Author
- New Member
Less
More
10 years 5 months ago #37993
by silentbody
Replied by silentbody on topic No "Full Screen" parameter module option
Thanks for your answer. What should I do?
I've expected when bought this template, to be just like as shown in the demo (both pc and mobile versions).
Thanks again and kindly waiting for help.
Bogdan
I've expected when bought this template, to be just like as shown in the demo (both pc and mobile versions).
Thanks again and kindly waiting for help.
Bogdan
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #37996
by ivan.milic
Replied by ivan.milic on topic No "Full Screen" parameter module option
First note that template is not responsive and no ware we say it is!
Add this to layout.css:
.sparky_full, .sparky_full > *, .sparky_full > * > *, .sparky_full > * > * > *{
max-width:100%;
}
in carousel settings define width for items.
Add this to layout.css:
.sparky_full, .sparky_full > *, .sparky_full > * > *, .sparky_full > * > * > *{
max-width:100%;
}
in carousel settings define width for items.
Please Log in to join the conversation.
-
silentbody
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
10 years 5 months ago #37998
by silentbody
Replied by silentbody on topic No "Full Screen" parameter module option
Thanks for your answer. I know it itsn't responsive, I just wanted the template on our hosting to be exactly like the demo (on mobile versions)
I will add the code as you provided it.
The width for items in carousel settings should be defined in hot full carousel module or in a css file? If yes, which file should be edited?
Thanks again, very supportive
Bogdan
I will add the code as you provided it.
The width for items in carousel settings should be defined in hot full carousel module or in a css file? If yes, which file should be edited?
Thanks again, very supportive
Bogdan
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #38002
by ivan.milic
Replied by ivan.milic on topic No "Full Screen" parameter module option
In
modules\mod_hot_full_carousel\tmpl\default.php
this code:
var shadeWidth = (bodyWidth-996)/2;
jQuery('.shade_left, .shade_right').css('width',shadeWidth);
instead of fixed value of 996 you could use
jQuery('.carousel-article:first').innerWidth()
modules\mod_hot_full_carousel\tmpl\default.php
this code:
var shadeWidth = (bodyWidth-996)/2;
jQuery('.shade_left, .shade_right').css('width',shadeWidth);
instead of fixed value of 996 you could use
jQuery('.carousel-article:first').innerWidth()
Please Log in to join the conversation.
Time to create page: 0.388 seconds