Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter nattpyre

    (@nattpyre)

    I’ve tried on another server running the same plugins without any problems, and you can’t recreate it so I’m pretty sure its something wonky with the local server/wordpress here.
    Going to mark this as resolved. 🙂

    Thread Starter nattpyre

    (@nattpyre)

    It’s xampp (apache) on windows.

    I will simply ignore it then and see what happens with future updates – thank you so much for your time looking into this!

    Thread Starter nattpyre

    (@nattpyre)

    It consists of:

    functions.php
    style.css
    /lib/custom-woocommerce.php
    /templates/header.php

    the last two because I wanted to change the text for the cart, only change made in those.

    functions.php only has this:

    <?php
    function theme_enqueue_styles() {
    
        $parent_style = 'parent-style';
    
        wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
        wp_enqueue_style( 'child-style',
            get_stylesheet_directory_uri() . '/style.css',
            array( $parent_style )
        );
    }
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    
    ?>

    The notification shows when using the parent theme as well.
    I downloaded the theme via WordPress, figured I’d try the one you’ve got on your site instead (version 2.5.2). The notification doesn’t show up in that one. I then proceeded to update to 2.5.8 again – which failed (couldn’t remove old theme). So I downloaded 2.5.8 from wordpress.org and .. well it’s back to showing the notification.

    Thread Starter nattpyre

    (@nattpyre)

    Odd indeed, I’ve been googling like crazy.. I’ve not seen it before and it showed up when I installed the Virtue theme. I have version 2.5.8 of the theme. I can dismiss the notice. I’m just not sure if there actually is something, somewhere, that really shouldn’t be there 😀
    It’s a fairly new installation of WordPress as well – haven’t had a lot of other weird stuff (plugins/themes) installed on it.

    I’m using a child theme, I tried switching to the actual Virtue theme but the notification was still there.

    Screenshot: http://grab.by/LN3w

    Thread Starter nattpyre

    (@nattpyre)

    Hello! I do not have the redux framework plugin installed.
    I have the following plugins:

    • Akismet
    • Contact Form 7
    • Virtue / Pinnacle ToolKit
    • WooCommerce
    • WordPress Importer

    Of those, only Virtue / Pinnacle Toolkit and WooCommerce are activated. I tried deactivating them as well, but it doesn’t seem to change anything.

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