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

P

pauljuergens

@pauljuergens
About
Posts
10
Topics
3
Shares
0
Groups
0
Followers
1
Following
0

Posts

Recent Best Controversial

  • style numbers
    P pauljuergens

    @Johan-Saj I just tried and it also didn't worked… but thanks!!

    General Discussion carousel carousel addon custom

  • style numbers
    P pauljuergens

    Hi There, I am trying to style the numbers of the carousel and instead of 1/4 I wanna have 1 4
    but its not working…

    is there any way?

    <script>
    window.laytheme.on('newpageshown', function(){
    jQuery('span.numbers').html(function() {
          return jQuery(this).text().replace('/', '  ');
        });
    });
    </script>
    
    General Discussion carousel carousel addon custom

  • Show Thumbnail when hover over text
    P pauljuergens

    ok, i solved the problem !! i added a menu and i don't know why but this fixed everything haha !

    Thanks for your help @mariusjopen !!

    General Discussion

  • Show Thumbnail when hover over text
    P pauljuergens

    its really strange. @mariusjopen

    when i open the inspector tools, its directly working without any change of code but only once.. it seems something ins blocking the image..

    or if you go into the inspector and search for the id #img1 and turn display:none; of close the inspector and open it again and turn display:none; on again it is also working.. but only when the inspector is opened

    here is a video:
    https://www.paul-juergens.de/wp-content/uploads/2020/01/Bildschirmvideo-aufnehmen-2020-01-13-um-14.15.58.mov

    General Discussion

  • Show Thumbnail when hover over text
    P pauljuergens

    hi @mariusjopen... its not working. i am really stuck.
    i tried another method and it seems like its moving something but the image is still not there..
    the method i used now was like the first one with css.
    https://www.paul-juergens.de
    so when you hover over seltsame tage (.type1) the space for the image is showing, but not the image.

    is this my fault or is something not working.. i don't know

    General Discussion

  • Show Thumbnail when hover over text
    P pauljuergens

    @mariusjopen thanks for all your help ! unfortunately it still doesn't work... and i don't know what i am doing wrong ...

    i changed the javascript to:

    <script>
    jQuery(document).on("mouseenter",".type1" function(event) {
    jQuery("this").addClass("active")
    });
    </script>

    and added the !important to the css..

    General Discussion

  • Show Thumbnail when hover over text
    P pauljuergens

    Hi @mariusjopen ,

    thank you for your fast respond.

    i added this to my css:

    #hidden-image {
    display:none;
    }

    #hidden-image .active {
    display:block;
    }

    and this to my javascript

    <script>
    jQuery(".arnoschmidttype").on("mouseenter", function () {
    jQuery("this").addClass("active")
    })
    </script>

    but it does not work...

    General Discussion

  • Show Thumbnail when hover over text
    P pauljuergens

    Hi Guys,

    i am working on my Portfolio (https://www.paul-juergens.de) and i tried to add the feature, when hovering over the project Titel, the Project Thumbnails shows off. I wrote some custom css and tried out a lot, but i don't get it work.. can somebody help me?

    The Text has a custom class called arnoschmidttype

    0_1578094188264_Bildschirmfoto 2020-01-04 um 00.28.51.png 0_1578094179623_Bildschirmfoto 2020-01-04 um 00.28.41.png

    General Discussion
  • Login

  • Don't have an account? Register

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