This topic has 4 replies, 3 voices, and was last updated 9 years ago ago by Stan Russell
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
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.
Thank you
Hello gregory,
you are welcome!
Regards,
Stan Russell.
Tagged: accessible, fully accessible, seo friendly, templates, theme, woocommerce, wordpress
The issue related to '‘Theme not fully accessible’' has been successfully resolved, and the topic is now closed for further responses