Forum Replies Created
Author | Posts |
---|---|
February 20, 2014 at 9:33 pm in reply to:
Render paragraph breaks from custom description field 15699 | |
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 | hi taraq, |
February 20, 2014 at 5:29 am in reply to:
wp_functions and adding image post 15686 | |
amelaunsworth | i had to remove the code from the documentation because my site is live. |
February 20, 2014 at 3:23 am in reply to:
wp_functions and adding image post 15683 | |
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 | 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 | 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 | 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 | 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 | 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 | 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. |
May 9, 2013 at 7:20 pm in reply to:
Google Map Field Autocomplete 3462 | |
amelaunsworth | too bad for me… great for you. 🙂 thanks for all your help! |
May 9, 2013 at 6:46 pm in reply to:
Google Map Field Autocomplete 3457 | |
amelaunsworth | hi there, Paypal page: and after payment… customer is directed to the form below. Form 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 | hey there, 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 | 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 | hey there, |