Dumitru Brinzan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Milton Lite] Beginner questionHello,
Milton Lite does not have additional options to enable/disable elements on a per-page basis.
But you could achieve this with some basic CSS, by targeting specific elements with display: none;
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Endurance] How to modify e.g. font or link color in CSS?Did you do a forced refresh? CTRL+R.
Forum: Themes and Templates
In reply to: [Endurance] How to modify e.g. font or link color in CSS?I don’t see a border around focused elements.
Forum: Themes and Templates
In reply to: [Endurance] How to modify e.g. font or link color in CSS?Hello,
The theme comes only with this one style.css file.
You’re probably doing something wrong, though it is impossible to guess without a link to the website.Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Nutmeg] Pages not being indexed in google searchForum: Themes and Templates
In reply to: [Nutmeg] Pages not being indexed in google searchNo, I cannot tell you.
This support forum is for questions related to the Nutmeg WordPress theme. Your question has nothing to do with the theme.
Forum: Themes and Templates
In reply to: [Nutmeg] Pages not being indexed in google searchHello,
This question is completely unrelated to the Nutmeg theme, which is not even active on your website.
Forum: Themes and Templates
In reply to: [Faith] Logo too wide on mobileI’m not criticizing you. You mentioned that there is an error with the logo’s appearance, but didn’t mention that you hard-coded the size of the logo via CSS.
This is the code that you added to style.css:
#site-branding .custom-logo { height: 200px; max-width: 500px; }
I’m not sure why you’re using a theme that you don’t like to work with :\
Forum: Themes and Templates
In reply to: [Faith] Logo too wide on mobileHello,
You have failed to mention that you (or whoever worked on the website) applied custom CSS changes to the main style.css stylesheet of the theme.
There is custom CSS code that causes this issue, it’s not the theme’s doing.
It is a pretty bad idea to make changes directly in style.css, as they will be overwritten after automatic updates.
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Podcast] Thumbnail pictures (on mobile devices)Hello,
Thank you for bringing this to my attention again.
I have fixed it in today’s update (1.2.7).After updating the theme, if you already have existing content, you will have to install, activate and run (once) the “Regenerate Thumbnails” plugin.
After you do that, you can deactivate and uninstall the plugin.Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Podcast] How to expand text on same pageI’m saying that the functionality that you are asking about is not something that should be provided by the theme itself.
You are probably looking for a very specific plugin or some custom implementation. Either that, or I didn’t understand what you are trying to achieve.
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Podcast] How to expand text on same pageHello,
I don’t think that this is a theme-related question.
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Faith] Password Protection for “Child” PagesHello,
I’m glad that you like the theme.
However, restricting access to content and general user management is not something that a WordPress theme does. This is handled by WordPress and/or third-party plugins.
Functionality is generally best handled by plugins, not by the theme, which is supposed to handle the design and appearance aspect of a website.
Best regards,
Dumitru B.Hello,
The theme doesn’t control the Block Editor, so this is not a theme-related question.
Please use the general support forums if you need helping with using WordPress.
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Podcast] Background of top menu barHello,
This is the code in the theme, which adds some padding at the top and at the bottom, so that the logo has some room to breathe.
#site-masthead { padding: 1.25rem 0; }
You can add your own custom CSS code to adjust this white space according to your personal preference. Though I wouldn’t change this.
At the same time, you can use the same CSS selector to add a custom image background to the header. Though again, personally I don’t think it’s a good idea.
But, if you want the header to be transparent and have the same background as the whole page, then add this:
#site-masthead { background: none; }
Best regards,
Dumitru B.- This reply was modified 1 year, 1 month ago by Dumitru Brinzan.