• I debug my blog and in wp-config enable debug. Now in error_log find error

    [09-Feb-2014 15:09:15 UTC] PHP Notice: Undefined variable: _width in /home/username/public_html/wp-content/plugins/fotorama/fotorama.php on line 83

    On this plugin I only add in plugin root directory file fororamaDefaults.js

    fotoramaDefaults = {
    nav: ‘dots’,
    allowfullscreen: ‘native’,
    transition: ‘crossfade’,
    loop: true,
    keyboard: true
    }

    https://wordpress.org/plugins/fotorama/

  • The topic ‘Undefined variable _width’ is closed to new replies.