Discussion on Norway - Minimal Travel Blog WordPress Theme

Discussion on Norway - Minimal Travel Blog WordPress Theme

Cart 838 sales
Well Documented

MajorThemes does not currently provide support for this item.

384 comments found.

Hi, I downloaded the Norway theme and uploaded the xml demo content file. I want my theme homepage to look exactly like your online demo but it is different. Can you please advise? Thanks.

Hello, sheki!

Can you contact me at support@bekento.space

I will help you set up your theme exactly as demo :)

Max

Hi, I downloaded the theme and installed the demo content as per instructions. The demo does not look “exactly” like the online demo. I want the “exact” look of the homepage you have created. Can you please advise?

Hello, sheki!

Can you contact me at support@bekento.space

I will help you set up your theme exactly as demo :)

Max

Hi!

Is it planned to update Norway for Gutenberg and if this is the case, when will be the update available?

Is it also planned to include a visual composer?

Thanks and best regards, Jonas

Sorry, I saw that you actually doing the upgrade :) One other question: Does the theme offers different visualizations of the mobile menu?

Hello, Jonas!

1. Yes, absolutely :) Gutenberg is on the way soon!

2. The mobile menu has only one kind of visualization you can see in demo

Max

Hi, I was wondering if you offer any discounts on your Norway theme.

Hello, PoppiesBlooming!

Currently no discounts are planned :)

Max

Hi, I just bought your theme. I want to configure the home page just as it appears in the demo on theme forest. How to do ? Thank you

I have done but the question remains in the same way. Nothing has changed

Can you send a link to your website at support@bekento.space

I will help you on this

I have sent you a private mail with your user name and password

Hi, I have a small question to ask about the theme home page top section. There are three blocks shown as ‘Discover the Hidden Beauty of Norway’ and two more right after the top header menu . Can you please help me to apply that section as I am unable to find this widget. Waiting for quick reply. Thanks

Hi Max,

My site and Admin panel both are running on https and I have uploaded the logo 3-4 times. On local it is working fine but on live site it gives error due to mixed content. Apart of logo image all the other images are showing fine

Hi Max,

Thanks for your support. Issue has been resolved by replacing the http with https in database

Great to hear that :)

In case you’ll need any additional help feel free to contact me anytime!

Hello. Is there any chance that the theme is WPML compatible? Kind regards, Brigitte

Hello, Brigitte!

The theme was not tested with WPML, but you can contact me at support@bekento.space in case you will find something is not working correctly with this plugin.

Max

Hi, seems that the responsive menu is not working, when I visit my website with an smartphone the menu is not showing up

This line of Custom CSS code is hiding the menu:

header.header.header-main .lines .line:first-of-type>div {
    display: none;
}

You can remove it in Appearance > Customize > Custom CSS.

In case you still want to hide the first line of header for Desktop you can change the code to:

@media (min-width: 1000px) {
    header.header.header-main .lines .line:first-of-type>div {
    display: none;
    }
}

The changes you’ve made will be kept for Desktop but on Mobile everything will work as intended.

Hope this helps!

Thanks!!!

Hi there, Loving your theme :) On mobile is there a way to do the following please:

1. Massively reduce the padding above and below the logo. 2. Add a cross/exit button in the top right when the menu is open. 3. Add a little down arrow to the right of the menu items which drop down when you click them, so it’s easy for users to tell the difference between a menu item which opens a new page and drops down?

Many thanks :)

Hello, Danny!

Please contact me at support@bekento.space i will help you with this :)

Max

Hello! I have some of the same questions as previous customers but the fixes were no longer public so will ask again, sorry to repeat!

(1) I would like my featured post images to stay below the post titles and not become the header image, so the header image stays the same throughout the site. How can this be done?

(2) I have set up a few pages where posts are organized by category (all “travel” category posts on one page, etc) by following your instructions for previous customers. Is it possible to remove the text “Category: category name” from those pages, as well as the small border line below that text?

(3) Can I move the text that says “number of comments” to below the post, rather than above? And is it possible to remove the timestamp from posts and leave only the date?

Thank you so much for this beautiful theme and for your time in answering my questions.

Currently working on it, i will notify you when the fixes are ready :)

Wonderful, thank you! I have one more question – is it possible to add HTML to the Copyright Text in the Footer section? I would like to put links to Privacy Policy and Terms & Conditions in the same line as Copyright but have not had success so far. Thank you again :)

Done :) HTML in Footer Copyright section enabled

hello I just bought the theme Norway, I am French and I want to translate it in French it is possible

thank you Nelly

Hello, Nelly!

Yes it’s possible using plugin Loco Translate. Here is the manual on how to use it: https://major-themes.com/norway.html#1.3

I can install this plugin for you, just contact me at support@bekento.space

Max

Hi- I cannot seem to change the font on my homepage header – The title of my blog. In WP I go to appearance, customize, then choose my font. When I publish it does not show up on the site. I’ve talked to Blue Host and they could not figure out why it was doing this so they recommended contacting you. The font I want is called Fredericka the great. Are there some fonts that won’t work with this Norway theme? Thank you very much. Sheri

Hello, Sheri!

Can you contact me at support@bekento.space with access to your WordPress admin panel

I will try to figure out what is causing this and fix it :)

Max

Hi there, just wondering if you are planning an update that allows the featured post to work with the new WordPress editor? Thanks!

Just saw the previous comment, apologies. Ignore this :)

Hello, rspeak!

I’m actually trying to make new Gutenberg theme version as close to perfect experience as possible, so it takes time (a little longer than i expected).

Estimated release time – last week of this month. You will be notified by email when the new version will be available.

Max

Hello, is it compatible with wordpress 5.0.3? And it will be compatible with future versions of WP? If yes, when 5.0.x will be available?

Please be honest, with other theme i wait 2 years for “coming soon version”. I see that Your last update was few months ago. If that I can not buy it :( thanks!

Hello, gyrafka!

It will be updated in this month after all the Gutenberg support tests will be done :)

Max

Hi there,

How do I make this

a h1 instead of h2 please?

Thanks. Dan

this piece of code -> h2 class=’post-title’

Hello, Danny!

Just edit the file content-single.php in Appearance > Editor and change the code at line 9 from:

        <h1 class="post-title">
            <?php the_title(); ?>
        </h1>

to:

        <h2 class="post-title">
            <?php the_title(); ?>
        </h2>

This should help :)

Max

Hello,

I have not been able to install the Instagram plugin. I am getting an error message that says “Something went wrong with the plugin API.”

Is there an updated plugin that I need to install? How can I get this working? All other plugins installed with ease.

Thanks

Hello, Chipthegreat!

Currently working on fixing this issue. Instagram plugin was removed by WordPress developers from official repository.

Max

Hello, Chipthegreat!

I’ve found the solution. You can download plugin from official Github account of author: https://github.com/scottsweb/wp-instagram-widget/archive/master.zip

And install it using Appearance > Add New > Upload Plugin > “Select downloaded file” > Install Now

After you’ve done installing click “Activate”.

This should work for now. Soon i will release updated version of theme that will fix this error.

I’m really sorry for this issue, in case you will need additional help you can contact me at support@bekento.space

Max

Hello,

I have not been able to install the Instgram plugin. I am getting an error message that says “Something went wrong with the plugin API.”

Is there an updated plugin that I need to install? How can I get this working? All other plugins installed with ease.

Thanks

Hello, Chipthegreat!

Currently working on fixing this issue. Instagram plugin was removed by WordPress developers from official repository.

Max

Hello, Chipthegreat!

I’ve found the solution. You can download plugin from official Github account of author: https://github.com/scottsweb/wp-instagram-widget/archive/master.zip

And install it using Appearance > Add New > Upload Plugin > “Select downloaded file” > Install Now

After you’ve done installing click “Activate”.

This should work for now. Soon i will release updated version of theme that will fix this error.

I’m really sorry for this issue, in case you will need additional help you can contact me at support@bekento.space

Max

Hi staff, i upgrade wordpress 5 and i lost the flag for move the post in top. Do you have a fix? thanks my site is www.zzfazer.it

Hello, langy!

Yes, to fix this you can install the Classic Editor plugin: https://wordpress.org/plugins/classic-editor/

Theme update with WordPress 5 Gutenberg editor support is coming soon, I’m sorry for the inconvenience.

Max

okkk it works! thanks!

Hello, I contact you because since the new update of Wordpress which includes a visual editor, I have encountered difficulties. With this new visual editor, I no longer know how to make my new articles appear on the home page in “featured image in the header”.

Thank you for your help !

Hello, Patriwine!

To fix this you can install the Classic Editor plugin by WordPress: https://wordpress.org/plugins/classic-editor/

Theme update with new visual editor support is coming soon, sorry for the inconvenience.

Max

Hi, could you please let me know how to make all of the social network links (e.g. in the header and footer) open in a new window? Thanks

Hello, danny2305!

You can paste this code snippet in Appearance > Editor > js (folder) > site.js on the 6th line, just after the “Initializing scripts”

    $('a')
        .filter('[href^="http"], [href^="//"]')
        .not('[href*="' + window.location.host + '"]')
        .attr('rel', 'noopener noreferrer')
        .attr('target', '_blank');

This should make all external links open in new tab :)

Max

Fantastic, thank you :)

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