Forum Replies Created
-
AuthorPosts
-
mariafernandez
MemberI'm afraid that page gives you a very bad piece of code that breaks your site. Do not use it! (I've just recovred mine)
March 17, 2013 at 3:03 pm in reply to: How can I increase the height of the Header background image using Sample theme #28666mariafernandez
MemberThanks, bandj
March 17, 2013 at 12:24 pm in reply to: How can I increase the height of the Header background image using Sample theme #28628mariafernandez
Membersebgates,
Could you share the code? I'd love to do the same thing.
Thanks
mariafernandez
MemberThanks, Brad. The banner is now in place.
mariafernandez
MemberNo. The banner below the header is now in place, but placing an Adsense ad within the post text is proving a big challange. So much so, that I'm better of not wasting my time with it and doing it by hand, post by post.
mariafernandez
MemberI actually need it to go above the post title and the sidebar (the banner is wider than the post area). Would that be the
genesis_before_content_sidebar_wrap
hook then?mariafernandez
MemberUnfortunately, I've already done that. It still doesn't work.
My gravatar works in my author box, but not in the comments below it. Any idea why?
mariafernandez
MemberAnd what about me? Why doesn't my gravatar appear?
mariafernandez
MemberActually, the code for my WP blog would be:
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 2 days"
</IfModule>
## EXPIRES CACHING ##mariafernandez
MemberI've added this code to my website .htaccess file (not my blog), and it has improved the speed substantially:
-----------
<FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css|swf)$">
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault "access plus 30 days"
</IfModule>
Header unset ETag
FileETag None
</FilesMatch>
--------------I wanted to add it to my blog too. Is it a good idea?
mariafernandez
MemberAny ideas?
mariafernandez
MemberNick,
I've used this code on my blog. Unfortunately, although it has removed the "Warning: Missing required field “updated”.", it has also added a second 'By Maria Fernandez" line to all my posts, as well as "Updated: <date>". These new lines make my blog unsightly.
Is there a way I can add code that will remove the Warning without adding the "By <author>" and "Updated" lines?
January 5, 2013 at 12:31 pm in reply to: How do I remove 'filed under' & 'tagged with' but keep 'Leave a comment'? #9760mariafernandez
MemberChris, that worked great. I've now got the "Leave a comment" line back, and the "tagged with" and "filed under" areas are gone. Thanks.
(There isn't much risk of me being seen using Microsoft Word)
mariafernandez
MemberUnfortunately the Simple Edits plugin appears to be incompatible with the Balance theme. It breaks other things when I install it. The hook solution suggested by braddalton, however, has worked beautifully.
Here's what I've done, in case someone else needs to remove the ‘filed under’ and ‘tagged with’ areas:
1. Install the Genesis Simple Hooks plugin like any other plugin.
2. Activate it.
3. On the left-hand side menu, under 'Genesis', click on 'Simple Hooks'.
4. Find '
genesis_after_post_content
' and tick the box that says 'Unhookgenesis_post_meta()
function from this hook?'5. Save Changes.
That's it. The unwanted lines will disappear in both your home page excerpts and individual posts.
Marc, thanks for the links. I'll bear them in mind.
mariafernandez
MemberThanks. For those of us trying to figure out everything at once: how do you 'unhook' something? Is there a particular code I need to add?
mariafernandez
MemberMagic, thanks.
mariafernandez
MemberThanks, ryandonsullivan
The puzzling is that I never got any lines next to menu items. I guess I don't need to change anything then.
(BTW: The two screenshots appear to be identical)
mariafernandez
MemberThanks, Susan. That should do the trick.
mariafernandez
Memberanitac, thanks so much for all your help. I'm done for the day. Tomorrow I'll look at the Genesis Bootstrap Carousel plugin.
mariafernandez
Memberanitac, you've got the Genesis Bootstrap Carousel plugin. That's a lot nicer than mine. I'm going to change to that slider.
-
AuthorPosts