Two "log in" in my phone navbar

Hi,

I have two login menu in my navigation bar (like the photo)
Where can I see the fold for delete the html code for that ?

Thanks

Disculpe,
que tema esta usando?

Hi,

Have you installed another login plugin with the one wich is already in the hivepress plugin ?

If not, can you tell if this error occurs only on mobile ?

Did you try to watch in your element inspector if the selectors of these two elements are the same ?

It’s listinghive

Hi,

No I don’t have another plugin connexion.
And The problem is only on mobile.

It’s the same element in the inspector.
Here the url : www.kasaina-event.com

Thanks

Hi,

Indeed, there are two connection elements as soon as the screen falls below a certain threshold.

It also seems that you’ve added specific css code for screens below 768px, and the second connection link appears at that point too, so I wonder if some of your CSS additions don’t create this problem.

Hi Julien,

Yes perhaps because I add css code in my code input plugin.
When I desactivate the plugin, the problem still stay.
but I don’t know where is the bug.
Can you help me ?
Thanks

Hi,

You only have added custom CSS with the plugin ? Is there other codes on the wp custom CSS (Appearance > Customize) ?

Here is my observations :

These two login links have different classes.

The first (on top) :
#menu-header > li.menu-item. .menu-item--first .menu-item--user-login

Note the .menu-item--first (first)

The second (the bottom one) :
#menu-header > li.menu-item .menu-item--last .menu-item--user-login

Note the .menu-item--last (last)

If you don’t find any CSS codes that cause this issue, try to remove one of the link by adding a display: none;

For exemple : #menu-header > li.menu-item .menu-item--last .menu-item--user-login {display: none; }

Telle me about it :slight_smile:

Thanks.
That’s good. When I pu codes in additional css section.
But when I use my plugin it doesn’t work.

So if you add this css under additional css it’s working but not in your custom codes plugin ?

If so, consider using the additional CSS of wp for every CSS customization. In my case my CSS are either in it or inside a specific page.

Yes thank you.
Do you know if there is a plug i can use for writing commercials actions for me.
For example, when I call a customer, I would like to write somewhere in the listing in the back-office that I called hime today and he wants modifications ?

Thank you

Hi,

We have fixed the issue with double opt-in in the latest updates, so I recommend updating HivePress to the latest version. Also, please disable third-party plugins and customizations (if there are any) and check if this issue persists. If you use a caching plugin, make sure that caching is disabled for logged-in users.

As for the plugin, you can try ACF, if you need to mark something on the backend, you can add fields there. Alternatively, you can try using the attribute but not marking it as Editable, so that it will be displayed only to admins in backend.

​I hope this is helpful to you.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.