Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Teresa Vance

    (@teresavance)

    OK great, thanks for your reply – I’ll try and find the relevant template file and get it popped in there, then hopefully it’ll work!

    I think you have your config.php wrong – the SUNRISE line should be the very last one before the require_once line – you have it too early on. It should be like this:

    ….
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    define ( ‘SUNRISE’, ‘on’ );

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . ‘wp-settings.php’);

    I’m no expert but that should help. Now to get on with trying to work out why mine isn’t working!

    Thread Starter Teresa Vance

    (@teresavance)

    Ummm I think they are! It is the only image widget I have installed on my site.

    I have the following plugin installed and activated:

    “A simple image widget that uses the native WordPress media manager to add image widgets to your site.
    Version 4.0.8 | By Modern Tribe, Inc. | Visit plugin site | Check out our other plugins including our Events Calendar Pro! “

    Unless I am on the wrong forum page???

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