*

tiobil

  • **
  • 7 posts
Page next
« on: February 27, 2017, 07:25:30 PM »
Question

 Why when you turn the next page, the page goesn t show up on the top?. The problem is only my site ?

www.piata-nationala.ro
« Last Edit: February 27, 2017, 08:58:15 PM by tiobil »

*

MB Themes

Re: Page next
« Reply #1 on: February 27, 2017, 10:04:19 PM »
@tiobil
Thanks for tip.

Into file:
oc-content/themes/veronika/js/global.js

on line approx 289 (before return false; ) place:

Code: [Select]
$('html, body').animate({ scrollTop: $('#category-navigation').offset().top }, 200);

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

tiobil

  • **
  • 7 posts
Re: Page next
« Reply #2 on: February 27, 2017, 10:37:32 PM »
Thanks...accurately solved
Regards !

*

MB Themes

Re: Page next
« Reply #3 on: February 27, 2017, 11:29:46 PM »
@tiobil
Welcome ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots