OK - will try that, thank you
tomlea
Posts
-
Project Thumbnail not pulling through -
Project Thumbnail not pulling throughHey, sorry for the bump - just wondering if anyone had a solution here?
-
Project Thumbnail not pulling throughHey, hope you're well,
Loving using Lay Theme on my site, but thumbnails for individual projects aren't pulling through on social media - instead it defaults to the thumbnail for the overall website (selected in Lay Options).
For instance, I've given localactionrecords.co.uk/finn000 its own project thumbnail and description, but as you can see if you input it here (https://cards-dev.twitter.com/validator) it just defaults to the overall thumbnail/description for the website when posted on socials.
Oddly, when I run it through here (http://debug.iframely.com/?uri=http%3A%2F%2Flocalactionrecords.co.uk%2Ffinn000) the 600x315 thumbnail is correct, but not the others.
Any idea why this would be? Thanks
-
Hiding menu on mobile for project pagesHey - thanks Marius!
I can figure out how to hide the menu on mobile on the customizer across all pages, but not JUST project ones?
i.e. I want the menu to still be there for the homepage and other pages, but not individual projects.
thanks!
Tom
-
Hiding menu on mobile for project pagesHey - hope you're well,
Looking to hide the menu on all project pages (in fact: preferable would be to hide it on one specific page but all project pages is fine for now).
On desktop it works, I used this CCS code to sort it:
body.type-project nav.primary{
display: none;
}body.type-project nav.second_menu{
display: none;
}But I can't figure out how to do it on mobile. The website's localactionrecords.co.uk if it helps to look at it.
Thanks in advance!
Tom