Frank Spade
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Inline Text and ImageThanks. If you look on the site, its easy to see in the right column …
Forum: Fixing WordPress
In reply to: Formatting list itemsThank you! I now got a new SSL-Certificate. Would you mind trying it with this URL:
https://test.spade.de/und-oder/Forum: Themes and Templates
In reply to: [Twenty Sixteen] Edit footerThanks! Well I found 20 files with footer.php in its name, none of which contained any word from my footer.
Here comes the code from my child theme:
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/
?>
</div><!-- .site-content -->
<footer id="colophon" class="site-footer">
<?php if ( has_nav_menu( 'primary' ) ) : ?>
<nav class="main-navigation" aria-label="<?php esc_attr_e( 'Footer Primary Menu', 'twentysixteen' ); ?>">
<?php
wp_nav_menu(
array(
'theme_location' => 'primary',
'menu_class' => 'primary-menu',
)
);
?>
</nav><!-- .main-navigation -->
<?php endif; ?>
<?php if ( has_nav_menu( 'social' ) ) : ?>
<nav class="social-navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentysixteen' ); ?>">
<?php
wp_nav_menu(
array(
'theme_location' => 'social',
'menu_class' => 'social-links-menu',
'depth' => 1,
'link_before' => '<span class="screen-reader-text">',
'link_after' => '</span>',
)
);
?>
</nav><!-- .social-navigation -->
<?php endif; ?>
<div class="site-info">
<?php
/**
* Fires before the twentysixteen footer text for footer customization.
*
* @since Twenty Sixteen 1.0
*/
do_action( 'twentysixteen_credits' );
?>
<span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span>
<?php
if ( function_exists( 'the_privacy_policy_link' ) ) {
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
}
?>
<!--a href="<?php echo esc_url( __( 'https://ww.wp.xz.cn/', 'twentysixteen' ) ); ?>" class="imprint">
<?php
/* translators: %s: WordPress */
printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' );
?>
</a-->
</div><!-- .site-info -->
</footer><!-- .site-footer -->
</div><!-- .site-inner -->
</div><!-- .site -->
<?php wp_footer(); ?>
</body>
</html>Forum: Themes and Templates
In reply to: [Twenty Sixteen] Edit footerHi Threadi,
thanks for your response. I checked the footer.php, but it didn’t contain my footer:
»Patientensorge Am Lebensende Leid vermeiden / Datenschutzhinweise / Impressum«Can you please give me the path to the footer.php you saw? The one in my child theme is unchanged.
Forum: Plugins
In reply to: [Contact Form 7] line break before send-buttonWhy does that matter? Which plugin could cause this?
Forum: Everything else WordPress
In reply to: How to post a blog post always at the end?That post will keep its date from the past, thou there is no danger.
Forum: Everything else WordPress
In reply to: How to post a blog post always at the end?I solved it by changing the publishing date earlier than that of the other items.
Thanks anyway.
Forum: Everything else WordPress
In reply to: How to post a blog post always at the end?Dear Threadi,
sorry for confusing you.
Yes, I am talking about posts, which contain event announcements. Since I will only have maximal two events on that category at a time, I decided not to use a calendar, which to me would be overkill. In this situation, it doesn’t even matter, in which order these items are shown, exept for one, which I always want to show at the ende.
Can I just reverse the sort order? If so, how?Forum: Everything else WordPress
In reply to: How to post a blog post always at the end?Thank you Threadi!
Almost, but not the latest post, but the one that is on top right now. With time I will remove events, that have past and add new ones, but the (now) first post should alway be at the end.
I don’t want to have to add that information (link in that post) to individual event posts.
I got it fixed, by just centering the image.
Thanks anyway!
Forum: Themes and Templates
In reply to: [GeneratePress] Switch header image and titleI only have a mastercard, which is not accepted. Why don’t you offer that, or paypal?
Forum: Themes and Templates
In reply to: [GeneratePress] Switch header image and titleDear Alvind,
you are my hero. I would love to offer you a coffee or such.
Let me know how I can do that.
Kind regards,
Frank
Forum: Themes and Templates
In reply to: [GeneratePress] Switch header image and titleThank you Leo,
you are right. This is a temporary site, that is the reason, why it has no SSL-Certificate.
In order to see it right, just select any menu item. After that it looks the way I mean.
Thanks in advance
Frank
Forum: Plugins
In reply to: [Event Organiser] Recurring eventsHow can I create a recurring event without start and end day?
The way it is now, looks ugly: https://www.breathexperience.de/kalender/ because the time from start to end is shaded blue, even when there is no event. That is irritating!
Forum: Plugins
In reply to: [Event Organiser] Recurring eventsI got the content of the events optimized, by deleting the translation of »is running from %1$s until %2$s. It« with loco-translate.