eric.7186
Forum Replies Created
-
Thank you. It seems that it must be synced and even then it doesn’t show up in the Inserter. Thank you for showing me that I can get to it from a default block entry (Paragraph) by clicking / which shows recent blocks and synced patterns. That works for me.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Multiple navigation menusIn the site editor, you can duplicate the navigation block, rename it, and then edit the new version. But I don’t know how to add the new navigation to a header pattern.
- This reply was modified 2 years, 6 months ago by eric.7186.
Thank you Phi,
That worked great for me when I updated my site. Now that I have this specific example I should be able to better understand the documentation.
Sincerely Eric
Thank you. I missed the display option.
Work-around: Instead of using the PREFIX field in the block, I just added custom CSS to the template style (site editor):
.value:before {
content: ‘$’;
}Forum: Fixing WordPress
In reply to: Problems embedding Pinterest boardPut the javascript into the footer. I am using a Hybrid Theme (Spine2) with my own customized child-theme, so I just used Appearance > Theme Editor to edit my child-theme footer.php to insert the javascript, just before the closing footer tag. I enclosed the script with code tags and added a comment.
I left the data-pin-do anchor code in a page and now it displays correctly. Hope this helps.