Home › Forums › Theone WordPress Theme › principal homepage loading style
- This topic has 4 replies, 2 voices, and was last updated 11 years, 1 month ago by
SeaTheme.
-
AuthorPosts
-
October 15, 2014 at 9:56 pm #4928
JPLARSON
ParticipantHi, i have a problem, i want to load the home page like the demo http://ximudesign.com/theone2/fullscreen-slider/ but i dont know how i change that. My website load diferent http://chucrut.larson.cl/ ( like the other demo examples),
i hope you can help me.best regards.
October 16, 2014 at 4:26 am #4929Hi, did you mean how to change the text in fullscreen slider? please edit the slide of Revolution Slider(named fullscreen slider), Edit Slides and check Layers Timing & Sorting panel(screenshot), click one text layer, the text would show in left editor,you could edit it
Best,Bwsm
Follow on @uiueux to get update news!October 16, 2014 at 2:07 pm #4936JPLARSON
ParticipantNo, I dont mean that, sorry if not explain very well,
i attached a video to show, I want to change the loader of my page, i want to use the loader of the demos in the video.
I hope you can see the difference, and explain me how change that.[video src="http://larson.cl/screencast.mp4" /]
here are the different ways to load the pages:
http://ximudesign.com/theone2/fullscreen-slider/ (loader 1 , like the demos in the video)
http://ximudesign.com/theone2/ (loader 2, this is running in my page http://chucrut.larson.cl)best regards.
October 17, 2014 at 3:04 am #4949Hi,
– loader 1: This loading is normal page loading,you could disable the loading effect in theme option ( wp-admin/theone/general settings/Enable Fade-in Loading Efect)
http://ximudesign.com/theone2/fullscreen-slider/– loader 2: This loading is only shown on homepage(index page)
http://ximudesign.com/theone2/
If you want to repace loader 2 as loader 1 in homepage, please follow:
a) remove line 98 of ../theone/functions/interface/interface-admin.php
wp_enqueue_script('ux-interface-queryloader');
b) remove last 3 lines of ../theone/template/global/footer.php<?php if(is_front_page() || is_home()){ ?> <div id="site-loading-mask"></div> <?php } ?>c) active the loader 1 in home page:
remove line 3-5 of ../theone/template/global/page-loading.phpif(is_front_page() || is_home()){ $visible = false; }April 26, 2015 at 6:06 am #7065If you want to remove the loader in homepage:
a) remove line 98 of ../theone/functions/interface/interface-admin.php
wp_enqueue_script('ux-interface-queryloader');b) remove last 3 lines of ../theone/template/global/footer.php
<?php if(is_front_page() || is_home()){ ?> <div id="site-loading-mask"></div> <?php } ?> -
AuthorPosts
- You must be logged in to reply to this topic.
