katiekate
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Office 365 calendarNever mind. I figured out how to get the feed. When you share the Office 365 calendar it sends an email with the ics link.
Forum: Plugins
In reply to: [Simple Social Icons] Icon that links to blog pageThose glyph numbers did not show up in my post above but you can get them from the Simple Social Icon code.
Forum: Plugins
In reply to: [Simple Social Icons] Icon that links to blog pageSure! Please know that I am using the Genesis child theme, Outreach Pro. I added this code to the functions.php file at the bottom. I then replaced the bloglovin’ icon number with the font awesome number that can be found on Font Awesome’s website.
//* Make Font Awesome available add_action( 'wp_enqueue_scripts', 'enqueue_font_awesome' ); function enqueue_font_awesome() { wp_enqueue_style( 'font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css' ); } add_filter( 'simple_social_default_glyphs', 'custom_simple_social_default_glyphs' ); function custom_simple_social_default_glyphs() { $glyphs = array( 'bloglovin' => '', 'dribbble' => '', 'email' => '', 'facebook' => '', 'flickr' => '', 'github' => '', 'gplus' => '', 'instagram' => '', 'linkedin' => '', 'pinterest' => '', 'rss' => '', 'stumbleupon' => '', 'tumblr' => '', 'twitter' => '', 'vimeo' => '', 'youtube' => '', ); return $glyphs; }
I also went to Genesis=>Theme Settings and in the Header Scrips sections I placed this code:
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
Then in the Simple Social Icon widget I just placed a link to the clients blog in the Bloglovin’ space. It’s not an ideal fix but it works well in this case.
I hope that helps!
Forum: Plugins
In reply to: [Simple Social Icons] Icon that links to blog pageThanks Nick!
I loaded Fontawesome and added some code to the themes function file that pulls in the speech bubble icon for the bloglovin’ icon. I think that will solve my problem for now. Here is the site: https://www.codegreennetworks.com/
Personally I don’t think that you should have a social media icon for a blog but in this case the client insisted.
Thanks for your help!
Forum: Plugins
In reply to: [Genesis Simple Sidebars] Sidebar for the post archives?I fixed this issue by not having a special blog sidebar. I let the blog page use the default sidebar. Thanks.
Forum: Reviews
In reply to: [Twenty Fifteen] Clean, Elegant and Just Work.Why no links in reviews?
Forum: Plugins
In reply to: [Simple Social Icons] Colors wont changeAndrea Rennick that’s beautiful! Doh!
Forum: Localhost Installs
In reply to: Dashboard Not Working Correctly on my Apple LocalhostSame problem for me and after hours of searching I found this fix and it worked for me too. THANK YOU!