Forum Replies Created
-
AuthorPosts
-
Are you aware that you can do this exact thing with Custom Element Templates?
You can go to Custom Elements tab, hover over the custom element you want to change and than there is pencil / edit icon.
Beware that you disable WordPress Full screen mode, otherwise nothing happens when you hover over the custom element.
December 7, 2022 at 3:53 pm in reply to: Visual option for Text Blocks not responding for custom post type #1375361Hi Ismeal,
It seems that if you use the ‘supports’ key when registering a custom post that you must include the ‘editor’ in the array, otherwise the classic editor is enabled by default.
See: https://www.coralnodes.com/how-to-enable-gutenberg-editor-for-custom-post-types/#h2_1
Thanks for helping and pointing me in the right direction!
Best regards,
ThomasDecember 6, 2022 at 10:49 am in reply to: Visual option for Text Blocks not responding for custom post type #1375196Oh I see I forgot to answer your question:
Did you install any plugins or extensions for the TinyMCE editor?
NoDecember 6, 2022 at 10:33 am in reply to: Visual option for Text Blocks not responding for custom post type #1375192This reply has been marked as private.February 18, 2022 at 9:57 am in reply to: Hotfix for fixed: problem with uploaded google fonts not working after 4.8.9.1 #1341307This reply has been marked as private.February 16, 2022 at 11:40 am in reply to: Hotfix for fixed: problem with uploaded google fonts not working after 4.8.9.1 #1340895I have noticed the same problem with an already uploaded font. The font-family name in the font-faces does not corresponds with the font-family name in the css for the elements.
`@font-face {
font-family: ‘source-sans-pro’;
src: url(‘https://www.greener.nl/wp-content/uploads/avia_fonts/type_fonts/source-sans-pro/sourcesanspro-regular.ttf’) format(‘truetype’);
font-style: normal;
font-weight: 400;
font-display:auto
}’The CSS uses
‘h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta, #av-burger-menu-ul li {
font-family: ‘source sans pro’, Helvetica, Arial, sans-serif
}’- This reply was modified 2 years, 9 months ago by greenmarketers.
-
AuthorPosts