Hi is there a code to get rid of the sidebar? I have tried multiple codes.
]]>Hi, I’d like to decrease the height of the header – logo and title.
Thanks.
]]>I have already posted this issue on Gutenberg GitHub, so I just copy it and report their answer, which seems to be helpful.
Problem description:
Using Gutenberg to create a blog post results in a fatal error.
Answer from Gutenberg contributor and offered solution
This is a problem in the theme’s functions.php file.
function didi_lite_custom_excerpt_more( $output ) {
if ( has_excerpt() && ! is_attachment() ) {
$output .= didi-lite_continue_reading_link();
}
return $output;
}
It should be didi_lite_continue_reading_link()
Hi
I would like to change/make content area broader. Tried
.content {
width: XXX px;
}
without any luck.
Thank you in advance
Rikke
]]>Every post I create includes a left column with the following info:
DATE
admin
Leave a comment
Edit
How can I remove this?
]]>Hello,
Good job with this theme. Code is written in a very accessible way. I have only found one problem so far and it relates to the screen reader text class you are using. When looking at the search label, it reads as “Searchfor”. The label text should contain a single space to improve reading, so “Search for”.
Using NV Access and Firefox to test.
https://nvaccess.org
Thanks.
]]>Hi,
I don’t understand which files the manual is referring to.
No *.wie file & no *.dat file.