Tagged: x
-
AuthorPosts
-
September 30, 2016 at 1:55 pm #1197676
wedtkeParticipantHey there,
first of all, nice work people, this is my 6th X/CS website in a row. Really satisfied.
right now i am working on http://www.lukasdroese.de
I want the Slider PREV/NEXT Buttons to look in the image attached. (Color, Position, Size)
Could you provide the custom CSS Code? That would be fantastic.Thanks and cheers,
NilsSeptember 30, 2016 at 1:57 pm #1197682
wedtkeParticipantThis reply has been marked as private.September 30, 2016 at 2:05 pm #1197694
wedtkeParticipantSecond Question (almost forgot):
The client wants his social icons vertically aligned fixed at the right top corner, like in the image attached.
Could you also provide the custom css code for that?Thanks and best regards
NilsSeptember 30, 2016 at 8:56 pm #1198113
Rue NelModeratorHello There,
Thanks for writing in and the very detailed information.
1] To change the arrows in your sliders, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.site .x-flexslider .x-slides img { margin-bottom: 0; } .site .flex-direction-nav a { border-radius: 0; opacity: 1; background-color: #fff; color: #000; top: 50%; transition: all 0.35s linear; } .site .flex-direction-nav a:hover { color: #ccc; } .site .flex-direction-nav a.flex-prev { left: 0; } .site .flex-direction-nav a.flex-next { left: auto; right: 0; }You should have something like this:
http://prntscr.com/coeg0t
http://prntscr.com/coeg372] For easier management and with no coding needed, you can install a 3rd party plugin for your social icons. Please try any of this social icon plugins: https://wordpress.org/plugins/search.php?q=social+icons
Hope this helps.
October 1, 2016 at 2:29 am #1198283
wedtkeParticipantHey, thanks for the quick response to my first question, it works perfect.
2) Sorry to say, but I bought X – one of the most expensive themes on the market. One of the reasons i chose X is your support and the promise that is has just everything onboard.
Almost every third party plugin is either limited “go pro -buy here” or doesnt provide the exact feature I am searching for.
I am not able to write the code myself, so would you please SUPPORT – or is this “too big” to ask?The icon files needed are already uploaded.
Cheers NilsOctober 1, 2016 at 2:53 am #1198293
Rue NelModeratorHello Again,
By default, the social icons can be added in your topbar or at the footer. You can even have them to appear to both the header and footer at once. At the moment this is no option that it can be added just the way you like. Here what I could suggest, please enable the social icons first. Please go to your customizer, Appearance > Customize > Social and insert the link of your social profile that applies. After that, please go to the Appearance > Customize > Footer and enable the footer social. And lastly, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.site .x-colophon.bottom .x-social-global { position: fixed; top: 120px; right: 0; z-index: 20000; padding: 10px; } .site .x-colophon.bottom .x-social-global a{ display: block; margin: 5px; padding: 5px; background-color: #000; }Hope this helps.
October 1, 2016 at 4:54 am #1198340
wedtkeParticipantHi there, big thanks, works nice.
I added some custom icons via CSS and javascript with the help of another post.
2 of 4 icons are working – can you tell me why the ITUNES and the MAIL icons are not displaying?For the itunes icon i used the same technique as for the spotify and amazon icon.
For the Mail icon i used the x-icon-envelope.thanks!
October 1, 2016 at 5:24 am #1198360
ChristopherModeratorHi there,
Please update itunes code to :
(function($){ $('.x-social-global').append('<a href="https://itunes.apple.com/de/artist/lukas-droese/id329533125" class="itunes" title="iTunes" target="_blank"><i class="x-icon-itunes"></i></a>'); })(jQuery);Hope it helps.
October 1, 2016 at 5:49 am #1198370
wedtkeParticipantThx, worked – what about the envelope?
October 1, 2016 at 6:52 am #1198401
ChristopherModeratorHi there,
Please find this code :
.site .x-colophon.bottom .x-social-global { position: fixed; top: 120px; right: 0; z-index: 20000; padding: 10px; }And update it to :
.site .x-colophon.bottom .x-social-global { position: fixed; top: 57px; right: 0; z-index: 20000; padding: 10px; }Update email js code to following :
(function($){ $('.x-social-global').append('<a href="mailto:[email protected]" class="mail" title="Mail" target="_blank"><i class="x-icon-home" data-x-icon=""></i></a>'); })(jQuery);Hope it helps.
October 1, 2016 at 8:54 am #1198497
wedtkeParticipantThanks, worked fine. Have a nice day.
October 1, 2016 at 11:27 am #1198601
ThaiModeratorGlad it worked 🙂
If you need anything else please let us know.
October 13, 2016 at 9:08 am #1214702
wedtkeParticipantHey guys,
you did an amazing job, my client is super happy.
Now, the social buttons – is it possible to make them look good on mobile devices?
My first idea was to just shrink them in mobile view if possible – if not: Maybe make them disappear in mobile and let the social top bar appear instead?Thanks in advance, Nils, Hamburg Germany.
October 13, 2016 at 9:09 am #1214709
wedtkeParticipantScreenshot
October 13, 2016 at 11:43 am #1214960
JoaoModeratorHi There,
Please add the following code and adjust according to your wishes, the height, width, font-size and line-height:
@media(max-width: 480px) { .x-colophon.bottom .x-social-global a { width: 35px; height: 35px; font-size: 12px; font-size: 20px; line-height: 35px; } }Hope that helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1197676 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
