Shadowbox fix
Problem: Suddenly, Shadowbox-JS stopped working. It’s a fantastic plugin that displays nearly anything in a shadowbox. But, it doesn’t work.
Solution: Go to Appearance > Editor > footer.php
Add this to your footer (there shouldn’t be much there):
<?php wp_footer(); ?>
Assignment: Customized start page
Create a single web page (for you or your classroom), and set it up as your web browser’s default start page. Please include at least:
• 3 links to regularly used sites
• 1 embedded video (from slideshare.net, teachertube.com, or youtube.com)
• Appropriate color combinations to create a brand/style for your page (background color,
font color, font style, graphics, etc.)
• Cascading Style Sheet (CSS) attached
• 2 <div> elements
• 1 local image and 1 licensed image from an external web site
• 1 “mailto” link
Due Week 5.
Example: Tim rocks at taking photos
Tim wants to show off his amazing photos on a wp blog. Here’s how to add a shadowbox to wp.
type <a rel=”shadowbox” href=”http://www.billselak.com/nameoffilehere” >Text here links to your shadowboxed page.</a>
It looks like this (below):
Make sure you installed Shadowbox JS plugin.
