• Resolved humanistischnet

    (@humanistischnet)


    Greetings!

    Many of the plugin backend controls in the slide editor are not working, e. g. the options tab, the switch between wysiwyg and html view mode, deleting or adding slides etc.

    The strange thing is that it stopped working after I had successfully published to first slider. Did not install any plugins after this.

    See https://imgur.com/a/H07ozLg

    I have deactivated any plugins and tried a lot of other solution proposals from this support forum including try using it with a new admin unser, nothing worked out.

    Any help would be greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter humanistischnet

    (@humanistischnet)

    P.S.: This problem is limited to the slider editor window – in any other editor window including the slider management overview it does not occur.

    Thread Starter humanistischnet

    (@humanistischnet)

    Update, it throws out this error in the console:

    Uncaught TypeError: jQuery(...).val() is undefined
        <anonymous> https://www.humanistisch.net/wp-admin/post.php?post=39718&action=edit:257
        jQuery 4
            i
            fireWith
            ready
            J
    post.php:257:56
        <anonym> https://www.humanistisch.net/wp-admin/post.php?post=39718&action=edit:257
        jQuery 4

    This happens only in the slider editor window.

    Plugin Author simonpedge

    (@simonpedge)

    Hi, sorry I’m only seeing this now – I’ve been in the process of moving home, and things have been a bit hectic…

    This JavaScript error message – normally you can hover over the message and it displays the filename (source code path & filename) generating the error – this could be useful to help track this down?

    Thread Starter humanistischnet

    (@humanistischnet)

    Thank you, Sir, it has been resolved. The problem has been caused not by your plugin but by this piece of code

    /* Show length of excerpt */
    
    function excerpt_count_js(){
          echo '<script>jQuery(document).ready(function(){
    jQuery("#postexcerpt .handlediv").after("<div style=\"position:absolute;top:0px;right:30px;top:2px;color:#666;\"><small>Auszugsl&auml;nge: </small><input type=\"text\" value=\"0\" maxlength=\"3\" size=\"3\" id=\"excerpt_counter\" readonly=\"\" style=\"background:#fff;\"> <small>characters (max. 250) .</small></div>");
         jQuery("#excerpt_counter").val(jQuery("#excerpt").val().length);
         jQuery("#excerpt").keyup( function() {
         jQuery("#excerpt_counter").val(jQuery("#excerpt").val().length);
       });
    });</script>';
    }
    add_action( 'admin_head-post.php', 'excerpt_count_js');
    add_action( 'admin_head-post-new.php', 'excerpt_count_js');
    
    Plugin Author simonpedge

    (@simonpedge)

    Ok, good to hear – I’ll mark this topic resolved.

    Thread Starter humanistischnet

    (@humanistischnet)

    Thank you again and all the best with your moving.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Backend controls not working’ is closed to new replies.