-
AuthorPosts
-
October 7, 2015 at 5:25 pm #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.
October 8, 2015 at 12:52 pm #515733Hey 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,
AndyOctober 8, 2015 at 1:41 pm #515772October 8, 2015 at 2:03 pm #515791Hi!
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!
YigitOctober 8, 2015 at 2:14 pm #515802Hi,
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.
October 8, 2015 at 2:16 pm #515805Hi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitOctober 9, 2015 at 12:04 pm #516342Hello 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
October 9, 2015 at 12:07 pm #516345Hi 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 -
AuthorPosts
- The topic ‘Load More Preloader’ is closed to new replies.