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

J

J KMB

@J KMB
About
Posts
13
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Font changes when viewed on a mobile device but not when viewed on desktop and resized
    J J KMB
    Apr 11, 2023, 7:49 PM

    Website is here: https://www.jack-kimberley.com/index/

    when viewed on an iphone the font changes to a sans serif rather than the specified font 'Starling'

    Any fixes would be greatly appreciated - thank you

    General Discussion

  • Hide mobile navigation not working
    J J KMB
    Jun 29, 2020, 4:27 PM

    @mariusjopen Worked perfectly, thank you so much again for your time

    General Discussion

  • Hide mobile navigation not working
    J J KMB
    Jun 19, 2020, 5:03 PM

    Hi,

    I am trying to hide the navigation of a mobile site on the holding page, but it cant get it to work.

    The site is pollardstreetprocessing.com . the page that comes up is the page i am trying to hide it on.

    i am using the custom css:

    .slug-holding_page .mobile-title {
    display: none !important;
    }

    is there something I am missing?

    Thanks for your time,
    Jack

    General Discussion

  • Position: fixed; not working properly, instead keep scrolling with the page
    J J KMB
    May 2, 2020, 7:05 PM

    Hi everyone.

    I am having a problem with fixing an element, I have done this in the past and on other lay theme sites but for some reason it isn't working.

    Website is here: http://pollardstreetprocessing.com/index-6-2. Password: layhelp

    I am trying to get the black square (circled in red) to be fixed in position while the page scrolls, but they scroll with the page instead.

    My CSS for the item is here:

    .fixed-box-2 {
    position: fixed;
    bottom: 20px;
    right:20px;
    z-index: 1000;
    }

    Positioning is not final, I just want to get them fixed first and I will position them after. Ideally they are positioned where they are now, just fixed 20px from the bottom of the page.

    Can anyone help? What am I doing wrong?

    Thanks,
    Jack

    Screen Shot 2020-05-02 at 20.00.12.png

    General Discussion

  • How can I stop custom link items in the menu jumping to the VERY top of the page
    J J KMB
    Apr 9, 2020, 9:11 AM

    Hi Marius.

    This worked perfectly, thank you again for your help. I was making it more complicated than it needed to be.

    The single page scroll works with anchor tags and then the custom link menu function.

    Thanks so much

    Jack

    General Discussion

  • How can I stop custom link items in the menu jumping to the VERY top of the page
    J J KMB
    Apr 8, 2020, 5:30 PM

    Hello,

    I'm having a little trouble with some CSS on a website I'm working on and wondered if anyone could help me please. I am a beginner so apologies if this is basic stuff, but I'm a little out of my depth.

    I have a menu that uses custom links to jump to sections of a one page website. I do this with appearance>menus>add menu item>custom link> URL: #05 and then in the source code of the text box in gridder I add <a name="05">anchored item</a> .

    However, when I click the menu item at the top and it jumps down the page to the anchor tag, the tagged item appears at the very top of the browser window. I would like to have a little padding between the top of the screen and the tagged item.

    I understand from research (google) a good way to do this is the the ::before CSS selector.
    for example:

    ??::before {
    display: block;
    content: " ";
    margin-top: -285px;
    height: 285px;
    visibility: hidden;
    pointer-events: none;
    }

    However, when I try to find my anchored item with inspect element I can't see the a class of the item to attribute the CSS above to. Please see my screenshot attached (1) as opposed to how it looks on the Laytheme custom CSS documentation (2)

    so as I don't know what the css selector for the item is, my code is looking like this:

    body.slug-index-6-2 .WHATGOESHERE?::before {
    display: block;
    content: " ";
    margin-top: -285px;
    height: 285px;
    visibility: hidden;
    pointer-events: none;
    }

    The webpage is accessable here: http://box5394.temp.domains/~pollard4/index-6-2
    password : Layforumhelp

    Id appriciate any help very much.

    Thanks,
    Jack!

    [alt text](Screen Shot 2020-04-08 at 18.04.01.png image url)
    Screen Shot 2020-04-08 at 18.30.06.png

    General Discussion

  • Can a background colour be applied to multiple rows and the row gutter inbetween them?
    J J KMB
    Mar 2, 2020, 8:00 PM

    @Anders @mariusjopen Wow! That worked absolutely perfectly. I wasn't aware of space above and below values! This has worked perfectly. Thank you both so much for your time

    General Discussion

  • Can a background colour be applied to multiple rows and the row gutter inbetween them?
    J J KMB
    Mar 1, 2020, 6:25 PM

    Hi Marius.

    A link to the (incomplete) site is here :http://box5394.temp.domains/~pollard4

    and this image is roughly how I'm trying to get the prices section to look, as described above

    Screen Shot 2020-03-01 at 18.24.28.png

    Thanks,
    Jack

    General Discussion

  • Can a background colour be applied to multiple rows and the row gutter inbetween them?
    J J KMB
    Feb 20, 2020, 1:13 PM

    A good example of what I mean would be this website: https://anime-architecture.org/

    General Discussion

  • Can a background colour be applied to multiple rows and the row gutter inbetween them?
    J J KMB
    Feb 19, 2020, 8:25 PM

    P.S.

    I have tried the stack element but this table requires multiple elements to be on the same row and attached to columns for responsive-ness reasons.

    It is also hard to make the table neat enough when using the stack element (as I know it is not intended for this purpose).

    Thanks again

    General Discussion

  • Can a background colour be applied to multiple rows and the row gutter inbetween them?
    J J KMB
    Feb 19, 2020, 8:21 PM

    Hi guys,

    Thanks so much for the theme. Its great and easy to use.

    I was wondering if it is possible to add a back ground colour to multiple rows and the row gutter between them?

    For example here:

    Screen Shot 2020-02-19 at 20.12.12.png

    I want to apply a background colour to that entire 'prices' section.

    I'm aware I can set background colour of the individual rows, but not the spaces between them. I can also use custom classes and CSS colour the rows, but the space between the rows would still be the background colour of the page back ground.

    I want this section to have a big box of colour around it to separate it from the normal page background colour.

    Thank you for your time,

    Jack

    General Discussion

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
A
anagase
12 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