Thobie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Translation: Bug report.Hello, Kharis,
since I’ve been waiting for an answer from you for four days, but it hasn’t come, I assume that this is a bug in the theme, can’t be fixed and I have to live with it. Too bad. The theme is otherwise very good, only this small error clouds the whole thing but something.
Regards
Thobie
Forum: Themes and Templates
In reply to: [Sydney] Translation: Bug report.Hello, Kharis,
the template-tags.php of the child theme has the following php code with the german translation of three english words:
if ( ! function_exists( 'sydney_entry_comments' ) ) : function sydney_entry_comments() { if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) { echo '<span class="comments-link">'; comments_popup_link( esc_html__( '0 Kommentare', 'sydney' ), esc_html__( '1 Kommentar', 'sydney' ), esc_html__( '% Kommentare', 'sydney' ) ); echo '</span>'; } } endif;Forum: Themes and Templates
In reply to: [Sydney] Translation: Bug report.Hello, Kharis,
I use a child theme of sydney, sydney-child-theme. Created by the plugin Orbisius Child Theme Creator.
I have created a folder „sydney-child-theme“ in the folder „themes“. In this folder I have created a folder „languages“. And in this folder I have copied the translated files:
de_DE.mo
de_DE.po
de_DE_formal.mo
de_DE_formal.po
sydney.potI also have copied the files:
extras.php
template-tags.phpfrom the parent theme into the new created folder „inc“ in the folder „sydney-child-theme“ because they are not existing in the child theme.
And I have inserted the following php code into the functions.php of the child theme:
/** * Loads the child theme textdomain. */ function sydney_child_theme_setup() { load_child_theme_textdomain( 'sydney', get_stylesheet_directory() . '/languages' ); } add_action( 'after_setup_theme', 'sydney_child_theme_setup' );One example: The string „By“ (the author) cannot be translated in the language files because it doesn’t exist in this files. But it exists in the file extras.php. If translated in this file of the child theme to german „Von“ it will be correctly shown in the frontend. But yesterday I have upgraded the parent theme to a newer version and now the translation has been disappeard and „By“ appears once again in the frontend.
That means the WordPress system doesn’t access the files of the child theme but the files of the parent theme?
Forum: Themes and Templates
In reply to: [Sydney] Translation: Bug report.Hello, Kharis,
„Can you let me know how your child theme overrides the main theme’s files?“
I don’t know what that means that the child theme overrides the main theme’s files?
„Are the strings are translation-ready.“
And I also dont’t know what that means.
Regards
Thobie
Forum: Themes and Templates
In reply to: [Sydney] Slideshow and number of postsI have integrated the PHP code of the slider into the header.php. The slider is now displayed.
And also I could solve the number of posts on the front page via Settings-> Read.
Thank you.
I figured these display problems were due to various updates to the plugin.
I have now changed all images and galleries to Image Browser.
Hello,
old gallery:
<img src="http://www.kreativ-schmie.de/nextgen-attach_to_post/preview/id--610" alt="" />New gallery:
[ngg src="galleries" ids="2" sortorder="21,119,23,82,25,24,28,27,26" display="basic_imagebrowser"]Regards
Thobie
- This reply was modified 4 years, 8 months ago by Thobie.
Forum: Themes and Templates
In reply to: [GeneratePress] Side titleHello, Tom,
you code doen’t work.
I have fixed the issue. The page title of both pages was separately set on both pages. I have deleted the page titles manually on both pages and now it works.
I wish you a nice day.
Regards
Thobie
Forum: Themes and Templates
In reply to: [GeneratePress] Side titleHello, Tom,
I have modified the file content-page.php and I have deleted the following code:
<?php if ( generate_show_title() ) : ?>
<header class=”entry-header”>
<?php the_title( ‘<h1 class=”entry-title” itemprop=”headline”>’, ‘</h1>’ ); ?>
</header><!– .entry-header –>
<?php endif; ?>Please can you tell me why the page title isn’t shown on the first 14 pages but always yet show on the last 2 pages „Impressum“ and „ABG“?
I wish you a nice day.
Regards
Thobie
Forum: Themes and Templates
In reply to: [GeneratePress] Side titleHello, Tom,
you see on the starting page of my website http://www.medien-schmie.de that the name of the side that appears in the menu bar „Home“ appears also on the top of the side.
I want to prevent the appearence of the name of the side that it doesn’t appear twice.
I wish you a nice day.
Regards
Thobie
Forum: Themes and Templates
In reply to: [GeneratePress] Changing colour of the menu barHello, Tom,
thank you.
I wish you a nice day.
Regards
Thobie
Forum: Themes and Templates
In reply to: [GeneratePress] Full width of a slider in the headerHello, Tom,
thank you.
That works.
I wish you a nice day.
Regards
Thobie
Forum: Themes and Templates
In reply to: [GeneratePress] Full width of a slider in the headerHello, Tom,
I have installed two plugins for CSS, SiteOrigin CSS and Yellow Pencil, but I can’t activate the whole site header to remove the blue border of it.
I wish you a nice day.
Regards
Thobie
Forum: Themes and Templates
In reply to: [GeneratePress] Full width of a slider in the headerHello, Tom,
I tried it with borders of 0px but it doesn’t work.
Regards
Thobie
Forum: Themes and Templates
In reply to: [GeneratePress] Full width of a slider in the headerHello, Tom,
where or in which file do I delete this CSS?
Regards
Thobie