It's a function of gridder > you can insert it just like an image or video. Should be in more>horizontal line. You can change the horizontal line settings in lay options.
Best posts made by badjuju
-
RE: Mouseover
Latest posts made by badjuju
-
RE: Footer and some rows disappear when using anchor links
Alright, I figured out what was causing the problem. Turning off the "Activate on scroll element transitions" in Lay Options fixes the issue. Let me know if you plan on fixing this sometime soon, because I would love to turn it back on :)
-
Footer and some rows disappear when using anchor links
Hi guys,
I noticed a bug and saw some people reporting it too but they didn't really provide enough info. When I use anchor links with # to some sections within the same page, the footer disappears, but the space for it is still there. Sometime some sections disappear. Here is the link for my dev version of the site:
http://monomango.breakpoint.digital/strategy
When you click on Aesthetics/Stories/Activation you can see it happen. Some relevant threads:
http://laythemeforum.com:4567/topic/4638/anchor-tags-problem-scrolls-where-the-anchor-is-but-make-everything-disappear?_=1585234772630Love,
lay theme forever,Juju
-
RE: Can't update Lay :(
@Shaun-Bass I just posted the same issue! Also suddenly half of my javascript stopped working, I don't know if it's connected in any way.
-
Can't update laytheme
Hi guys,
I get a prompt to update laytheme (using version 2.4.1 ) but when I click the link it shows: Your themes are all up to date. in the Updates sections...
Any idea how to fix this? My wordpress is up to date.
Thanks,
Julia
-
RE: Page reloads instead of doing a transition
I finally figured out what was the reason, continuing solving my own problems like a grownup ✌️ I was using the Easy Social Icons plugin in the footer with shortcode, and it was forcing the page to reload for some reason. I removed the shortcode and now it's working beautifully again.
xx
juju
-
workaround multicategory display / forcing to rearrange grid
Hi guys!
So I gave creating a fake multicategory thumbnail grid display a try, and even sort of succeeded:
http://wordpress.monomango.de/work
I display all of them and then toggle them using data-cats hidden in the Project Description for thumbnails. The only problem I encountered (apart from it being a very elaborate workaround) Is that the divs after toggling a div invisible only rearrange after resizing the window a few pixels. Is there a way to force them to rearrange somehow?
Please halp.
Million thanks
Juju
-
RE: Mouseover
It's a function of gridder > you can insert it just like an image or video. Should be in more>horizontal line. You can change the horizontal line settings in lay options.
-
Page reloads instead of doing a transition
Hi!
I'm not sure if I'm doing something wrong, but I took a look at other laytheme pages and all of them when you go to another page from the menu does a nice fade transition. At my page it reloads everything. Could you please take a look and see what could be the issue?
Million thanks,
juju
-
RE: custom logo per page
Ok, I'm the master of answering my own questions :) I made it work. In case anyone was wondering it is
body.slug-yourslug .sitetitle img {
content: url(http://whateveryoururlis.png);
max-width: 120px;
}You're welcome <3