Difa
Forum Replies Created
-
Forum: Plugins
In reply to: [Loginizer] Local timelThank you for the update.
Thank you, sir.
Forum: Developing with WordPress
In reply to: Problem on theme.json in wp-includefunction custom_block_editor_settings() { add_theme_support( 'custom-spacing' ); } add_action( 'after_setup_theme', 'custom_block_editor_settings' );
For anyone look for the same problem, here is the solution to add padding setting to block editor. Put the function in functions.php.
Forum: Themes and Templates
In reply to: [Blogus] Masonry layout for proThank you, sir.
Forum: Themes and Templates
In reply to: [Blogus] Dark theme bugsSo, if a user want to change the mode, he need to change it every time when he visit other page.
Forum: Themes and Templates
In reply to: [Blogus] Dark theme bugsgive a try with this demo. https://demos.themeansar.com/blogus/photo/
Forum: Themes and Templates
In reply to: [Blogus] Dark theme bugsNope, the switcher is not persist if reload or move to other page. It just change the mode the page that is being opened. If we move to other page or post, the mode is back to default. I know about the skin, it is supposed to be default mode.
Forum: Developing with WordPress
In reply to: Problem on theme.json in wp-includeOkay, sorry for my mistake. I already installed a child theme but it have no theme.json. I try to make my own theme.json in such theme, but it messed up my post editor.
Forum: Themes and Templates
In reply to: [Blogus] Dark theme bugsLooks like the problem is from here. It loads the localStorage.setItem() when page is refreshed.
https://ibb.co.com/xHCqSpFForum: Developing with WordPress
In reply to: Need help with CSS in column layoutYou can add html block in such page editor.
<style> .responsive .container{max-width: 100%} </style>
Forum: Developing with WordPress
In reply to: Problem on theme.json in wp-includeForum: Developing with WordPress
In reply to: Need help with CSS in column layoutIn your CSS:
.responsive .container{max-width: 1450px}
If the container width exceeds 1450px, empty space will appear on the left and right. Change the CSS code to the following.
.responsive .container{max-width: 100%}
Forum: Themes and Templates
In reply to: [Blogus] removing space for post without thumbnailThank you. Now I can achieve that with just some change in the CSS, no need to buy the pro version. I don’t sure it also can achieved in pro version without change it manually with some code.
Forum: Plugins
In reply to: [KaTeX] KaTeX on comment sectionsolved.
- This reply was modified 8 months, 2 weeks ago by Difa.