Acetrouble
Forum Replies Created
-
Hi Patty,
Thank you, although as for the message box height I already knew how to set it.
With the styling options offered in the settings it appears to me that the only way to make the fields smaller is to reduce the “Field Font Size”. So basically you can make the input font smaller and that automatically makes the box smaller, too.
I did that, but obviously you can only reduce that to a very limited extent or otherwise people can’t read the text anymore.
Kind regards
JoshForum: Themes and Templates
In reply to: Search results bug? Entire page gets 1px border!Okay, I got it!
Didn’t know I have to look for the style.css in the folder “/wp-content/plugins/headings”…
I fixed it now.
Thank you!
Forum: Themes and Templates
In reply to: Search results bug? Entire page gets 1px border!Hi!
Which style.css are you referring to? There’s definitely no such code in the style.css of my Unstandard theme folder…
Regards
JoshForum: Plugins
In reply to: [Custom Contact Forms] [Plugin: Custom Contact Forms] Submit button?Also, the font-size when typing into the message textarea field is slightly bigger than on any of the other fields:
http://www.joshua-salewski.com/contact
I wonder why…?
Seems the plugin is quite customizable, but it sure doesn’t come without some quirks.
Forum: Plugins
In reply to: [Custom Contact Forms] [Plugin: Custom Contact Forms] Submit button?Here’s a little workaround I did for the submit button issue…
You can create a tiny little 1x1px graphic in Photoshop and fill it with the desired color.
Upload that to your WordPress Media library.
Copy the graphic’s URL into the Custom Contact Forms style menu.
Set Button Background Repeat to: “Repeat Both”.Screenshot
Better than nothing, I guess.Looks like this on my website:
http://www.joshua-salewski.com/contactBy the way, anyone got an idea how I can reduce the height of the Text Fields?
You can set Text Field Width and Text Area Height in the style menu. But there’s no option for Text Field Height.Forum: Themes and Templates
In reply to: Unstandard: How to make full-width custom header graphic?Thank you! That has really helped!
One more thing, though: I now have this large header graphic (I didn’t split the images) and by default it features a “Home” link. I would like to map the image so only the font logo (joshua-salewski.com) links to home (see: joshua-salewski.com)
The image map code looks like this:
<img src="/images/logo.png" usemap="#Map" /> <map name="Map" id="Map"> <area shape="rect" coords="480,11,903,74" href="http://www.joshua-salewski.com/wpress_314_engl" title="Home" />I somehow have to insert into my theme’s header.php, but I don’t know how exactly.
<a href="<?php echo home_url(); ?>/" title="Home"> <img src="<?php echo get_stylesheet_directory_uri(); ?> /images/logo.png" width="1920" height="135" border="0" /> </a>Forum: Themes and Templates
In reply to: Unstandard Theme: Search results page looks weirdHi!
Unfortunately the entire code you posted can’t be found in my Unstandard theme style.css.
I’m using version 2.0.4 by the way…All it shows regarding ‘search’ is this:
.search-results-info { overflow: hidden; background: #222; color: #eee; font-family: "Didact Gothic", Helvetica, Arial, sans-serif; font-size: 14px; position: relative; } .results-title { position: absolute; bottom: 0; left: 0; padding: 10px; font-size: 16px; }