Tagged: x
-
AuthorPosts
-
March 23, 2016 at 12:10 am #849044
Hi guys!
Need some help with X ICON (4) Theme.
Here is my link:
http://mediadevotion.com/testnew/
And here is my loooong Topic –
Dont wory about rev slider right now, that is gonna be sth different. We gonna have kind of INTEGRITY 1 RevSlider Style, and some questions here are related to visibility of that slider. its a little messy and busy ince I play with side bars and backgrounds transparency, but questions are about other things.
My questions before I decide to stay with X or not, are:
– left MENU column, with too many pages/links,its not sliding up and down to show more content. Right now thats too many of positions, I know, but thats for purpose. Who knows how many we need … Is that doable to make that part scrollable and just the name/the logo to have fixed on the top??
– how about making TOP BAR fixed always to the top?
– now, screen size issue: for TABLETs horizontal or small DESKTOP screens, where just left menu bar is visible, would be great to have rev slider fully visible on the right side (right now slider’s left part is covered by menu bar – slider is screen centered) . If that is not possible to achieve, would be great to declare that both of the men bars are ON for some screen sizes, lets say from 1280×800 and up, or both are not visible at all (just mobile menu style) to let rev slider be centered an not covered by any menu bar.
– last thing for now, MOBILE screens, would be great to have top bar and MENU BAR fixed to the top as well.
Thanks in advance!
I know someone can find some solutions. If not, we see to many screen size and layout issues depends on device to run this page on X theme.
Appreciate it!March 23, 2016 at 1:39 am #849107Hi there,
Thanks for writing in! 🙂
#1: (Left Menu): The fixed left menu is not scrollable as of now. It would be possible to make it scrollable if items inside exceed the height of the browser screen using custom development, but custom development would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.
#2: (Fixed Topbar): Yes, you can fix the topbar when menu is fixed to the left using following CSS code under Custom > CSS in the Customizer:
/* Fixed Topbar when Menu is Fixed Left */ @media only screen and (min-width: 980px) { .x-navbar-fixed-left-active .x-topbar { position: fixed; top: 0; width: 71.7%; width: calc(100% - 300px); } .x-navbar-fixed-left-active .masthead { min-height: 34px } } @media only screen and (min-width: 1200px) { .x-navbar-fixed-left-active .x-topbar { width: 68.77%; width: calc(100% - 600px); } }
#3: This is because your slide layout is set to fullscreen, instead, make it “Auto” (see: http://prntscr.com/aitayj), because fullscreen layout ignores the size of the container of the slider.
#4: This is possible but not advisable because if you fix the navbar and the items inside the navbar are larger in height, they will get cut-off from the bottom of the mobile screen. It could certainly be possible with custom development to achieve some scrolling effect when navbar items exceed the height of the mobile screen, but that would be outside the scope of support we can offer.
Thank you!
March 23, 2016 at 9:57 am #849601This reply has been marked as private.March 23, 2016 at 11:02 am #849700Hi there,
Thanks for updating. Unfortunately we don’t provide customization service so can’t quote for that. You could hire a developer from Envato Studio or other marketplaces.
Cheers!
March 23, 2016 at 8:51 pm #850490got it, thx!!
March 23, 2016 at 9:38 pm #850520Should you require any further assistance with X|Theme and Cornerstone, please feel free to get in touch with us.
Cheers!
-
AuthorPosts