Viewing 15 Topics - 16 through 30 (of 30 total)
Author Posts
May 7, 2013 at 12:47 pm 3283
Tareq Hasan Tareq Hasan

It’ll be fixed in the next update.

Add wp_enqueue_script( 'jquery-ui-autocomplete' ); in /class/admin-form.php just next to the code:
[php]
if ( !in_array( $pagenow, array( ‘post.php’, ‘post-new.php’) ) ) {
return;
}
[/php]

May 7, 2013 at 1:01 pm 3286
hakerdesign hakerdesign

thanks it fixed the backend issue

tell me how can i mke the uploaded images go into [gallery id=""]automatically
http://www.haker.co.il/isrealichic/eat/burger-bar-3/

thanks

May 7, 2013 at 1:06 pm 3288
hakerdesign hakerdesign

hi i want to try to fix the thins with the broken java script youve metioned

where can i see it on firebug

ive llooked everywhere

http://www.haker.co.il/isrealichic/add-post/

tnx

May 7, 2013 at 1:11 pm 3290
hakerdesign hakerdesign

IM using ultimatum framework form building themes
this is what the frame work support told me

So.. how is that script inserted into the HTML? How is the functionality invoked? No other JS script is affected in this way…

Well that’s as far as I can help then. I don’t have the plugin and I’m not about to buy it in order to provide free support for someone else’s framework and another’s plugin. Sorry. Sometimes plugins and themes/frameworks just don’t play nicely together and you really need to be in a position to debug these interactions when you choose to use A with B…

i must fix it how can it be
tnx
how can i fix it

May 7, 2013 at 1:27 pm 3291
Tareq Hasan Tareq Hasan

What the support told you, I can say the same thing. Can’t I?

The plugin is inserting those HTML and JS into the post using the standard WordPress shortcode system and this works perfectly with every theme.

What I suspect is, they are using the wpautop function and it’s inserting the paragraph tag everywhere.

May 7, 2013 at 1:44 pm 3292
hakerdesign hakerdesign

ive just installed disable-wpautop plugin
doesnt do the work

what i cant understand how come all filed are ok
and only map isnt

May 7, 2013 at 1:52 pm 3293
Tareq Hasan Tareq Hasan

If your theme framework is using the function or any other methods internally, installing other plugins can’t fix the problem.

If you see the image I posted in a reply, the paragraph tags are simply breaking the inline javascript. This works when you try with the default theme, so nothing wrong with this plugin. The theme framework is responsible for this errors.

May 7, 2013 at 2:54 pm 3301
hakerdesign hakerdesign This reply has been marked as private.
May 7, 2013 at 3:18 pm 3304
hakerdesign hakerdesign This reply has been marked as private.
May 7, 2013 at 3:23 pm 3305
Tareq Hasan Tareq Hasan

When you create a post with the frontend form, a form ID is assigned to the post. Thats why you see the custom fields.
form

Post created from the admin panel needs to have a form selected in that meta box.

May 8, 2013 at 2:19 am 3337
hakerdesign hakerdesign

hi thanks for replaying
I didn’t get your answer

there’s a major probelm on my website with the plugin

take a look at this post form example

http://www.haker.co.il/isrealichic/wp-admin/post.php?post=62&action=edit

the WPUF Custom Fields is bugged

you can open it

on the other hand on this post you can

http://www.haker.co.il/isrealichic/wp-admin/post.php?post=70&action=edit

waiting for your solution
tnx

May 8, 2013 at 11:05 am 3347
hakerdesign hakerdesign This reply has been marked as private.
May 8, 2013 at 12:46 pm 3348
Tareq Hasan Tareq Hasan

I see errors there. The location field should have latitude and longitude. Why the field has Amos 28-40, Tel Aviv as the value?

May 8, 2013 at 1:00 pm 3350
hakerdesign hakerdesign

works great!

now is theres a way to hide the lan/lat value
because people usually will use address but form map you need lan/lat

how can i make the images come inside a gallery shortcode ?

tnx

May 8, 2013 at 1:08 pm 3351
Tareq Hasan Tareq Hasan

The form editor has the option to show/hide the lat/long field.

I am not sure about the gallery shortcode.

Viewing 15 Topics - 16 through 30 (of 30 total)