Header Settings

Posted in: Newspaper
Post count: 29

Hi,

Is there any settings to:
1. Move “Sign In / Join” to right side of the top bar?
2. Change “Sign In / Join” to “Sign In” and add another link “Join” beside it to display another page?
3. Move “Sign In / Join” to right side of main menu, beside search icon?
4. Where’s the settings to change search popup top border and arrow color?

Post count: 20688

Hi,

1. There are a few top bar styles to choose from, each display the top bar elements differently
https://www.screencast.com/t/1rvco7we

2. The theme Sign in/Join is a single link leading to a modal screen. There you can sign in or create an account. The functionality is exactly the one from WordPress
https://www.screencast.com/t/1Rrl0VYSyHD
The theme simply ads some style to it with a modal window. To modify it as you want and split it in two buttons, this would require code modifications in the theme and most likely additional design. So it will not be easy.

You can also disable the theme login and use a login plugin with more advanced settings, if this is required.

3. The login is displayed only in the top bar, not in the main menu
https://forum.tagdiv.com/login-how-to-enable-user-registration/
The search icon can be moved to the top menu, but login cannot be moved at the moment.

4. What top border and arrow are you referring to exactly? Some more details would be helpful, or a screenshot if possible.

Thanks

Post count: 29

Hi,

For no.4, I’m referring to this. I’ve highlighted the area in red.
https://imgur.com/a/ikGKtqO

Post count: 29

Any updates for this?

Post count: 20688

Hi,

Please try and not reply in your own topic multiple times. This will only delay the answer on our part. It will refresh the topic date and move it to the back of the line. We answer all topics from oldest to newest, which is fair.

For that particular border there is no specific color setting. The color you set as theme accent will be used
https://www.screencast.com/t/KG5x0VcdV
The theme accent color will be used for various elements to provide a general look.

If you don’t want to change the theme accent color just for that border, you could chnage the color with some CSS
https://www.screencast.com/t/bRkpslWvtLz

This is the code used in the example, you can use any color you want. CSS codes can be entered in the Theme panel->Custom code, CSS section

.td-header-wrap .td-drop-down-search:before {
border-color: transparent transparent yellow transparent;
}
.td-header-wrap .td-drop-down-search:after {
background-color: yellow;
}

Thanks

Post count: 29

Thanks. How do I change the text “Sign In / Join” at the top bar?

Post count: 20688

You just have to enable it in the theme panel, then it will appear
https://forum.tagdiv.com/login-how-to-enable-user-registration/

Post count: 29

Yes, I know. I mean I want to rename the wording “Sign In / Join” to only “Sign In”.

Post count: 20688

Sorry for misunderstanding, most theme strings can be changed in Theme panel->Translations
https://www.screencast.com/t/gqpEqpZQhgv

Post count: 29

No worries. Thanks!

Post count: 29

Please consider to have a layout where ‘Sign In’ button can be located at the same row (float right) as main menu. Thanks.

Post count: 20688

I will add this request on our list and it will be considered. Note that there are many requests, so I cannot promise anything. Sorry for the inconvenience.

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newspaper’ is closed to new topics and replies.