Tagged: x
-
AuthorPosts
-
November 19, 2016 at 7:13 pm #1263929
Rue NelModeratorHello There,
Thanks for updating in! It is good to know that the issue has been resolve. And to make the right sidebar, middle part and the the menu of the same height, please do the following:
1] Please add this custom css:.site > .x-container { margin: 0 auto; } body .x-sidebar.right { margin-top: -40px; }2] And then please add the following JS code in the customizer, Appearance > Customize > Custom > Javascript
jQuery(document).ready(function($) { var max = 0; $('.site > .x-container > *[class*="x-"]').each(function(index, el) { if( $(this).height() > max ){ max = $(this).height(); } }); $('.site > .x-container > *[class*="x-"]').css('height', max); $('.site > .x-container > .x-sidebar').css('height', (max + 120) ); });Please let us know if this works out for you.
November 20, 2016 at 12:31 pm #1264434
GeorgDickParticipantThank you for your suggestion. But it does not work.
There is again the problem with saving the customizing. As yesterday. THe old one is still there. The new one is not saved.In this context I have the question if the haeder pictures could be aligned without any margin.
PLs. see the screenshot.
Thank you for your help. I will try to get saved the new code you have send me.November 20, 2016 at 1:18 pm #1264475
GeorgDickParticipantHello,
I have suucessfully saved your proposed coding. left and right have now the same height. But not the middle part.
Is this also possible. And also position the picture on the pages higher so that it starts at the top.
Thank you for all your support.
GeorgNovember 20, 2016 at 1:26 pm #1264487
GeorgDickParticipantThe upload picture again.
November 20, 2016 at 6:36 pm #1264659
RadModeratorHi there,
Would you mind providing the issue with the middle part as well? It seems okay in my view.
And about the image top spacing, please edit the section where your image is then set its top padding to zero. Then add this CSS as well,
.page .entry-wrap { padding-top :0px !important; }Hope this helps.
November 21, 2016 at 3:46 am #1265086
GeorgDickParticipantHello,
it seems to work. But there is something strange. The WP Globus Widget in the right sidebar is no longer visible in the right sidebar. Pls. see the screenshot.
Thank you.
GeorgNovember 21, 2016 at 7:43 am #1265381
GeorgDickParticipantThe flags from WP Globus are now available in the right sidebar.
Nothing to to. I just added this widget in addition to another area.
Regards. GeorgNovember 21, 2016 at 3:21 pm #1265964
JoaoModeratorHi There,
Based on your last comment I am not sure if you still need help,
Please let us know,
Joao
November 23, 2016 at 7:14 am #1268166
GeorgDickParticipantHello Joao,
sorry but the WP-Globus widget is no longer visible in the right sidebar. For this I need help.
Thank you.
GeorgNovember 23, 2016 at 7:48 am #1268188
Paul RModeratorHi Georg,
It’s because of this code.
body .x-sidebar.right { margin-top: -40px; }Kindly remove it in your custom > edit global css
Hope that helps.
November 23, 2016 at 2:07 pm #1268595
GeorgDickParticipantHello,
it works.
Kind regards.
GeorgNovember 23, 2016 at 3:25 pm #1268666
JoaoModeratorGlad to hear it,
Joao
November 23, 2016 at 3:51 pm #1268686
GeorgDickParticipantDear Joao,
I still have a question. I have added a top bar via customizer with the coding:<p style=”background-color:#ffe495;color:#ffe495;margin-left:0px;”>Das ist ein Test
</p>This created me a top bar in the same color as the left superflyer and the right sidebar.
I have added a picture to illustrate my question:
How is the css in order tohave no white gaps to the left sidebar and no white gap to the top of the right sidebar?
Thank you for your support.
GeorgNovember 23, 2016 at 3:58 pm #1268694
JoaoModeratorHi there,
Please add the following code to Appereance > customizer > custom > CSS
.x-topbar { background-color: #ffe495; }Hope that helps
Joao
November 24, 2016 at 1:23 am #1269157
GeorgDickParticipantHi Joao,
it works. The first question I have is: Is it possible that the right corner of the top bar engs with the right corner of the right sidebar( see attachment).
The second question: Is it possible to fix the top bar while scrolling down?
Thank you for your support.
Georg -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1192136 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
