appetizer.day
Forum Replies Created
-
because I own my server, I can access web server log.
anyway, finally I found the solution.
open functions.php in lugada theme directory and find the below and replace it, that’s it.
(3rd line of the file)require_once ( get_template_directory() . ‘/include/theme-options.php’ );
require_once ( get_template_directory() . ‘/include/breadcrumbs.php’ );
require_once ( get_template_directory() . ‘/include/widget.php’ );
/*
require_once ( get_stylesheet_directory() . ‘/include/theme-options.php’ );
require_once ( get_stylesheet_directory() . ‘/include/breadcrumbs.php’ );
require_once ( get_stylesheet_directory() . ‘/include/widget.php’ );
*/Forum: Themes and Templates
In reply to: [Lugada] Adding a child theme to Lugadabecause I own my server, I can access web server log.
anyway, finally I found the solution.
open functions.php in lugada theme directory and find the below and replace it, that’s it.
(3rd line of the file)require_once ( get_template_directory() . ‘/include/theme-options.php’ );
require_once ( get_template_directory() . ‘/include/breadcrumbs.php’ );
require_once ( get_template_directory() . ‘/include/widget.php’ );
/*
require_once ( get_stylesheet_directory() . ‘/include/theme-options.php’ );
require_once ( get_stylesheet_directory() . ‘/include/breadcrumbs.php’ );
require_once ( get_stylesheet_directory() . ‘/include/widget.php’ );
*/yep, ayublin.
what was wrong..
anyway, it works again.!
Thanks 😉how can i fix it? jetpack comment is not working in my site, either.