Forum Replies Created

Viewing 10 posts - 111 through 120 (of 328 total)
  • Author
    Posts
  • in reply to: Infinite Scroll Loading #31795

    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

    in reply to: Infinite Scroll Loading #31790

    It can be saved as GIF, SVG,  CSS or PNG.  how would i incorporate this into the code you have here?

    in reply to: Infinite Scroll Loading #31789

    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>

     

    in reply to: Infinite Scroll Loading #31778

    ok so just put spinner code in place of it? i will try that thx.

    in reply to: Infinite Scroll Loading #31611

    yes ok, so its already there.  i didn’t put it there.  so what happens now?? how do change the spinner??

    in reply to: Infinite Scroll Loading #31600

    the pagination.php file has no code on line 31.  but the code you gave me is already here on line 33.  ??

    in reply to: REMOVE BLANK SPACE IN FOOTER AREA #31556

    wait it worked.  but there is now like a really thin black space now

    in reply to: REMOVE BLANK SPACE IN FOOTER AREA #31555

    its still there.  did not work.

    in reply to: left or right pane Fixed position #31160

    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

    in reply to: left or right pane Fixed position #31159

    i have a few elements on sidebar, but only want to stick this one “yith-wcan-list yith-wcan categories”

Viewing 10 posts - 111 through 120 (of 328 total)