@arminunruh Hey Armin, Super! Thanks. Yes, it's really only in the category layout: now I re-did the layout, but as soon as I try to add a text field, it fails again.
So, I'll e-mail you my login...
Thank you so much!
A
Hey Anna,
Yeah I need to do a video tutorial for migrating one day. I think for beginners that's not so easy to do.
Please send these infos to my email armin.unruh@gmail.com
website address
address of new lay theme website
login to wordpress backend
ftp server/host, ftp username, ftp password
login to webhost (a webhost is where you got your webspace)
Then I can migrate for u!
That's done with custom Javascript, like
http://stackoverflow.com/questions/4034659/is-it-possible-to-animate-scrolltop-with-jquery
jQuery("html, body").animate({ scrollTop: "300px" });
It shouldn't be 300px but the position of where you want to go. And it should happen on click.
You will need to know some basic JavaScript to do that though.