@Alex-F hey man, if you go on one of your pages and click, 'Screen Options' at the very top right > Tick 'Gridder JSON' on, off and on again and a box of the page's gridder code will appear a little below, copy this and paste it into another page's Gridder Json box. Might not be perfect but should transfer the content over. I'd recommend to back up some of the pages first by duplicating them before doing this. Hope that helps.
alasdair17
Posts
-
copy whole gridder from one subsite to another subsite -
show image on text hover@frittata_studio hey, this is what you need: https://laytheme.com/addons/imagehover.html :)
-
Laykeymanager.comHey, this is a great feature! I was wondering if it was possible to delete/remove keys from here as well? I have a couple of subdomains setup which I accidentally removed on my server before deactivating the key. Would be great if we could remove them here so we don't need to hassle you, thanks!
-
how to avoid tags under the thumbnails@oncugultekin hey, go to Customise > Project Thumbnails > Project Tags > Visibility > Hide
-
Media Upload organizationHey, I'd recommend this plugin: https://ninjateam.org/wordpress-media-library-folders/
I'm using it for a website just now and it works really well and is compatible with LayTheme.
Cheers,
Alasdair
-
Row image background wrong side@Remco-van-Dun hey, I think it's a bug in the latest update. I've found a temporary solution if you use this code in your css:
.background-image img {
left: auto !important;
}Hopefully works for you as well! Cheers
-
Background images are moved since last Update.@fabiandraxl same issue for me, be great if this could be fixed! thanks armin!
-
Multiple text area on fullscreen slider@dmncn yeah sorry meant to say use 'browser height' like Armin suggested!
-
rid Tag Filter text color on mouseover -
Rounded corners@fernandol97 I've noticed on your website your photos page has a -2 after the url so it would need to be:
body.slug-photographs-2 .lay-carousel {
border-radius: 0;
}body.slug-photographs-2 .type-elementgrid .img img {
border-radius: 0;
}etc etc
for case studies, just take the individual case study url so for the car one it would be:
body.slug-volvoex90 .lay-carousel {
border-radius: 0;
}etc etc
Any issues let me know, i'm happy to help :)
-
Accordion: disable content jumping@arminunruh @dennisbern cheers!
-
Can you turn off Lightbox for images in the Element grid?@thechaosroad yeah i understand, maybe this feature will happen someday.
-
Can you turn off Lightbox for images in the Element grid?@thechaosroad hey, right click your element grid and click 'turn lightbox off'. Hope that helps.
Don't think you can turn individual images on and off in an element grid.
-
Project Index and enumeration symbols / bullet Points?hey, this might be relevant but I recently discovered you can add html directly into the page/project title in the editor. So if you paste in a bullet point into where you type your project title (above the permalink) it should show up on the project index, like this:
• My project title
or
✱ My project title
There are bunch of different symbols here you can copy and paste: https://www.piliapp.com/symbol/bullet-point/
Hope that helps!
-
fixed element on top (z-index issue)hey, add !important; after the 5, like this:
z-index: 5 !important;
I tried it in inspector and it works. Hope that helps!
-
Next Project Link skipping projectshey, if you go to 'Projects' > 'All Projects', within that list is it the right order, does the list look like:
049
050
051
052If not you can drag up and down to fix the order and hopefully that should fix the next project link on your page.
-
Fixed row / one row at a time@Maquarius hey, if you use the 'full screen slider' addon on you can achieve this.
See here: https://laytheme.com/addons/fullscreen-slider.html
-
use cover option only on landing page@pabr hey, if you go to lay options > cover options > choose show a checkbox in page edit screen and then you can choose which page for the cover to work on.
-
HTML VIDEO MAXIMUM UPLOADING SIZEhey, I think you need to ask your webhost to increase the file limit upload.
-
Burger menu to show a custom page?@treh16 no problem! if you go with this you'll need to hide the standard mobile menu burger via css or both burgers will overlap. I used this recently:
.mobile-menu-icon {
display: none;
}.mobile-menu-style_1 .burger-wrap {
display: none;
}If you used a different 'style', change it from '1' to '2' or '3' etc
Hope that helps!