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!
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!
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:
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
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
Thanks!
really appreciate it.
:musical_note: :musical_note: :musical_note: :musical_note: :musical_note:
@arminunruh this was working for me before but doesn't seem to be working after updating my site / lightbox -- any advice?
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