-
Author
-
August 28, 2013 at 18:50 #1948stParticipant
After scrolling down in a small browser window the WordPress admin toolbar blocks the navigation toolbar.
August 28, 2013 at 21:43 #1957SQadminKeymasterHi,
You can disable the admin bar from WP Admin -> Sweetdate -> Miscellaneous -> Admin toolbar -> OffHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 29, 2013 at 14:14 #1978stParticipantI want to leave the admin bar on. Can you please add a margin-top to .top-bar so that it won’t overlap?
jQuery(‘.top-bar’).css(‘margin-top’, ’28px’);
or
jQuery(‘.top-bar’).css(‘margin-top’, jQuery(‘#wpadminbar’).height());
August 29, 2013 at 16:53 #1985SQadminKeymasterHi,
You can add the equivalent css to Sweetdate -> Styling options -> Quick css and it will override it’s original value:COPY CODE.top-bar { margin-top: 28px; }
We will include this in an update so it will automatically generate if the toolbar is on.
Thanks for pointing this out.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 10, 2013 at 18:24 #4129JosiahParticipantI was having the same issue. I put that into my quick css but am still having the issue. Here is what is in my quick css:
.fixed.log-entries {position:static;}
.top-bar { margin-top: 28px; }
Am I doing something wrong?October 10, 2013 at 18:32 #4131JosiahParticipantAdding !important moved the text down but not the shaded background.
.top-bar {margin-top: 28px !important;}
October 12, 2013 at 00:45 #4218SQadminKeymasterHi,
This is the correct css to add and it will also be included in next update:COPY CODE.admin-bar .sticky.fixed {margin-top: 28px;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 12, 2013 at 01:29 #4222JosiahParticipantThat worked while on Home and Blog pages but it is not working in Activity or the groups/members directory.
October 12, 2013 at 19:59 #4274SQadminKeymasterHi, We fixed it with some custom code added and it will be available in a few days in v.2.2 update. Seems that on buddypress pages admin-bar class isn’t added by default to body element
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.