• Resolved ligal45

    (@ligal45)


    Hello,

    I’ve seen a problem on my website and I didn’t suceed to tix it.

    For information, I let people access to their options with the “welcome user_name + picture”.

    For users except administrators, when the screen has less than 792 pixels(The website is responsive and change) the admin tool bar is steel here but the avatar disappears. People can click on the invisible avatar and access to the options… But they can’t know so it’s useless :/

    If someone can help me, I will be very grateful :'(

    Ligal.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • @ligal can you confirm you’re referring to the theme itself? It sounds like you might be talking about the WordPress admin bar instead.

    Could you get a screenshot, then upload the result and send us a link to it?

    • This reply was modified 5 years, 7 months ago by supernovia.
    Thread Starter ligal45

    (@ligal45)

    Hello,

    This is the point of view of a adminitrator : https://image.noelshack.com/fichiers/2019/33/5/1565906768-screenshot-20190816-000830-chrome.jpg

    And this is the point of view of a studient : https://image.noelshack.com/fichiers/2019/33/5/1565906897-screenshot-20190816-001044-chrome.jpg

    As you can see their is no avatar for studient (person who are not a administrator)

    I thought this was a wordPress problem but Somebody told me this is a theme problem. I will sent the screenshot to the other topic too.Maybe they misunderstood me.

    Ah, sadly I can’t view either of those images. Could you try uploading them to a different service?

    Thread Starter ligal45

    (@ligal45)

    Oh it’s weird, I upluoad them on these link :

    https://ibb.co/h9qjMr9
    https://ibb.co/Y7C2KLz

    • This reply was modified 5 years, 7 months ago by ligal45.

    I’m not able to replicate this issue if I activate this theme on a test site – the admin bar looks fine for me there no matter what user role I use to view the site. This tells me this issue is specific to your site.

    But the styling of the admin bar also isn’t controlled by the theme. That’s controlled by the admin-bar.css file which is part of WordPress itself.

    Cross linking your other thread here: https://www.ads-software.com/support/topic/picture-on-mobile/

    Have you tried disabling all plugins on your site to see if that makes a difference? It could be a plugin on your site that is causing this instead, especially if you’re using plugins that add their own options to the admin bar.

    Thread Starter ligal45

    (@ligal45)

    Okay, after many tests I succeed to get a result, even if I don’t think it’s a good solution.

    First, I deactivated all my plugin with wampserver and it’s seems the problem came from admin-bar.css because it didn’t change a thing.

    And after change admin-bar.css and admin-bar.min.css nothing change at all ?? . I was very surprised, I checked all twice but it didn’t seems I made a mistake….

    So I write this in additional css section :
    @media screen and (max-width: 782px) {

    #wp-admin-bar-my-account > div > img {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 36px;
    height: 36px;
    }

    }

    At least it work, but I want to change that later. If someone has I better solution I will be happy to read it ??

    Ligal45

    • This reply was modified 5 years, 7 months ago by ligal45.

    I’m afraid that’s not something we can help with here, as we don’t have any control over that file from the theme’s end, and this appears to be something specific to your site where we can’t see the issue in action, as we’re not members of your site.

    Thread Starter ligal45

    (@ligal45)

    Okay, In that case I will check this issue later.

    I will set this topic to <<resolved>> because, thanks to you, I found a temporary fix ??

    So thanks you all for your help ??

    Glad I could be of some help ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Picture on Mobile’ is closed to new replies.