Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter ceciliacaldas

    (@ceciliacaldas)

    There is no support for Boutiques as it is a free child theme. But I was advised by WooCommerce that since it is a warning there should not be real concern that it affects how the page displays. I completed the setup, it deployed just fine and find that it really doesn’t, so I am leaving alone until I find a way to fix it.

    Thread Starter ceciliacaldas

    (@ceciliacaldas)

    Thanks Andras. I will research your suggestion and will let you know. Since it is a shortcode not sure myself. I appreciate your answer though.

    • This reply was modified 7 years, 11 months ago by ceciliacaldas.
    ceciliacaldas

    (@ceciliacaldas)

    I have tried chnaging my footer credits as well and tried that code but must be inserting it wrong way into the functions.php since it gives an error on line 25 which corresponds with add_action line.
    This is the functions.php currently found under my child theme folder, would you be able to add the code where it belongs? and add where to insert customization for the site as well. Thanks in advance.

    <?php
    /**
    * Boutique engine room
    *
    * @package boutique
    */

    /**
    * Set the theme version number as a global variable
    */
    $theme = wp_get_theme( ’boutique’ );
    $boutique_version = $theme[‘Version’];

    $theme = wp_get_theme( ‘storefront’ );
    $storefront_version = $theme[‘Version’];

    /**
    * Load the individual classes required by this theme
    */
    require_once( ‘inc/class-boutique.php’ );
    require_once( ‘inc/class-boutique-customizer.php’ );
    require_once( ‘inc/class-boutique-template.php’ );
    require_once( ‘inc/class-boutique-integrations.php’ );

    /**
    * Do not add custom code / snippets here.
    * While Child Themes are generally recommended for customisations, in this case it is not
    * wise. Modifying this file means that your changes will be lost when an automatic update
    * of this theme is performed. Instead, add your customisations to a plugin such as
    * https://github.com/woothemes/theme-customisations
    */

    I really appreciate any help. Been trying to figure it out for months now without success. This is the closest so far.

    Thread Starter ceciliacaldas

    (@ceciliacaldas)

    Con,
    I edited the wp-config file as suggested but unfortunately I am still getting the error message:

    Warning: Creating default object from empty value in /home/lorirae/public_html/wp-content/themes/storefront/inc/customizer/class-storefront-customizer.php on line 105

    It doesn’t seem to be affecting the actual workings on the theme. I will see if it does once the shopping cart gets setup.
    Thanks for your suggestion.

    Thread Starter ceciliacaldas

    (@ceciliacaldas)

    Thanks Con! I will try that.

    I am having a similar issue after updating Storefront. I am using it together with the child theme Boutique and it is on a new site with no additional plugins. All I have is WooCommerce, Storefront and Boutique and when I go to Appearances>Customize I get the following warning:
    Warning: Creating default object from empty value in /home/lorirae/public_html/wp-content/themes/storefront/inc/customizer/class-storefront-customizer.php on line 105
    I have tried asking in different places even at WooCommerce tech but because they are the free plugins there is no support. Please post an answer If anyone has any idea how to fix it or where to look.Much appreciated!

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