meshuu
Forum Replies Created
-
I contacted the plugin developer. In the meantime, do you have any suggestions for me?
Forum: Plugins
In reply to: [Log Deprecated Notices] Create New: “Invalid post type”I tried to deliberately insert a deprecated function into one of the template files and it was automatically recognized.
So I imagine that the “Add New” button serves no purpose.Forum: Plugins
In reply to: [Log Deprecated Notices] Create New: “Invalid post type”Thanks for the reply. Meanwhile I reply by adding some details:
– WordPress version: 4.9.6
– Log Deprecated Notices (plugin) version: 0.4
– link of the generated error page: http://localhost:8888/theme/wp-admin/post-new.php?post_type=deprecated_log
– while the actual error message is just the one written previously:
“Invalid post type.”Forum: Plugins
In reply to: [Log Deprecated Notices] Create New: “Invalid post type”I have the same problem, nobody knows a solution?
Thank you.Wow thank you! Now I understand, it was a lot simpler than I thought.
Just enter the @font-face inside the same custom CSS field.And the style file? At the Step 4 says to insert @font-face code in style.css, but in mysite/wp-admin/css/ obviously there is no style.css file, do I have to create one?
In the case of WordPress then what style.css do I have to report?I tried inserting the custom CSS into the advanced tab but it does not work, the font is not loaded.
Can you give an answer to previous questions?
Thanks.Hi SeedProd thanks for the timely response.
I know this methodology easy and effective for HTML + CSS pages but I can not apply it to WordPress.
For local development I’m using the MAMP.
Let me give you some examples to be clearer:
1. At the Step 3, in which WordPress folder do I have to enter the font generated at Step 2? I put it in “mysite/wp-admin/css/fonts/myfont”, is it correct?
2. First of all this is the CSS I wrote:@font-face { font-family: 'familyofmyfont'; src: url('http://localhost:8888/mysite/wp-admin/css/fonts/myfont.woff2') format('woff2'), url('http://localhost:8888/mysite/wp-admin/css/fonts/myfont.woff') format('woff'); font-weight: normal; font-style: normal; }At the Step 4 says to insert @font-face code in style.css, but in mysite/wp-admin/css/ obviously there is no style.css file, do I have to create one?
In the case of WordPress then what style.css do I have to report?
Thanks so much.