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

A

axel

@axel
About
Posts
7
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Need help with element follows the cursor
    A axel

    to answer the question myself (i have noticed that there are a lot of similar questions on this topic here) and maybe to offer a general solution for others who have the same problem, here is a working script:

    https://codepen.io/pingundpong/pen/bGqoexy

    it might need some performance testing and tweaking, but it fits the needs.

    good luck and have fun,
    Axel

    General Discussion

  • Need help with element follows the cursor
    A axel

    Hello, dear Masters of the Universe,

    i hope you can help. I have the following custom js, to make the ".below-image" -class of project-thumbnials follows the cursor: (my working pen: https://codepen.io/pingundpong/pen/abJmxQy)
    adapted to lay theme like this:

    <script>
    window.laytheme.on("newpageshown", function(layoutObj, type, obj){
        
        jQuery(document).on("mousemove", function (e) {
            jQuery(".below-image").css({
                left: e.pageX,
                top: e.pageY
            });
        });
        
    });
    </script>
    

    and the css:

    .below-image {
        display: none;
        width: 420px;
        margin-left: 10px;
        position: absolute;
        font-weight: 700;
        color: #000;
        z-index:80;
    }
    a:hover .below-image{
        display: block;
    }
    

    It looks like the absolute positioning gets ignored.
    I also tried with jQuery(element).on() but without success.

    do you have any idea how I can solve it?
    or is the way i do this just the wrong approach to achieve the goal?

    you can check the behaviour with lay theme on my project page:
    http://querfeld.pingundpong.de/mousefollow-test/

    many thanks for helping!
    regards, Axel

    General Discussion

  • css type error
    A axel

    just a little typo :)

    (index:1170)

    @media (min-width: 601px)
    .slug-startseite p a {
        cursor: pointe!important;
    }
    

    lg, axel

    Bug Reports

  • Page links do not work. (do not redirect)
    A axel

    @arminunruh said in Page links do not work. (do not redirect):

    hey yea
    can you update to 3.0.9 now and see if it works?

    it works now! very well. thank you for the update!

    best,
    Axel

    Bug Reports

  • Menu link not working after update to 3.0.0
    A axel

    @adamb this is the same issue, i reported with another thread. "Page links do not work. (do not redirect)"

    i tested the same on your website www.adambaltieri.info and removed "data-type:project" from the link's html with chrome-dev and the link works. @arminunruh perhaps an approach?

    Bug Reports

  • Page links do not work. (do not redirect)
    A axel

    I have observed the following:

    if I delete the data-type attribute from the html inside the links with chrome dev (e.g. data-type:page; data-type:project), the redirection of the links works. maybe this could be helpful?

    regards,
    Axel

    Bug Reports

  • Page links do not work. (do not redirect)
    A axel

    hi!

    first of all, big up for your great work.
    but finally, i have a problem after the latest updates.

    my site is: https://volkerkreidler.de

    as you can see, the links are activated after click, but there is no redirection.
    in a strange way it works with the "info" link on my page. but i can't explain why.

    please have a look at this, i can't evaluate what is causing the problem.
    and i'm glad to hear any approach how to fix it.

    thanks in advance,
    axel

    *edit:
    i did all the recommended stuff, like update latest php version (7.4), deactivated/activated all 3rd party plugins, removed custom css & javascript, reactivate permlinks, etc. - i'm out of ideas

    Bug Reports
  • Login

  • Don't have an account? Register

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