Forum Replies Created

Viewing 15 Topics - 1 through 15 (of 21 total)
Author Posts
February 20, 2014 at 9:33 pm in reply to: Render paragraph breaks from custom description field 15699
amelaunsworth amelaunsworth

if anyone wants to know how to show paragraph breaks after text is inputed in a text area field.. this is how you do it.

{!nl2br($options[‘meta-key-term’])}

February 20, 2014 at 9:31 pm in reply to: wp_functions and adding image post 15698
amelaunsworth amelaunsworth

hi taraq,
i would really appreciate your help on this. i was able to add the image upload to a form. the code you provide in the documentation doesn’t work. it just displays the code.
i also know i have to add a function in the wpuf_functions.php page so that the image upload/modify option appears in my admin for an item. can you assist me with this?

February 20, 2014 at 5:29 am in reply to: wp_functions and adding image post 15686
amelaunsworth amelaunsworth

i had to remove the code from the documentation because my site is live.
but basically the code from the documentation is what showed up instead of my image.

February 20, 2014 at 3:23 am in reply to: wp_functions and adding image post 15683
amelaunsworth amelaunsworth

check out my profile page.

http://www.godurhamregion.com/item/test-company-3/

the code from the documentation page shows up and no image.

February 20, 2014 at 3:12 am in reply to: wp_functions and adding image post 15682
amelaunsworth amelaunsworth

thanks for the link.

i posted:

$images = get_post_meta( $post->ID, ‘mey_key_name’ )

if i post the entire code that is on that page, i get an error and my page doesn’t show up at all.

and i’m not sure if it’s working. when i check my admin, i see my image posted under the custom fields area, but not under the main item area. maybe because i added the wrong code in the wpuf_fuctions.php page? under the main item area i don’t see an image, but i see thte text ‘first_photo’ (all my fields are duplicated in the admin because of the custom field types). i don’t know how to show the image instead of the text first_photo.

‘first_photo’ => isset( $_POST[‘first_photo’] ) ? $_POST[‘first_photo’] : ”,

February 20, 2014 at 2:49 am in reply to: wp_functions and adding image post 15676
amelaunsworth amelaunsworth

and this is the code on the items page:

   if (!empty($options['first_photo']))
   img src="{timthumb src => $post->first_photo, w => 120, h => 160}" alt="{__ 'Item image'}"
February 5, 2014 at 4:26 am in reply to: Image upload error #200 15085
amelaunsworth amelaunsworth

i’m getting the error. even on my other form’s image upload.

http://www.godurhamregion.com/package/enhanced-listing/

could it be a wordpress theme bug?

February 5, 2014 at 4:14 am in reply to: Image upload error #200 15082
amelaunsworth amelaunsworth

looks like if i try to upload a file that is not 350 x 350 pixels i get that error. what size did you try to upload? i get an error when trying to upload any other size. i checked all browsers and i get the same error. i didn’t define the image h x w any where so not sure why it would do this. i never use to get this error.

August 21, 2013 at 5:39 pm in reply to: Custom Form Items Duplicated on Form Page 7263
amelaunsworth amelaunsworth

thank you! it’s gone now.

August 21, 2013 at 2:10 am in reply to: Custom Form Items Duplicated on Form Page 7231
amelaunsworth amelaunsworth

i did as you said and now my forms are ok now so thank you!!! However, i still see duplicate information posted on my items page. the wp custom form submission is showing up in the description area of an item. and the same info is showing up below, where it’s supposed to be.

http://www.godurhamregion.com/item/test-6/

May 9, 2013 at 7:20 pm in reply to: Google Map Field Autocomplete 3462
amelaunsworth amelaunsworth

too bad for me… great for you. 🙂
i will try that code again. goes int he functions.asp file right? and google maps meta key is still location?

thanks for all your help!

May 9, 2013 at 6:46 pm in reply to: Google Map Field Autocomplete 3457
amelaunsworth amelaunsworth

hi there,
sorry to bother you…would you offer your services to me?
i found a paypal plugin which allows me to have multiple forms with multiple payment options. After a payment, it redirects the customer to one of my forms to submit their listing. problem is that if you know the direct link to the form, you can go directly to it without having to pay. so was wondering if there was a way to make sure the FORM page cannot be accessed without having to go through the paypal page. Is this possible? and how much would you charge for this service?

Paypal page:
http://www.godurhamregion.com/standard-listing/

and after payment… customer is directed to the form below.

Form
http://www.godurhamregion.com/submit-your-standard-listing/

if this is not possible, i can add the paypal option to the form, but will need the Continue to PayPal button to be the button that submits the form and have the actual FORMS button to be removed. so that there is only 1 button for the entire form. hope this makes sense.

May 9, 2013 at 4:47 pm in reply to: Google Map Field Autocomplete 3424
amelaunsworth amelaunsworth

hey there,
i saw in your demo site that there was an event manager section. does that come with the wp user frontend package? and if not, where can i get it? i searched this site and couldn’t find the plugin.

also the code you gave me for googlemap form didn’t work unfortunately. still need two fields to save address. just thought you should know. with google maps field it doesn’t save even in the db.

May 8, 2013 at 2:20 pm in reply to: Google Map Field Autocomplete 3355
amelaunsworth amelaunsworth

if i create a subscription package, is there a way to attach each package to different forms? this way i can have a set price for different posts.

May 8, 2013 at 1:59 pm in reply to: Google Map Field Autocomplete 3353
amelaunsworth amelaunsworth

hey there,
i see that you can charge per post or for a subscription package. is there a way to add these features to a specific form or they have to be used for ALL forms?

Viewing 15 Topics - 1 through 15 (of 21 total)