Dumitru Brinzan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Faith] Post AuthorHello,
Not sure how to help you, if you haven’t posted any links.
???Forum: Themes and Templates
In reply to: [Faith] Table Formatting – Can’t Get to “Small Text”Hello,
Faith theme was released in 2017 as a “classic” theme. I generally don’t test it with the Block Editor and the features that come with it.
Having said that, your issue can be easily fixed.
Go to Appearance > Customize > Additional CSS and add this code:.post-single table th,
.post-single table td {
font-size: inherit;
}Tables should now prioritize the font-size that you set via the Block Editor.
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Photozoom] Blog postsHello,
I don’t know what you mean by a “flow of blogposts”.
But if you don’t see it in the theme’s demo, then it’s not there.That gap is somewhat large because you have a text widget without the text, just a title. If you add some text to it, that space will be filled. That’s the way it was intended to be used and is shown in the demo.
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Photozoom] Recent posts photosDid you run it, as I wrote in my first message?
Forum: Themes and Templates
In reply to: [Photozoom] Recent posts photosHave you tried already what I suggested in my previous response?
Forum: Themes and Templates
In reply to: [Photozoom] Recent posts photosHello,
If you installed the theme on a website with existing content, then you should install, activate and run (once) the Regenerate Thumbnails plugin.
Best regards,
Dumitru B.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.