Problem with Kunena links

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed May 27, 2015 11:04 am
Reply with quote
Report this post
Hi,

I've a problem with Kunena on the index. When I want click on the latest post, it doesn't work with any kunena template...
You know why ?

Image

Thank you
User avatar
Fresh Boarder

GK User
Fri May 29, 2015 3:00 pm
Reply with quote
Report this post
Hello,

Could you provide an URL to your website with this issue?
User avatar
Administrator

GK User
Wed Jun 03, 2015 1:19 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Wed Jun 03, 2015 2:14 pm
Reply with quote
Report this post
Please try to remove from the js/gk.scripts.js file the following fragment of code:

Code: Select all
if(jQuery(document.body).attr('data-smoothscroll') == '1') {
      // smooth anchor scrolling
      jQuery('a[href*="#"]').on('click', function (e) {
          e.preventDefault();
          if(this.hash !== '') {
              if(this.hash !== '' && this.href.replace(this.hash, '') == window.location.href.replace(window.location.hash, '')) {
                  var target = jQuery(this.hash);
                  if(target.length && this.hash !== '#') {
                      jQuery('html, body').stop().animate({
                          'scrollTop': target.offset().top
                      }, 1000, 'swing', function () {
                          if(this.hash !== '#') {
                              window.location.hash = target.selector;
                          }
                      });
                  }
              }
          }
      });
   }
User avatar
Administrator

GK User
Thu Jun 04, 2015 8:45 am
Reply with quote
Report this post
Hi,

Thank you it work !

Very thanks !
User avatar
Fresh Boarder


cron