Hi,
Where can we add a slider please ? I didn’t see anything in the theme customization ?
Thanks
Hi there
This might be a silly question, but I’ve set up the theme with a static home page instead of blog style home page, but it seems to switch to a static image instead of the slider. Is there a way to have the slider on a static homepage?
Many thanks
]]>i have a bif issu with this theme when i post and going to share on my facebook page facebook can’t take a thubmail feature image from my website
onlyforu.org
Hi
I have just installed Neutro on my blog https://www.digitalworldnative.com Most of the things work fine but I am unable to get my post summaries/excerpts on the Front/Home Page…The Excerpts tab is set to on, by the way.
Also below the mainpage slider I keep getting this error:
Sorry Nothing Found….
Could you let me how to solve both issues?
Thks
Sorab
]]>I’m very happy with the Neutro theme except for the fact that when I reduce the size, or view it on a smaller device, the menu disappears. I’m using the secondary menu as my main navigation because I want the coloured strip. At smaller sizes the colour I’ve chosen changes to the default blue of Neutro and the menu items are replaced by a link ‘Menu’ which should show the items in a dropdown but just seems to refresh the page. This doesn’t happen in the demo site so I must have something in mine that’s causing it but I can’t see what. I’m not using a child theme or custom css. Can you help please?
The site is at https://www.normanlamont.com/
]]>Cheers.
Sorry for the rather alarming post title ??
I stumbled upon Neutro in the trac and downloaded the theme and did see that the ”Caviar Dreams” font and the Font Nymphet License was still there (the theme review do reject themes including non gpl compat code/fonts/objects almost everytime, so you got lucky ?? .
I read the thread in the trac for this version, and i think i can help you out with this.
The font Caviar Dreams is a Art Deco Styled font, certainly heavly inspired by some ”older” (everything is relative) comercial fonts.
For replacement, you could use fonts with the following GPL compatible licenses listed in the www.ads-software.com Make Theme Guidlines: https://make.www.ads-software.com/themes/guidelines/guidelines-resources/
The most common license in the wild is the SIL Open Font License (OFL). Most of the fonts in the Google Fonts repo is OFL licensed (but not everyone, while all of them is Open Source).
But replacement for the Caviar Dreams Font, i did a little digging, and came up with this*:
– Poiret One (SIL Open Font License)
https://www.google.com/fonts/specimen/Poiret+One
https://typecast.com/preview/google/Poiret%20One
– Raleway (SIL Open Font License) (The light weights)
https://www.google.com/fonts/specimen/Raleway
https://typecast.com/preview/google/Raleway
– Dosis (SIL Open Font License) (The light weights)
https://www.google.com/fonts/specimen/Dosis
https://typecast.com/preview/google/Dosis
You could also try to do a google search for ”Art Deco SIL Open Font”.
*Note that some fonts have a limited character set. You may also tweak your CSS as the font x-height and weight can vary a lot between different fonts.
The Google Font Glyph Viewer is not working time to time, and just shows generic glyphs instead of the selected font glyphs.
You maybe know all of this, but i believe that this tiny?”guide” (in lack of a better word) may be useful for others.
]]>How can I override the main functions using a child theme?
I have tried putting something like this in the child theme but it gives me a blank page :
if ( ! function_exists( 'neutro_wrapper_attribute' ) ) :
function neutro_wrapper_attribute(){
$attributes = '';
if(!is_singular() && !is_404() ){
$attributes = 'class="content" id="container" ';
}
else{
$attributes = 'class="single-content" ';
}
if(has_filter( 'add_neutro_wrapper_attribute') ){
$attributes = apply_filters( 'add_neutro_wrapper_attribute', $attributes );
}
echo $attributes;
}
endif;
It’s strange because this method works with other themes I have installed, just not with the Neutro theme
]]>