archizoom
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [JustWrite] child theme – justwrite makes me crazy – child themethank you for the quick response.
and thank you for the realey nice theme.the media-queries.css is in the original theme.
and i have not worked on it.what should i do ?
Forum: Themes and Templates
In reply to: [JustWrite] child theme – justwrite makes me crazy – child themedanke, thank you – thank you – thank you, merci, gracias
it works !!!!!!!!!i have entered in functions.php
<?php
add_action(‘wp_head’,’load_parent_style’,0);
function load_parent_style() {
wp_register_style(‘parent-theme’,get_bloginfo(‘template_directory’).’/style.css’);
wp_enqueue_style(‘parent-theme’);
}function justwritechild_setup() {
add_action( ‘wp_enqueue_scripts’, ‘justwritechild_css_files’, 99 );
}add_action( ‘after_setup_theme’, ‘justwritechild_setup’ );
function justwritechild_css_files() {
wp_enqueue_style( ‘justwritechild_style’, get_stylesheet_directory_uri() . ‘/style.css’ );
}but a little problem whith smartphone view
in the smartphone view is the header row on the left and the text-book letter for letter with each other
where can i find this error ?
Forum: Themes and Templates
In reply to: [JustWrite] child theme – justwrite makes me crazy – child themechange in style.css ?
Forum: Themes and Templates
In reply to: [JustWrite] child theme – justwrite makes me crazy – child themethe child-theme.
I can see the php file-changesForum: Themes and Templates
In reply to: [JustWrite] font sizethank you for information.
but I think I still have a fundamental problem
please look at post: child theme – i can´t edit style css
Forum: Themes and Templates
In reply to: [JustWrite] child theme – i can´t edit style cssi thought it works. but it don´t work.
i have created:
– child theme
– style.css in child theme with
@import url(“../justwrite/style.css”);
– custom.css in child theme– someone told me to create a funktions.php wiht (but i don´t):
<?php
add_action(‘wp_head’,’load_parent_style’,0);
function load_parent_style() {
wp_register_style(‘parent-theme’,get_bloginfo(‘template_directory’).’/style.css’);
wp_enqueue_style(‘parent-theme’);
}
?>in this case, should be no the
“@import url(“../justwrite/style.css”);
entry in the accountsall changes in style.css or custom.css will not be accepted.
why ?
Forum: Themes and Templates
In reply to: [JustWrite] font sizehello,
link: http://www.archizoom.de
i want delete date and autor. (i dont know how.)
the “next page” or “weiter” button will be appear larger.Forum: Themes and Templates
In reply to: [JustWrite] mini sidebar – background greythank you for the quick response
I’ll try itForum: Themes and Templates
In reply to: [JustWrite] mini sidebar – background greythanks,
http://www.archizoom.decan I change the color according to my wish ?
Forum: Themes and Templates
In reply to: [JustWrite] child theme – i can´t edit style cssdone