Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #706636

    I am using the enfold theme and I am trying to add an a media file in a new Post. The url is not added in the post. Have tried following

    1) deactivated all the plugins with no results
    2) have changed the theme and the urls file did show up.

    the error I get is avia_media.js?ver=4.6:114 Uncaught RangeError: Maximum call stack size exceeded(…) …
    I am using wordpress 4.6.1

    #706912

    Hey a2zfc,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    #707633

    found the solution , I think I saw it somewhere on your site ..
    changed in file /wp-content/themes/enfold/framework/js/avia_media.js in line 114

    from
    window.send_to_editor = function(html)
    to
    window.original_send_to_editor = function(html)

    #707634

    Hey!

    Happy you could solve it and thanks a lot for letting us know.
    Please feel free if anything else is needed to create a new ticket.

    Cheers!
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adding media in post page enfold theme’ is closed to new replies.