• i love everything about this theme and it also has sticky menu but in user mode the menu gets covered by header. can someone help so it doesn’t happen

Viewing 7 replies - 1 through 7 (of 7 total)
  • can you provide me with the website url ?

    i think you should add a ‘z-index’ to your css to handle positions issues

    Thread Starter wesley_durai

    (@wesley_durai)

    https://aniframes.com/blog/

    you can also try and see it as a user as suscriber, here are my username and password
    username:[email protected]
    password:sanaa12345

    and can you please help me on how to add z-index

    now i got the problem

    try adding this code in your functions.php file

    function logged_users_header(){
    	if(is_user_logged_in()){ ?>
    		<style>
    			.head-top{ top: 32px;}
    		</style>
    	<?php }
    }
    add_action('wp_head','logged_users_header');

    this will work fine with fixed menu but not with the top of the page.

    to fix this we need to edit the jquery script file which control the menu positions.

    Thread Starter wesley_durai

    (@wesley_durai)

    thank you
    the reason i use wordpress is coz i dont have to use code as i dont know how to. im learning but for now i can send in complete theme code to you if you do me huge favor of helping me by editing the whole code and send me that file.
    please please please dont say no
    please share your email id so i can send in the code

    Thread Starter wesley_durai

    (@wesley_durai)

    [email protected] is my email id. if you send in a msg for this so i can reply with the code.
    again very sorry for trouble but thank you so much for the help

    i sent u an email

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘stick nav menu gets covered by header’ is closed to new replies.