Forum replies created
please create your own thread as it’s not allowed to ask for another issues in someone’s thread. thanks.
if you are creating a child theme for the evolve plus, the child theme folder must be as follow: evolve-pluschild , also the definition of the style.css must be:
/*
Theme Name: evolve child
Template: evolve-plus
Author: name
Version: 1.0
*/
@charset "UTF-8";
@import url('../evolve-plus/style.css');
you can ignore that message as we include the plugin with the theme, we update it (in theme releases) and we provide a support for that 😉
probably I provided extra code accidentally, anyway if it works for you so there is no problem with the code
have you set the blog page in the Settings -> Reading -> Posts page: Your Blog page ?
sure, on the right side of the theme’s page https://theme4press.com/evolve-multipurpose-wordpress-theme/ . or in the theme’s folder, file – changelog.txt
have you not change the permalink of the post to a custom one when you edit it?
make a backup of your current version, remove it and upload newer version https://theme4press.com/evolve-multipurpose-wordpress-theme/
please check the quick fix here https://theme4press.com/support/topic/woocommerce-2-3-3-update/page/2/#post-14844
please unzip and copy attached zip file to folder alora/woocommerce/, overwrite the old files.
Open file alora/framework/woo-config.php and add:
line #55
remove_action( 'woocommerce_proceed_to_checkout', 'woocommerce_button_proceed_to_checkout', 10 );
line #787, remove this:
add_action('woocommerce_after_cart_totals', 'alora_woocommerce_after_cart_totals');
function alora_woocommerce_after_cart_totals($args)
{
global $woocommerce; ?>
<input type="submit" class="t4p-button button-default button-medium button default medium" name="update_cart" value="<?php _e( 'Update Cart', 'woocommerce' ); ?>" />
<input type="submit" class="checkout-button t4p-button button-default button-medium button default medium alt wc-forward" name="proceed" value="<?php _e( 'Proceed to Checkout', 'woocommerce' ); ?> →" />
<?php do_action( 'woocommerce_proceed_to_checkout' ); ?>
<?php
}
this is a temporary fix and will be fixed in the next theme version