Skip Navigation

[Resolved] uploads not working

This support ticket is created 5 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 5 replies, has 2 voices.

Last updated by Minesh 5 years, 5 months ago.

Assisted by: Minesh.

Author
Posts
#1312949

I am trying to: give client a CRED form for creating custom video posts. One of the fields is for embedded media, and the client instructions are to put in the embed code from <iframe> to </iframe>. When I use the form, it works. When my client uses the form, it doesn't.

Link to a page where the issue can be seen:
hidden link

I expected to see: the video he uploaded.

Instead, I got: an empty element with some spaces.

#1312961
#1312963

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

I see you disconnected from chat. Can you please let me know if it works or not?

#1312975

Sorry - my computer went down.

I'm still working on trying to upload from the front end when not logged in.

#1312977

OK, it works. Any idea why it wouldn't work for my client?

#1312987

Did you change anything? Should I tell the client to try again?

#1313103

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Have you checked it's working as client? If yes, I just make a change to the code where I removed the following line of code:

    
if ( !current_user_can( 'publish_posts' ) )
return $allowedposttags;

From the functions.php code you added.