Tagged: x
-
AuthorPosts
-
April 16, 2016 at 8:32 am #885700
davidferpParticipantHi Support Team!
I am designing my updated site with X and I’ve a couple of questions:
1) I started by adding a logo in the center of the menu. I created an additional menu entry to add the logo and now I find that this new entry is appearing in the mobile menu (named as ICON).
Is it possible to disable this particular menu entry in the mobile menu only? I tried using the following CSS code but with no luck….mobile .menu-item-7589 {
display: none !important;
}2) Also in the mobile version of my site, how can I change the color and transparency of the logo section (currently in a dark blue) so that it matches the desktop version?
3) A third point I would need help with, also in the mobile version of the site, is in the position of the burger menu icon. I would like it to appear inline with the logo, on its far right. Would that be possible?
By the way, I am currently developing on a staging server (http://2cameras1bucketl.wpstagecoach.com) on WordPress 4.5 running the X-Child theme (1.0.0) and the X-theme (v4.4.2) as parent.
Thanks a lot for the awesome support you provide!
April 16, 2016 at 8:33 am #885702
davidferpParticipantThis reply has been marked as private.April 16, 2016 at 8:56 am #885725
davidferpParticipantOk, I figured out point number 2!.
I just had to change the background-color of x-logobar as:
x-logobar {
backgroundcolor: #newcolor;
}Could you please assist in the other two points?
Thanks you!
April 17, 2016 at 1:49 am #886488
ChristopherModeratorHi there,
#1 Upon checking your site, logo doesn’t display in mobile navigation, please see the attachment.
#3 Please select ‘stacked’ layout under Customize -> Header -> LOGO AND NAVIGATION.
Hope it helps.
April 17, 2016 at 2:39 pm #887078
davidferpParticipantHello!
Thanks a lot for assisting.
Yes, you’re right, number 1 is already solved, I just had to clear the cache of my browser…
Regarding number 3, I had ‘stacked’ already selected in Customize -> Header -> LOGO AND NAVIGATION. This mode works together with the CSS in place to add the logo in the desktop menu.
If I select ‘inline’, I get the effect I’m looking for in mobile, but back in desktop mode a new logo appears at the top of the page and the whole menu is shifted to the right… Not what I need…
Any other idea?
Thank you very much guys for the effort! We customers are so needy 🙂
April 18, 2016 at 12:53 am #887552
ChristopherModeratorHi there,
Please select inline layout and add following CSS :
@media (min-width:979px){ .x-brand{ display:none; } }Hope it helps.
April 18, 2016 at 3:38 am #887788
davidferpParticipantHi!
That’s genius! We are almost there! 🙂
Now, in inline mode and with the CSS code suggested above the mobile menu appears where I want it.
However, the top menu in desktop mode do not appear centered in the page width after that. How can I force the menu in the center for desktop mode after these changes?
Thanks a lot for your patience!
April 18, 2016 at 5:36 am #887977
ThaiModeratorHi There,
Please add the following CSS:
@media (min-width: 980px){ .masthead-inline .desktop .x-nav { display: block; float: none; text-align: center; } .x-navbar .desktop .x-nav>li { float: none; display: inline-block; } }Hope it helps 🙂
April 18, 2016 at 8:19 am #888217
davidferpParticipantHi,
Exactly what I needed! Thanks s lot support team, you guys rock!
April 18, 2016 at 1:19 pm #888708
RupokMemberYou are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-885700 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
