Forum Replies Created

Viewing 4 replies - 16 through 19 (of 19 total)
  • Forum: Plugins
    In reply to: Feedwordpress Problem

    Grrr, no idea how I ended up posting here. Sorry.

    Forum: Plugins
    In reply to: Feedwordpress Problem

    Feedwordpress breaks the revolution template I am using

    http://www.topgamingjobs.com/category/gaming-jobs/

    Any idea what is causing this?

    Thread Starter StalkerB

    (@stalkerb)

    Yeah, 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.

    Yup, I’m getting the same problem too now. Although it was working up until a few minutes ago.

Viewing 4 replies - 16 through 19 (of 19 total)