StalkerB
Forum Replies Created
-
Forum: Plugins
In reply to: Feedwordpress ProblemGrrr, no idea how I ended up posting here. Sorry.
Forum: Plugins
In reply to: Feedwordpress ProblemFeedwordpress breaks the revolution template I am using
http://www.topgamingjobs.com/category/gaming-jobs/
Any idea what is causing this?
Forum: Fixing WordPress
In reply to: [Plugin: WP-Cumulus] Change colour doesn’t workYeah, I initially changed the setting via the plugin editor, but it didn’t do anything.
// widget options
$widgetoptions = get_option(‘wpcumulus_widget’);
$newoptions[‘width’] = ‘140’;
$newoptions[‘height’] = ‘140’;
$newoptions[‘tcolor’] = ‘ce7344’;
$newoptions[‘tcolor2’] = ‘ae682a’;
$newoptions[‘hicolor’] = ‘e56907’;
$newoptions[‘bgcolor’] = ‘f9f6ed’;
$newoptions[‘speed’] = ‘100’;
$newoptions[‘trans’] = ‘true’;
$newoptions[‘distr’] = ‘false’;
$newoptions[‘args’] = ”;
$newoptions[‘mode’] = ‘tags’;
add_option(‘wpcumulus_widget’, $newoptions);This look reasonable?
Anything else I need to change in here?
Update –
Putting [WP-CUMULUS] into a post uses the setting provided in the WP-Cumulus settings tab. (Need to pcik my colours better).
Widget – Still black/grey/white 🙁
Double update – I geddit.
Using edit in the widget folder expands the widget to input options.
Super.
Thanks.
Forum: Fixing WordPress
In reply to: Redirection 2.0.3 problem.Yup, I’m getting the same problem too now. Although it was working up until a few minutes ago.