Forum Replies Created
-
AuthorPosts
-
Andreas Beer
MemberSorry, this is not really a reply.
Just want to say that I'm having the same problem for months and at least the last three Genesis updates.For some reason the custom translation is not loaded anymore.
Andreas Beer
MemberActually, I'm striving to get these options out completely, along with several others, as they are giving users a weird idea about the flexibility of our corporate design.
Andreas Beer
MemberOk, I switched to latest child theme version.
Butfunction disable_gutenberg_custom_fonts_and_colors() { add_theme_support( 'disable-custom-font-sizes' ); add_theme_support( 'disable-custom-colors' ); } add_action( 'after_setup_theme', 'disable_gutenberg_custom_fonts_and_colors' );
is still not having any effect.
Andreas Beer
MemberThat would be version 2.9 of the sample theme. I've started working with 2.8. Seems I have to start all over. Thanks anyway, Victor.
Andreas Beer
MemberSorry, wrong page. This is the one. https://static7.smmp.de/weltweit/
Andreas Beer
MemberAnyway, color palette and font size picker still showing up in full glory. Even with an array setting all sizes to 16 or an empty array that thing is still showing up. Where does that bad idea sneak in?
Andreas Beer
MemberHm, that's a new idea. Not yet working, but maybe that's because I have 3 'after_setup_theme' occurences in my functions.php. Should I make try this kind of thing?
add_action( 'after_setup_theme' (array (...
-
AuthorPosts