LensFlairCoordinator
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spun] Control what circles appear on homepageI found a workaround!
Thanks to the thread here, subpages are now excluded from the homepage. Perfect.
Forum: Themes and Templates
In reply to: [Spun] Control what circles appear on homepageHi Stuudio,
Thanks for the advice! Unfortunately I’m not entirely sure where I should add that code – I originally followed the post here for the post>page modification, if that helps.
Specifically I’m wanting to create a page with simple classifieds on my site, however every classifieds plugin I have found automatically creates several (up to 7!) pages upon installation. This would be fine if I was able to hide the pages from my static homepage and simply provide links, but so far I’ve found no way to do this.
The website is http://www.lensflairalicesprings.com.au, for reference.
Thanks everyone!
Forum: Themes and Templates
In reply to: [Spun] Images in footer with fade effectSo…
I just had a third coffee and found a site that helped me figure it out.
I placed the following code in the stylesheet:
.fade { opacity: 0.25; transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -webkit-transition: opacity .5s ease-in-out; } .fade:hover { opacity: 1; }And the following code in the footer.php:
<img src="myimageurl.jpg" alt="" class="fade" >And it worked a treat. Thanks to for the well-placed tutorial.
Hooray!
Forum: Themes and Templates
In reply to: [Spun] Images in footer with fade effectAny clues?
I’m a little stuck on this, and very out of my depth with CSS.
Thanks..