Forum Replies Created
-
AuthorPosts
-
I would say… if you are working on a client site, incorporate the fee for genesis and the theme in your overall. I set up an email address and purchase with that email address for the client. This way, if I am not their webmaster, they have a way to get support on their own.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsI just figured out how to do this.
Open up the Page-title.php file and look for this:
if ( is_home() ) { echo '<div id="page-title"><div class="wrap"><p>' . esc_html( get_bloginfo( 'description' ) ) . '<a class="page-title-button" href="#">' . __( 'Subscribe Now', 'minimum' ) . '</a></p></div></div>'; }You want to remove this:
. esc_html( get_bloginfo( 'description' ) )
…then save.
Then open up your Functions.php file and DELETE this.. and save.
/** Remove Site Tag Line **/ remove_action( 'genesis_site_description', 'genesis_seo_site_description' );
Then open up your Style.css and look for this:
#description { display: none; }Replace that with this:
#description { font-family: 'Open Sans', sans-serif; font-size: 20px; font-weight: bold; line-height: 1; margin: 15px 0 10px; }…then save.
You can then make the adjustments to the CSS as you like.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsYou can unregister it – http://my.studiopress.com/snippets/navigation-menus/.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsMarch 7, 2013 at 11:08 am in reply to: genesis_post_content stopped working after upgrade to 1.9.1 #24798Do you know what theme name you are using? It looks like
youthe page template he created is widgetized also. Check your plugins to see if you can find any type of “widgetized” plugins in there.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsHere are the instructions on modifying or removing the Post Meta – http://my.studiopress.com/snippets/post-meta/.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsPlease provide a link to your site so we can take a look. Thanks!
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsMarch 7, 2013 at 10:47 am in reply to: genesis_post_content stopped working after upgrade to 1.9.1 #24793Can you post a link to the page that should have the content showing on it? Is that the only code on the page? Can you post the entire template code here for us to take a look?
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsI hope you can figure that out. The code is not applying properly on the forum which is very frustrating when trying to assist people.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsPlease post a link to your site. You need to add to the end of the line target=”_blank” before the closing “>;.
For example:
<a href="http://www.yahoo.com" target="_blank"><a href="http://www.yahoo.com" target="_blank"> </a>
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsLook for this:
h1, h2, h2 a, h2 a:visited { color: #555555; font-size: 30px; line-height: 36px; }Replace that with this:
h1, h2, h2 a, h2 a:visited { color: #555555; font-size: 14px; font-weight: bold; line-height: 36px; }
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsI did read your first post which lead me to the conclusion that you may not have set it up properly. I read everything before I post. Sometimes people don’t realize they have to click the SAVE button in the widget itself for the changes to take effect. What I’ll do is this… unsubscribe from here and let someone else wrangle around with this. Good luck.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsThank you @thecolab, but I understand how the theme and the links work. I just need to have a Page Template now set up to show more than 6 on an actual page that I can link to the Menu itself called “Stories.” I haven’t found a solution yet and cannot find a shortcode for the “featured posts widget” to allow placement on a page.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsRead the instructions here for the field names – http://wordpress.org/extend/plugins/genesis-enews-extended/installation/. You need to add in the code used by your newsletter services (i.e., Awebber, MailChimp, etc.). What ever codes they use for these fields are the ones you should be using in the widget. Then they will show up.
Also, use Excerpt will generate the [...], using Content with Character Limit will generate the [Read More] link.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered posts@lucus81, can you share a link to your website so we can take a look.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered posts@colourmind you didn’t need to create a new blog template, the themes come with a default Blog template.
Create a new page, call it “Blog” – scroll over to the right, select the Blog template, scroll down and select the new sidebar you
caredcreated and SAVE IT. That’s all you need to do. Then view the Blog page and you should see what you want.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered posts -
AuthorPosts