Forum replies created

    Roman
    Spectator
    Posts: 3147
    21.02.2015 at 12:26 #14910

    please create your own thread as it’s not allowed to ask for another issues in someone’s thread. thanks.

    Roman
    Spectator
    Posts: 3147
    21.02.2015 at 12:24 #14909

    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');

    In reply to Purchase code
    Roman
    Spectator
    Posts: 3147
    20.02.2015 at 21:32 #14904

    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 😉

    Roman
    Spectator
    Posts: 3147
    20.02.2015 at 11:42 #14890

    probably I provided extra code accidentally, anyway if it works for you so there is no problem with the code

    Roman
    Spectator
    Posts: 3147
    20.02.2015 at 10:50 #14883

    have you set the blog page in the Settings -> Reading -> Posts page: Your Blog page ?

    In reply to Version history?
    Roman
    Spectator
    Posts: 3147
    19.02.2015 at 15:09 #14859

    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

    Roman
    Spectator
    Posts: 3147
    19.02.2015 at 14:19 #14856

    have you not change the permalink of the post to a custom one when you edit it?

    Roman
    Spectator
    Posts: 3147
    19.02.2015 at 14:18 #14855

    make a backup of your current version, remove it and upload newer version https://theme4press.com/evolve-multipurpose-wordpress-theme/

    Roman
    Spectator
    Posts: 3147
    19.02.2015 at 10:01 #14845
    Roman
    Spectator
    Posts: 3147
    19.02.2015 at 09:57 #14844

    Home

    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' ); ?> &rarr;" />

    <?php do_action( 'woocommerce_proceed_to_checkout' ); ?>

    <?php
    }

    this is a temporary fix and will be fixed in the next theme version