-
AuthorPosts
-
May 6, 2016 at 3:13 pm #628340
Hello,
so here again, due to my header, my menu does not scroll to the right place. The Header is transparent, so the aimed color section should begin in at the top of the header and not at the bottom of it.
How can I fix that?Thank you,
GerkeMay 6, 2016 at 3:32 pm #628351Hey C2S16!
I tried to load your web site, and it was not loading at all, can u please disable he preloader?
Thanks a lotBest regards,
BasilisMay 6, 2016 at 3:57 pm #628362Hey,
I disabled it, can you try again? :)Thank you,
GerkeMay 10, 2016 at 6:02 am #629611Hi,
Please add this css code to move the color section upwards:
@media only screen and (max-width: 767px) { .responsive #top #main { padding-top: 0 !important; margin-top: -43px; } }
Best regards,
IsmaelMay 10, 2016 at 8:44 am #629736Hi,
Unfortunately this did not change anything, some other ideas?
May 11, 2016 at 7:41 am #630483Hey!
My bad. I didn’t understand the question at first. Please try to add this in the
Quick CSS fieldfunction.php file:add_action('init', 'ava_action_init'); function ava_action_init() { global $avia; if( is_page(17) ) $avia->options['avia']['header_custom_size'] = 23; return $avia; }
If it’s not working, set the value from 23 to 63.
Regards,
IsmaelMay 11, 2016 at 9:46 am #630546Hi!
Unfortunately, this did not fix the problem, too.
I inserted it into the functions.php and tried both values.
Is there a specific place in the functions.php where I would have had to insert this code?
I will add you some login credentials, maybe you could have a look at it?Thank you!
GerkeMay 13, 2016 at 6:25 am #631823Hi,
Thank you for the login credentials. Unfortunately, this is not an admin user so I can’t access the Appearance > Editor panel. Please give us full admin access then we’ll check it again.
Best regards,
IsmaelMay 13, 2016 at 8:41 am #631908done
May 14, 2016 at 10:23 am #632315Hey!
The scroll position has been modified. Please remove browser cache before testing the page.
Regards,
IsmaelMay 17, 2016 at 9:31 am #633577Hi,
Thanks a lot! How did you manage to do so?Regards,
GerkeMay 19, 2016 at 3:17 am #634863Hi,
We adjusted the value of the “header_custom_size” to 0 and then modified the header height via Quick CSS field. :)
Best regards,
IsmaelJune 1, 2016 at 9:51 am #641345Hi,
I know this must be really annoying for you, but I need to change this back, because we deleted header transparency due to some design wishes again.
Commenting out your Quick-CSS code is no problem, but where did you set header_custom_size to 0?
Thank you,
GerkeJune 3, 2016 at 4:24 am #642350Hi,
No problem. Please remove this code in the functions.php file:
add_action('init', 'ava_action_init'); function ava_action_init() { global $avia; $avia->options['avia']['header_custom_size'] = 0; return $avia; }
Best regards,
IsmaelJune 3, 2016 at 8:54 am #642461Hi,
thank you for response.
Now I do have a very strange problem again.
When I click update button, I simply only start a download of the file. I already deactivated all plugins, but still I am unable to modify the document.Thank you,
GerkeJune 4, 2016 at 7:48 am #642855Hey!
I’m not sure why that’s happening but try to edit the file via FTP.
UPDATE: We checked the functions.php file and the code seems to be removed. Did you manage to remove it?
Best regards,
IsmaelJune 8, 2016 at 9:37 am #644636Hi,
sorry for the very late response, but the last days were quite stressful.
Yes I managed to do so and everything works fine, thank you!Br,
Gerke -
AuthorPosts
- The topic ‘Scrolling Problem due to header (continue of 2nd and 3rd full-screen… – topic)’ is closed to new replies.