Tagged: x
-
AuthorPosts
-
April 12, 2016 at 11:27 pm #879356
getonlinephParticipantHi is it possible to have the rev slider always remain on top when you scroll down. like how the header and navigation’s behavior when you choose Fixed Top on the settings.
Thank You
April 13, 2016 at 6:58 am #879861
ChristopherModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
April 13, 2016 at 8:21 pm #881229
getonlinephParticipantThis reply has been marked as private.April 14, 2016 at 2:15 am #881635
RadModeratorHi there,
I tried, but not currently possible. Currently, slider dimension is also based on its container, when it’s positioned as fixed like the header, there is no distinct size it can follow. Hence, it disappears.
Thanks for understanding.
April 14, 2016 at 9:37 am #882332
getonlinephParticipantokay thank you
April 14, 2016 at 6:40 pm #883269
LelyModeratorYou’re welcome!
April 15, 2016 at 8:36 pm #885090
getonlinephParticipantHi another question please. is X theme has feature that it shrink the fixed logo when scrolled down? this is a feature from other themes, I’m not sure and I can’t find in X theme if it has this feature.
Thanks 🙂
April 16, 2016 at 7:53 pm #886236
RadModeratorHi there,
Not available yet, but doable through custom CSS using transition. Please add a logo on your navbar, then I’ll provide a basic CSS that you can add 🙂
Thanks!
April 17, 2016 at 11:59 pm #887504
getonlinephParticipantThis reply has been marked as private.April 18, 2016 at 3:43 am #887792
Paul RModeratorHi,
Yes, you can add it as a menu item after produkte.
URL: http://71.18.91.243/
Link text:<img src="http://71.18.91.243/wp-content/uploads/2016/04/Logo.png" style="width:100px;">eg.
http://screencast.com/t/nglP6ZTC
Hope that helps.
April 18, 2016 at 5:41 am #887982
getonlinephParticipantthanks, can I have the css that it will shrink the logo when scrolled down?
thanks
April 18, 2016 at 7:57 am #888183
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
.shrink a { transition: all 0.3s ease-in-out; width: 89%; display: inline-block; margin: 0 auto; }Please add following code in Customize -> Custom -> JavaScript :
jQuery(function($) { $(window).scroll(function(){ if($(this).scrollTop()>=10) { $('#menu-item-169').addClass("shrink"); } else{ $('#menu-item-169').removeClass("shrink"); } }); });Hope it helps.
April 18, 2016 at 5:51 pm #889036
getonlinephParticipantthank you very much! its working 🙂
April 19, 2016 at 4:46 am #889651
JackKeymasterYou’re most welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-879356 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
