Hi, I can’t see the header image on my mobile phone. Fine on my desktop pc..
URL is ruthsown.space
The current single post page (single.php) shows the date, title and then post. I am trying to get the author to appear after the date and title. Below is the single.php code. I see the while loop for the_post. How might I insert the author and format the text, e.g. maybe wrap a class/div around it?
<?php
/**
* The template for displaying all single posts.
*
* @package Daniela
*/
get_header(); ?>
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', get_post_format() ); ?>
<?php the_post_navigation( array(
'next_text' => '<span class="meta-nav">' . esc_html__( 'Next Post', 'daniela' ) . '</span> ' .
'<span class="post-title">%title</span>',
'prev_text' => '<span class="meta-nav">' . esc_html__( 'Previous Post', 'daniela' ) . '</span> ' .
'<span class="post-title">%title</span>',
) ); ?>
<?php
// If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
?>
<?php endwhile; // end of the loop. ?>
</main><!-- #main -->
</div><!-- #primary -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
]]>
Hello,
I want to move the sidebar to the bottom footer area but it didn’t show up on widgets. Is there a code or plugin that can move this to the footer areas?
Or can I move the sidebar more to the right side, so that the articles appear larger on the pages and / or have more space?
If you need it, this is the website: https://wp13.hkv-sh.ch/
Thanks,
Lorelay
Hello,
Love this theme, it’s simple and elegant. However, I would like to resize the site logo in the header. I’m trying to use a logo that would ideally be 343 × 332 when viewed on a desktop machine and then render proportionally on tablet/mobile phone browsers. Can you please help me – let me know where to modify the size callouts for the images on desktop, or provide simple code I can copy/paste to the correct area to edit site logo size? Thank you in advance!
Hi Chris
I’m trying to put my own header to your theme.
The problem is when loaded it shows up ok, then when going to the site, no header is visible.Have removed site name in general settings and put it back.On the home page there is no header, on another page the site title & header appear. Yet all other pages the header is working right.
So how do I rectify the problem?
Kevin
]]>I’m using the Daniela theme for OwlsNestQuotes.com and loving it. It’s very clean and elegant looking. For some reason, however, the main navigation menu has shifted to the left instead of remaining centered. It goes back to center in the preview screen when I select the Customize menu. I had thought a plugin was causing the issue but deactivating hasn’t fixed the issue. Any ideas?
]]>Hi – I want to customize the template tag for all posts (on the homepage and otherwise).
I want the date, author, and category displayed right below the post title. Right now, there is only the date, which is above the post title.
Any help would be appreciated!
]]>Hi there, I had downloaded this theme and it’s pretty cool. I was wondering if I could ask how to make the following tweaks to it.
1) Changing the size of the text used in the body.
2) Widening the main body by about 10 px or so – it’ll then take a 720px banner nicely (at the moment this goes a little into the sidebar)
3) Featured Images. At the moment, the image goes above the article. Is it possible to change this image placement to the left of the content? The different types of page (image, gallery, video etc) don’t seem to do anything.
Also, I can see the widgets for Front Page 1,2,3 – do these actually do anything? Couldn’t get them to work.
]]>Hi Chris,
The continue reading tag appears to be broken on Daniela. Could you take a look at this? Would love to use your theme, nice look for mobile! Thanks!
Would like to customizing the color for the tagline, the boarder around menu bar, and the menu bar text.
]]>