Discussion on Iceberg - Simple & Minimal Personal WordPress Blog Theme

Discussion on Iceberg - Simple & Minimal Personal WordPress Blog Theme

Cart 851 sales
Well Documented

NordStudio supports this item

Supported

This author's response time can be up to 1 business day.

204 comments found.

Hey, i fixed ssl problem with thanks to some plugins, thanks.

I want there to be no underline when hovering over links with the mouse. Is it possible in wordpress panel, i checked but i couldnt get this point yet.

Hello,

Please navigate to WP Admin -> Appearance -> Customize. Open the Additional CSS tab. Enter the code:

a:hover, a:focus {
    text-decoration: none;
}

.primary-menu a:hover:before {
    display:none;
}

Click the Publish button.

Thanks

Hey, i bought iceberg simple minimal personal theme for kolaydilisleme.com, with hosting & ssl cert.

But my problem is related to https ssl. Browsers put “its not safety” warning, my agent thinks that something went wrong with theme. I uplaoded theme with zip file and i used one click demo import system. On the other hand i didnot anything. Please help me.

Hello,

I checked your site and did not see any problems with the SSL certificate. Your certificate is valid until February 22, 2025 and does not have any issues. I do not receive any notifications that the site is unsafe. In any case, SSL certificates and the WordPress theme are in no way related to each other. These are only hosting problems. Please contact your hosting provider.

Thanks

Hello,

I bought the Iceberg theme. Three questions: 1) When the article get long, is it possible to limit the length to show – and let the user click to show the full article? 2) Is it possible to enable the comment button without click into each article? 3) The calendar widget doesn’t show if there’s blog on a day, how to fix this?

Thanks

Hello,

1. Use the “More” block to separate the article into two parts. https://wordpress.org/documentation/article/more-block/

2. The theme doesn’t support this feature yet, I’ll try to add it in the next update.

3. The calendar widget is not part of our theme, it is part of WordPress. This widget probably doesn’t have the functionality you need. Try looking for a plugin with more advanced functionality https://wordpress.org/plugins/search/widget+calendar/

Thanks

Hello I purchased iceberg theme 5 minites ago but i didnt check if theme support my wordpress version.

my wordpress version 6.4.x

How to fix this issue please?

regards

I sent email , may u please reply as soon as possible?

I sent you a message

Hi!

My purchase code: 2699ab84-3c7a-41fa-91de-e45e2b944541

Do you have a fix for the comment section on mobile? The input fields stretches itself way over the text field, if you know what I mean.

regards Hajar

Hello,

Please navigate to WP Admin -> Appearance -> Customize page. Open the Additional CSS tab. Enter the code:

.comment-form input[type=text], 
.comment-form input[type=email], 
.comment-form input[type=url] {
    max-width: 350px;
    width: 100%;
}

Click the Publish button.

Thanks

Thank you! Its solved :-)

Hi. How can I make the post in a category not show the whole thing but only show the excerp like in your template? I can’t find a way

Hi. How can I make the post in a category not show the whole thing but only show the excerp like in your template? I can’t find a way

Hello,

You need to use the More block to trim the content where you want it. https://wordpress.com/support/wordpress-editor/blocks/more-block/

Thanks

Hi, thanks for your help. I still have one more question. My category displays all published posts so it is very long, how do I move older posts to the next page and display pages from 1 onwards?

Ah, i found it. You don’t have to reply anymore. Thanks u so much

Hi, I just buy Iceberg themes. I have small problem that when visitors scroll down to much, how can they go back Homepage. Is there a solution to create a Home button or fix sidebar postition then when they scroll down, they still see other menu and home button?

Hello,

Please try the WPFront Scroll Top plugin https://wordpress.org/plugins/wpfront-scroll-top/ This plugin adds a scroll button to the top of the site. Just install and activate this plugin. Then, in the plugin settings page(Settings -> Scroll To Top), enable this button and customize its appearance.

Thanks

Thank you. Btw, can you help me a way to insert a banner (picture) vertical on top of the website?

I found Simple Banner plugin. Thank you

Is it support Arabic Content, I want it for arabic blog

Hello,

Yes, the theme supports RTL and Arabic languages.

Thanks

Nice theme! Any way to reduce height on featured image? Perhaps some CSS? Thanks!

Hello,

Please navigate to the WP Admin -> Appearance -> Customize page. Open the Additional CSS tab. Enter the code:

.post-thumbnail {
  aspect-ratio: 16/9;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

Click the Publish button.

If it’s still large, then enter another aspect ratio, such as 16/8.

Thanks

Hello, I want to make a page with the same style of a post in “Gallery” post format, where the slider is at the very top (to be the first element inside the <article> element), but I am not able to select the desired post format when I make a page. I appreciate if you point me in the right direction to make this possible. If not possible, could I do it with a 3rd party slider plugin or how? Thanks in advanced

Quick update – I found that selecting the ‘Featured Image’ does the desired behavior but instead of single photograph I have to do a image slider, how can I achieve that? Thanks

Hello,

Unfortunately, WordPress does not support page formats, formats are only available for posts.

To set an image carousel for post select Gallery from the Format drop-down menu. Then add the Classic block to the body of the post and insert the gallery into it using the Add Media button (on the panel of the Classic block). All images added to this gallery will be displayed in the image carousel.

Thanks

Thanks for the continued support and theme update, excellent work.

Hello, i would like ask to you, does it support live streaming the theme? Thans

Hello,

Could you please provide more details. Do you mean embedding a player with broadcast?

Thanks

Good Evening. The question is if we can integrate some plugin or some player to do live streaming?

Hello,

This is not related to the WordPress theme, it is more related to the functionality of WordPress. Try embedding your player and plugin in the default WordPress theme (Twenty Twenty for example), if it works in the default theme it will also work in the Iceberg theme.

Thanks

Хороший у вас скин, спасибо! Но, не понято, почему при вставке ссылок в соцсетях не вставляется Rutube. Пример: https://fisht.ru – вставлена ссылка на канала Rutube: https://rutube.ru/channel/26343370/ но никак не отображается.

I have Iceberg Version 2.1.1 installed When you upgrade from Envato Market, no upgrades are offered.

Hello,

You can download the latest version (2.2) of the theme in the Downloads section of ThemeForest site.

Thanks

Thanks a lot! It would be nice to add social networks in addition to Vkontakte in the “Share” settings: “Telegram”, “Odnoklassniki”, “Zen” and so on.

Have a nice day!

If I wanted to modify the responsive mobile ‘hamburger’ which shows to open the menu, like add a word next to the symbol is that possible? and where in the theme files would I head to tweak it?

Hello,

You can change this in the sidebar.php file (WP Admin -> Appearance -> Theme File Editor. Then click the Sidebar in the right panel). In the line 51 after <?php iceberg_the_theme_svg( ‘menu’ ); ?> enter your text and save the file.

Also add the code in the Customizer (WP Admin -> Appearance -> Customize -> Additional CSS):

.sidebar .mobile-toggle {
    width: auto;
    padding: 10px;
}

Click the Publish button.

Thanks

contact form setup where I should update my email Id one more word press email is different and I receive mail email is different

Hello,

Please read the guide https://contactform7.com/setting-up-mail/

Thanks

Hi NordStudio, Please disregard my last email, the theme is working perfectly. It was a plugin that was causing the issue. No need refund, the theme is working well.

Thank you

Hi, I just purchase this theme but unable to update the demo theme to wordpress. It keeps saying “failed” when I try to import the demo data. If I can’t upload it, I would like a refund. The wordpress version I have is up to date.

Any steps that I can do to help would be great.

Thank you for your understanding.

hello! I have a question, is it possible that the see more button is automatically displayed on the post page? Thank you

Hello,

Could you please clarify what you mean by automatically? You don’t want to use the More block and would you like to display the first N words of a post on the archive pages?

Thanks

Hello!

Exactly that.

In theory the plugin you mentioned does, but it doesn’t have compatibility with your theme. Or it doesn’t work for me. As I told you before, I’ve tried several similar plugins, I’ve even written code to force it, but I can’t.

Hello,

I have now tested the plugin (Advanced Excerpt) with my theme and it works correctly. Are you using the latest version of the theme? Have you made changes to the theme files before? Also check plugin settings in WP Admin -> Settings -> Excerpt. If you are using other plugins for auto text cropping, then deactivate them, they may conflict with the Advanced Excerpt plugin.

Thanks

Hello, I bought this theme. I can’t import demo content. Error: error (504)

Hello,

Please run the import several times. Even if it causes an error, the import still happens in parts.

Thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey