TheCrack
Forum Replies Created
-
If I rename the functions.php file, the error disappears but not translated.
Sorry, I copied the file from parent theme. This is what I have on the theme child.
You can visit my website to see the error displayed, (www.tuandropc.com)
Thank you very much bdbrown, always helping.
Sorry, but I’m a newbie, recently I’ve started.
I keep archivo.mo and .po in the directory languages of child theme.
In child theme functions.php file, I introduce this:
function alx_load() { // Load theme languages load_theme_textdomain( 'hueman', get_stylesheet_directory().'/languages' ); // Load theme options and meta boxes load_template( get_template_directory() . '/functions/theme-options.php' ); load_template( get_template_directory() . '/functions/meta-boxes.php' ); // Load custom widgets load_template( get_template_directory() . '/functions/widgets/alx-tabs.php' ); load_template( get_template_directory() . '/functions/widgets/alx-video.php' ); load_template( get_template_directory() . '/functions/widgets/alx-posts.php' ); // Load custom shortcodes load_template( get_template_directory() . '/functions/shortcodes.php' ); // Load dynamic styles load_template( get_template_directory() . '/functions/dynamic-styles.php' ); // Load TGM plugin activation load_template( get_template_directory() . '/functions/class-tgm-plugin-activation.php' ); }The problem I get is that you can see in the screenshot:
Would have to copy all the functions.php file as I do?
Or just the function alx_load?
I copied the file functions.php theme parent and I stuck to the theme child. The first line is I have to change. But I have to put?For translation if I put the .po and .mo files in the directory languages on the subject hueman own works but if I put in the child theme does not work. As I can fix it?
Child theme, I got this:
/* Theme Name: Hueman Child Theme URI: http://alxmedia.se/themes/hueman/ Description: Sample child theme for customization. Author: My Name Author URI: Template: hueman Version: 2.1.9 */ @import url("../hueman/style.css"); /* ------------------------------------------------------------------------- * * Theme customization starts here /* ------------------------------------------------------------------------- */ /* Global */ .mystyle {} /* Tablet - 800px, 768px & 720px */ @media only screen and (min-width: 720px) and (max-width: 800px) { .mystyle {} } /* Mobile - 480px & 320px */ @media only screen and (max-width: 719px) { .mystyle {} } /* Mobile - 320px */ @media only screen and (max-width: 479px) { .mystyle {} }From there I could and edit?
The automatic slider solve it by changing false for true in inc/featured.php.
I don`t have a theme child.
I’m creating but from creating the style.css file does not follow.
And as I can tell if I have a child theme?
As I can tell if I have a child theme?
The theme is hueman version 2.1.9, which is on the official website of the developer, I edited some stuff with css code. I’m not familiar with editing php.
First, thank you very much for your help.
As there are a lot of Worpress, not if it could be done by css code, I would be much easier.
If you can not with css code, you could give me more details.
Thank you.
A greeting.
Forum: Themes and Templates
In reply to: [Hueman] Change FOLLOW and CATEGORYHello!
I have two questions:
I would YOU MAY ALSO LIKE translate into my language, if possible with CSS.
And I would turn the slider on the home page, if possible with CSS.
A greeting.
Forum: Themes and Templates
In reply to: [Hueman] Change FOLLOW and CATEGORYAnd If I want to update the theme externally , would lose data or CSS ?