Forum Replies Created
-
AuthorPosts
-
schigkMember
Adding Open sans Google fonts to Enterprise Theme for the text (body) area. Website: http://www.matrixmarketinggroup.com/
I've read everything about this and here's what's I've done. However, the fonts in not change.
1. Add the code below to function.php (child theme), I'm trying to add Open sans Google fonts
/* Enqueue Open san (light) Web Google fonts
add_action( 'wp_enqueue_scripts', 'enterprise_google_fonts' );
function enterprise_google_fonts() {wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=Open+Sans:300italic,300', array(), CHILD_THEME_VERSION );
}
2. Here's my css in the child theme
textarea {
color: #555;
font-family: 'Open-Sans', Arial, Helvetica, Tahoma, sans-serif;
font-size: 14px;
font-weight: 300;
line-height: 20px;
margin: 0;
padding: 0;
text-decoration: none;
}input {
color: #333;
font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
}schigkMemberNow I have the middle 1st and 2nd widget working but the third on goes below the middle 2nd one. It is not aligned with the other two. You can see it here: http://www.matrixmarketinggroup.com/ Thr third widget is call "test" I don't get it?
schigkMemberOK I have the Executive Theme and Premise going.
I'm trying to change the menu to a custom menu under my Members tab. The menu is all setup & when I select the custom menu and save it. Nothing happens. I don't get it. Cleared all caches...nothing -g
PS: I don't want to use a secondary menu.
schigkMember@maheshone thanks for the help
Here's where I'm at.
1. I used a custom function
<?php
remove_filter('wp_title', array($wpseo_front, 'title'), 10, 3);
}
?>This removed the double title on the Blog page.
2. The post still show double titles. Not sure what to do there???
schigkMemberAny hint where I'd do that in the Yoast Plugin?
schigkMemberHi...I've loaded the Yoast's SEO v1.4.7. I'm getting two post titles. Is there a way to get rid of one of them? Look here: http://www.matrixmarketinggroup.com/2013/05/15/facebook-business-page/
schigkMemberHummm...so the download at the Genesis website is off. OK so I'm just catching up here. Any places that I can go to get a nav bar like they originally had?
I found some plugin but I'm not sure they will work (http://www.tripwiremagazine.com/2013/02/wordpress-menu-plugins.html)
-g
schigkMemberIn Brain's instructions, he said to delete that stuff. (http://www.studiopress.com/tips/use-navigation-bars.htm)
When I add the old code back I get my old nav bar. http://www.georgeschildge.com/mmg -
AuthorPosts