versuri
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ColorMag] Remove indentation from main pageI managed to solve this on my own
#cm-content {padding:0px;}
#cm-content .cm-row{padding-top: 100px;}
- This reply was modified 1 year, 2 months ago by versuri.
Forum: Themes and Templates
In reply to: [ColorMag] How to author name of all the post?You probably need to change the theme code for this
Forum: Themes and Templates
In reply to: [ColorMag] Problem with H1 tag<h1 id="site-title"> <a title="Crazy for Anime Trivia" rel="home">Crazy for Anime Trivia</a> </h1>
on the main page you have 1 tag h1. all ok
Forum: Plugins
In reply to: [CodeMirror Blocks] Dont workadd_filter (‘use_block_editor_for_post’, ‘__return_false’);
this is the line of code added to functions.php
disables gutenberg. but your plugin does not work because of it. maybe this will help you solve my problem?Forum: Plugins
In reply to: [CodeMirror Blocks] Dont workI use the plugin Disable Gutenberg the problem is in it. when I turn it off, everything is fine. But I need a classic editor. Other plugins cause your program to fail. Can you advise something?
Forum: Plugins
In reply to: [CodeMirror Blocks] Dont workI open as usual and get a non-working field. If you insert a record, it is not published in the end. Tried on different sites, hosting.
You have too much text in your headings, that’s the problem
Forum: Themes and Templates
In reply to: [ColorMag] Issue: Duplicate home pageThis is the problem of WordPress itself, every theme has it. Colormag theme has nothing to do with it
Forum: Themes and Templates
In reply to: [ColorMag] How to remove Google fonts from theme completely?open footer.php
enter before </body><link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
- This reply was modified 2 years, 7 months ago by versuri.
Check out this article through a translator, your question is being discussed there Colormag
Forum: Themes and Templates
In reply to: [ColorMag] web title in H3 remove itYou need to replace h1 with h2 in the single.php
Forum: Themes and Templates
In reply to: [ColorMag] web title in H3 remove itPerhaps you needed to remove the H3 headers in the template? There is a description here, do a translation via google