Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    1. Home
    2. kurtwoerpel
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 13
    • Best 1
    • Controversial 0
    • Groups 0

    kurtwoerpel

    @kurtwoerpel

    1
    Reputation
    223
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website http://

    kurtwoerpel Unfollow Follow

    Best posts made by kurtwoerpel

    • RE: Content gone after update to 2.5.8

      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

      :)))

      posted in Bug Reports
      kurtwoerpel
      kurtwoerpel

    Latest posts made by kurtwoerpel

    • Woocommerce Mobile L/R Padding on Product Description

      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

      posted in Shop / WooCommerce
      kurtwoerpel
      kurtwoerpel
    • RE: PNG intro image not working

      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

      posted in Bug Reports
      kurtwoerpel
      kurtwoerpel
    • Horizontal Lines Disappearing

      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

      posted in General Discussion
      kurtwoerpel
      kurtwoerpel
    • RE: Content gone after update to 2.5.8

      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

      :)))

      posted in Bug Reports
      kurtwoerpel
      kurtwoerpel
    • RE: Content gone after update to 2.5.8

      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.

      posted in Bug Reports
      kurtwoerpel
      kurtwoerpel
    • RE: Prevent Website Access on Internet Explorer

      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>

      posted in General Discussion
      kurtwoerpel
      kurtwoerpel
    • RE: Automatically Download Images Upon Click (jQuery)

      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?

      posted in General Discussion
      kurtwoerpel
      kurtwoerpel
    • Automatically Download Images Upon Click (jQuery)

      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

      posted in General Discussion
      kurtwoerpel
      kurtwoerpel
    • Prevent Website Access on Internet Explorer

      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?

      posted in General Discussion
      kurtwoerpel
      kurtwoerpel
    • Background Image not showing up

      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

      posted in Bug Reports
      kurtwoerpel
      kurtwoerpel