Forum Replies Created
-
AuthorPosts
-
Scott BuehlerMember
This seems to only happen to me when I come from an email letting me know there's a reply. It may have something to do with the permalink?
TygrScott on Social Media
January 15, 2013 at 10:40 am in reply to: Simple Sidebars and Custom Post Types Archives Plugins Conflict? #12069Scott BuehlerMemberThank you wpsmith, I appreciate that.
TygrScott on Social Media
Scott BuehlerMemberBill I appreciate your reply, however, if I just put that code on the bottom of single-hosts.php at the bottom (before the genesis closing tag), it just prints it at the very top of the page outside of the theme.
What I'm asking for is how to write the genesis hook code to include:
genesis_after_post_content
and the code from http://techiknow.com/last-modified-post-date-and-time-in-genesis-child-theme/
As for styling, THAT I'm good at.
TygrScott on Social Media
Scott BuehlerMemberhttp://techiknow.com/last-modified-post-date-and-time-in-genesis-child-theme/
This is what I want, how do I format it with the hook for the functions.php or single-hosts.php pages?
TygrScott on Social Media
Scott BuehlerMemberNo answer, so I just changed the title of the CPT and I'm satisfied.
TygrScott on Social Media
Scott BuehlerMemberSusan, there seemed to be much greater support in the old forum. Especially on more advanced topics with NickTheGeek answering. I'm not too upset with the forum switch, but the support is lacking here.
Am I to assume that the ticket system is to be used for advanced customizing topics? I thought it was strictly for original setup and configuration to make it look like the demo?
TygrScott on Social Media
Scott BuehlerMemberHmm none of that is working.
Even if I use this code directly in my functions.php and change "Leave a Comment" to "asdasdsadsadasd" it doesn't change on my main page, blog page, or anywhere. That's weird.
I read Nick on the other read only forum ask if they have Simple Edits installed. I did. I deactivated it, removed footer completely in functions.php, and uninstalled it (not needed now). Footer is removed and still the code snippet isn't modifying the "Leave a comment" to "asdasdsadasdad" on posts with 0 comments.
TygrScott on Social Media
Scott BuehlerMemberFound the answer here.
Within the responsive CSS "@media only screen and (max-width: 960px) {" search for
box-sizing: border-box;
and add these 2 rules:
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
That's all I had to do to fix it.
TygrScott on Social Media
Scott BuehlerMemberYou entered your header image in genesis (which is fine). If you want to customize your header in CSS, you need to modify #title area in your CSS file under the /* Header section.
Tutorial: http://genesistutorials.com/how-to-add-a-logo-to-the-header/
Hope this helps you until an official answer comes in. BTW, it's not a "spirit" it is a sprite
TygrScott on Social Media
-
AuthorPosts