-
AuthorPosts
-
July 7, 2015 at 5:31 pm #208378
Dear users and developers,
I am currently working on a Purity III template and having a issue with the Off-Canvas area. When I open the offcanvas area it goes 75px down which is the exact height of the fixed header.
I am using the Delayed 3d rotate function when this problem occurs. With slide over this is not happening.
This is really ugly. For all users I am sorry that I cannot show you the website link.
Thanks in advance.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 9, 2015 at 6:04 am #576791Hi @hennysmafter,
I checked your site but didn’t see any problem, could you please confirm your status ?
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 9, 2015 at 6:04 am #643104Hi @hennysmafter,
I checked your site but didn’t see any problem, could you please confirm your status ?
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 9, 2015 at 6:04 am #741760Hi @hennysmafter,
I checked your site but didn’t see any problem, could you please confirm your status ?
July 9, 2015 at 11:38 am #576838My previous post that I am now editing was not correct. The problem still occurs. Please have a look at other pages except for the homepage that one is working correctly. When you click on showroom it isn’t. But it doesn’t matter now anyway because the deadline is tomorrow morning 8 am and I don’t think I get a reply before that.
Every single webpage has this problem on this website except for the homepage!!!!!!!!! So strange…
July 9, 2015 at 2:51 pm #576851I was kinda hoping that a reaction would be quicker. Especially since the first reaction didn’t show that much of a research. I am pressed by time and therefore need to make changes to the website and this will result in disabling the login for Joomlart developers. But with the next site I build using this framework I will ask the same question.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 10, 2015 at 8:46 am #576936Hi @hennysmafter,
Just checked your site again and still see the same result, please check 3 attachment screenshots, it looks the same in all pages.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 10, 2015 at 8:46 am #643244Hi @hennysmafter,
Just checked your site again and still see the same result, please check 3 attachment screenshots, it looks the same in all pages.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 10, 2015 at 8:46 am #741899Hi @hennysmafter,
Just checked your site again and still see the same result, please check 3 attachment screenshots, it looks the same in all pages.
July 10, 2015 at 9:52 am #576947Yes and as I previously mentioned the deadline has expired so I was forced to switch back to “Slide over” settings instead of “Delayed 3d rotate” and yes with slide over settings everything is working fine. With delayed 3d rotate it goes wrong.
Can you make a screenshot from a Purity III demo page with delayed 3d rotate. I am sure it happens there as well.
July 10, 2015 at 9:52 am #643255Yes and as I previously mentioned the deadline has expired so I was forced to switch back to “Slide over” settings instead of “Delayed 3d rotate” and yes with slide over settings everything is working fine. With delayed 3d rotate it goes wrong.
Can you make a screenshot from a Purity III demo page with delayed 3d rotate. I am sure it happens there as well.
July 10, 2015 at 9:52 am #741910Yes and as I previously mentioned the deadline has expired so I was forced to switch back to “Slide over” settings instead of “Delayed 3d rotate” and yes with slide over settings everything is working fine. With delayed 3d rotate it goes wrong.
Can you make a screenshot from a Purity III demo page with delayed 3d rotate. I am sure it happens there as well.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 13, 2015 at 7:12 am #577146Hi @hennysmafter,
Just open file /templates/purity_iii/css/custom.css (if you don’t have this file, create a new one) then add this code :
#t3-off-canvas.off-canvas-effect-3,
#t3-off-canvas.off-canvas-effect-7,
#t3-off-canvas.off-canvas-effect-8,
#t3-off-canvas.off-canvas-effect-14,
#t3-off-canvas.off-canvas-effect-16 {
margin-top: -55px;
}Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 13, 2015 at 7:12 am #643453Hi @hennysmafter,
Just open file /templates/purity_iii/css/custom.css (if you don’t have this file, create a new one) then add this code :
#t3-off-canvas.off-canvas-effect-3,
#t3-off-canvas.off-canvas-effect-7,
#t3-off-canvas.off-canvas-effect-8,
#t3-off-canvas.off-canvas-effect-14,
#t3-off-canvas.off-canvas-effect-16 {
margin-top: -55px;
}Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 13, 2015 at 7:12 am #742104Hi @hennysmafter,
Just open file /templates/purity_iii/css/custom.css (if you don’t have this file, create a new one) then add this code :
#t3-off-canvas.off-canvas-effect-3,
#t3-off-canvas.off-canvas-effect-7,
#t3-off-canvas.off-canvas-effect-8,
#t3-off-canvas.off-canvas-effect-14,
#t3-off-canvas.off-canvas-effect-16 {
margin-top: -55px;
} -
AuthorPosts
This topic contains 15 replies, has 2 voices, and was last updated by Adam M 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum