The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
I would like for my player page to load 1 scroll down. Currently it loads full page with menu showing, when i scroll down once the menu is covered making the player leveled to my eye view. How can i make my video page 1 scroll down by default?
Offline
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
That link seem like someone have to click to be scrolled. I was looking for something that scroll or load the page where i set it.
Offline
I found a solution but i need the proper coding. I can hide the heading but not completely. If i can make it go completely i think thats fine for now. if i change to - (negative) nothing happens with head. example -10px or -20px.
#header {
padding-top: 50px;
}
Offline
Is this for the video page? If yes, then edit templates/your-template/js/video-0.1.js and add:
$('html, body').animate({
scrollTop: $("#video").offset().top
}, 2000);
after:
$(document).ready(function() {
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1