No "Full Screen" parameter module option

More
10 years 2 weeks ago #37993 by silentbody
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

Please Log in to join the conversation.

More
10 years 2 weeks ago #37996 by ivan.milic
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.

Please Log in to join the conversation.

More
10 years 2 weeks ago #37998 by silentbody
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

Please Log in to join the conversation.

More
10 years 2 weeks ago #38002 by ivan.milic
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()

Please Log in to join the conversation.

Time to create page: 0.317 seconds
Powered by Kunena Forum