Forum Replies Created
-
AuthorPosts
-
Brad Dalton
ParticipantYou can use a single.php template file
Or
The is_singular('post') conditional tag after the function name in your code.
Brad Dalton
ParticipantYou can use the block editor ( Gutenberg ) and the Genesis custom blocks plugin with your theme but only for the content editor not full site editing ( FSE ).
To use full site editing with StudioPress, you might need to use Genesis Pro ( but not sure if that includes FSE capability at the moment ).
There was talk about releasing a updated ( FSE ) supported Genesis Blocks theme.
Brad Dalton
ParticipantBrad Dalton
ParticipantTry
color: black;
Make sure you apply the declaration to the correct footer class and clear all caching types including plugin, server and browser caching.
Brad Dalton
ParticipantApril 19, 2022 at 10:14 am in reply to: Essence Pro Theme – Email Capture Form in The Hero Section #505055Brad Dalton
ParticipantYou can add the form in the hero section of the new version replacing the buttons however it requires some custom coding.
April 19, 2022 at 7:59 am in reply to: Essence Pro Theme – Email Capture Form in The Hero Section #505053Brad Dalton
ParticipantAlso note, you can use the newsletter block if using the Genesis Blocks plugin.
April 19, 2022 at 7:25 am in reply to: Essence Pro Theme – Email Capture Form in The Hero Section #505052Brad Dalton
ParticipantYou can modify the code in the page-templates > blocks.php file for the essence_intro_description() function and add your form code in there.
What type of form are you using?
Brad Dalton
ParticipantSee here https://developer.wordpress.org/reference/functions/wp_register_script/#description
wp_register_script Registers a script to be enqueued later using the wp_enqueue_script() function.
Brad Dalton
ParticipantBrad Dalton
ParticipantBrad Dalton
ParticipantTake a look at how this theme is coded. https://www.studiopress.com/themes/altitude/#demo-full
Brad Dalton
ParticipantSame problem when using Genesis Sample.
I don't know anyone at Studiopress but you could submit a pull request https://github.com/studiopress/genesis-sample/pulls
Or
Use their contact form https://www.studiopress.com/contact/
Brad Dalton
ParticipantYou're right. When i test the image block on a standard page it displays but when i set that page as the posts page, it doesn't.
Brad Dalton
ParticipantYou'd think there must be a better way. Maybe a different block might work otherwise i would contact StudioPress and see if your theme is fully supported for blocks.
Brad Dalton
ParticipantAll you need to work on now is the CSS. I would look at the CSS for the background.
Brad Dalton
ParticipantThere's a class added when the toggle menu is activated. You can use that with CSS.
Brad Dalton
ParticipantBrad Dalton
ParticipantBrad Dalton
ParticipantYou
Any idea how can I wrap those two elements in same class?
You never mentioned full width.
You can modify the code so it displays full width using a full width hook.
-
AuthorPosts