Home Forums Themes Support Claue Changing Preloader

Viewing 3 reply threads
  • Author
    Posts
    • #29966

      Hi Harry,

      Hope you and the team are doing great. 🙂

      Is there any chance to change the preloader?

      According to this Link, I would like to use this preloader: http://prntscr.com/n3hqim

      Source:

      html

      
      <div class="spinner">
      <div class="bounce1"></div>
      <div class="bounce2"></div>
      <div class="bounce3"></div>
      </div>
      

      css

      .spinner {
      margin: 100px auto 0;
      width: 70px;
      text-align: center;
      }
      
      .spinner > div {
      width: 18px;
      height: 18px;
      background-color: #333;
      
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      }
      
      .spinner .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
      }
      
      .spinner .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
      }
      
      @-webkit-keyframes sk-bouncedelay {
      0%, 80%, 100% { -webkit-transform: scale(0) }
      40% { -webkit-transform: scale(1.0) }
      }
      
      @keyframes sk-bouncedelay {
      0%, 80%, 100% {
      -webkit-transform: scale(0);
      transform: scale(0);
      } 40% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
      }
      }

      How can I customize the preloader?

      Regards

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #29973

      Hi Rahim,

      Please copy file footer.php from claue to claue-child and replace HTML code line 16 to 18 with your html code and add your css to claue-child > style.css

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #30121

      Hi Harry,

      Hope you and the team are fine.

      Congrats for passing 2000 sales on themeforest. 🙂

      I really like your theme and most of the time I encourage my friends to visit your site and see your demos.

      Unfortunately as I told you before, Envato has banned our country and we are cannot buy any theme from them.

      But I just checked your Alexa and saw that most of your visitors are from Iran (26.3%).

      Happy for this. 🙂

      Alexa: https://www.alexa.com/siteinfo/janstudio.net

       

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #30131

      Hi Rahim,

      Thank you for recommend our theme for your friends.

      I’m sorry but i have no way to sell our theme on your country.

      I know your case because they (United States and more rich countries ) banned our country in past.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.