Hi, Simppeli has a search function when viewing the site from a PC, however it does not seem to have that function when viewing with a mobile device (Iphone). Is there some way I can simply add that function?
THanks in advance.
]]>Hello. How can I modify the theme so the author is displayed in the Home page?
]]>The theme doesn’t seem to honor excerpts. Is that right?
]]>Hi. When the logo comes up on mobile, it is too big. Can someone please give me the code to put in to make it smaller? And where exactly to put it. I have tried other bits of code I found online, but nothing seems to work.
Thank you in advance
Hi,
I can’t figure out how to remove/disable the header image link. I’m a beginner on coding and I’m afraid to change the .php folder on my own knowledge.
I’m looking for the Editor under appearance – where is it? I need to add something to the header.php
]]>I’m working on my personal website: brettbonfield.com
I’m trying to alter the way individual posts are displayed. In inc/template-tags.php I’ve changed line 37 from
echo '<span class="posted-on">' . $posted_on . '</span><span class="byline"> ' . $byline . '</span>'; // WPCS: XSS OK.
to
echo '<span class="posted-on">' . $posted_on . '</span>'; // WPCS: XSS OK.
And in template-parts/content-single.php I’ve changed line 12 from
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
to
<?php the_title( '<h2 class="entry-title">', '</h2>' ); ?>
It seems like I’ve identified the correct files. On my home page, I have simppeli_posted_on only displaying the posted date and not the byline, but on the individual post it displays both the date and the byline, even though I’m trying to suppress the author. And yet, on the individual post I have successfully changed the H1 to H2.
]]>I really like this theme, and appreciate having an author-created child theme ready to install. But I’m very confused about my inability to override the text-transform: uppercase calls in the theme’s style sheet.
Within the child theme’s CSS, I’ve tried
.main-navigation a,
.page-title,
.entry-footer > .entry-footer-links {
text-transform: none;
}
and also tried making these declarations individually rather than as a group, and also tried using the !important declaration, but nothing has worked for me.
]]>The theme gives me an option to crop it, but if I make it smaller it adds white space to it. How can I change the white space to black or crop it smaller?
]]>Hi all!
I really like this theme. I was looking to change it slightly but am unsure how! Before/after every post there is a long (dotted?) line that spans nearly the entire page. Is there a way to remove this to make the theme cleaner?
Shoutout to the creator for making a great theme and to the community here ??
]]>