Uploading image doesn't work!

This topic contains 6 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 1 month ago
Viewing 6 Posts - 1 through 6 (of 6 total)
Author Posts
February 3, 2014 at 7:30 pm 15035
Tareq Hasan I notices if I added a "Google Maps" elements to any form, the image button doesn't work, when I click on it it doesn't do any thing! Also is I don't have Google map and the button worked well, the image won't appear in the post! For example, I created a form where "guests" can include image in the post but it doesn't include that! I tried all kinds of including images (featured image, insert image, and insert image in the body) none of them work!
February 3, 2014 at 7:32 pm 15036
Hani Hani This reply has been marked as private.
February 4, 2014 at 12:05 am 15044
Tareq Hasan Tareq Hasan

Using minify in wp total cache, many js error occurs, so I disabled it. Also, you can’t put “Coloradao, USA” in form co-ordinates. You’ve to put latitude and longitude, see the instruction on that field.

February 4, 2014 at 11:24 am 15056
Hani Hani

Oh Ok. Thanks for checking my website, but the image issue doesn’t work still! I even deleted that total cash plugin and whenever I try to upload an image via the form I created I don’t see it in the post itself, but I can see it from the home page as a thumbnail normally!

February 4, 2014 at 12:40 pm 15057
Tareq Hasan Tareq Hasan

Thats because your theme doesn’t show it, doesn’t mean it’s not uploaded 😉

WPUF just responsible for editing/inserting posts, your theme is responsible for the presentation of your site. If your theme doesn’t show, not much can be done from plugin side.

February 4, 2014 at 2:15 pm 15059
Hani Hani

Well at least can you tell me please how to use your plugin? Or do I have to use only the default theme if I want to use your plugin?

February 5, 2014 at 11:33 pm 15098
Tareq Hasan Tareq Hasan

Not necessarily you’ve to use the default theme. I just said, if your theme doesn’t show the featured image, WPUF won’t show it on it’s own.

By placing this code to your themes single.php, the featured image will show.
[php]if ( has_post_thumbnail() ) {
the_post_thumbnail();
}[/php]

Viewing 6 Posts - 1 through 6 (of 6 total)