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
:)))
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
:)))
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
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
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
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
:)))
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.
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>
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?
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
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?
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