Theme not fully accessible - by gregory - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 8 years, 6 months ago ago by Stan Russell

  • Avatar: gregory
    gregory
    Participant
    October 16, 2015 at 17:34

    Hello,

    I have been writing several post but it seems you are pushing me away.

    1) your theme says that every demo should be inside.
    HOW to install your classic demo? Where is your classic demo in the download file?

    —-I read all the documentation several time, install and tried everything and i am pretty good in wordpress!!!!!!!—————

    2) How to create a child theme.

    you have been asking my ftp etc…… this is ridiculous, i read everything on wordpress site about it!

    we need 2 files function.php and style.css

    Can you just give us the funtion.php file for everyone else this is a css one

    /*
    Theme Name: Legenda Child
    Theme URI: http://yourwebsite.com
    Description: legenda Child Theme
    Author: MyName
    Author URI: https://www.8theme.com
    Template: legenda
    Version: 1.0.0
    Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
    Text Domain: legenda-child
    */

    @import url(“../legenda/style.css”);

    /* =Theme customization starts here
    ————————————————————– */

    What is the function.php one???????????????????????????

    Thank you for the answer

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    October 16, 2015 at 22:31

    Hello,

    1. To install classic demo go to Theme Options > Import/Export, select “E-Commerce” and click “Install” button.

    2. To create child theme you need add this code in child style.css file:

    /*
     Theme Name:   Legenda Child
     Theme URI:    https://www.8theme.com/
     Description:  Legenda Theme
     Template:     legenda
     Version:      1.0.0
     License:      GNU General Public License v2 or later
     License URI:  http://www.gnu.org/licenses/gpl-2.0.html
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
     Text Domain:  legenda-child
    */

    and this code in functions.php file:

    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    
    }

    The folder for child theme should be named “legenda-child”.

    Regards,
    Eva Kemp.

    Avatar: gregory
    gregory
    Participant
    November 5, 2015 at 02:07

    Thank you

    Avatar: stan
    Stan Russell
    Participant
    November 5, 2015 at 08:16

    Hello gregory,

    you are welcome!

    Regards,
    Stan Russell.

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Theme not fully accessible’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.