Home › Forums › All Other Themes › SPIRITED – Home Page response time
- This topic has 10 replies, 2 voices, and was last updated 8 years, 5 months ago by Sonl Sinha.
-
AuthorPosts
-
May 23, 2016 at 7:45 am #34495
I solved thanks to your help a lot of the bugs. The last I have left and that is not the least, this is the time of occurrence of the contents of the home page … We have to move the mouse down to that content can appear .. you fix it please
website : http://ogoubiakilotan-avocat.com
May 23, 2016 at 7:46 am #34496Hi Patrice,
Animation has to be disabled because without scrolling there is no animation and the below sections remain hidden.
Kindly refer to this forum post on how to disable animation: https://www.sktthemes.org/forums/topic/home-page-responsive-display/
In case you are unable to disable animation on your own kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact.
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
BradMay 23, 2016 at 8:46 am #34501your process doesn’t work
what I did after reading your process :
in STyle.css –> i desactivate this line :
/* = section first css
————————————————————– */
/*.welcome-wrap, .blogposts-wrap, .skills-wrap, .support-wrap, .team-wrap, .testimonial-wrap, .latestnews-wrap{visibility:hidden;}*/In Custom.jss :
and i replace FadeInUp for noeffectjQuery(‘.welcome-wrap’).each(function(){
var imagePos = jQuery(this).offset().top;var topOfWindow = jQuery(window).scrollTop();
if (imagePos < topOfWindow+450) {
jQuery(this).addClass(“noeffect”);
}
});It is correct or What must I do now ?
In
May 23, 2016 at 8:50 am #34504Hi Patrice,
Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
BradMay 23, 2016 at 9:37 am #34512Hi Patrice,
Give us full access so that we can remove the animation. We need new plugin installation and editor options.
Regards,
BradMay 23, 2016 at 11:02 am #34536I’m on a multisite wordpress … Send me the plugin to add or can you do a update .. it seems more simple .. doesn’t it ?
May 23, 2016 at 1:30 pm #34572Hi Patrice,
Download the updated custom.js from here: https://slack-files.com/T02T6CHHY-F1B0ZGHQU-3171489340
And remove this class from style.css:
.welcome-wrap, .blogposts-wrap, .skills-wrap, .support-wrap, .team-wrap, .testimonial-wrap, .latestnews-wrap{visibility:hidden;}
Regards,
BradMay 24, 2016 at 6:21 am #34676Hello ,
You resolved my issue , but you created a new one .. You lost my HEADER MENU … go to my website to see that ..
May 24, 2016 at 6:38 am #34679Hi Patrice,
You have added a wrong code. You copied all the text from the given link.
So here is the custom.js file: https://slack-files.com/T02T6CHHY-F1B7L30AY-1055ce8014
Unzip the given zip file and paste it in the js folder
Regards,
BradMay 24, 2016 at 7:24 am #34685All right , it’s working now
Many Thanx Brad , you do a good job !!
(RESOLVED)May 24, 2016 at 7:32 am #34687Hi Patrice,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.