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

kurtwoerpelK

kurtwoerpel

@kurtwoerpel
About
Posts
16
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Shop thumbnails gone after updating
    kurtwoerpelK kurtwoerpel

    Hi all,

    We just updated our website themes/plugins after a lengthy hiatus, and after doing so all of our product thumbnails have disappeared on our shop page.

    https://www.txtbooks.us/shop/

    It's bizarre because thumbnails still appear on our homepage (scroll down a bit).

    https://www.txtbooks.us

    Both make use of the inbuilt product tags to sort, and neither use any custom applied css.

    Any assistance would be greatly appreciated <3

    Best,
    Kurt / TXTbooks

    Shop / WooCommerce

  • gridder seems broken elements disappear from itself
    kurtwoerpelK kurtwoerpel

    @Alex-F

    Not here for any advice, but also to second that our website had lost its fullscreen videos / images as a result of the update.

    Help!

    Bug Reports

  • Page gridder Exploded and Uneditable
    kurtwoerpelK kurtwoerpel

    Hi!

    Long time user here --

    A page we have been using since fall of 2020 is now somehow uneditable due to an exploded appearance on the gridder.

    Here's what it looks like from the front end viewing it: txtbooks.us/printing

    Here's what it looks like trying to edit it: Screen-Shot-2023-05-10-at-4.24.16-PM.jpg

    We have tried it on a few different WiFi networks to make sure it was not a loading thing. The used to happen and if we clicked something it would reorganize itself and become editable, but now that's not really working.

    Any suggestions?

    Kurt

    Bug Reports

  • Woocommerce Mobile L/R Padding on Product Description
    kurtwoerpelK kurtwoerpel

    Hi All,

    Thanks so much for all your hard work and incredible new integration with WooCommerce. We are so excited to launch our shop!

    I am having a slight difficulty finessing our shop for mobile, where it defaults to a 50% width for text description column, which I'd really just prefer as a stupid full-width column.

    I can't seem the find the option to address this in the customizer or any other back-end places. Is this a CSS thing? Please advise :)

    You can see/preview at: http://txtbooks.us/shop

    Thanks in advance ;)
    Kurt

    Screen Shot 2021-06-03 at 7.32.57 PM.png

    Shop / WooCommerce

  • PNG intro image not working
    kurtwoerpelK kurtwoerpel

    Hi @arminunruh and @mariusjopen

    This same problem is now happening on my website, txtbooks.us

    wondering if you have advice on how to solve?
    it was working, ended up changing it to a new png which stopped working (white screen underlay) and then tried to revert to old PNG which now has white underlay.

    Any advice would be appreciated!

    Kurt

    Bug Reports

  • Horizontal Lines Disappearing
    kurtwoerpelK kurtwoerpel

    Hey all,

    I've been having issue with the "Horizontal Lines" disappearing.

    They render in the gridder but sometimes not on the site across many pages with many lines.

    Any advice here?

    Kurt

    General Discussion

  • Content gone after update to 2.5.8
    kurtwoerpelK kurtwoerpel

    Dear @mariusjopen & @arminunruh thanks so much for the speedy fix -- everything is back after updating to 2.5.9!

    Thanks again for everything you do <3 LayTheme

    :)))

    Bug Reports

  • Content gone after update to 2.5.8
    kurtwoerpelK kurtwoerpel

    Here to second this.
    Though my menu bar works, but pages don't render.

    Happened with my URL just after updating (where it was previously working perfectly) and I get a "403 (Forbidden)" error in the console.

    Other domains I have using laytheme that I did not update still work, FWIW.

    Bug Reports

  • Prevent Website Access on Internet Explorer
    kurtwoerpelK kurtwoerpel

    I am going to do it somehow like this:
    not perfect, but it will do :)

    <script>
    if ( jQuery.browser.msie){
    window.location.replace("http://www.website.com/notsupported");
    }
    </script>

    General Discussion

  • Automatically Download Images Upon Click (jQuery)
    kurtwoerpelK kurtwoerpel

    Hmmmmm.

    I will fiddle around ;)

    I'm having trouble even having jQuery recognize or trigger from images.
    Is there a specific way i have to refer to images in LayTheme?

    General Discussion

  • Automatically Download Images Upon Click (jQuery)
    kurtwoerpelK kurtwoerpel

    Hello Armin and Crew,

    I'm trying to get images to automatically download upon click and can't seem to crack the code. I read up on the particulars of your 'bind to click' jquery on the site and have tried to approximate mine based on some other web tutorials, but can't seem to crack it.

    Here's what I have now:

    jQuery(document).on("click", ".clickme", function(event){
    var link = $(“<a></a>”);
    var source = $(this).attr(“src”)
    link.attr(“href”, source);
    link.attr(“download”, “filename”)
    link.attr(“target”, “_blank”)
    JQuery(link).css(“display”, ”none”);
    JQuery(“body”).append(link);
    link.click()
    JQuery(link).remove()
    })

    Does not seem to do anything -- any advice?

    Thanks so much!

    Kurt

    General Discussion

  • Prevent Website Access on Internet Explorer
    kurtwoerpelK kurtwoerpel

    Hello all!

    I am wondering if there is a way to prevent people from accessing my site on Internet Explorer.

    Not sure where to begin.

    Any advice?

    General Discussion

  • Background Image not showing up
    kurtwoerpelK kurtwoerpel

    Hey Mods,

    I am having trouble having a background image show up globally on a website I am trying to create.

    I have uploaded it under customize, see it flash for a moment on page load, but is soon covered up by the background color and subsequently everything else on the site.

    this is the site that I am working on:
    http://nicholeshinn.com/

    Are there any conflicts here i am unaware of?
    what could be going on?

    For reference, this issue arose at the same time as i updated, my carousels broke, and lightbox stopped working. I fixed the other problems but this persists.

    Thanks in advance for your time!

    Kurt

    Bug Reports

  • Can't Edit Lightbox Captions
    kurtwoerpelK kurtwoerpel

    Thanks!

    really appreciate it.

    :musical_note: :musical_note: :musical_note: :musical_note: :musical_note:

    Addons captions caption lightbox

  • Excluding Images from Lightbox
    kurtwoerpelK kurtwoerpel

    @arminunruh this was working for me before but doesn't seem to be working after updating my site / lightbox -- any advice?

    Addons pointer-events lightbox images exclude

  • Can't Edit Lightbox Captions
    kurtwoerpelK kurtwoerpel

    Hey Armin,

    I'm having some problems editing Lightbox Captions.

    Can left click on the photos and it gives me options to offset the image and to edit the lightbox captions, but when I click on "edit caption" I get no response -- it just takes me back to the gridder.

    Was able to edit a few captions the other day but now I get nothing.

    Tried deleting Lightbox and reinstalling and got no results...

    Any advice?

    Kurt

    Addons captions caption lightbox
  • Login

  • Don't have an account? Register

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