- Posts: 4
- Thank you received: 0
big images in front
-
pattyweb
Inactive member - Topic Author
- New Member
Less
More
10 years 2 months ago - 10 years 2 months ago #42075
by pattyweb
big images in front was created by pattyweb
Can someone please tell me how can i put those big images in the beginning of the page(town_summer...). It only shows to me when i want to view the modules.
Can someone give me a guidance, is it a module that i have to create?
Thanks.
Can someone give me a guidance, is it a module that i have to create?
Thanks.
Last edit: 10 years 2 months ago by pattyweb.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42083
by ivan.milic
Replied by ivan.milic on topic big images in front
They display over layout row with class fullwidth
in layout.css:
.fullwidth {
background: url(../images/custom/town_summer.jpg) no-repeat bottom;
background-size: cover;
}
in index.php of template you have this script for toggling:
<script type="text/javascript">
jQuery(".subtext").toggle(
function () {
jQuery('.fullwidth').css('background-image','url(/one_page/templates/hot_one_page/images/custom/town_winter.jpg)');
},
function () {
jQuery('.fullwidth').css('background-image','url(/one_page/templates/hot_one_page/images/custom/town_summer.jpg)');
}
);
</script>
in layout.css:
.fullwidth {
background: url(../images/custom/town_summer.jpg) no-repeat bottom;
background-size: cover;
}
in index.php of template you have this script for toggling:
<script type="text/javascript">
jQuery(".subtext").toggle(
function () {
jQuery('.fullwidth').css('background-image','url(/one_page/templates/hot_one_page/images/custom/town_winter.jpg)');
},
function () {
jQuery('.fullwidth').css('background-image','url(/one_page/templates/hot_one_page/images/custom/town_summer.jpg)');
}
);
</script>
The following user(s) said Thank You: pattyweb
Please Log in to join the conversation.
-
pattyweb
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
10 years 2 months ago #42089
by pattyweb
Replied by pattyweb on topic big images in front
So I have to put this script in an article?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42096
by ivan.milic
Replied by ivan.milic on topic big images in front
No that is code in index.php of template
Please Log in to join the conversation.
-
pattyweb
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
10 years 2 months ago #42100
by pattyweb
Replied by pattyweb on topic big images in front
I just wannna put one image in front. This is the site:
pattyweb.com.br/moveis4/
It seems silly, but how do i toggle the script?
It seems silly, but how do i toggle the script?
Please Log in to join the conversation.
Time to create page: 0.177 seconds