Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #515382

    Hello!

    Is it possible to change the load more masory Preloader to the one that is used in global site?

    Thanks

    • This topic was modified 9 years, 1 month ago by gabreu.
    #515733

    Hey gabreu!

    not sure what you want to achieve. Can you explain further please? a link showing the elements you are talking about would help a lot.

    Best regards,
    Andy

    #515772

    Hey Andy,

    maybe if you see this: http://giselabreu.com/preloader.jpg

    tks

    Gisela Abreu

    #515791

    Hi!

    Please try adding following code to Functions.php file in Appearance > Editor

    function add_custom_target(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.avia_loading_icon').append('<div class="av-siteloader"><div class="av-siteloader-extra"></div></div>');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_target');

    then add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_loading_icon {background:none !important; }

    Cheers!
    Yigit

    #515802

    Hi,

    I’m using a child theme, so i have added the code to both, functions.php and style.css, but is not working.
    I believe that the only thing is working is the css. When i click the load more button, no preloader appears.

    Tks.
    Gisela

    • This reply was modified 9 years, 1 month ago by gabreu.
    #515805

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Cheers!
    Yigit

    #516342

    Hello Yigit!

    We have spoke to our client, and sometimes is better not to complicate.
    When we removed the preloader, we understand that there’s no need of preloader at all for this action.
    So our problem is solved by now.
    However if he change his mind, i will create a temporary admin login for you to help me.

    Thank you for your effort, best regards.

    Gisela

    #516345

    Hi Gisela!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Have a great weekend!

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Load More Preloader’ is closed to new replies.