ThemeForest

Could someone help me with a small fix?

160 posts
  • Has been a member for 3-4 years
  • Exclusive Author
  • Europe
  • Bought between 1 and 9 items
  • Sold between 1 000 and 5 000 dollars
The_Silverman says

I have this site – http://ihr-hochzeits-fotograf.at and for some reason the scroll on mobile devices is really slow, and strangely on the blog page it is ok. I am sure it’s not something too complicated. Could someone give me a few tips or help me resolve the problem for a fee ofc? Thanks.

83 posts
  • Bought between 100 and 499 items
  • Bulgaria
  • Exclusive Author
  • Has been a member for 3-4 years
  • Referred between 1 and 9 users
  • Sold between 1 000 and 5 000 dollars
DodoWeb says

I didn’t do a deep look through the site, but it seems that there’s a JS which handles the scroll event. Just try searching at your JS files for ”.scroll” and find the piece of code that does it.

Nice design btw!

160 posts
  • Has been a member for 3-4 years
  • Exclusive Author
  • Europe
  • Bought between 1 and 9 items
  • Sold between 1 000 and 5 000 dollars
The_Silverman says

Heya! I still need help with that! Could somebody help me for let’s say $40? Thanks in advance.

2358 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Europe
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
  • Sold between 100 and 1 000 dollars
  • Microlancer Beta Tester
digitalimpact says

Try seeing how it behaves when removing that socialmodal, or the Twitter widget code.

Also, for the form input clearing on click, you have a lot of redundant and slow jQuery. Use something like this instead:

var el = $('input[type=text], textarea');
    el.focus(function(e) {
        if (e.target.value == e.target.defaultValue)
            e.target.value = '';
    });
    el.blur(function(e) {
        if (e.target.value == '')
            e.target.value = e.target.defaultValue;
    });
31 posts
  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • United States
saeednoorzad says

Hello, You can contact me from my portfolio website http://caterinloper.com/ for your work. Regards Caterin

by
by
by
by
by