bkdabrowski
Forum Replies Created
-
I’d like to know the same thing.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Attach form from webserver?How do you specify the file (in your case logo) as an attachment?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Submit Button Change TextThere is a label element in the maker, which just puts the label in quotes in the shortcode.
[submit “Send”]
Forum: Fixing WordPress
In reply to: Upload/Insert buttons failingMay be the Crestock image plugin. Deactivate delete.
Forum: Themes and Templates
In reply to: Using variables created in page.php in other filesThank you very much for that thorough answer (and especially the logic behind why they do what they do).
It helps a lot.
Forum: Themes and Templates
In reply to: Using variables created in page.php in other filesThat’s funny. I muddled around some development and it seemed like that feature (include) would be the cornerstone of reusable code.
It will be interesting to jump into this all to see what other processes good softwares use.
Also, if I’m missing something entirely, let me know. I thought there was a core support for something like $this-post object or something.
Thanks.
Forum: Themes and Templates
In reply to: Using variables created in page.php in other filesReally. I’m surprised. I thought that sounded like something I’d do, as it sounds a little inefficient.
Forum: Fixing WordPress
In reply to: 3.1 Update Causing 28px top-spacing in html bodySorry. Didn’t realize it was closed. I have been (with great frustration) trying to find the 28px for an hour, then I couldn’t log into WP to look into it since the passwords were changed and the reset password still wasn’t letting me in.
wp_header() and wp_footer() are there, since it’s still twenty eleven. I’ll look into your suggestion; however right now I’m going with, “If you can’t beat them, join them,” and working the gap into the design.
Forum: Fixing WordPress
In reply to: 3.1 Update Causing 28px top-spacing in html bodySo how do you eliminate the spacing but keep the admin bar? I went into the admin-bar.php file and removed the !important style, but the spacing still showed up when not logged in.
This is the worst element of this whole thing. It shouldn’t be so hard to butt your header up against the top of the viewport.