Forum Replies Created
-
AuthorPosts
-
February 4, 2020 at 10:18 pm in reply to: Mai Pro Theme – Screen Reader H2's and SEO Effect? #496448
Gr8_Eight
MemberWill do. Thank you!
February 4, 2020 at 10:04 pm in reply to: Mai Pro Theme – Screen Reader H2's and SEO Effect? #496445Gr8_Eight
MemberThank you! I was also curious about other people's thoughts about having the code done that way from a SEO perspective. It seems that Genesis put that h2 in there by default???
Gr8_Eight
MemberI was using the wrong css class.
I pulled the class from the original style.css file for the child theme and it worked.Gr8_Eight
MemberAnd here's screenshots of the standard sidebar which is fine and the custom one in question. I have visual hooks turned on.
Thank you!!http://tinypic.com/r/2yknyc6/8
It looks like it has something to do with:
genesis_before_content_sidebar_wrap
??
Gr8_Eight
MemberGot it!
<?php add_action( 'genesis_before_entry_content', 'modified_date'); function modified_date() { echo '<h1>test</h1>'; } ?>
Gr8_Eight
MemberThe thing that I don't like about copying over all the CSS is that it's a huge # of lines to go through. I'd much prefer to have 20 lines of CSS that I added myself so I can quickly make my changes.
Is there any technical issue with using a genesis child theme's style.css file in the same way one would make a child theme for a non-genesis WP site? I.e -- just overriding what I need to change?
I guess I don't understand the rationale behind copying over the entire CSS file, and then making my changes here and there among all of that code.
Thanks!
Gr8_Eight
MemberOk great!
Thank you!Gr8_Eight
MemberWell, both I guess.
Thanks!
And sorry for so basic a question but I want to get the fundamentals squared away!Gr8_Eight
MemberOk so I figured it out.
For some reason when I upgraded Genesis, somehow the system thought there was an image overriding my image.
I went here:
Appearance -> Customize -> Current Header and clicked "hide image" and it solved the problem.Can some one please help me to try to understand how that setting was reset during the upgrade?
Thanks!Gr8_Eight
MemberGreat. Thank you so much!
DavidApril 7, 2013 at 9:03 pm in reply to: LEGAL stock photos to include with child themes for resale? #33864Gr8_Eight
MemberGreat. Thank you!
Gr8_Eight
MemberThanks, Brad. This is EXACTLY what I was looking for!
-
AuthorPosts