Mark Tabner
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Upload My File] Upload Form Not ShowingAhhhhhhhh! Excellent! That solved it! Thanks =)
Forum: Themes and Templates
In reply to: How to display only post title on homepageDo you have a link to see what you mean?
Forum: Fixing WordPress
In reply to: Pulling the tags from a post***bump***
Forum: Fixing WordPress
In reply to: Show last POST not last PAGESorry, I mean JUST the last post on the custom splash page, only the one
Forum: Themes and Templates
In reply to: rollover image opacityYou will have to declare this explicitly for every section you want it to happen on.
For example say you have a header div with images that are links, and a container div with images that are links, but only want images in ‘container to be links, your CSS would look a little like this:
#header { width: 500px; etc. etc. } #container { width: 500px; etc. etc. } #container a img{ opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */ } #container a:hover img { opacity:1.0; filter:alpha(opacity=100); /* For IE8 and earlier */ }So now only image links in the container div will have the opcaity property
Mark
Forum: Themes and Templates
In reply to: Static first page with no posts!?NVM, got it now!
Thanks for the help tho esmi 🙂
Forum: Themes and Templates
In reply to: Static first page with no posts!?SOrry to sound REALLY think, but how? lol
Forum: Themes and Templates
In reply to: Static first page with no posts!?Ok, Ive got that to display the ‘splash’ page Ive created as my front page. But if I edit page.php to not show sidebar etc, it will affect all my other ‘pages’?
Forum: Themes and Templates
In reply to: Static first page with no posts!?I’ll give that a try and see what happens, thanks