Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

This category is for discussing issues with the K 3.0 Blue Eagle template.

As general background, My Joomla site template makes a mess of Kunena .

We do not answer questions about other templates for Kunena here.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question problem kunena html anchor hidden by mega menu

More
9 years 2 months ago #1 by riffi67
Hello, i've a problem with kunena html post anchor: when i click on the html anchor of any kunena post it go on top but it's hidden by mega menu??

What can i do for set the top position more down?

The link of my site is, for example:

www.macinator.it/forum/Benvenuto-Present...to-a-tutti.html#5584

thanks

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago #2 by 810
its a browser issue, when i reload it, it works.

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago #3 by riffi67
It isn't a browser, now working because I've added a php code in the bottom of the page:

// Click on anchor Bonez
$("[href^='#']").not("[href~='#']").click(function(evt){
evt.preventDefault();
var obj = $(this);
var getHref = obj.attr("href").split("#")[1];
$(window).scrollTop($("[id*='"+getHref+"']").offset().top - offsetSize);


// Bonez
var location = window.location.href;
var start_index = location.indexOf("#");
if (start_index > -1) {
var getHref = location.split("#").pop();
$(window).scrollTop($("[id*='"+getHref+"']").offset().top - offsetSize);


If you have a differente solution, for example with kunena css or php please post it...

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago #4 by 810

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago #5 by riffi67

810 wrote: maybe you can check:
stackoverflow.com/questions/10732690/off...ust-for-fixed-header


I've looked but I don't have resolved... Can you help me?

thanks

Please Log in or Create an account to join the conversation.

Time to create page: 0.357 seconds