I am having this strange bug in a Wordpress theme that I am developing. When I try to upload an image using the Wordpress tool, and click in “Insert into Post”, the screen just reloads, and the image is not included in the content.
Has someone experienced the same problem?
- Sold between 250 000 and 1 000 000 dollars
- Community Moderator
- Author was Featured
- Item was Featured
- Bought between 50 and 99 items
- Referred between 1000 and 1999 users
- Has been a member for 3-4 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
Sounds like you have a javascript error that is keeping the handler attached to the “Insert into Post” link click event from running. Try reloading the page with firebug open and see what you get.
Thanks for your help sevenspark, I already figured out the problem.
I had a javascript function that was causing conflict.
