Hey, 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
Hey, 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
@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
@fabiandraxl same issue for me, be great if this could be fixed! thanks armin!
@arminunruh no problem at all! I'm more than happy to help answer some basic questions. I use LayTheme for my work very often so I like being able to support it :)
@clelia-cadamuro hey clelia, your website loads pretty quickly for me - it doesn't seem slow at all. Also, the license key you got means the same key will work for three websites. Hope that helps a bit :)
@robertar hey man, after you right click the image and click 'link image' a dialog box pops up and at the top you can type in the link address.
hey man, you need to create a new page, design what you need in your footer and then save it. Once you've done that go to Lay Options > Footer and then activate it in there. There's more info here: https://laytheme.com/documentation/footers.html
@fabiandraxl said in News Feature:
Yes, these are Projects with the Filter Options of the Project Thumbnail Grid.
Ah, yeah on second look I thought so. Thanks for your help anyway and great website!
Hi Richard,
With the latest update of Project Thumbnails allowing filterable categories and tags it is working great for this project I am working on so no worries at all!
Cheers,
Alasdair
@fabiandraxl This is a good idea and would certainly be easier for when your client would like to make a new page themselves. My workaround just now is I just duplicate a page multiple times I've already designed and laid out so it's all ready for them to go and just need to edit the text, images, change the title and publish it.
@fiona_oehler hey fiona, you could utilise the footer feature and place your menu links in there.
@arminunruh no problem at all! I'm more than happy to help answer some basic questions. I use LayTheme for my work very often so I like being able to support it :)
@fabiandraxl I was playing around with the footer settings and I had left the, 'Choose a Page as Footer for Categories' set to the Shop page when I was experimenting and not only did it duplicate the shop twice it hid the footer. I've set it now to show the footer. All good now!
@clelia-cadamuro hey clelia, your website loads pretty quickly for me - it doesn't seem slow at all. Also, the license key you got means the same key will work for three websites. Hope that helps a bit :)
@fabiandraxl thanks for getting back to me so quickly. Yeah, strange one as it's showing up on individual product pages, just not the main shop page. I'll keep digging to see why. Thanks again.
@fabiandraxl hey fabian, whereabouts were you able to activate your footer for your shop? Doesn't seem to be showing up on a website that I'm working on despite having the footer applied to all pages. Thanks!
@robertar glad you got it working for internal links, best to let @arminunruh know about the external link issue :)
@ThomasH ah, maybe try this?
.type-project id-412 slug-bouncing-patterns-accordion-stripes .lay-carousel-sink .captions-wrap
display: none !important;
}
@ThomasH hey, try adding !important after none :)
so like:
.type-project id-412 slug-bouncing-patterns-accordion-stripes .lay-carousel-sink {
display: none !important;
}