384 comments found.
Hi ! just a simple question i think, i would change 2 things : 1- delete ” comment are closed ” 2- change the sentence ” you might also like…” because i’m french
tkanks 
Hey, polo7729!
To replace “Comment are closed” and change “You might also like” you need to install Loco Translate plugin.
You can read the documentation with screenshots paragraph 1.3.
I copied it without screenshots:
- Login to WordPress Dashboard and Navigate to Plugins – Add New
- In the search field enter “Loco Translate”
- In the box of “Loco Translate” plugin click “Install Now”
- Wait for the text “Successfully installed the plugin Loco Translate” to appear
- Click “Activate Plugin”
- Navigate to Loco Translate – Themes
- Find the theme you want to translate, click it
- Click on a link “Create Template”
- Click blue button “Create Template”
- After it you’ll see message “OK: Template file created”, click “New Language”
- Select language you want theme to be translated to and click “Start Translating”
- Translate everything you want (You can use searchbar to translate particular text)
- After you translate every needed string click “Save”
thank you very much !
You’re welcome, sir!
Hey guys,
Is it possible to make the top bar appear even when I scroll down?
Hey, Roberto!
Yes, I need access to WordPress admin panel.
Can you send it to support@major-themes.com
Hi guys,
How can i remove all the tags at the end of every single post?
Thank you
Hey, Roberto!
To remove tags at the end of the post go to Appearance – Customize – Additional CSS and copy-paste the code there:
body.single article .post-tags { display: none; }
After you’ve done it click “Publish”. The Post tags will not be shown.
Thank you!
You’re welcome, Roberto. Have a nice holidays!
hello, thanks for the theme !! I have a little problem: I can not display the top featured layout … can you help me please ?
Hello, polo7729!
Yes, when editing post or page you want to feature mark the “Top Featured”.
This post will be featured in the top featured layout on home page
oh thank you very much !!
You’re welcome!
Have a great holidays!
Hey, xaytar!
That’s very interesting. Never seen this before, but I can help you with this issue.
Can you send me access to WordPress admin panel to support@major-themes.com
Nevermind, now it’s working, my mistake! I have two more questions: 1) Since my website is a magazine with a long history, my submenus include several pages, so the menu itself is really long. On the mobile version of the website, when I open the submenus, I can’t scroll down and therefore some of the menu voices end up outside of the bottom of the screen. Is there a way to make it scroll down? 2) I’d like to remove the “no comments” voice from the meta data at the top of the articles, how can I do? Thank you
1. I think in the next update i will separate the main menu from mobile menu so you can add the shorter version of menu without submenus. Next update will be approximately at the first week of January. If you sill need the long menu in mobile version we can discuss another solution, just message me support@major-themes.com
2. To remove “no comments” go to Appearance – Customize – Additional CSS and copy-paste the code there:
.single .comments-count { display: none !important; }
Don’t forget to click “Publish”.
Hey guys!
I noticed that there is an update for the theme. I can’t install the update if i don’t delete the “old” theme version.
If i delete the old version to install the update, will i have to reset all the widgets and featured pages or not?
Thank you,
Roberto
Hello, Roberto!
If you delete the old theme and install the new one the settings and featured pages will be saved.
It is absolutely safe to install the update, it won’t do anything to the content nor to settings.
I have installed the update but now there is a big problem. The home page is totally changed, there is not the “trio featured posts” but it’s all in disorder. How can i fix it? Do you want a screen?
Seems like the cache, can you try incognito mode or clean the cache of your browser?
Now it’s ok, thank you. One last question: can I resize the size of the “trio” as in the previous version of the theme?
I would like the images to occupy more space on the home page as in the previous version, even within the posts.
Great!
Yes, you can resize the “trio”.
Go to Appearance – Customize – Additional CSS and copy-paste the code there:
.wrapper .top-featured-posts {
height: 80vh;
}
80vh means how much percentage of screen will it occupy. The 100vh will occupy the 100% height of the screen.
Also to change the featured image height inside the post you can go to Appearance – Customize – Additional CSS and copy-paste the following code:
.wrapper .singular-featured {
max-height: none;
height: 80vh;
}
80vh is the same value as previous setting – the height percentage of the screen.
Don’t forget to save the changes.
Ok, it works fine, but when I open the home page from mobile an image appears that overlaps the trio. How can i resolve it?
Can you send a screen to support@major-themes.com
I will help you on this.
New code:
.wrapper .top-featured-posts {
height: 80vh;
}
@media (max-width: 1000px) {
.wrapper .top-featured-posts {
height: auto;
}
}
Hi. I am wondering how I do a 1-click import with this theme?
I purchased a license on 12/15/17 – fe1ad476-5ef7-45f7-9693-57ce254b7538
Thank you
Hello, allmandy!
To make your website look like demo you just need to import the demo content.
To do this just go to Tools – Import – WordPress – Run Importer and upload the desired xml file with either posts / pages or both.
All the rest options are defaults and set automatically.
The theme is very easy to use and does not have any frameworks, composers or builders inside of it so it’s very easy to fill with the custom content.
If you need any more help feel free to contact me at support@major-themes.com
Hello. I have a couple of questions:
1. Because I have only one footer widget, is there a way to get the links to appear horizontally instead of vertically? 2. How can I center the copyright text that appears in the footer?
Thanks for your help.
—Todd
Hey, Todd!
In the next version (coming out after 25th of December) I will introduce the option to add the horizontal menu in footer – not the widget, but just a horizontal menu and also option to auto-center the footer text if no links to social networks are added.
I will notify you when the update will be available.
Hi,
I’d like to add links to my Privacy Policy and Terms of Service on my site and links to Facebook and Instagram in the footer. What’s the best way to do that?
Thanks for your help!
Todd
Hey, Todd!
The best way to add links to custom pages in footer is to create additional menu in Apperance – Menus, put the links on pages (if you created them previously) Privacy Policy and Terms of Service and any other pages or links, name the menu “Footer Menu” for example.
Next – go to Appearance – Widgets and move the widget “Navigation Menu” to “Footer” area, name the widget, for example “Navigation” and select previously created menu “Footer Menu” and click “Save”.
For the best experience you should have 2-4 widgets in footer area.
To create links to Facebook and Instagram just go to Appearance – Customize – Social Networks and paste the full url in the correspondent inputs. For example facebook link – https://www.facebook.com/majorthemes
Hope this helps.
Hi, you’ve created a really wonderful theme, thank you so much! I am very happy with it.
First: my main problem is, that I’m relaunching a wordpress blog with 2.500 posts and the “old” site must stay online during the relaunch process (the “old” site, since 2009, was hand coded by me, so there is necessary a lot of addings in the css). This means: a) I work with plugin Theme swichta (works good) and b) It’s not possivle to use customizer. Therefore I’ve to work only with the child theme of norway 6. I’ve long experiences with coding, but there are points where my knowledge ends
For (at the moment) 2 problems I would need your help:
1) in the main navigation (main-nav) the second (!) .sub-menu is not on the same level (height) like the first .sub-menu. .main-nav div>ul>li ul padding-top:0 does not work, I would it prefere at the same height like the first sub-menu.
2) is it possible to display the second .sub-menu in the “toggle”-menu (mobile view)? thank you in advance!
oh sorry, question 2 is obsolet, it works, I didn’t see it….
Hello, johannesreiss!
First of all I’m sorry for the delay answering.
That’s great that you are relaunching your blog and i will definetly help you on every question.
Can you send a screenshot of what exactly wrong with the submenu? You can send it here in comments or at support@major-themes.com
thank you so much, I’ve sent you an email.
“WP Mins To Read” reports wrong estimate. Maybe because of the main language (el_GR). Question. Is there a workaround or an alternative plugin? Or even better, how can I get rid of the “Mins To Read”?
You can disable it completely by turning off the plugin WP Mins To Read.
The minutes to read won’t be visible.
Hello, 69 dollar for the theme; can we have an demo version to test in our site web ?
Hello, InterludePhotographique!
The Envato policy does not allow distributing theme via other means than selling on ThemeForest, unfortunately i can’t give you this theme for “test-drive”.
But I have an option – I can send another theme that has less functionality and other design but is currently not selling on any marketplace. You can contact me at support@major-themes.com with the subject “Free Theme Demo”.
Hi. None of the three “Top Featured Layout” options appear at all. Is there a workaround? My site is http://publicspace.gr.
Hello, kourounis!
Theme was updated this week so you need the latest version to see this options.
Yes, I have updated. Yet, none of the three Top Featured Layout options work on my site. Is this a known misbehaviour because of some plugin? I’m testing all day and can’t find a solution. Please advise 
Please let me clarify: http://publicspace.gr/1.jpg ~Kostas
You can edit the post you want to feature and near the button “Save” mark the “Top Featured”. Add at least three posts so it will look good both in trio or carousel mode.
This should help.
If this won’t help you can send access to WordPress admin panel at support@major-themes.com and i will fix this for you.
Yes it helped. If no article is checked as Top Featured, is there a way for the theme to autoselect the 3 most recent?
Hey, Kostas!
Sometimes clients won’t use the featured articles option at all, so it was designed this way.
The only way is to manually include posts/pages in top featured.
Hello! I’ve just purchased the theme, and it looks great. But—the Instagram feed doesn’t seem to update for some reason. Any idea why? Thank you!
Hey, evanjoblin!
Thank you!
The short answer – You can wait for a while the latest images will appear or use the cache cleaning plugin:
https://wordpress.org/plugins/artiss-transient-cleaner/.
Long explanation.
Sometimes this happens, because the included Instagram plugin is smart – it’s not getting data from Instagram every time the page loads (because this can be over quota limit for a connection and result in your server’s IP ban) but getting it only once every several hours and caches in WordPress database.
Hope this helps!
Awesome, thanks! (I’m still a beginner with all of this.) I uploaded the transient cleaner, cleared everything, and—sure enough—the feed updated. Just curious—is there some setting you’d recommend, or does just having it activated do the trick? Thanks again!
Actually once a day settings should work fine.
I know that this plugin can clear the cache instantly so newest Instagram images will appear on your website so i would personally disable this plugin on my blog, and if i post like supercool image on Instagram i enable this plugin, remove cache and then disable it again… If i post an average image on Instagram i’ll just wait till Instagram widget will clear the cache itself and won’t use this plugin.
I don’t know if it’s right or wrong thing to do, but that’s just my thoughts.
Thanks for the tip! Totally makes sense. Looking forward to building out my site! LOVE this theme.
Great theme guys! Was wondering: is it possible to (sometimes) overrule the Featured Image being shown at the top of a post and keeping the header there instead?
That is, having the header at the top of the page and the Featured Image shown just underneath the post title as per most other themes.
Thanks a lot
Hey, siwillmore!
Thanks!
In the next version coming this week – if you’ve set a header image the featured image will replace header image (cool stuff and personally i like this update very much).
If you want some featured images to be shown under the title of the post theme needs modifications. I can’t guarantee that this option will be available in this week update, but it will be surely added to the next milestone.
If you need this option before December contact me at support@major-themes.com
Thanks for the reply guys. Let me know when the update is ready! Is there also a (quick) way to edit the colour of the dropdown menus within the main nav bar please?
Sorry for the delay, yes there is the way.
The dropdown menu color can be set trough custom CSS styles.
Go to Appearance – Customize – Additional CSS and copy-paste this code there:
header.header .main-nav ul li ul li {
background: #cccccc !important;
}
You can edit the color (#cccccc) and use anything in HEX or RGB formats.
Thanks so much. Sorry one more question – what about changing the colour of the main nav bar itself? Cheers!
The main nav bar can only be the color of a header (or transparent if image set) by design…
It can be changed, but the header has paddings, and the menu line will not look so good and as expected, but you can give it a try, copy-paste the code below to Appearance – Customize – Additional CSS:
header.header.header-main .lines .line:nth-child(3) {
background: #FFAAAA;
}
If you need any more help feel free to contact me anytime!
Great thanks for letting me know 
Hi again just checking on an update for this please: if I want to make the Featured Image for (for example) http://556.273.myftpupload.com/groove-week-44-squarepusher-iambic-9-poetry/ smaller and go under the headline (like a usual WordPress theme’s post) is it possible please? Thanks a lot 
So the update when you set up Header Background Image and it is replaced by Featured Image in post is out. You can set this up in Appearance – Customize – Header – Header Background Image.
If you set your home page header background image the featured posts will not have the large featured image but they will replace the post image in header.
The next update will be at 17th of December and the requested feature will be added.
Thanks for the update about the update
Looking forward to the 17th too! Cheers
Hey, siwillmore!
Great news, the theme is now updated and uploaded at the ThemeForest. You can install the new one.
To use the new option edit the post and check the “Small Image” option:
Thanks for the update guys and sorry for the delay in replying! Will look now, cheers
You’re welcome! Have a great holidays! 
Hi guys, sorry to bother you again. I’ve installed the theme update and used the ‘Small Featured Image’ for this post: http://556.273.myftpupload.com/bro-even-syncopate/ – it has added the Small Featured Image but the full-width image is still there too, just above. How do you remove the full-width image? Thanks
Or how do you stop the post’s Featured Image overriding the site’s header image (seen on the home page)? Thanks
Or how do you stop the post’s Featured Image overriding the site’s header image (seen on the home page)? Thanks
Yes, it’s an issue that will be fixed in the next update.
Approximately the first week of January.
Whoops, I’m sorry, the fixed version is already uploaded at ThemeForest.
In 10-20 minutes it will be approved and you can download it.
Thanks again for the update guys – but now the home page Trio / Carousel / Slideshow has disappeared? I’ve deleted cache and set 3 ‘Top Featured’ articles. Also, is there a way to activate ‘Small Featured Image (Inside Post)’ by default please?
Can you contact me at support@major-themes.com with access to WordPress admin panel i will help you with this issues.
Sure, will do now, thanks
Hi, I am using your theme at http://makingourownway.com/temp/ 1. Is it possible to have the posts in grid format (when viewing on desktop browser) in 3 columns instead of 2? 2.Is it possible to have the featured image on the post page the same width as the boxed content instead of full width? Thanks so much Deb
Hey, Deb!
1. It’s not possible yet, 3 column requires something done with meta tags as it will look very ugly breaking lines. But I will surely consider this in the next update, may be 3 columns without sidebar will look great.
2. Yes, it’s posbile go to Appearance – Customize – Additional CSS and paste the code there:
.singular-featured {
max-width: 1120px;
margin: 0 auto;
}
Don’t forget to click “Save”.
The featured image will be the same width as content + sidebar.
Thank you, I don’t use a sidebar and 3 columns will look much better than 2. Also thank you for the css and the awesome support! Thanks Deb
Hi again, I am sending you an email regarding the 3 columns and also our header image is too small when viewed on a mobile, is there anyway to have a different header background display on a mobile device? Thanks again Deb
Hey, Deb!
To add the 3 columns you can now do the following.
Go to Appearance – Customize – Additional CSS and copy-paste this code there:.blog_layout-grid .content .looper article:not( .sticky ) {
flex-basis: 33%;
}
To add a different header cover on mobile you can do the following
@media (max-width: 700px) {
header.header.header-main {
background-image: url("https://LINKTOIMAGE");
}
}
We can help you with this, just send an email to support@major-themes.com
Thank you Thank you Thank you the mobile header works brilliantly! The three columns work on a browser but it does mess with the mobile version so I will play and see if I can fix it.Thanks again Deb
Hey, Deb!
A little update on columns code:
.blog_layout-grid .content .looper article:not( .sticky ) {
flex-basis: 32%;
}
@media (max-width: 1100px) {
.blog_layout-grid .content .looper article:not( .sticky ) {
flex-basis: 48%;
}
}
This should fix the issue with moboile version!
Hello,
First, thank you! I really like the theme, it is simple and easy to install.
Can you please tell me how to access the Full Width layout for a page/an article? I want to display some of the articles/pages without the right bar…
Thank you
Hey, luliaSt!
It’s only possible to use full-width layout for a page or disable it fully for all articles.
When editing page attributes – you should select page template to Full-width or Default Template – the sidebar will be hidden.
In the next update I will add option you could change the sidebar to visible / hidden for each article.
I have purchase code if need be.
How do I make header images include the parallax style? How do I customize each page to dictate display of header image / size / or leave empty? How do I move pages from displaying centered on desktop to stay pushed right?
Thank you for making an awesome theme!!
Hey, tbalicki!
To add the parallax style to header image add this code to Appearance – Customize – Additional CSS:header.header.header-main {
background-attachment: fixed;
}
Just copy and paste and click “Save”.
You can set up default header/image height in Appearance – Customize – Header – Header Height, but not every page separately, yet. But I will add this option to the next update and notify you when it will be available for download.
To move the page to the right side you can add this code to Appearance – Customize – Additional CSS:body.page .content {
align-items: flex-end;
}
If you want the page to be moved to left side, you can use this code instead
body.page .content {
align-items: flex-start;
}
Copy and paste and click “Save”. This will make all pages (but not posts) move to the right or left side.
If you want the pages to stick fully pushed to left or right side, use the code below:
Left side:body.page .content {
margin-left: 0;
}
Right side:
body.page .content {
margin-right: 0;
}
Hope this helps!
Hello, I noticed that when I use an image for the logo it is not centered at mobile size. It seems to be left aligned. Is there a way to center the logo image?
Hello, afirst!
I am sorry for this issue – seems like it is some bug but it will be fixed in next version coming next week.
As a temporary solution you can add this code to Appearance – Customize – Additional CSS:
header.header.header-main .logo-wrap h1.logo-image img {
margin: 0 auto;
}
Just copy and paste the code there and click “Save”. This should help!
This new layout is basically an entirely different theme than before. Any way to get the old style and layout?
Hey, youngCODE!
Yes, the default theme demo now looks different. Nevertheless, it is possible to customize the theme to look like the old layout.
But if you want the previous version of theme just send me a message at support@major-themes.com and i will send it for you!