Hello.
I’d like to add a header image to the site. How would you recommend I do that?
Also, is it possible to remove the “Theme By” line, and if so, how?
Thank you in advance,
Matt
]]>Thank you for the awesome theme.
How can I add space between image and text by default?
Any help is greatly appreciated.
Hello
Thank you for such a beautiful and very light theme. May i know, how to change site title and site description (tagline) color? . so far im able to to change font color of blog post, so im intend to match the color of site title and description color with my blog post color.
thank you
]]>How can I opt out of resizing the menu on mobile devices?
]]>I see the codes as plain text wherever I use them. They used to be visible on desktop, but even that is not happening now. Can someone please help me here?
]]>I like Davis, but I wish widgets in the footer (like in the zh3 theme) – I’d pay for it!
]]>Hi there, thank you for making such an incredible theme! I was looking high and low for the perfect minimalist one and so glad I found Davis. ??
I am writing to enquire about the separator image, if someone can help me. In mobile screens it looks fine, but in desktop, I notice the separator image is quite low down. Is there a way to shorten that space?
I managed to lessen it a bit by changing the .site-header margin-bottom, but it’s still a lot of space.
Thank you so much!
]]>Hello,
I created some picture galleries, each picture is linked to their respective attachment pages, which opens into another page, but the picture is too small, is there a way to make this picture as wide as the theme’s content box?
Thank you,
Aldo
]]>Hello,
Is there a way to show gallery pictures’ descriptions when one clicks on each individual picture. I’m using WordPress native picture gallery, good enough for me, they’re linked to Media File under Gallery Settings, when clicked they open a new window with just the picture, but the description does not show, which I already added under each picture. I know there are many gallery plugins out there, but I don’t like the fact that you have to create new galleries for them to work. Any help or advise would be greatly appreciated.
Regards,
Aldo
P.S.: Your Davis theme is simple, but beautiful, thank you!
]]>Hi – this theme is awesome ??
Using the theme demo as an example, I change the screen width to 768 or 1024px. The site still shows the desktop nav menu but the dropdown menu doesn’t work on hover. So the user has to click the top link to see the dropdown menu, which takes them to that link before they can select anything from the dropdown.
Same on my phone if I turn it landscape. The desktop menu displays and it’s difficult to access the dropdown.
On smaller width screens, the mobile/responsive menu works fine. Maybe the mobile menu should display when the screen width is tablet/landscape to prevent this?
Thanks!
]]>Hi @anlino
Please help me replace the standard text “You must be logged in to leave a comment” with any text of mine, for example, “Hello friends!”
I did not find anything in the theme files (index.php, functions.php comments.php).
Thanks a lot.
]]>Hello!
The issue is when I click on ‘Comments’ at the bottom of any article (if there is at least one comment) the page does not automatically scroll to the comments section.
See, for example: https://www.nairtejas.com/guides/mumbai-film-festivala-waiting-guide/#comments
It should ideally scroll down to the comments section but it does not. Can this be solved?
Thank you so much.
]]>.alignwide {
position: relative;
margin-left: calc( 25% – 25vw );
margin-right: calc( 25% – 25vw );
max-width: 1000%;
width: auto;
}
The theme currently does not support the alignwide class, although the alignfull class is supported. Add this code to your additional CSS code or to your child theme code to support the gutenberg “alignwide” class in the Davis theme.
Al
]]>Hey,
I have an Italian blog with this beautiful and simple theme.
I have an issue: I am not able to tell the theme that I don’t want the full posts displayed in the archive post page (or in categories). Tried the classic “show only summary” flag inside wordpress options, but does not seem to work in this case.
I really need to fix this issue because this condition is really bad from an SEO perspective.
Thanks a lot,
Andrea Gozzi
The no-js CSS class is applied to the HTML element, but not removed. It’s therefore either redundant, or a potential problem for some plugins which react to that class name if it exists.
]]>Hello,
I want to change my heading. They are all the same size, which is quite small for me. I’m a newbie in css.
I looked something for like “h1 { size…} ” but I found nothing similar. How do I change the size?
Sorry for the noob question!
]]>Dear Anders, Could you once again provide your very valuable advice or solution to the following problem? Categories for the gallery are good displayed above the gallery in desktop version of website, but are missing in Android screen. Gallery developer had advised, that it is the CSS of the theme that is the problem: https://prnt.sc/nx0ww8 . All nav tags for screen sizes less than 620 pixels are disabled here. Is there a way to edit this with custom CSS?
Thank you in advance, much appreciated
Anton
]]>Dear author and site users. Kindly assist me, how can I increase the width of the block with main content on the page in Davis theme? I mean, it is now set as a relative width “50%” of the screen width or close to it. But how do I make it “80%” for example? Custom CSS? What exactly can be applied to change that?
Could you provide an example of CSS code please?
Thank you.
]]>Hello, love the theme. Something I’ve encountered is text that in bold and italics only rendering as italic. For example, on this page: https://chadcomello.com/favorite-books-of-2016/ The beginnings of each paragraph have book titles and authors. When editing the page, both the title and author are in bold and the title is in bold and italics. But on the published side, it’s only shown in italics. But not for all of them: for some reason “Good Clean Fun” by Nick Offerman is rendered correctly, despite having the same formatting.
This seems to be the case for body text and headings (see the issue in headings here: https://chadcomello.com/favorite-books-of-2018/). Thanks!
]]>In the last page of posts don’t show up the link to get newest posts (next_posts_link).
]]>FYI:
the last update broke the site title. it’s now on the left instead of in the middle.
I wonder how I change the font style of the site title?
header h2 {
font-family: Arial, sans-serif;
}
header h2 {
font-family: Arial, sans-serif !important;
}
Nothing works, why?
Hello!
There are 2 questions:
1. How do I hide the title on the main page through CSS? On the rest you need to stay.
2. The maximum number of characters per line? The width. Just want to format the text to look beautiful. ??
Thank you in advance. You are doing great theme!
]]>I’d quite like to suppress the footer entirely.
An option (even if not exposed in the UI) would be great.
I.e.
<?php if (wp_option('show_footer', TRUE): ?>
<footer>
<p>© <?php echo date( 'Y' ); ?> <a href="<?php echo esc_url( home_url() ); ?>"><?php bloginfo( 'name' ); ?></a></p>
<p><?php _e( 'Theme by', 'davis' ); ?> <a href="https://www.andersnoren.se">Anders Norén</a></p>
</footer>
<?php endif; ?>
That way I can just set the option with wp-cli and no-one else is any the wiser!
Thanks for an awesome minimalist theme.
]]>Hi, it looks like the theme doesn’t support Infinite Scroll (Jetpack), would that be hard to do?
]]>Hello @anlino
Unfortunately, The plugin WordPress Popular Posts does not work with the theme.
Widgets can not be added to the topic, so I tried to insert the code directly into the index.php file
For example, this is:
<? PHP
if (function_exists ('wpp_get_mostpopular'))
wpp_get_mostpopular ("range = weekly & order_by = comments");
? >
But the site stops working “HTTP ERROR 500”
Very much I ask for help
I need code that displays the top 10 entries by the number of views with comments.
This code should be displayed at the bottom of each page of the site (you can in the footer)
Thank you!
HI @anlino
I can not reduce the icons of commentators in your topic to 24px.
You have the following code in the file comments.php:
<?php wp_list_comments(array( 'style' => 'div')); ?>
I tried to insert the code:
<?php wp_list_comments(array( 'style' => 'div', 'avatar_size' => 24,)); ?>
But I did not succeed.
Please help.
Hi Anders.
I am using your nice theme on my blog, and when using it with some plugins that have their own custom post type with single-content templates, I get the error that themes without header and footer are deprecated. And indeed those single-content templates don’t have header or footer.
So I made a fork with some header and footer detached. Please take a look:
https://github.com/beshur/davis-fork/tree/theme_with_header_and_footer
What do you think?
Hello,
Thank you sharing the beautiful themes at your website. I’m writing to ask for suggestion on how to proceed with customization of Davis. I’d very much like to create an archive template akin to the one you offer in Rams. Here’s how I’ve tried to solve this problem:
Attempt #1
I’ve taken the following files from Rams and copied them into the Davis directory:
template-archive.php
archive.php
I’ve also taken the following CSS from the Rams style.css
file and copied them into the Davis style.css
file (being sure to back up the existing Davis CSS file as style.css.bak
.
After creating a page from the “Archive” template in WordPress, I get a page with loads of entries and categories but without the proper margins.
Attempt #2
After that, I attempted to follow the instructions in this tutorial. But since Davis doesn’t have a page.php
file, I wasn’t sure how to proceed. My attempt to compare the functions in the Davis index.php
and function.php
files to the Rams page.php
file didn’t help.
My question may be outside of the scope of support you’d like to offer and if so, I understand. But if you have suggestions for how to proceed, I would appreciate it.
All the best,
Will
]]>I see that bold text works, but I am wondering what your thinking was in building the theme so that it does not render italics (except in blockquotes) ?
]]>