Tag: Themes

Admin toolbar missing in WordPress theme

Funny how you don’t notice something is missing until you actually need it. I realized today that the WordPress admin toolbar was missing on one of my sites, after days working on it. Fortunately, the solution was simple in this case – wp_footer() was missing in the Footer.php file of the theme I am using (WordPress Anniversary) : http://xbfish.com/tag/wordpress-top-admin-bar-missing/

Fixing thumbnails in single posts of Aggregate Theme

There is a possible bug in the Aggregate WordPress theme from Elegant Themes. Thumbnails are rendered differently from single posts pages and from blog style templates. Thumbnails in single posts are using the ‘thumb’ class, are missing the white frame visible on other pages and appear broken when the thumbnail is smaller than the dimensions of the thumbnail. In addition,…

Continue reading