I changed the background color. But the change is not reflected in the background. Any reasons?
]]>In your Header code, there is a stray ‘S’, which then appears at the left-side of the Header.
<nav id="site-navigation" class="main-navigation container" role="navigation" aria-label="<?php esc_attr_e( 'Primary Menu', 'thesimplest' ); ?>">
<?php
wp_nav_menu( array(
'theme_location' => 'primary',
'menu_class' => 'primary-menu',
'fallback_cb' => false
) );
?>S
</nav><!-- .main-navigation -->
It’s located at about line 81, right after the closing php bracket.
]]>I have created a child theme of TheSimplest using the method outlined in the WordPress Codex.
Unfortunately, it does reproduce the site correctly. All the fonts are displaying much smaller.
I duplicated and added the Includes Folder. That didn’t help. Added the Assets folder as well. Still all small text.
Any advice would be appreciated.
]]>How do I get the full post to show instead of an excerpt on the main blog feed page (here called News)? Reading Settings have been set appropriately: For each post in a feed, include Full Post
But it still only shows an excerpt. Moreover, it ignores any “read more” link if added and it turns off all active links in the post. It’s hard for a user to know what to do.
Here’s the feed-
https://gallerybernice.com/news/
Here’s the post-
https://gallerybernice.com/new-website/
(Not sure why the previous post on this question got closed with no answers or solutions?)
]]>How do I get the full post to show instead of an excerpt?
]]>Hi everyone,
I can’t find anything wrong, but is anybody here who can confirm that “TheSimplest” Theme is right with the GDPR?
best regards
Philipp
hello, the menù icon in the mobile version is not working! please fix asp
]]>Hi, I can’t seem to get the header to shrink down on mobile despite trying various custom CSS fixes. Is there any way someone could help me with this? Thanks.
]]>