/*
Theme Name: SimplePress Child
Description: Child theme for the SimplePress theme 
Author: Ian McKendrick
Version: 5.4
Template: SimplePress
Details located at: http://codex.wordpress.org/Child_Themes
*/

@import url("../SimplePress/style.css");


/*
Theme Name: SimplePress Child
Theme URI: http://www.elegantthemes.com/gallery/SimplePress/
Description: Child theme for the Elegant Themes Modest theme 
Author: Ian McKendrick - SuperBlog.biz
Author URI: http://www.superblog.biz/
Template: SimplePress
Version: 4.9
Details located at: http://codex.wordpress.org/Child_Themes
*/

@import url("../SimplePress/style.css");


/*------------------------------------------------*/
/*----------------[IANS CODE HERE]----------------*/
/*------------------------------------------------*/


/* 11-10-12  Underline links on mouse-over */
a:hover {text-decoration: underline; !important; }

/* Move logo up to top of homepage */
#logo { border: none; margin: 3px auto 24px 300px; clear: both; }

/* Darken quote text */
#quote div span {  color: #6f6f6f; font-size: 29px; padding-top: 10px; display: block; }


/* Remove highlight on mouse-over on logo */
#logo { opacity:1 !important; }

/*------------------------------------------------*/
/*---------------[ADDITIONAL CODING]--------------*/
/*--------------[AND SITE NOTES HERE]-------------*/
/*=================================================
15-07-14:
Disabled Image Manager & Smartlinker plugins as was interfering with edit post/page screen.
Installed Page Links To and Redirection plugins
Setup blurbs on homepage to be short versions, with page-links-to plugin redirecting to full page
Sorted out the layout on the Testimonials and Press & PR pages
Updated All-In-One-SEO plugin to latest version
---------------------------------------------------
09-07-14:
Updated the SimplePress theme from v5.2 to v5.4 and updated outdated plugins.
Disabled Social Share and FLalbum plugins as not required
Rebuilt site indexes and submitted to 10 Search engines (Google/Yahoo/Bing etc.)
---------------------------------------------------
09-07-14:
For a different small thumbnail to featured slider posts: 
https://www.elegantthemes.com/forum/viewtopic.php?f=62&t=222669&p=1138747&hilit=featured+different+thumbnail#p1138747
In featured.php I replaced 
$arr[$i]["thumbnail_small"] = get_thumbnail($width_small,$height_small,'',$arr[$i]["fulltitle"],$arr[$i]["fulltitle"]);
with
$arr[$i]["thumbnail_small"] = get_thumbnail($width_small,$height_small,'',$arr[$i]["fulltitle"],$arr[$i]["fulltitle"], true, 'FeaturedSmall');
---------------------------------------------------
17&18-11-13:
Updated the SimplePress theme from v4.9 to v5.2 and updated outdated plugins.
Resolved missing "Press and PR" page issue from homepage.
Also installed WP-DB-Backup, WP-Optimize, Media-File-Size, SmushIT plugins.
BackupBuddy unable to backup database so have used WP-DB-Backup to create a local copy before optimisation.
Optimised all images in media library with SmushIT.
Manually resized all images over 1mb to 800x600 or 600x800 as needed in order for SmushIT to submit to Yahoo.
Re-Smushed all failed images until clear, after which I optimised and repaired Database & tables.
Deleted WP-DB-Backup after optimisation, also deleted Apture and Dashboard-Notepads plugins as no longer required.
Deleted BackupBuddy Installation, uploaded latest version and reinstalled.
BackupBuddy is still NOT able to backup the database (even after optimising and disabling all the plugins)
Resolved problem with codes appearing in comments, was due to outdated plugin NFCBC-SEOLight no longer supported 
Deleted NFCBC-SEOLight and replaced with Nofollow-Case-by-Case which does the same and is current & supported.
Rebuilt site indexes and submitted to 10 Search engines (Google/Yahoo/Bing etc.)
---------------------------------------------------

03-05-13:
Updated the SimplePress theme from v4.3 to v4.9
Updated outdated plugins
Rebuilt site indexes and submitted to 10 Search engines (Google/Yahoo etc.)
---------------------------------------------------
20-09-12:
Due to another site hacking incident I updated WordPress and all plugins to the latest versions.
Updated the SimplePress theme from v4.2 to v4.3
Rebuilt site indexes and submitted to 10 Search engines (Google/Yahoo etc.)
---------------------------------------------------
10-10-12:
After request to migrate SQL4 to SQL5 BackupBuddy failed to complete a backup.
Deleted and reinstalled the BackupBuddy plugin and it failed again.
Sent email to Ellee with details of error (running out of SQL memory)
Also installed SocialMetricsPro plugin
---------------------------------------------------
15-08-12:
Due to site hacking incident I updated WordPress and all plugins to the latest versions.
Updated the SimplePress theme to version 4.2
Implemented Child Themes to make updates more manageable in future and applied the theme changes as listed below
Rebuilt site indexes and submitted to 10 Search engines (Google/Yahoo etc.)
---------------------------------------------------
15-08-12 Added SimplePress Child style.css to SimplePress Theme
All "style" updates now being applied and documented in this style sheet
---------------------------------------------------
15-08-12 Installed SimplePress Theme V4.2 and updated affiliate links in footer.php
<?php esc_html_e('Theme by ','SimplePress'); ?> <a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=4052" title="Elegant WordPress Themes" alt="Elegant WordPress Themes" target="_blank">Elegant Themes</a> | <?php esc_html_e('Designed and hosted by ','SimplePress'); ?> <a href="http://superblog.biz" title="Designed and hosted by SuperBlog.biz" alt="Designed and hosted by SuperBlog.biz" target="_blank">SuperBlog.biz</a> | <?php esc_html_e('Social Media Packages by ','SimplePress'); ?> <a href="http://ianmckendrick.com/social-media-packages/" title="Social Media Packages by Ian McKendrick" alt="Social Media Packages by Ian McKendrick" target="_blank">Ian McKendrick</a>
=================================================== */