Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author fozzyluke123

    (@fozzyluke123)

    Hi Anukita, could you tell me the url of the site that is not working, try deactivating any plugins, try reverting to the standard 2014 theme and try turning wp_debug on.

    Thanks, Luke

    Thread Starter anukita_b

    (@anukita_b)

    Hi, Thanks for responding.

    My website is live..so can’t change the theme. Here is the url

    https://www.petshoppie.com

    Plugin Author fozzyluke123

    (@fozzyluke123)

    The html element header#header.no_subheader has a higher z-index than the floating-login element. if you go into the css where the header is and change the z-index to 99 or just get rid of that rule then that should solve this. the header css is on template.css on line 3104.

    Thanks, Luke

    Thread Starter anukita_b

    (@anukita_b)

    Thanks Luke!

    Will it be possible for you to provide me the css that i can paste in my custom css box to fix it? As I did not really understand what you explained.

    Plugin Author fozzyluke123

    (@fozzyluke123)

    No problem, I will only be able to help you to a certain extent as I do not have access to the files of the site. You will need to find a css file called style.css within your theme files. (wp-content -> theme/kallyas -> style.css) then add
    header#header.no_subheader{
    z-index:99 !important;
    }
    to this file.
    note: this may be deleted when you update your theme so either re-do this when you update your theme or create a child theme to put these changes into.

    if this does not work let me know and we can look into a different solution.

    Thanks, Luke

    Thread Starter anukita_b

    (@anukita_b)

    Many Thanks Luke!

    This resolved my issue.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Login/ logout link not visible on all pages’ is closed to new replies.