Forum Replies Created
-
AuthorPosts
-
so i have the https address of the gif. do i just replace the line below with that?
<?php echo next_posts_link( esc_html__( ‘Load More’, ‘claue’ ) ); ?>
https://bestfitbybrazil.com/wp-content/uploads/2019/06/Eclipse-0.5s-200px.gif
It can be saved as GIF, SVG, CSS or PNG. how would i incorporate this into the code you have here?
the spinner is in CSS. Will that work in this file you speak of? The css code is quite long
<style type=”text/css”>@keyframes lds-eclipse {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes lds-eclipse {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.lds-eclipse {
position: relative;
}
.lds-eclipse div {
position: absolute;
-webkit-animation: lds-eclipse 0.5s linear infinite;
animation: lds-eclipse 0.5s linear infinite;
width: 160px;
height: 160px;
top: 20px;
left: 20px;
border-radius: 50%;
box-shadow: 0 10px 0 0 #e06ed3;
-webkit-transform-origin: 80px 85px;
transform-origin: 80px 85px;
}
.lds-eclipse {
width: 105px !important;
height: 105px !important;
-webkit-transform: translate(-52.5px, -52.5px) scale(0.525) translate(52.5px, 52.5px);
transform: translate(-52.5px, -52.5px) scale(0.525) translate(52.5px, 52.5px);
}
</style>ok so just put spinner code in place of it? i will try that thx.
yes ok, so its already there. i didn’t put it there. so what happens now?? how do change the spinner??
the pagination.php file has no code on line 31. but the code you gave me is already here on line 33. ??
wait it worked. but there is now like a really thin black space now
its still there. did not work.
i switch plugins to Q2W3 Fixed Widget (sticky widget). have you heard anything about it? seems easier to set up and you can set up sticky by simply clicking the enabled box on the widget that gets put there by the plugins on all widgets
i have a few elements on sidebar, but only want to stick this one “yith-wcan-list yith-wcan categories”
-
AuthorPosts