@arminunruh That worked, thank you so much for the quick reply!
watersigils
Posts
-
hiding carousel prev/next buttons on a specific page -
hiding carousel prev/next buttons on a specific pageHey!
I have the prev/next buttons for the carousel set to be on the outside of the slider, but on some pages where I have the carousel automatically sliding between photos I would like to use some custom CSS to either get rid of them entirely or just to pop them within the frame of the carousel itself. I used to have them on the inside as the universal setting but just changed them to be on the outside for better visibility, but now they are making my home page look funky and overlapping since I have two carousels right next to each other.
My home page is the main area where I'd like to make this change: http://www.miramoore.com/ (also http://www.miramoore.com/home/)
Thanks so much!
-
Editing Link Preview Text?Hey,
Kind of random/obscure, but wondering if there is a way to edit the preview links when you send in a text (like iMessage) so that the link shows up as the title of the page or project as opposed to just the website name.
ex: when I send a link from the site in iMessage it just has the favicon and the site title. Ideally, I would like it to have the favicon + the name of the project page or page.
I can see under "Lay Options" you can edit the share images, etc. and all other Meta data, but wondering where or how to perhaps adjust this?
-
Links not working on website@felix_rabe Ohh interesting, I'm at a loss how to go about fixing that? Would it be through Lay Theme or my domain hosting (GoDaddy)? Sorry for the back-and-forth and really appreciate your help!
-
Links not working on website@watersigils Hmm actually sad to say I tried all these solutions and still not working - anyone else have any insight? Links just aren't loading at all or if they do, extremely slowly. Here's the link again: https://lddeutsch.com/
-
Links not working on website@felix_rabe THANK YOU!
-
Links not working on website@watersigils Oops, and here's the link: https://lddeutsch.com/
-
Links not working on websiteHey there,
I have a client website where none of the links seem to be working - updated all plugins and Lay Theme and relinked everything (tried both ways by internal linking as well as copying and pasting the links in) and still nothing. It's working sometimes for me on Chrome but not Safari and it's not working on my client's computer at all.
Wondering if anyone else is having this issue or if it's something related to the big WooCommerce update? Truly stumped.
Thanks,
Mira -
Fullscreen Slider stopped working on all pages@Richard-K
Thanks for the response! Will email now, but everything is up to date on my end and I haven't added any other Add-ons or Third-party plugins recently, which is why it was so confusing when it stopped working. Hopefully an easy fix!
-
Fullscreen Slider stopped working on all pagesIs there something going on with the fullscreen slider? I use it on a number of pages on my website and they all seemed to have stopped working. I haven't changed anything on my end and have tried multiple browsers but the pages I have set to the fullscreen slider are all blank except for my colored backgrounds and menu along the top.
Here is an example:
http://www.miramoore.com/count-thereofI tried unchecking the fullscreen option in editor mode and all the content is indeed still there, it just isn't showing up when fullscreen slider is selected. Wondering if this is something anyone else has noticed, of if it's just me, how to resolve!
Thanks much,
Mira -
Position tagline in bottom left corner@Richard-K This worked perfectly! I knew it would be a simple fix, haha. Thanks so much.
-
Position tagline in bottom left cornerHey,
Wondering if there is a way to position my tagline in the bottom left corner of the nav. I've tried some rudimentary CSS to no avail, I know in Customize you can position it in relation to the top, but I would like to position it in relation to the bottom of the page.
I saw someone else's solution was to fix a paragraph with a super high z-index, but they didn't explain how they ended up making that work.
Whether or not it stays as the tagline or changes to a paragraph of text doesn't matter, I would just like it to stick to the bottom left corner.
Here's the website: https://fmagazine.info/
Thanks!
-
Left alignment of images in carousel - custom CSS not workingThat seemed to work!
Of course the simplest answer... thank you so much :)
-
Left alignment of images in carousel - custom CSS not workingHey there,
I tried using some CSS from a previous post on here to get my images to align to the left of the carousel but it doesn't seem to be working.
Here is a page from the website I'm working on as an example: https://fmagazine.info/acid-free-fair
And here is the code I tried:
.col .lay-carousel img.h100 { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); left: 0%; }
I got the code from this post, which seemed to work for the original poster: http://laythemeforum.com:4567/topic/1524/left-aligned-pictures-in-carousel/4
I've played around with the different carousel sizes to see if this was the issue (both fixed height & aspect ratio of first element) to no avail.
Any insight as to why it might not be working for me?
Thanks!