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

DMBD

DMB

@DMB
About
Posts
111
Topics
39
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Custom Lines/page dividers
    DMBD DMB

    If you set the left-right frame to 0% you could then just use normal rows with background colours as a divider. Then you could just use the x/y offsets to create a margin for your content. Bit of a hack but it'll work.

    D

    General Discussion

  • Scroll to anchor on another page
    DMBD DMB

    Hey man, I figured this out last week but then ended up not using the smooth scroll!

    So in custom head content put this:

    <!--SMOOTH SCROLL ANCHOR POINTS-->

    <script>
    jQuery(document).ready(function(){
    jQuery('body').on('click', '.yourclasshere', function(event) {
    event.preventDefault();
    var id = jQuery(this).attr('href');
    jQuery('html, body').animate( { scrollTop: jQuery(id).offset().top }, 750, 'swing' );
    });
    })
    </script>

    So obviously you need to replace 'yourclasshere' with your own class name.

    What I was using this script for was for several text links at the top of the page which would just scroll down to a certain point underneath where each image was.

    In that case I assigned the point I wanted to arrive at an #id and then in the text editor using the 'link' button entered this id '#youridhere'.

    I then had to go into the html editor in the text editor and manually add in the class in my JS script before the href link.

    That way all my anchors were smooth scrolling.

    I'm not entirely clear what you want to smooth scroll but hope you can adapt my code :)

    Best,

    Duncan

    General Discussion

  • Horizontal Line Style
    DMBD DMB

    In the gridder, select 'More' and you will see an option for "Horizontal Line' - you can then add it anywhere in the gridder.

    To change the line thickness go to 'Lay Options' - 'Lay Options' and under 'Horizontal Lines' you can set the horizontal line height.

    Hope that helps,

    D

    General Discussion

  • Horizontal Line, how-to
    DMBD DMB

    @Hayo-Gebauer I think that is just a border on the top of the footer - not a horizontal line that you can add in the gridder.

    If you want a horizontal line on your footer like your link, add this to your custom CSS:

    #footer-region {border-top: 1px solid black;}

    Best,

    D

    General Discussion

  • Random color background
    DMBD DMB

    @arminunruh Works perfectly! Thanks so much man! If i could buy you a beer i would! :beer:

    General Discussion backgroundcolor color random background

  • Can't move or resize any element in the gridder
    DMBD DMB

    @DMB Actually its ok, seems to have sorted itself out now - weird! :v:

    Bug Reports gridder resize

  • Strange Faux Bold effect when using Project Description for project thumbnails
    DMBD DMB

    @arminunruh Brilliant that fixed it - thanks so much man, and keep up the great work :)

    Bug Reports faux bold font projects thumbnail

  • Carousel : Style Text Slides?
    DMBD DMB

    @arminunruh Genius! Thanks so much Armin! I'm honoured to get an update for my problem ;)

    Addons carousel addon text carousel

  • A few examples of my usage of "Lay Theme"
    DMBD DMB

    Hi @ArneRobot !

    Great websites! I just wondered how you integrated the full screen slider menus with the burger in the desktop site? Been wondering how to implement that for a while..

    Best,

    D

    Showcase
  • Login

  • Don't have an account? Register

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