User account link position

Hi guys.
After the last update to Hivepress Booking the “user_account” move from next to the adding listi button, near to the middle menu. Instead of should be near to the add listing button.


I dont know what is going and i really need help to replace the user account in is native position.
Thnak you so much

Hi,

Thanks for reporting this. Yes, in the recent update we implemented a drop-down menu for the account link, re-using the existing menu (this way it’s also added to the top of the mobile menu). This caused issues for themes with centered menu, we’ll try to find a fix for this issue as soon as possible.

1 Like

I have a problem… the account botton there isn’t… or sometimes there is with more links

Hi,
Please send your link site.
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.

the problem occurs only when the user is logged in, if he hasn’t logged in he doesn’t see the problem
some times there is this problem:
image

my website now is under maintenance so is not reachable.
i cleared the cahce and i tried to disable all my plugin
befour last update of the plugin i didn’t have any problems… are some years that i use Hivepress

Thanks, we’ll try to debug this further and release a fix this week. Recently we moved the account link to the main menu to add the drop-down menu feature and this caused some styling issues.

Hey Ihor!

I am wanting to move the account link to the far right-side of the page. It currently looks like example A) and I want for it to look like example B) (Screenshot included). I also want to change the text of the “List a service” button.

Thank you for your help!

Hi,

  1. Please try this snippet to move the menu to the right, and add it in Appearance/Customize/Additional CSS:
.header-navbar__end {
flex: 0 1 auto;
margin-left: 0;
padding-left: 0;
}
  1. If you want to change the text “List a Service,” please try the Loco Translate extension.
    Also, please check this tutorial it will be useful for you How to translate ExpertHive - HivePress Help Center

Thanks!

For the change text “List a Service:” I changed it directly in the CSS code of the “hivepress/listing/submit/listing-submit-link.php” file.

Hey andrii - that code did not work. It moved the text of the header portion slightly to the right. But did not flip the Listing button with the account button.

And it also moved the whole menu to the right not only the user account. is it possible to keep the menu in the center and only the user account should be on the right?

Hi,

Unfortunately, there’s no such feature, it would require a custom implementation, but you can use a code snippet from this topic Log in and register button is gone - #4 by ihor to return the previous menu view (in this case, the drop-down menu will disappear).

Hi,

We recommended using Loco Translate because when you edit some HTML code after updating the theme, all your changes in the code will be reset.

1 Like

Been following this thread waiting for a styling fix on the menu. Is there a fix to move the account link back to the right? Or do we have to use this code snippet by ihor to revert to the old menu?

Yes, currently this is the only temporary fix, it brings back the template parts used before the update.

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