Discussion on Nord - Minimal and Clean WordPress Personal Blog Theme

Discussion on Nord - Minimal and Clean WordPress Personal Blog Theme

Cart 490 sales
Well Documented

NordStudio supports this item

Supported

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

120 comments found.

Hello, how can I have the sidebar permanently on? Also, My AdSense setup isn’t working. The sidebar only shows the recent posts despite having multiple items on the widget. Please help, Thanks.

Regards, Sunny

Hello,

Unfortunately, the theme does not support always-on sidebar layout. This requires a lot of changes in the theme code.

Could you provide more details about your issue. Please send screenshots to nordthemes@gmail.com

Thanks

Hello, how can I have the sidebar permanently on? Also, My AdSense setup isn’t working. The sidebar only shows the recent posts despite having multiple items on the widget. Thanks.

Regards, Sunny

How do I add ads in the home page? I’m using Ad Inserter plugin as of now but the ads are not coming on home page. Please help!

Hello,

I found some integration guides on the plugin developer’s site. Please read these articles https://adinserter.pro/documentation/automatic-insertion https://adinserter.pro/documentation/manual-insertion

Thanks

Hey This is really a great theme.

But I wonder if there is any way to adjust the breakpoint (the width resolution) for when the top menu is changed to the mobile mode/layout?

(What I am actually is looking for, is way to disable the automatic toggling to the mobil mode/layout and always have the full screen layout for the top menu, no matter screen width. And I guess that the easist way to do this would be to change the breakpoint value to a very low value)

If this can be done by additional css or by editing any of the theme files, I would be very happy if you can tell me which file to edit.

Hello,

Please navigate to the WP Admin -> Appearance -> Theme Editor page. Click “Stylesheet (style.css)” on right side panel. Remove the code starting from line 2548 ending with line 2597 (provided that you have not edited this file before, otherwise the line numbers may be different). Then add the following code to the end of the document:

.primary-navigation .menu-container {
    display: block !important;
  }

  .primary-navigation .nav-menu {
      display: flex;
      justify-content: center;
  }

  .primary-navigation .nav-menu > li {
    margin: 0 15px;
  }

  .primary-navigation .nav-menu a {
    color: #999;
  }

  .primary-navigation .nav-menu a:hover,
  .primary-navigation .nav-menu > .current-menu-item > a {
    color: #fff;
  }

  .primary-navigation .nav-menu > li > a {
    display: inline-block;
    padding: 2.692307em 0;
  }

  .primary-navigation .nav-menu .menu-item-has-children a {
    position: relative;
  }

  .primary-navigation .nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -2.5em;
    width: 210px;
    background: #222;
    margin-top: 40px;
    padding: 1.5em 0;
    font-size: 0.857142rem;
    z-index: 50;
    visibility: hidden;
    opacity: 0;  
    transition: all 0.2s ease-out; 
  }

  .primary-navigation .nav-menu .sub-menu a {
    display: block;
    padding: 0.5em 2.5em;
  }

  .primary-navigation .nav-menu .sub-menu li > .sub-menu {
    top: -1.5em;
    left: 100%;
    margin-left: 1px;
  }

  .primary-navigation .nav-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }

  .primary-navigation .nav-menu .sub-menu li > .sub-menu:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
  }

  .primary-navigation .nav-menu .sub-menu li > .sub-menu:before {
    left: -1px;
  }

  .nav-toggle {
    display: none;
  }

Click the Update File button.

Thanks

Hi NordStudio,

I was wondering if there’s a possibility of changing the color of the dropdown menu, could you help me on this ?

Thank you!

Hello,

Please use the CSS code in the Customizer -> Additional CSS tab:

.primary-navigation .nav-menu .sub-menu {
    background-color: #222;
}

.primary-navigation .nav-menu .sub-menu a {
    color: #999;
}

.primary-navigation .nav-menu .sub-menu a:hover {
    color: #999;
}

First line for the background color, second and third lines for link color.

Thanks

Hi Nordstudio,

Maybe this is a bug or not. But how can I change the position of the category button in a post? When creating a new post, the category button is always shown at top of each post after publishing. Like this:

http://www.bilddump.se/bilder/20210319105056-46.235.233.73.png

I wish to have the category button under the image in each post, like it is shown on the “live preview” site for the theme.

http://preview.themeforest.net/item/nord-simple-minimal-and-clean-wordpress-personal-blog-theme-readability-responsive-boxed/full_screen_preview/13281320?_ga=2.83199766.1642740672.1616007384-2014681652.1615887826

Rgds Thomas

Hello,

Please send me a site URL to nordthemes@gmail.com I’ll check it.

Thanks

This is a great wordpress theme. But how can I change the position of the category button in a post? When creating a new post, the category button is always shown at top of each post after publishing. I wish to have the category button under the image in each post, like it is shown on the “live preview” site for the theme. http://preview.themeforest.net/item/nord-simple-minimal-and-clean-wordpress-personal-blog-theme-readability-responsive-boxed/full_screen_preview/13281320?_ga=2.83199766.1642740672.1616007384-2014681652.1615887826

Hi! I just purchased and installed Nord and am very pleased – except for one thing: Embedded Youtuvbe videoa (by simply inserting the yt link) are working, but they display weird in Nord theme. For the size of the iframe, the content_width seems to be used (which is 1200 in Nord), thus WP calculates an iframe height of 675 using an aspect ratio oif 16/9. Only the canvas (entry_width) of course is much smaller – resulting in an iframe much too tall. Mike

Hello Mike,

Could you please send me a link to page with video. My email nordthemes@gmail.com

Thanks

Hi, I just bought the theme, that is wonderful, but may I have the demo content in XML file for this theme?

My Email.is faithliu177@gmail.com

Hello,

I sent you a message with an attached XML file.

Thanks

HI, want to know how to change the size of the image. The height of the images (principal page and post page) is too high…

Hello,

Do you mean the featured image at the top of the post?

Thanks

Hi, I would like to change the content background color from white to another one. The “content” tab in “customize” does not include background. Is there any other way?

I’ve been tryiong

body.custom-background, #page { background-color: #000000; }

But the content area remains white.

Thank you

Hello,

To change the background of the content area, use this selector:

.hentry {
    background-color: #fff;
}

Thanks

Thank you. It worked, but I am having trouble changing the font color to white. Please see https://www.zazenapp.com/login/

Hello,

Please add the code:

label {
color: #fff;
}

Thanks

Hi, i have installed this nice theme by Envato Elements. 1. How set the image on page before the title of posts (as in your demo)? 2. Drop caps appear too small. How to modify? Thanks.

Hello,

Items purchased on Elements do not include support. Maybe this guide will help you https://www.wpbeginner.com/beginners-guide/how-to-add-featured-image-or-post-thumbnails-in-wordpress/

Thanks

Hello,

Is it possible to change the colour of the widget sidebar to white (match the content area)?

Thankyou in advance. :)

Stefano

Hello,

Please try the code:

.sidebar {
  color: #333;
  background-color: #fff;
}

.sidebar a {
  color: #333;
}

I also want to remind you that support for this theme has expired. Please extend support for this item.

Thanks

Hello. I really love this design. Thank you. Can I use this on non-business wordpress account some how? At first glance, or after I bought it, I went to themes, install theme, and had to upgrade. Do you know of anyway to get around this. Your help is greatly appreciated. Best Regards, Wesley wcutlip@icloud.com

Hello,

To install a theme purchased not on the WordPress.com site, you must have a business account. I don’t know of any other way to install a theme for a regular account.

Thanks

Hi whats up with the theme. when i updated it, its a totally different them. the width is too wide, i put my css in and its not working either?

Hello,

In the latest version of the theme, we made several changes to the design of the theme. The width of the content area has also been increased. Please try code to reduce layout width:

@media (min-width: 1260px) {
  .site-container {
    max-width: 1000px;
  }
}

Thanks

HI how to I update the theme. Will I lose my old site? I have 1.2, Just got 1.4 thanks

Hello,

The latest version has several new design and layout changes. Your site may look a little different after the upgrade. Also, if you made any changes to the theme code, then this may be lost. But this does not apply to the settings in the Customizer, Customizer settings will be saved.

Thanks

Hello;

Is it possible to get the XML demo content file for the Nord wordpress theme as mentioned in the comments. (also sent you an email to nordthemes@gmail.com)

Juste bought from envato. Regards.

Hello I try to oinstall the item but i have an error no folder style.css i can’t use the North Item ??? What can i do please… Thank you

Hello,

Probably you are trying to install the main package file. You need to unzip downloaded package file first. Open the extracted folder, then go to the Themes Files folder. nord-theme.zip is a theme file that you need to install in the admin panel.

Thanks

Since WP 5.2.2 using child theme instead of nord theme will slow down anything. Backend & frontend! Could be reproduced by swithe between them and child. This will happen also even with the original nearly empty functions.php inside the child folder of nord 1.3. Any suggestions?

Hello,

Please contact me by email nordthemes@gmail.com

Thanks

Thanks a lot!

Hey!

My Instagram widget does not work on mobile site…

Is there a reason for this?

Kindly,

Stefano

Hello,

Please try another instagram plugin, for example one of these:

WP Social Feed Gallery

Social Slider Widget

Smash Balloon Social Photo Feed

Thanks

Thanks for that but those still don’t show up on the live site…

Let me know,

Hello,

Please contact me by email nordthemes@gmail.com. Send me an url of your site.

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