mhhfs
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Rambo] How to use subtitleThanks!
Forum: Themes and Templates
In reply to: [Rambo] How to use subtitleLooking at the site source code I guess it is “blogdescription”, which has an odd translation in my language.
Still: Is there a way to use that as a subtitle in the rambo theme?
Forum: Themes and Templates
In reply to: [Rambo] How to use subtitleHi
When I go to the customization sidebar (thanks again!) then I have this entry about website information. First it asks me for the title of the website and next about the subtitle. However, that subtitle is not shown on the page.
Best regards
mhForum: Themes and Templates
In reply to: [Rambo] Menu entry missing in wp-admin panelThx.
Forum: Themes and Templates
In reply to: Cannot get child theme of parent theme rambo to workThanks, but could you still explain to me why this works and why the approach that is posted on so many websites does not work?
Forum: Themes and Templates
In reply to: Cannot get child theme of parent theme rambo to workAh, perhaps I just found a way.
I took
<?php function my_theme_enqueue_styles() { $parent_style = 'parent-style'; wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ) ); } add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); ?>from https://codex.ww.wp.xz.cn/Child_Themes and now it seems to work.
Thx!
Forum: Themes and Templates
In reply to: Cannot get child theme of parent theme rambo to workHow can I send you a private message? I’d rather not post my URL publicly while I am in a draft mode for security reasons.
Forum: Themes and Templates
In reply to: Beginners question how to edit a themeThanks!
Forum: Themes and Templates
In reply to: Beginners question how to edit a themeThanks, but why. And could anyone answer that question in general?
Best regards