webjunk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 301 RedirectsCould try getting rid of the first p tag. Probably have to check your CSS though. One of the tags (table, tr, td) may have padding or something. Sorry don’t have the time right now to go that far in depth.
You were sssooooo far off. Seriously, I have no idea whatsoever. I just took your code and edited to display the way I wanted as I only had a minute. You can figure out the difference for yourself. I think you were inserting multiple rows where I use only two. Let me know.
* = required field <table><tr><td> <p>Your Name *<br /> [text* your-name] </p> <p>Owner of Equipment<br /> [text owner]</p> <p>Subject<br /> [text your-subject]</p> <p>Your Message<br /> [textarea your-message]</p> </td> <td style="width:25px"> </td> <td> <p>Your Email *<br /> [email* your-email watermark "john@doe.com"] </p> <p>Business Name [text biz-name]</p> <p>Business Phone *<br /> [text* BizPhone id:BusinessPhone watermark "xxx-xxx-xxxx"]</p> <p>Street Address<br /> [text* street-addr]</p> <p>City *<br /> [text* city]</p> <p>State *<br /> [select* State-Menu include_blank "AK" "AL" "AR" "AZ" "CA" "CO" "CT" "DC" "DE" "FL" "GA" "HI" "IA" "ID" "IL" "IN" "KS" "KY" "LA" "MA" "MD" "ME" "MI" "MN" "MO" "MS" "MT" "NC" "ND" "NE" "NH" "NJ" "NM" "NV" "NY" "OH" "OK" "OR" "PA" "RI" "SC" "SD" "TN" "TX" "UT" "VA" "VT" "WA" "WI" "WV" "WY"]</p> <p>Zip Code *<br /> [text* zip 10/5]</p> <p>[submit "Send"]</p> </td></tr></table>I was thinking it should look like this:
http://webjunk.com/wordpress/2-columnsOr are you trying for a different look?
Not sure. Looked at your page but could not see anything I would call “goofy looking”
Use tables. Basically some version like I did here:
http://wordpress.org/support/topic/plugin-contact-form-7-adjusting-the-layoutThe Sitemap really has nothing to do with ranking. But Google has changed their ranking algorithms recently. Probably just seemed the same time but just conincidence.
Forum: Plugins
In reply to: newsletter plugins and GoDaddyIts a Godaddy issue. You need to use SMTP and there is a plugin for that. http://wordpress.org/extend/plugins/wp-mail-smtp/
Forum: Plugins
In reply to: Looking For: Troubleshooting PluginYou don’t need a plugin for that and don’t think there is ne anyway. Just set it up with Pages. See this as an example:
http://webjunk.com/techspt/Forum: Plugins
In reply to: [Plugin: Shadowbox JS] Clicking on Interactive Flash SWFAre you sure the swf file is execuing through shadownbox js? Do you see the JW FLV Player coming up on the mac? And what browser on the mac?
But realize that JW flv player does not fully support SWF files. Check their website but last time I looked its only FLV & MP4.Try first disabling other plugins. Might be a conflict.
Also look for an error.log in your WP directory.What version of the plugin?
Does not affect traffic from google or anywhere else. It helps let the SE’s know what pages are available for index.
I only see the single image uploaded into a Nextgen gallery. Why not use the Shadowbox JS plugin? Simpler and then will work with your other pictures not uploaded into a Nextgen gallery.
But in Nextgen make sure in the Gallery/Options you have the javascript setting for thickbox or lightbox.Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Post showing up twice on pageThen maybe its not the plugin? You are asking in the Plugins support for Contact Form 7.
Forum: Plugins
In reply to: Manual credit card paymentWhen you log into paypal. There is a contact US link. Use the email. They get back within a day. Or I uess you can just keep bitching and guessing……
Forum: Plugins
In reply to: [WP Hide Pages] [Plugin: WP Hide Pages] Hide pagesThat does not help me. Never used them. You need to look in prresumably your Page.php and look for wp-list_pages. That a function to generate the menus but they could be generated another way. The plugin only works for that function.
Should be below where the:
class=”art-vmenublockcontent”
is located.