-
Author
-
September 11, 2015 at 12:12 #77166
tunichtgut_
ParticipantI would like to replace the menu at the top of the theme with the sticky menu which appears when you start to scroll down the site. Is this possible with a few code changes?
September 13, 2015 at 20:56 #77426Laura
ModeratorHello, do you mean hide the top bar? Or make the menu like the sticky menu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 13, 2015 at 22:16 #77467tunichtgut_
ParticipantHey, it is about this site: http://s546687070.online.de/neu/
I have already hidden the top bar. Now, I would like to replace the upper menu with the sticky menu. So the sticky menu is shown even if you scroll to the top of the page.
Thanks for your help, in advance.
September 15, 2015 at 04:20 #77723Laura
ModeratorHello, please try by adding this to style.css of child theme
COPY CODE#header { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); padding: 5px; height: 45px; } .contain-to-grid .top-bar { margin-left: 58%; } .contain-to-grid.sticky.fixed .top-bar { margin-left: 20% !important; }And add a logo in General options
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 22, 2015 at 17:11 #78906tunichtgut_
ParticipantThanks for your answer! I am really satisfied about how the template is working right now, but there are some problems with the mobile version.
The “movile-nav.png” shows that the mobile nav has for some reason not the right length.
The “search-form.png” shows that the black background behind the search form in mobile version is gone.
Could you help me with these?
September 23, 2015 at 17:18 #79146Laura
ModeratorHello, could you share admin credentials and ftp? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 23, 2015 at 20:21 #79193tunichtgut_
ParticipantYes, sure:
FTP:
User: 7queen
Password: tkF(muBS%ww8Wordpress:
User: 7queen
Password: $k2qyL#6K(Vro0MEC@Ywb2EdAnother thing which I would like is the white space between the menu and the beginning of the content (see the first picture). Could you change it to a height of 10px?
And there seems to be also a problem with the menu. I am not sure if you can see it on a picture, you probably have to zoom a little bit. I used the black pattern as a background and the menu got also another transparent background, which lays over the pattern. But the transparent background does not have the same size as the background pattern, it is smaller (see picture 2). Did I explain understandable? 😀
Thanks a lot in advance!
September 25, 2015 at 20:47 #79519Laura
ModeratorHello, the first issue seems to be related to custom css, can i know where did you place all custom css? Did you change main theme css?
Let me know 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 26, 2015 at 19:51 #79631tunichtgut_
ParticipantHey, I changed the style.css in sweet dates child theme and in wordpress backend (“Sweet Date” -> “Styling options” -> “Quick CSS”).
September 28, 2015 at 21:08 #79772Laura
ModeratorHello, i see… do you use any cache plugin or cdn? If so let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 30, 2015 at 14:53 #80113tunichtgut_
ParticipantNo, we don’t.
I also did a change on header.php on sweet date’s main theme. Perhaps that’s the reason?
October 3, 2015 at 02:00 #80493Laura
ModeratorHello, it may be, you should never change main files, try to revert the change and check out if its fixed
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.