MotionBlocks
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blockpress] Header in plugin templatesNo way, FSE themes doesn’t use php, this is main difference between FSE and classic themes
On Site editor, click on style icon and select Layout (this works only in WordPress 6.1)
Forum: Themes and Templates
In reply to: [Blockpress] fontsIn Appearance – Site Editor, you can find Style icon in top right corner. You will find there typography options. If you want to use Google fonts or own fonts – you can find Blockpress icon (near style icon) and attach there fonts for primary, secondary typography
Forum: Themes and Templates
In reply to: [Blockpress] Child Theme?No, but why do you need it? Block themes can be customized in Appearance – Site Editor. This is proper way to make customizations. If you need to add php snippet, better to use Code Snippet plugin
Forum: Themes and Templates
In reply to: [Blockpress] FSE Header block unavailableYes, this wordpress margin system is ugly, We will add fix in update. By the way, it’s better to use next class
is-style-no-margin
on blocks where you don’t want to have margins
Forum: Themes and Templates
In reply to: [Blockpress] Featured images / thumbnails stretchedI think you found option to set height and cover size? Because I can’t see bug on your page
Forum: Themes and Templates
In reply to: [Blockpress] Big responsive textSure, New update has New Fluid – Colossus preset
Forum: Themes and Templates
In reply to: [Blockpress] Missing asset bug reportYou are right, this will be fixed in update
Forum: Themes and Templates
In reply to: [Blockpress] Duplicated title tagHi. One of title is set by WordPress. Your second title is set by your custom seo plugin. Theme doesn’t set titles at all. I recommend to contact with support of SEO plugin and ask if they support properly FSE themes
Forum: Themes and Templates
In reply to: [Blockpress] Hompage overridedHi. Block themes use Appearance – Site editor for customization
Forum: Themes and Templates
In reply to: [Blockpress] Global Typography presets on Headers BlocksI think WordPress 6.1 added support for Font family for separate blocks (like headings), so, finally, it’s possible to use global typography there
Maybe with this plugin https://wordpress.org/plugins/fsm-custom-featured-image-caption/
This is not related to theme, it’s related to Gutenberg editor. Here you can write suggestions on Github page of Gutenberg editor
Forum: Themes and Templates
In reply to: [Blockpress] Set default font to Arialthere is no such font because it’s outdated. But latest update has option to upload custom local fonts, so you can upload any font now
Forum: Themes and Templates
In reply to: [Blockpress] Child ThemeChild theme doesn’t change urls. Purpose of child theme is to overwrite functions of main theme. But, in fact that FSE themes have no php files, then, using child theme has no sense.
The only one reason where you need this – if you want to make custom theme.json file and overwrite general styles of theme.
Or if you want to add custom functions to functions.php (but for this reason, better to use php snippet plugin)