-
AuthorPosts
-
April 4, 2014 at 9:09 pm #529581
Hi TomC, very thanks for yor lesson. That allright, but now appears a scroll in the left side!!! why???:-*
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 4, 2014 at 9:27 pm #529584<em>@diegop 420003 wrote:</em><blockquote>Hi TomC, very thanks for yor lesson. That allright, but now appears a scroll in the left side!!! why???:-*</blockquote>
Unfortunately, I would need to see the modification live – and resulting ‘scroll’ effect – to be able to try to assess the issue. When I just brought up your site (from your previously provided link above), I don’t see any modifications made.
April 30, 2014 at 8:17 pm #533046Hi Tom, here can you see what I meant. In the left side you can see the scroll, but it is like a photo…
http://www.mvdesign.es/index.php/quienes-somos
And the background not resize in responsive layout, what must I change for this?Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 2, 2014 at 3:10 am #533235<em>@diegop 424512 wrote:</em><blockquote>Hi Tom, here can you see what I meant. In the left side you can see the scroll, but it is like a photo…
http://www.mvdesign.es/index.php/quienes-somos
And the background not resize in responsive layout, what must I change for this?</blockquote>You can try to fix the problem with my solution below
Open templates/purity_iii/css/themes/negro/off-canvas.css file
Change
.off-canvas-effect-4.t3-off-canvas {
z-index: 1;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
To
.off-canvas-effect-4.t3-off-canvas {
z-index: 1;
/*-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(-50%, 0, 0);*/
}Let me know if it helps
1 user says Thank You to Ninja Lead for this useful post
May 5, 2014 at 7:20 pm #533661hi Ninja Lead, you are a crack! The image of the scroll dissaperar!! I have another question! What code i need for making the texture (/hormigon.jpg) responsive? I see that in the mobile layer donĀ“t resize well…
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 6, 2014 at 4:39 am #533721Purity III template uses Bootstrap3 (BS3) which is fully responsive and automatically adapt to devise screen (desktop, tablet, mobile phone).
You can call element tags on (BS3) for your site, here is the list of all element tags for BS3: http://getbootstrap.com/css/
Image tag is supported too, but sometime you have to define new rule, for instance:
.img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}kevinburk Friendkevinburk
- Join date:
- January 2014
- Posts:
- 46
- Downloads:
- 47
- Uploads:
- 6
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
May 10, 2014 at 10:39 pm #534462<em>@TomC 419997 wrote:</em><blockquote>Here is where you can modify the background property for the middle/content area . . .
Within file path –> /templates/purity_iii/css/themes/negro/off-canvas.css
at line 53, you will see the following:
.t3-wrapper {
background: none repeat scroll 0 0 #0D0D0D
left: 0;
overflow: visible;
position: relative;
transition: transform 0.5s ease 0s;
z-index: 99;
}Modify the “background” property for your chosen image – for example . . .
.t3-wrapper {
background-image: url("../../../images/your_image.png") none repeat scroll
left: 0;
overflow: visible;
position: relative;
z-index: 99;
}Of course, you will need to identify the correct path for YOUR chosen background image.
</blockquote>
Just FYI, this code does NOT work. It’s missing a critical ; at the end of the background-image: url line, and the only way I could get this to work was to have that line read like this:
background-image: url(“../../../images/your_image.png”);
I spent a very, very frustrating hour troubleshooting this.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 12, 2014 at 3:12 am #534554@kevinburk: Right now its difficult to guess the issue and give solution to you. Please roll-back anything your changed on your site and send me the screenshot of problem and URL of your site. I will help you out
kevinburk Friendkevinburk
- Join date:
- January 2014
- Posts:
- 46
- Downloads:
- 47
- Uploads:
- 6
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 12, 2014 at 2:47 pm #534645<em>@kevinburk 426633 wrote:</em><blockquote>@Ninja Lead : I don’t think you understood my post. I was posting a correction to the code you suggested, which doesn’t work because it’s missing a semi-colon. It works just fine as long as you don’t leave that out.</blockquote>
Sorry for missing that detail. Glad you were able to get things to work for you.
May 3, 2015 at 11:03 am #569193Hi dieop!
How did you do the animation on the background image of http://www.mvdesign.es (which is moving slower then scrolling)?
It really cool!
Thanks!
OmrigezMay 3, 2015 at 11:03 am #734282Hi dieop!
How did you do the animation on the background image of http://www.mvdesign.es (which is moving slower then scrolling)?
It really cool!
Thanks!
Omrigez -
AuthorPosts
This topic contains 27 replies, has 6 voices, and was last updated by omrigez 9 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum