binarypusher
Forum Replies Created
-
is the contact us form. (Note: The subscribe form is combining the names correctly. just the contact us form is not )
I have two. on that page you can see both of them. the contact form and lower down, the subscription form. the subscription form has a first and last name field, but those are first-name and last-name.
Hi Takayuki, Thanks for responding. https://ajnresources.com/contact/
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] How to add css to just editor viewFor anyone wanting to know: add || ‘site-editor.php’ === $hook to your list of conditions to enqueue the script.
Hi Marko,
Thanks very much for taking the time to respond.when I say blocks, I mean Gutenberg blocks. my entire page content layout is handled with the Gutenberg block editor. I’m only able to modify the template for header items. all my content is from the_content(); and my footer items are widgets within the footer.
so, in my Gutenberg blocks, I’m using the shortcode Gutenberg block to add some custom code to pages. is it that I can only exclude items at the template level? I’d like to be able to exclude functions within my functions.php file.
does that make my query clearer?