Tagged: x
-
AuthorPosts
-
October 24, 2016 at 1:02 pm #1228671
EricParticipantHi I have a client that wants to use their logo as the spinner icon while slide loads. It seems this question was asked a couple years ago and the answer was to replace one of the spinner gifs in plugins/revslider/assets directory. Is this still the same process? I’m not seeing any gifs in the assets directory.
Thanks!
October 24, 2016 at 2:43 pm #1228815
NicoModeratorHi There,
Thanks for writing in.
We would love to help you however the process of changing the spinner now is quite technical and it is beyond the scope of our support.
Upon checking further, the spinner used or created using CSS only.
Sample:
To change the spinner icon,
Using the second spinner, the class is#rev_slider_1_1_wrapper .tp-loader.spinner2{ //change it to image or another color background: url(https://community.theme.co/app/themes/x-member-area/images/badges/time/2.png); }Then to change the animation of the spinner,
.tp-loader.spinner2{ width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; background-color: #ff0000; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); border-radius: 100%; -webkit-animation: tp-scaleout 1.0s infinite ease-in-out; animation: tp-scaleout 1.0s infinite ease-in-out; }Hope it helps.
Thanks for understanding.
October 25, 2016 at 11:29 am #1230079
EricParticipantThanks!
October 25, 2016 at 11:36 am #1230088
EricParticipantThanks for responding Nico. The client wants to use their logo. Would this be possible?
October 25, 2016 at 12:18 pm #1230145
RahulModeratorHey There,
You can upload a logo as a Media and can insert that URL to the above code.
Hope this helps!
October 25, 2016 at 1:54 pm #1230318
EricParticipantThere you go. Thanks!
October 25, 2016 at 2:06 pm #1230339
NicoModeratorLet us know how it goes.
Feel free to ask us again.
Thanks.
October 26, 2016 at 1:05 pm #1231940
EricParticipantHi there. I added the custom css as advised and I’m not seeing any change.
1. Added custom CSS
2. Uploaded a logo to use for the spinner
3. Modified the URL in the CSS to use logo.
4. Changed Spinner type to “2” in Rev Slider.No changes. What else can I do?
October 26, 2016 at 4:11 pm #1232119
NicoModeratorHi There,
It should have worked.
Would you mind sharing us your admin credentials so we could check your setup closer.
Don’t forget to set it as private reply.
Thanks.
October 27, 2016 at 6:44 am #1232989
EricParticipantThis reply has been marked as private.October 27, 2016 at 7:43 am #1233056
Paul RModeratorHi,
I went ahead and change it by adding this in your custom css.
.home .tp-loader.spinner0 { background-image:url(http://1cp3531zhs0530wg6fr6xb61.wpengine.netdna-cdn.com/wp-content/uploads/2016/10/1.png) !important; }Kindly check on your end.
Thanks
October 27, 2016 at 8:12 am #1233101
EricParticipantIt worked!
Thanks!
October 27, 2016 at 8:28 am #1233124
EricParticipantThe original .gif had a white background, so I uploaded an image with a transparent background. Its a little larger, but now its a square. How can I fix this so its round like the logo?
Thank you so much for you help on this!
October 27, 2016 at 10:41 am #1233334
ChristianModeratorI added
border-radius: 100emto your CSS so overall code is.home .tp-loader.spinner0 { background-image:url(http://1cp3531zhs0530wg6fr6xb61.wpengine.netdna-cdn.com/wp-content/uploads/2016/10/1.png) !important; border-radius: 100em }Hope that helps. 🙂
November 3, 2016 at 8:38 am #1242321
EricParticipantHi – can we revisit this? The spinner logo is cut off. I adjusted the border-radius from 100em to 150em and its still cut off. Please advise. Site: http://www.link360inc.com/
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1228671 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
