upload image resolved
-
I managed to solve the problem of upload image after lot of trying:
1 – call in head:
<script src=”//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js”> </ script>
2 – chose in admin WP User Frontend > Frontend Posting > Content editor type > choisir “Rich Text (full)”
3 – in wp-content \ plugins \ wp-user-frontend \ js \ iin the 2 file in the first line
attachment.js
wpuf.jsjQuery (document). ready (function ($) {
change to
jQuery (document). ready (function (jQuery) {good luck
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘upload image resolved’ is closed to new replies.