52 comments found.
My homepage shows the featured image twice, one large and one small. How do I remove one so only one feature image shows on the home page?
Hello,
It’s probably caused by some kind of plugin. Please check your plugins and enable some of them.
Thanks
My homepage shows my full post, how can I change it for each post to show one to two sentences and then click read more for the full post?
Hello, can the sticky menu also work for mobile version ?
Hello,
Unfortunately, the theme does not yet support this feature.
Thanks
Hi I am trying to install on the latest wordpress but keep getting the error
The package could not be installed. The theme is missing the style.css stylesheet.
Theme installation failed.
Hello,
You probably tried to install the theme from the downloaded file. First you need to unzip this file. The weeland.zip theme file will be in the Theme Files folder.
Thanks
Good afternoon! I need to know why all pages and landing is in a such mess? I installed your theme. And just see code instead of layout. Like this “[et_pb_section fb_built=»1″ admin_label=»Header» _builder_version=»4.9.7″ _module_preset=»default» background_image=» ... etc all the pages are made like this. I need or my money back or your help to fix this.
Hello,
This shortcode is processed by the Divi Page Builder plugin. You may have deactivated this plugin. Please try to activate this plugin again. This is not a theme bug anyway, you get the same thing with any other theme.
Thanks
So where I can find it? It is not in wordpress market. And it is not in your theme. How can I fix it?
This is probably content from your previous theme and is only available in that theme and cannot be moved to another new theme. Also go to the plugins section and check if there is the Divi Page Builder plugin in the list. If this plugin exists, then just activate it.
Hi,
I have an error on my homepage https://www.ateistanaamen.pl/ – when you scroll down you will see pagination, but it doesn’t work – going to page 2 just refreshes page 1 – articles that are not visible are not available for the readers.
How can I get it fixed? “Load more” would be a better option by the way.
Hello,
I suppose this is not a theme bug. Please check the plugins. Perhaps some plugin is making this bug. Also try activating a different theme and check if this bug persists again.
Thanks
Dear NordStudio, I did all that and the error still persists. Pagination works fine on different themes – what do I do now?
Hello, I recently purchased your product and encountered a small problem after installation. In the name of the page in the browser tab appeared dashes, before the name or after. In the page editor, the names are normal. Can you help me, or tell me which way I should look to fix this. Thanks
Hello,
Do you have the same problem when using another theme? You are probably using some kind of SEO plugin that changes the name in the browser tab.
Thanks
Hi, I have installed the theme and am trying to upload the sample pages. But when I select the xml file, I get the message: “This does not appear to be a WXR file, missing/invalid WXR version number”. How can I solve this?
thank you.
Hello,
What import tool do you use?
Thanks
word press importer (undet tools > Import)
Could you please clarify where you got the demo file?
inside of the zip for the theme instlation. it says I should upload a xml file, and there is only one inside of the zip
Please contact me by email nordthemes@gmail.com
Hi,
Do you have demo content for this theme?
Thanks!
1. In the customization options I found the place to change “Read more” and “You might also like” so I changed it to my language. How can I change “Previous post” and “Next post”? You can point out the file that I can edit in HTML, that will be just fine.
2. Are you planning to build new options, like site search? Or is site search there, but I can’t see it?
Hello,
1. You can find this text in the single.php file (WP Admin -> Appearance -> Editor -> Single Post (single.php)
2. You can add a search widget to your site footer. We plan to add a search icon to the site header in future updates.
Thanks
Hi There. I just downloaded the updated theme and i use wp 5.6 – but no Slideshow or other script-effects are workin
Hi there! Is there a way to hide site title and tagline in other pages than home?
Hello,
Yes it is possible using some css hack.
Thanks
Hi, is it possible to change the font on post titles and text?
Hello,
Fonts can be changed using the Easy Google Fonts plugin https://wordpress.org/plugins/easy-google-fonts/
Thanks
We are unable to set a Featured Image on the Blog page. The image never shows up.
Can this be enabled?
Thank you,
Steve
Thank you for this clean and straightforward theme. It is beautiful. It works well with our concept of Science Radio Station.
I am having trouble with the tagline. I am not able to post the HTML here, as the Comments forum hides / strips away the tags! I’m using WP Admin to modify Appearance > Customize > Site Identity
Basically, I am creating a SPAN statement with STYLE elements for bold and font PX to 30. The code passes the W3 HTML validator fine.
I publish the site, then inspect the element through Firefox. The tagline remains the same. The SPAN tags are shown at the beginning and end of the tagline, but no STYLE elements are there.
Why are the style tags disappearing? I may be doing something wrong … not sure what, though.
Thank you for your assistance.
Steve in Delaware
The development website is located at worden.us
Hello,
After saving, a filter is applied to the text from the Tagline field, which cuts out all tags not from the white list. The style tag is not whitelisted because it is not safe. If you want to customize the span tag, add styles to the Additional CSS section:
.tagline span {
}
Thanks
Hi there! This theme is perfect and adapted for my genealogy pages. The only thing I want to change is the color of the menu from gray to white and vice versa. Which ccs code do I enter in extra css? And submenu as well.
Sincerely.
Hello,
Please enter the code:
@media (min-width: 992px) {
.primary-navigation a {
color: #fff;
}
.primary-navigation .nav-menu .sub-menu {
background-color: #fff;
}
.primary-navigation .nav-menu .sub-menu a,
.primary-navigation .nav-menu .sub-menu a:hover {
color: #333;
}
}
Thanks
Thanks! It works fine and looks better when I changed color: #333 to #999. A really good theme.
hello..I see your profile page. really you have greats portfolio GLWS:)
This is in regards to universe theme…. Can’t find how create slideshow for theme. Please send over directions… Theme is great….
Scott
Hello Scott,
Sorry, we haven’t updated the documentation for this theme yet. Please follow the steps from this online documentation http://nordthemes.com/wp-content/iceberg_doc/documentation.html#post-formats
Thanks
Very nice theme! Is there any way to have the lists of posts display the Excerpt rather than the content-up-to-the=”<!-more->” area?
That’s a good lead. It did some of what I wanted so I will look around for similar plugins that more suited to my particular need. Thank you.
The drop down menu becomes hidden behind the page’s main content – noticeable when the drop down menu is longer than a few items. Is there an easy fix to make sure it appears on top?
Nevermind, found it – line 732 in the CSS, changed the z-index from 20 to something higher. Ideally I’ll do this in the child theme but just as a quick fix changed it in the main CSS.