tamermancar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MiNNaK] trouble with widgetsHi.
Widgets are working properly.
I use the same theme on my own site. I added and removed wordpress widgets. There weren’t any problems.Forum: Themes and Templates
In reply to: [MiNNaK] Add Social media links@nunowired @thezenchocolatte7921
Hello.
I added the icons you requested.
Best regards.Forum: Themes and Templates
In reply to: [MiNNaK] ‘Jetpack Portfolio Extensions’ Support ?Hi,
The Minnak theme already uses masonary and isotope structures. For this reason, it may conflict with the masonary and isotope structure of other plugins. There is nothing I can do about it.
Best regards.Forum: Themes and Templates
In reply to: [MiNNaK] Conflict with Smush lazy-loadingHi,
With version 2.1.7, this problem has been resolved.
Best regards.Forum: Themes and Templates
In reply to: [MiNNaK] Problem found while previewing the themeHello.
It seems to be caused by a problem with translation.
Does it give the same error when you select English as the language?Forum: Themes and Templates
In reply to: [MiNNaK] Background color after theme updateYou’re welcome.
Forum: Themes and Templates
In reply to: [MiNNaK] Upload & size logoHi.
The code below will fix the problem. But since your logo is in portrait format, it will look a little small.@media (max-width: 991px) { .site-branding a img { max-height: 70px; } }Forum: Themes and Templates
In reply to: [MiNNaK] Background color after theme updateHello.
Select the “Light” option from Appearance > Customize > General Theme Settings > Choose the theme mode.
If not, select the “Dark” option and save, then choose the “Light” option and save again.
You may also need to clear the browser cache.Forum: Themes and Templates
In reply to: [MiNNaK] Upload & size logoYou’re welcome
Forum: Themes and Templates
In reply to: [MiNNaK] Upload & size logoHello.
You can enlarge your logo with the CSS code below..site-branding a img { max-height: 100px; }You can replace 100px with a larger value.
The logo can be as large as the sidebar width. You may also need to reduce the margin value you wrote for #site-header.Forum: Themes and Templates
In reply to: [MiNNaK] Vsiaulization on mobileHello @nunowired
This will remove margins on all pages.
Add the following code to the box at Appearance > Customize > Additional CSS:@media (max-width: 576px) main { padding-left: 0; padding-right: 0; }This will remove margins on all pages on mobile phones.
Forum: Themes and Templates
In reply to: [MiNNaK] What are the colors used in the dark theme?Hello.
The background color used for text fields in the dark theme is “#1A1C1E” and the border color is “rgba(183,189,192,0.25)”.
The button background color is #424648.
In addition, you can easily find the values such as color and font used on any site with the “Developer Tools” in your browser.
There is currently no documentation for the theme.
Best regards.Forum: Reviews
In reply to: [MiNNaK] Columns from theme do not show correct post orderHello.
The situation you are talking about is actually a feature of the theme, so the theme design was done in this way and coded. The articles in the theme are listed in the style of Pinterest and this style is called “masonry grid layout”.
In cases where the summary text and the featured image in the articles are of different lengths, it seems not to be listed by date.If you are not going to use a quote or image format, you will get a little more what you want by using the featured image of the same height.
Forum: Themes and Templates
In reply to: [MiNNaK] Comments do not work correct using Rank MathHello.
The problem has been fixed with the 2.1.4 version of the theme. Please update the theme.
Best regards.Hello @permaea
I could not quite understand what he wanted.
What you want is to list your posts on a new page you create?