- Posts: 4
COMMUNITY FORUM
automatic scrolling fancybox to top
- Krzysztof
-
Topic Author
- Offline
- New Member
Less
More
10 years 10 months ago - 10 years 10 months ago #55687
by Krzysztof
automatic scrolling fancybox to top was created by Krzysztof
Hi
I use latest version Free SIG (3.0.1.) in my website and i have problem. Always when I click on little picture, fancybox opens on the top of website. In previous version this problem was not was (SIG 3.0).
Best regards
Chris
I use latest version Free SIG (3.0.1.) in my website and i have problem. Always when I click on little picture, fancybox opens on the top of website. In previous version this problem was not was (SIG 3.0).
Best regards
Chris
Last edit: 10 years 10 months ago by Krzysztof.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 10 months ago #55699
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic automatic scrolling fancybox to top
Hi. Is there a link to your site to see the issue?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Krzysztof
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
10 years 10 months ago #55705
by Krzysztof
Replied by Krzysztof on topic automatic scrolling fancybox to top
This is website under construction, on two another I tried upload the same plugin and also doesn't work. To built website template I use latest version Artisteer .
centralneogrzewanie.com.pl/galeria
Best regards
Chris
centralneogrzewanie.com.pl/galeria
Best regards
Chris
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 10 months ago #55711
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic automatic scrolling fancybox to top
This seems to be caused by your template ( or an other plugin ). As you can see it works fine with the default template centralneogrzewanie.com.pl/galeria?template=system . Check for any scroll related code in your template. Also check that you don't have any related plugin installed ( like scroll to top plugin etc. ).
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Krzysztof
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
10 years 10 months ago - 10 years 10 months ago #55714
by Krzysztof
Replied by Krzysztof on topic automatic scrolling fancybox to top
Thank you for answer, and direction where I have to looking for solution
Thanks
I found solution
maybe it will be for someone useful
something like this in css I had,
I deleted this line
html, body { height: 100%; }
paste
body { height: 100%; }
and plugin works great
Thanks
I found solution
maybe it will be for someone useful
something like this in css I had,
I deleted this line
html, body { height: 100%; }
paste
body { height: 100%; }
and plugin works great
Last edit: 10 years 10 months ago by Krzysztof.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 10 months ago #55719
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic automatic scrolling fancybox to top
You are welcome.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Krzysztof
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
10 years 9 months ago #55837
by Krzysztof
Replied by Krzysztof on topic automatic scrolling fancybox to top
About problem again
Normally when we use full screen website (footer at the bottom of the page), we use in css
html, body {
height: 100%;
}
With this style , your plugin doesn't work correctly.
Best regards
Chris
Normally when we use full screen website (footer at the bottom of the page), we use in css
html, body {
height: 100%;
}
With this style , your plugin doesn't work correctly.
Best regards
Chris
Please Log in or Create an account to join the conversation.