deserteagle
Forum Replies Created
-
The Royal Theme is compatible with WooCommerce.
http://themeforest.net/item/royal-multipurpose-wordpress-theme/8611976
If you inspect the element, you’ll notice that your code has <div class=”payment_box payment_method_s4wc” style=”display: none”>
When I change it to “display: inline” in my browser, it renders. What can I do to permanently fix this?
Many thanks!!
Oh, my bad. Here you go: http://o-marin.com/checkout/
Ditto. Fields not showing on my client’s site after selecting the credit card payment radio button. jrandomh’s suggestion did not help.
Forum: Plugins
In reply to: [Redirection] Not working with 1and1 hostingNevermind, whoops!
For future reference, check the permalink settings. They need to be set to Post naame to work.
Forum: Plugins
In reply to: [Form to Post] Editing postsThank you so much! Your Add Actions and Filters plugin ROCKS, by the way!
Forum: Plugins
In reply to: [Form to Post] Editing posts[hidden post_title] [hidden post_content "application"] [hidden post_category_name "Duct Seal"] [hidden ID] <p>Equipment Make* [text* text-227 id:make]</p> <p>Start-up Date* [text* text-8 id:startupdate]</p> <p>Model #* [text* text-246 id:condensermodelnumber]</p> <p>[submit "Send"]</p>Here are the modifications I did to FormToPost_Plugin.php
$post = array( # 'post_status' => 'publish', 'post_status' => 'pending', # initial rebate application status 'post_type' => 'post', 'post_category' => array(0) );And here are the modifications I did to the hidden.php of Contact Form Module
global $post; date_default_timezone_set(get_option('timezone_string')); # sets the timezone used from the wordpress selection $rebate_time = date("m/d/Y @ h:ia"); # rebate application timestamp $rebate_type = get_the_title(); if(is_object($post)) { switch($sanitized_name) { case 'post_title': case 'post-title': #$value = $post->post_title; $value = $rebate_type." submitted on " .$rebate_time; # rebate application title break;Forum: Plugins
In reply to: [Form to Post] Editing postsNo worries, I understand. Took me a while to figure it out myself, so here goes.
The page shows the form just fine: http://imgur.com/ueFykh4
The form submits and becomes a post: http://imgur.com/GByRsil
The post appears in the admin: http://imgur.com/hoeK0GP
But the post itself does not show what I typed in: http://imgur.com/JfAwXtS
Instead it shows the shortcode I put in the page to get the contact form to show: http://imgur.com/r1oxL5z
Forum: Plugins
In reply to: [Form to Post] Editing postsIt shows up, but again, only displays the shortcode in the WP admin… and going back to that post on the front-end shows nothing.
Forum: Plugins
In reply to: [Stealth Login Page] Redirects Alwaysdowngraded to 2.1.1 for the time being.