Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

B

baumiao

@baumiao
About
Posts
13
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Magnetic scroll from cover to rows region
    B baumiao
    Jan 8, 2017, 6:09 PM

    Hi @arminunruh, there is a mode/trick to have a magnetic scroll (without addon) from id="cover-region" to id="rows-region"?
    Thank you! :)

    General Discussion

  • Smooth scroll with anchor
    B baumiao
    Jan 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>

    General Discussion

  • Multilanguage + contact and newsletter forms
    B baumiao
    Jan 8, 2017, 5:58 PM

    Hi! thanks @arminunruh. Ok I understood, instead it support Contact form 7 and MailChimp form?

    General Discussion

  • Project Thumbnails title above the image
    B baumiao
    Jan 5, 2017, 1:52 PM

    Hi @arminunruh, there is a mode to position the title above the Project Thumbnails?
    Thanks

    General Discussion

  • Multilanguage + contact and newsletter forms
    B baumiao
    Jan 5, 2017, 1:43 PM

    @azn thanks man, I will try it. For newsletter form?

    General Discussion

  • Multilanguage + contact and newsletter forms
    B baumiao
    Jan 5, 2017, 11:30 AM

    Hi @arminunruh can you help me? thanks :)

    General Discussion

  • Multilanguage + contact and newsletter forms
    B baumiao
    Jan 4, 2017, 4:23 PM

    Hi 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?

    General Discussion

  • florianrougeron.com —
    B baumiao
    Jan 4, 2017, 2:18 PM

    Hi @poupoutchak, nice site ;) How do you have integrated marquee text animate?

    Cheers!

    Showcase

  • Smooth scroll with anchor
    B baumiao
    Jan 4, 2017, 1:15 AM

    Hi! @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;}

    General Discussion

  • Problem with "intro-image" in mobile version
    B baumiao
    Nov 17, 2016, 11:18 AM

    Hello,
    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

    General Discussion intro image mobile load

  • Change the color of body background when hovering on links
    B baumiao
    Oct 25, 2016, 2:17 PM

    Hi 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

    General Discussion backgroundcolor javascript jquery

  • Change body bgcolor on hovering a "a" link
    B baumiao
    Oct 21, 2016, 1:23 PM

    Hi.
    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>

    General Discussion backgroundcolor javascript

I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com

Before you post:
  1. When using a WordPress Cache plugin, disable it or clear your cache.
  2. Update Lay Theme and all Lay Theme Addons
  3. Disable all Plugins
  4. 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:
  1. Post a link to where the problem is
  2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
  3. If the problem is difficult to explain, post screenshots / link to a video to explain it
Online Users
C
craigfeldspar
6 minutes ago
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
laytheme.com
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search