Teresa Vance
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Fields: Link Picker Field] can’t get the link to displayOK 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!
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Mapping not workingI 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!
Forum: Plugins
In reply to: [Image Widget] Problem – can't turn off front page displayUmmm 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???