204 comments found.
Good morning! Just a question, is this theme, or will it be made, compatible with WordPress 5.X? Supported versions of the theme go up to WordPress 4.9.x as far as I can see? Thanks!
Hello,
We will release an update for WordPress 5.1 next week.
Thanks
Great, thanks for the reply! Then I’ll wait for that release. Or can I already buy this version and configure it?
Yes you can buy a theme now. You will not get any errors if you install the theme on WordPress 5.0. You can use the theme with the classic editor. To do this, install the Classic Editor plugin.
Thanks
Good morning,
Do you have the XML files with all the datas as we can see on the preview ? This way we can modify easily the template ? do you have it ? 
Hello,
I can send you demo files by email.
Thanks
Hey! Sorry, I just saw that my support is now expired, but I am hope I’ll get an answer
I would love to know if it’s possible to use a youtube video instead of a featured image?
Thanks again for that template, awesome one!
Hello,
Yes, it’s possible. Select “Video” in the “Format” section. Then paste the URL of your video into the first line of the text editor. Click the Publish/Update button.
Thanks
Hi,
I don’t want to feature my blog post on the homepage, instead, I want to have my about page as my homepage. Where can I make these changes?
Hi! I just bought the template and I want to change the width of the site. What additional CSS code do I need to add to extend the width of the main portal so it covers the entire site?
Thanks!
Hello!
Please navigate to WP Admin -> Appearance -> Customize. Open the Additional CSS tab. Enter this code:
.container {
width: 100%;
padding-left: 40px;
padding-right: 40px;
}
Click Publish button.
Thanks
Thanks! It worked 
How do I make the social media buttons appear below the logo image?
This requires changes to the theme code. Please navigate to WP Admin -> Appearance -> Editor page. Click “Sidebar” on the right side panel. In the text editor find code (string:17):
<?php iceberg_social_profiles(); ?>
Place this code between 12 and 13 strings. Click Update File button.
Hello,
I purchased your “Iceberg template”, I find it awesome !
I’d like to make a modification. Can you help ?
On the top of this page, instead of “Catégorie :”, I want to write : “Vous prenez en charge un patient :”
Link : http://patientipi.fr/category/afghan/
Can you me explain how to do it ?
Thank you very much !
Jean-Christophe
Solved.
Hi! I am interested in your theme but I would like to know if it is possible to remove the background image and extend the width of the main portal so it covers the entire site. Thank you!
Hello!
Yes, you can remove background image in the theme customizer. To change the width of the site, you need to add an additional CSS code.
Thanks
I recently purchased your theme and had a question about how the main menu works. I am trying to understand the animation tied to the secondary menus off of the main menu. Can you tell me how that works? I want to make some tweaks to it and need a little background on that. Or is possible just to “turn off” the animation?
I am also trying to work with the “active” or “current” state for the menu. Need some idea on where to look for that. Are you able to shed some light on that?
Thank you, Bill
Hello!
1. To disable dropdown menu animation you need edit functions.js file (WP Admin -> Appearance -> Editor -> JS/functions.js). In this file replace string:
$(this).next('.sub-menu').slideToggle(200);
to
$(this).next('.sub-menu').slideToggle(0);
Click Update File.
2. You need use ”.current_page_item a” selector to change styles for current page menu item. Example:
.current_page_item a {
color: #0000ff;
}
Just add this code in theme Customizer (Custom CSS tab).
Thanks
Perfect. Thank you!
Nice looking theme. I am interested in it, but I have a question for you first. Does the theme allow for a div to be at the bottom of the template and partially cover the left sidebar/menu and the content? Basically a “transparent png image shape” that would span the boxed width of the page (not the full browser window). Is that do-able?
Hello!
Unfortunately the theme does not have this feature. This requires a changes in the code of the theme.
Thanks
I’m thinking of buying the theme but if I do not like it after installing, can I ask for a refund?
hello, i need to install the demo data of this theme, i can not find any XML file.
hello, I hope you are able to help me with the following issues: 1. how can I display only a summary of every post at the main page? (not static). right now I only have 1 post so it displays it fully.
2. I installed TK google fonts, but once I leave the main page the font in the title and the search box is changed back to default. how can I extend the font throught the different pages?
3. I’m using a background image, but the phone display ignores it and shows just a solid color. how can make the phone display show the image?
Thank you in advance.
Hello!
1. You need use the “more” tag. Please read this tutorial.
2. I recommend to use another plugin for Google Fonts – Easy Google Fonts
3. Please contact me by email nordthemes@gmail.com and send site URL. I want to see the site.
Thanks
Hi, I bought your theme yesterday. Very cool and clean, great work!
Can you tell me, if I’m able to integrate videos from YouTube like in your video-post example? ( http://nordthemes.com/iceberg/distance-of-365-days/ ) In the example the Video ist only in the header like a fearured picture but not in the post itself. When I paste the URL from YouTube in the first line, lilke in your description in the documentation, the video appears in the header AND in the post. So in the post the video appears twice. Is there any chance to get it like in the example? Greetings
How can i add image and slider on top of page without margins, exactly same of your theme original demo link.
Hello!
Please read documentation part “Blog & Posts -> Set Post Thumbnail” and “Blog & Posts -> Gallery Post Format”. Documentation folder is located in the downloaded package.
Thanks
Thank you.
But what i need to but a slider in the place of featured image. like what you do in your demo (head of about page). thank you for your response.
You need click “Gallery” in the “Format” block located on the right site (under the “Publish” block). After click the “Add Media” button. In the opened window click “Create Gallery” tab. Select images and click “Create a new gallery” button. After click “Insert Gallery” button. Save Post.
Thanks a lot. done.
How can i make this slider sliding automatically with defined interval (Seconds)?
Hello!
You need edit the owl.init.js file (located on the theme folder, in folder with name js). Replace this code:
if( $.fn.owlCarousel !== undefined ) {
$('.format-gallery-carousel').owlCarousel({
direction: $('body').hasClass('rtl') ? 'rtl' : '',
singleItem:true,
autoHeight : true,
navigation : true,
pagination : false,
slideSpeed : 400,
navigationText : [ '<i class="entypo-chevron-small-left" />','<i class="entypo-chevron-small-right" />']
});
}
to
if( $.fn.owlCarousel !== undefined ) {
$('.format-gallery-carousel').owlCarousel({
direction: $('body').hasClass('rtl') ? 'rtl' : '',
singleItem:true,
autoHeight : true,
navigation : true,
pagination : false,
slideSpeed : 400,
autoPlay : 8000,
navigationText : [ '<i class="entypo-chevron-small-left" />','<i class="entypo-chevron-small-right" />']
});
}
and save. 8000 = 8sec
Thanks
Hi, how can I make an image be displayed over the whole width of the right content box, like in your preview? When I upload an image, it is always cropped down to the inner content size. Thanks for your help!
Hello!
Perhaps the basic image width less than the width of the content. You can try to use custom CSS code to make the image is stretched. Go to Wordpress Admin Panel -> Appearance -> Customize. Open the Custom CSS tab. Enter this code:
.post-thumbnail img {
width: 100%;
max-width: none;
}
Click Save&Publish.
Thanks
Hi, thanks for the quick reply. Unfortunaltey, it diesn’t work. Is it actually possible to download the content of your demo site? So I can just alter your pages? Because, when I add a new page and I upload an image to that page, the image gets displayed in the inner layout part. I don’t know how to make it display full width (like in your author site). Thanks a lot! Sara
Oh, alright, I got it. Images are 100% width only when they belong to an article… right?
Hello!
Please contact me by email nordthemes@gmail.com . Send me URL to page with this problem.
Thanks
Hi! Very cool theme! Thank you! I have an issue with my videos:
In this page: http://www.cmptours.com the video is shown in a bugger container which stretches to the height especially in mobile and it looks awful. I want the video to fit.
In this page: http://www.cmptours.com/ביקור-במועדון-צ׳לטנהאם-טאון-cheltenham-town/ I have in the bottom a video gallery – but the video is shown only partly.Thank you!
Hello!
1. You need change the “height” parameter from 664 to 400px in the code of the video that you inserted into the post.
2. This bug of the plugin that you use for the carousel. Perhaps this plugin does not support RTL mode. Contact the author of this plugin.
Thanks
can we add custom fonts instead of web-fonts or builtin fonts?
Hello!
You need make some changes in theme CSS code or use plugins to changes fonts.
Thanks
When I set a vertical photo for my featured image, the photo gets cut down. Is there any way to change that so I can see the full image?
Hello!
Please contact me by email nordthemes@gmail.com and send me URL a page with this image.
Thanks
I’m thinking of buying your theme and have a question - I would like to use it for a 2 language blog (English & Hebrew), I use Polylang plugin and I wanted to know if your theme supports it and how it will look on a live website.
Tnx
Shay
Hello!
This is a universal plug-in for all themes, he should work on this theme. You need use a widget “Language Switcher” to show language menu on the sidebar.
Thanks
Do you have a refund policy in case I purchase and find it not suitable for our purpose?
Yes, you can. Please read https://help.market.envato.com/hc/en-us/articles/202821460-Can-I-Get-A-Refund-
hello, love the work you did on this theme!
where do i change the RTL setting? not just the location of the sidebar?
thank you
Hello!
What do you want to change?
Thanks
when i write a post for example, text will allign RTL but not behave, for example if i include an english word in the sentence it jumps to the end of the line….
You have changed the language to Hebrew (WP Admin -> Settings -> General -> Language)?
no, i prefer my admin panel in english…..must i do it? will it solve it?
but yeah, that solved it thanks alot…..love the theme!