-
AuthorPosts
-
hdsports Friend
hdsports
- Join date:
- October 2014
- Posts:
- 27
- Downloads:
- 2
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 2 times in 2 posts
March 13, 2015 at 12:25 pm #204629Hey guys,
i have following problem with Purity III on joomla 3.4
When i have an articles with anchors, and i klick on the anchor, the anchor-position will hide from the megamenu (example: http://www.hdsports.at/lauftraining/9874-lauftreffs-in-oesterreich#fvml-lauftreff).
I have the samle problem when i make a module sticky (with plugin JU Sticky Panel), when i scroll down, then module jump to the top, so that a little bit from the module will hide from the megamenu
Example:
The red banner on the right. A little bit from the banner is hide behind the megamenu.Is there a way to solve that problem?
Best regards from austria!Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 14, 2015 at 1:45 pm #563068Hello
Template is currently not ready for Joomla 3.4
Please wait for its official update .On this page
http://www.hdsports.at/lauftraining/9874-lauftreffs-in-oesterreich#fvml-lauftreffYou are using #id in the link ,Please define the #fvml-lauftreff link bit above the page . Its not related to the mega menu . #id link will open the page at the top .
<blockquote>I have the samle problem when i make a module sticky (with plugin JU Sticky Panel), when i scroll down, then module jump to the top, so that a little bit from the module will hide from the megamenu </blockquote>
Sorry we do not provide support for Third party extensions .Do not play with your live sites ALways take a backup of site before updates.
1 user says Thank You to Pankaj Sharma for this useful post
hdsports Friendhdsports
- Join date:
- October 2014
- Posts:
- 27
- Downloads:
- 2
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 2 times in 2 posts
March 16, 2015 at 12:17 pm #563273Thanks for the information.
I did not know what the template is not ready for joomla 3.4The Problem with the anchor is solved. I used this code before </body> in the Custom-Code of the template
<script language="javascript" type="text/javascript">
(function ($) {
$(document).ready(function() {
$( 'a' ).click(function() {
var href = $(this).attr('href');
var arr=href.split('#');
var target='a[name="'+arr[1]+'"]';
$('html, body').animate({ scrollTop:$(target).offset().top - 60 },'slow');
e.preventDefault();
});
});
})(jQuery);
</script><script language="javascript" type="text/javascript">
(function ($) {
$(document).ready(function() {
var hash = $(location).attr('hash');
if( hash !== undefined ) {
var arr= hash.split('#');
var target='a[name="'+arr[1]+'"]';
$('html, body').animate({ scrollTop:$(target).offset().top - 60 },'slow');
}
});
})(jQuery);
</script> -
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by hdsports 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum