vangrog
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Custom Fields and Email ProblemI tested your form and it did work fine for me.
I just changed your second tag for:
<p>Company Name
[text* your-company] </p>
(to avoid conflict, once you had already used a value “your-name“ right above)Then I added the values to the “Message Body” field, like this:
Informations:
Name: [your-name]
Company: [your-company]
E-mail: [your-email]
Phone: [phone-number]
Property type: [property-type]
Loan type: [loan-type]
Payment: [payment]
Months behind: [months-behind]
Months hardship: [months-hardship]
Vacancies: [vacancies]
Vacant percentage: [vacant-percentage]Message:
[your-message]———————–
Sent thru WebsiteI tested and it worked fine. All informations came on the e-mail body.
PS.: Other form fields shall be added onto “message body” as well. I tested just with those pasted above.
Cheers.
Forum: Requests and Feedback
In reply to: Any sort of criticism on my design & inspiration blog?pretty nice design… not over (i always like minimalist layouts, ‘less is more’) and at the same time not empty… and what is essential always (no matter what’s the design concept): easy navigation… i give ya an A+..
cheers
Forum: Requests and Feedback
In reply to: Relative URL for local images requestJust install some php execution plugin to allow you to insert php codes on your posts (I recommend http://wordpress.org/extend/plugins/php-execution-plugin/). Then simply write your posts using relative paths, such as:
<img border=”0″ src=”=”<?php echo $ROOT; ?>/zzzz/xxxx/mypic.jpg” width=”100″ height=”100″>
or
<?php echo ‘<img border=”0″ src=”‘ . $ROOT . ‘/zzzz/xxxx/mypic.jpg” width=”100″ height=”100″>’; ?>
you can also use $BASE_URL or bloginfo(‘url’) if you prefer…
Forum: Plugins
In reply to: wp-cumulus and tags4page ?Try this plugin instead. This one adds tags for pages and integrates with Cumulus Cloud perfectly.
Cheers
Forum: Plugins
In reply to: [Plugin: WP-Cumulus] show tags from pages ?Try this plugin. This one adds tags for pages and integrates with Cumulus Cloud.
CheersForum: Requests and Feedback
In reply to: Bug with images in 2.8.5No such problems for me 2
Forum: Requests and Feedback
In reply to: THE Best Magazine-Style WordPress Theme on the Marketif you really dont care about design, maybe…
Forum: Plugins
In reply to: [Plugin: Hana Flv Player] Doesnt load when embeddedThank you. It’s my fav player plugin, nice to see it working charmly again! ;o]
if I have issues I’ll post on your forum from now on as requested.
Cheers
word!
Forum: Plugins
In reply to: how do I number my pages? 1,2,3…45Forum: Fixing WordPress
In reply to: [Plugin: Quotes Collection] Removing Quotation Markson quotes-collection.php file, find this line (should b line 159)
$display = “<p><q>”. $random_quote[‘quote’] .”</q>”;
replace for:
$display = “<p>”. $random_quote[‘quote’] .”</p>”;
Forum: Plugins
In reply to: Request; A two-column text widgetTry ‘Magazine Columns’ or ‘WP Post Columns’ plugin.
Forum: Plugins
In reply to: [Plugin: Fast and Secure Contact Form] Great plugin!Very shweet both of yer plugins, the contact form and the captcha one (even if I don’t really like using captcha solutions). Anyways, both work just charmly!
Forum: Plugins
In reply to: [Plugin: Bad Behavior] Conflicting wiht Robots-MetaSame thing here. BadBehavior has a very bad behavior on WP 2.84 at least. It conflicts with Robots Meta and other SEO plugins. I did keep my seo plugins and throw BadassBehavior away.