Hi @arminunruh, there is a mode/trick to have a magnetic scroll (without addon) from id="cover-region" to id="rows-region"?
Thank you! :)
baumiao
Posts
-
Magnetic scroll from cover to rows regionJan 8, 2017, 6:09 PM -
Smooth scroll with anchorJan 8, 2017, 6:01 PM@duezerouno whit this works for me:
<script>
jQuery(document).ready(function(){
jQuery('body').on('click', '.your-class', function(event) {
event.preventDefault();
var id = jQuery(this).attr('href');
jQuery('html, body').animate( { scrollTop: jQuery(id).offset().top }, 750 );
});
})
</script> -
Multilanguage + contact and newsletter formsJan 8, 2017, 5:58 PMHi! thanks @arminunruh. Ok I understood, instead it support Contact form 7 and MailChimp form?
-
Project Thumbnails title above the imageJan 5, 2017, 1:52 PMHi @arminunruh, there is a mode to position the title above the Project Thumbnails?
Thanks -
Multilanguage + contact and newsletter formsJan 5, 2017, 1:43 PM@azn thanks man, I will try it. For newsletter form?
-
Multilanguage + contact and newsletter formsJan 5, 2017, 11:30 AMHi @arminunruh can you help me? thanks :)
-
Multilanguage + contact and newsletter formsJan 4, 2017, 4:23 PMHi Armin,
there is a solution for multi language ?...I would use Lay theme for a new project for a my client but it must have two language :(Thanks!
UP: I would need also to a contact form and newsletter form, it's possible?
-
florianrougeron.com —Jan 4, 2017, 2:18 PMHi @poupoutchak, nice site ;) How do you have integrated marquee text animate?
Cheers!
-
Smooth scroll with anchorJan 4, 2017, 1:15 AMHi! @Nathalie I tried your latest code and I added display:none to .js-scrollTo element but it's disappeared... otherwise if I not add display:none it remains always visible.
<script>
jQuery(document).ready(function(){
jQuery(".js-scrollTo").hide();
// fade in and out
jQuery(function () {
jQuery(window).scroll(function () {
if (jQuery(this).scrollTop() > 500) {
jQuery('.js-scrollTo').fadeIn();
} else {
jQuery('.js-scrollTo').fadeOut();
}
});
jQuery('body').on('click', '.js-scrollTo', function(event) {
event.preventDefault();
var id = jQuery(this).attr('href');
jQuery('html, body').animate( { scrollTop: jQuery(id).offset().top }, 750 );
});
});
});
</script>.js-scrollTo{display:none !important;}
-
Problem with "intro-image" in mobile versionNov 17, 2016, 11:18 AMHello,
we are having problems with the option “intro-image” which doesn’t work (it doesn’t load our splashing yellow page).Could you please help us?
Thank You -
Change the color of body background when hovering on linksOct 25, 2016, 2:17 PMHi Everybody,
I put the following script
<script>
jQuery(document).ready(function(){
jQuery("a").hover(function(){
jQuery("body").css('background-color','red');
});
jQuery("a").mouseleave(function(){
jQuery("body").css('background-color','white');
});});
</script>in “Custom <head> content” in order to change the color of body background when hovering on links.
That script only works with “a” links of nav menu, while for the “a” links in the #main-region we have problems.Could you help us resolve them?
It seems there is a conflict between loading of the dynamic content and our jquery event, isn’t it?Thanks
-
Change body bgcolor on hovering a "a" linkOct 21, 2016, 1:23 PMHi.
I have put this script in "Custom <head> content" but only the " 'a' links" of nav change the color of body background. The others " 'a' links" in the "#main-region" don't work.Seems there is a problem between the dynamic content loading and my event jquery, right?
<script>
jQuery(document).ready(function(){
jQuery("a").hover(function(){
jQuery("body").css('background-color','red');
});
jQuery("a").mouseleave(function(){
jQuery("body").css('background-color','white');
});});
</script>
I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it