mydanblog
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Logic] Twitter feed broken with Widget LogicI’m having the same issue.
Adding is_home() to the widget logic of the twitter timeline widget (jetpack) keeps the tweets from showing. The widget loads, but prevents the content of the widget from displaying. If I clear the widget logic box, the widget operates normally.
Forum: Fixing WordPress
In reply to: Grave problem of aligning Header LogoFor some reason, I can’t get into your CSS file to check it out, but I would try moving your logo to a background image of #header.
Something like this:
#header { background-image: url(https://vigaversa.co.cc/wp-content/themes/DeepFocus/images/logo.png); background-repeat: no-repeat; background-position: center; }
Forum: Fixing WordPress
In reply to: Sidebar TweaksCongrats on figuring it out. I am sorry for not following up… I forgot to check the ‘notify me’ button for this thread.
Widget logic is a great plugin,and you did it absolutely right.
Forum: Fixing WordPress
In reply to: How to modify the "header image"?It’s ok, I’ve got a handle on that… I just needed the title back.
Adjust these two rules and see if it works for you. It pushes the title a little higher than I’d like, but I think it’s pretty close. I actually like the logo hanging over the header a bit.
.header H1, .header H1 A { font-size: 1.9em; color: #660000; text-decoration: none; padding: 4px 0 0; margin: 0; text-align: center; font-family: Palatino, Georgia, Verdana, Times, serif; }
and
.header .description { color: #000; font-size: 1.4em; text-align: center; font-weight: bold; background-image: url(https://www.beaglerescueleague.org/wp-content/uploads/2010/12/transbgl.gif); background-repeat: no-repeat; height: 173px; background-position: center bottom; padding-top: 0px; }
Forum: Themes and Templates
In reply to: How to change the font size of a page titlePS. You can change the page titles while you are in there by adding this code:
H2.posttitle A { font-size: 17pt; }
Forum: Themes and Templates
In reply to: How to change the font size of a page titleIn your wordpress dashboard, goto appearance>editor
Look on the right hand side for reset.css and click on it to open it for editing.
Add the following code:
H2.posttitle A { font-size: 14pt; }
Change 14 to whatever number you want to adjust the size.
have fun!hmm. I haven’t worked with Thesis.. they’ve got it burried in the framework somewhere. You don’t have their support package, do you? They’d probably be able to answer this lickety split.
ok, so it looks like thesis has an output_comments function. Need to track that down. Mind posting your functions.php to wordpress.pastebin.com?
Hmm… that might be tough to track down.
Do you mind posting your comment.php to https://wordpress.pastebin.com/ and linking it here?Forum: Fixing WordPress
In reply to: How to modify the "header image"?This may be a silly question, but do you have a copy of the original style.css before we started? I am having trouble tracking down the site title.
Forum: Fixing WordPress
In reply to: How to modify the "header image"?actually, this seems to be working:
.header .description { color: #000; font-size: 1.4em; text-align: center; font-weight: bold; background-image: url(https://www.beaglerescueleague.org/wp-content/uploads/2010/12/transbgl.gif); background-repeat: no-repeat; height: 169px; background-position: center bottom; padding-top: 50px; }
Forum: Fixing WordPress
In reply to: How to modify the "header image"?oops, works in IE8, but not firefox. Need to tweak it some more.
Forum: Fixing WordPress
In reply to: How to modify the "header image"?Don’t worry about that… I’ve got that covered. I’ve been worrying about the title.
This will fix your image: replace your .header .description with this:
.header .description { color: #000; font-size: 1.4em; text-align: center; font-weight: bold; background-image: url(https://www.beaglerescueleague.org/wp-content/uploads/2010/12/transbgl.gif); background-position: center bottom; background-repeat: no-repeat; height: 172px; padding-top: 50px; }
Forum: Fixing WordPress
In reply to: How to modify the "header image"?Beagle,
you didn’t delete your site title from your wordpress options did you?
Check to make sure that settings=>general=>site title is filled in.Other than the title missing, I think you’ll like the look.
Forum: Fixing WordPress
In reply to: How to modify the "header image"?Believe it or not, that looks good. I’ll mess with it for a few and get back to you.