Home › Forums › ZA WordPress Theme › Revolution Slider to trigger the Wipe Out transition animation
- This topic has 12 replies, 2 voices, and was last updated 9 years, 11 months ago by
SeaTheme.
-
AuthorPosts
-
June 21, 2016 at 6:39 pm #10843
Greetings,
Loving the theme so much. Great job you guys!
I have one quick question about the Slider Revolution.I got the Slider Revolution working great. I use it to display featured portfolio on the homepage.
When a user clicks on one of the slides, it will take them to the portfolio detail page (Post page).
What I can not figure out is how to trigger the wipe out animation (the loading screen with the logo). When a user click on the link, it doesn’t trigger the first half of the animation, it only triggers when the page is fully loaded and it triggers the closing part of the animation only and not the opening.Any thought?
June 22, 2016 at 2:52 am #10847Hi, thanks 🙂
You could add the code to trigger the page loader animation in /za-theme/js/custom.theme.js, here: https://www.dropbox.com/s/p7pa3yciw346lph/QQ20160622-1.jpg?dl=0
add the link classname
.tp-caption a, change as://slide / archive unit $('.tp-caption a,.disable-scroll-a,.blog-unit-tit a,.carousel-des-wrap-tit-a,.article-meta-unit a,.blog-unit-more-a').click(function(){ themeData.fnPageLoadingEvent($(this)); return false; });If it does’t work, maybe the classname is not right, please leave your page url.
June 22, 2016 at 4:58 pm #10849This reply has been marked as private.June 23, 2016 at 1:39 am #10851Please try to change as:
.tp-mask-wrap a
//slide / archive unit$('.tp-mask-wrap a,.disable-scroll-a,.blog-unit-tit a,.carousel-des-wrap-tit-a,.article-meta-unit a,.blog-unit-more-a').click(function(){ themeData.fnPageLoadingEvent($(this)); return false; });June 23, 2016 at 1:39 am #10852Please clean the browser cache and refresh the page to test.
June 23, 2016 at 2:44 am #10854Thanks for your assistance. Unfortunately it still doesn’t work. And I did clear the cache and tried it on 3 different browsers.
Any other ideas?Thank you
June 24, 2016 at 2:07 am #10860Please upload the Revo slider demo data (or send to uiueux@gmail.com), I’ll make some test.
June 27, 2016 at 5:13 pm #10867Sorry for the late respond. Can you quickly show me how to output a demo data?
June 28, 2016 at 12:08 am #10870Sorry for the late respond. Can you quickly show me how to output a demo data?
Did you mean import the demo data for Revolution slider?
June 28, 2016 at 1:46 am #10876Yes, please see the above post prior to my question.
June 28, 2016 at 2:54 am #10877June 28, 2016 at 2:56 am #10878I apologize for not being clear, I think you have mistaken with my request.
I was asked by someone to upload my Revo Slide data to uiueux@gmail.com, so I am trying to figure out how to find where the revo data is, so I can send it over email.Thank you
June 28, 2016 at 3:31 am #10880Sorry, I should apologize, it is how to export data: https://www.dropbox.com/s/45ebiq47185we55/QQ20160628-11.jpg?dl=0
-
AuthorPosts
- You must be logged in to reply to this topic.
