Forum Replies Created
-
AuthorPosts
-
pperkins81
MemberI installed Simple Share Buttons Adder and it works. I would prefer to use one of the true floating plug-ins, like Flare or Digg Digg. If anyone can help make it work, let me know. I'll leave Digg Digg activated for now.
pperkins81
MemberI use Simply Social Icons in the header of my site, but I want to give readers the ability to share my posts.
pperkins81
MemberI found the answer to my question here: http://justintadlock.com/archives/2013/01/29/how-to-change-your-author-archive-link. This code does the trick:
add_filter( 'author_link', 'my_author_link' );
function my_author_link() {
return home_url( 'about' );
}pperkins81
MemberAnyone?
January 2, 2014 at 10:40 am in reply to: Space Below Post Excerpt (below keep reading button) #82690pperkins81
MemberThat did it! I added that code to several of the media queries. Thanks a lot!
pperkins81
MemberOn mobile it encounters this same issue -- but also when the browser is narrow on a computer -- because the sidebar widget is moved to below the post excerpt.
pperkins81
MemberThat did it, Brad. Thanks!
pperkins81
MemberTerrific. Thanks a lot!
pperkins81
MemberPerfect, thanks! I also added a background to the code to fill it in as the same color.
pperkins81
MemberI just got your post, Davinder! I actually just removed that entire code, and now it works.
pperkins81
MemberActually, this issue has resolved itself somehow.
pperkins81
MemberSweet! That fixed it on the main page. But it's still showing up in the post page. Any thoughts about that?
pperkins81
MemberReally? I'm still seeing the empty space below the content. It's just below the "Keep reading" button.
pperkins81
MemberGreat. For some reason, the header still expands in size when the sidebar widgets adjust to underneath the content. I really appreciate your help.
pperkins81
MemberMuch better! Thanks for your help. Is it possible to keep the links at the top left from moving to the center until the logo and widget move to the center? Also, it looks like the white header area grows by a few pixels when the links move from the top left to the center.
pperkins81
MemberHey Chris. Thanks! You should be able to access it now.
pperkins81
MemberI see. Neither code got rid of the white space.
pperkins81
MemberI can't find anything labeled h2.entry-title.
pperkins81
MemberI figured out the code for making a button that changes colors with hover. Here it is:
.entry-content .read-more-news {
padding: 8px 10px;
background: #000;
color: white;
border-radius: 3px;
border: solid 1px #000;
}
.entry-content .read-more-news:hover {
background: #666;
color: white;
border: solid 1px #666;
text-decoration: none;
}pperkins81
MemberSorry for all of the questions. Is it possible to create a button with a 1 pixel border, that changes color (along with the text) when the cursor hovers over it? Hopefully this will be it!
-
AuthorPosts