50 comments found.
Hello, sorry my English, I am using a translator, I am having problems with the site, I could not show 5 featured posts, as shown in the demo. Can you help me?
Thank you!
Hello santirubio,
To feature posts you should first select the category you want to feature in Appearance > Customize > Content > Top Featured Category
You can additionaly exclude the category posts from main feed and hide the name of featured category (checkboxes below).
This should work, in any case please let me know if this helped 
- Luke
Thank you! can you make it show more than one category? I chose the option of 5 entries, I would like it to show the last ones that were added, regardless of category
Yes, just create extra category for example “Featured”, select it as “Top Featured Category” and add posts to this (Featured) category and all extra categories.
Perfect, you can correct it. I have a few things left and I’m done. 1) Is there any way that the width of the header (not the content) is 100% and I can put a background color? I tried to do it from the code but when I put a color it takes me the whole site!
2) I was able to translate everything with loco translate, but there are 2 sentences that do not appear to me to change, those are “share this” and the one that indicates the number of comments, for example: “4 comments”
3) How can I add the sidebar to the post?
4) How can I change the url “category” to “categoria”?
Thank you very much!!
Hello santirubio,
1. Yes you can use the code below in Appearance > Customize > Additional CSS:
.header-wrap.header-essentials {
max-width: none;
}
.header-main {
background: #eee;
margin-bottom: 50px;
}
.header-wrap:last-of-type {
margin-bottom: 0 !important;
}
Just copy-paste it and click “Publish”.
2. You should translate the plugin “MJR Tools 5” too, the same way as theme translation.
3. In Appearance > Customize > Content> “Show sidebar inside posts”. Checkbox should be marked.
4. It is hard-coded somewhere in WordPress (not related to theme), i will search for a plugin that could do this and if i find one that works i will let you know.
- Luke
Perfect! You can solve everything except the translation, the word comments continues to appear in English.
I would also like to know if there is any way that the home shows me the highlights and below only 4, currently many more are shown.
Thanks again.
finally I would like the header to be fixed when scrolling
1. To change the “comments” line you should go to Apperance > Theme Editor > Comments (comments.php) and edit line #24 you should replace ’% comments’. with ’%s …’. It’s theme issue and will be fixed in next update.
2. Can you give me more details about where the “highlights” are.
Excellent!
Currently the home shows all the posts, I would like to know if I can show only 4.
On the other hand, I would like to know if I can leave the fixed menu when I scroll, it currently appears when I go up, but when I go down it disappears again.
Thank you!
1. You can set number of posts in main feed in Settings > Reading > “Blog pages show at most” > 4 posts
2. In Appearance > Theme Edtior > js > “site.js”
Change the code in lines 403 to 418 to this:
$(window).scroll(function(event) {
var scrolled = $(window).scrollTop();
if(scrolled > aena2_end_header) {
$show_els.addClass('visible');
} else {
$show_els.removeClass('visible');
}
if(scrolled == 0) {
$show_els.removeClass('visible');
}
aena2_lastScrollTop = scrolled;
});
Let me know if this helps 
Perfecto!!! Thanks you =)
You’re welcome, santirubio!
Please let me know if you need help with anything else 
Luke
Is there a way that I only have the red menu but the featured posts remain blank? currently I keep the whole block in red.
Can you send me a screenshot at support@major-themes.com
I need to change the template for this https://themeforest.net/item/newspaper/5489609?gclid=Cj0KCQjw6uT4BRD5ARIsADwJQ19v-hDQmVUdh-imSRN2WIp3YqZCfWaPXn4SpEmVzFhOmu8nGbpN4K8aAkXCEALw_wcB . Is possible?
the price is the same
Hello EETDBlog,
You should contact the Envato market support on this issue.
Link to Envato help center: https://help.market.envato.com/hc/en-us
Ticket can be opened here: https://help.market.envato.com/hc/en-us/requests/new
- Luke
Hi,
I have a question regarding one UX issue.
When the article is open, the number of comments on the page is not visible until you actually click on the button here: http://prntscr.com/t2h9ifIs there any way to show the number of comments on that button? So it will look like this: http://prntscr.com/t2ha4l
If there is no comments on the page, no number should be shown. If there are comments, their number is shown in brackets.
Is there a way to do it?
Hello Eolit,
In WordPress Dashboard > Themes > Theme Editor open file comments.php and after line 12:
esc_html_e('Show comments', 'aena2');
Insert this code:
echo " (".get_comments_number().")";
- Luke
Hello,
Thank you!
I have one more question if you don’t mind. The button “Back to top” doesn’t appear on the mobile viewports – is there any way to add it there?
Please let me know
Hello Eolit,
You can add this code to Appearance > Customize > Additional CSS:
@media (max-width: 823px) {
body button.scrolltop {
display: block !important;
}
}
Click “Publish” and try incognito mode or clear cache of your mobile device.
“Back to top” should be visible.
- Luke
hi, how do i do the following?
- how do i have the subscriber feature in aena homepage side bar?
- what is the optimal px image size for 3 featured categories? the one that appears in aena homepage
- under aena homepage, at the bottom, there are 2 articles under more stories. the image is squarish. how to adjust to landscape? my featured image is 2500×1280 px.
- i would have 2 articles showing, just like aena theme, under continuing reading. mine only shows one article. how to make the image landscape? https://demo.major-themes.com/aena/aena/2019/07/06/ipsum-dolor-sit-amet-consectetur-adipiscing/- under article, there are 3 social media icons for sharing. mine links to a dead link.
thanks!!
Hello onream,
1. You can insert the HTML widget in sidebar (Appearance > Widgets) and copy-paste your subscription system code inside this widget. You can use subscription system like Mailchimp.
2. Optimal size for category featured image is 720×500 px and more. Will look great on retina screens (high dpi).
3. To make bottom featured look more landscape you can use the code below in Appearance > Customize > Additional CSS:
.featured-bottom .grid-item .post-image-cover {
height: 35vh !important;
}
Just in case, you can change the 35vh to 30vh or 40vh, check what looks better.
4. The continue reading is automatically taking next/previous articles from the post list. To add the bottom featured on home page you can select the category in Appearance > Customize > Content > Bottom Featured.
5. Please send me a link to your website at support@major-themes.com i will check what’s causing this.
Just in case you have more questions or follow-ups on current ones you can contact me at email support@major-themes.com
- Luke
thanks luke!
You’re welcome!
Please let me know if you have more questions 
hi luke, please help to make this center aligned and pretty. something like aena.
<label>Sign up for our newsletter to receive the latest updates for free.
<input type=”email” name=”EMAIL” placeholder=”Your email address” required />
</label>
<input type=”submit” value=”Sign up” />
Hello onream,
Please send me code for your subscription service and access to WordPress admin panel at support@major-themes.com
I will help you with this.
- Luke
We tried to install the aena theme that we bought on pavloselenis.com but it doesnt work.
It says its install and active but it never installs.
Hello pavloselenis13,
Seems like the theme is installed and activated on the website you’ve linked. Hope everything is working correctly.
Just in case you need help with installation or customization you can contact me here in comments or at support@major-themes.com
- Luke
Hi
It is possible to have a refund it is really hard to use the theme even with the documentation I cannot have the same as your demo page… Even if I import them
Hello, julienkode!
Please let me help you with the theme installation and customization, send me a message at support@major-themes.com with access to WordPress admin panel and i will make the theme look like demo for you.
In case you don’t want my help with theme installation/customization, here is more info about Envato refunds: https://themeforest.net/page/customer_refund_policy
- Luke
Hey guys, I have a question: How do I remove this reading time counter: http://prntscr.com/sc1zfn?
It is not working properly with Cyrillic localization. Also, I can’t translate it in Loco translate.
Is there any way I can hide or disable it?
I cannot disable it from plugins in WordPress as it seems it is some sort of in-built feature.
Thank you
Hello Eolit,
You can disable it by copy-pasting this code in Appearance > Customize > Additional CSS:
.minutes-read { display: none; !important; }
Hope this helps!
- Luke
Hi Luke,
Thanks for your help! It helped me!
I have one more question for you – I need to add comma between Author name and Date of Publication (here: http://prntscr.com/semxn0). So it should look like this: Author, Oct 12
Is there Additional CSS that might help with this?
Thank you
If i understand you correctly this should work:
.post-meta .post-author .author:after { content: ','; )
It works now, thank you!
Will you please have a look at h2 on mobile version here: http://prntscr.com/sf4ohn.
Looks like the second level heading is not responsive on mobile.
You can use this code to make headings responsive:
@media (max-width: 823px) {
.post-content h1 { font-size: 34px }
.post-content h2 { font-size: 30px }
.post-content h3 { font-size: 26px }
.post-content h4 { font-size: 22px }
.post-content h5 { font-size: 20px }
.post-content h6 { font-size: 18px }
}
Thank you! It works now.
May I ask you another question?
I’ve noticed that the date of article publication is an actual link and it links to the same article.
For example, if there is an article “Article 1” with a date of publication 5th May, the “5th May” text is also an anchor text for the link to “Article 1”. See here: http://prntscr.com/sgfm2n
Also, this link has “rel=bookmark”.
Is there any way to remove that link?
And one more question:
On mobile version, the featured image of articles on the list within one category looks like this now: http://prntscr.com/sggieb
Is there any way to make it looks like featured image within an article? See here: http://prntscr.com/sggipf
Basically, is there a way to make the featured image on a list (within a category) resizable in such a way so the height of the image is proportional to its width (just like on this example https://prnt.sc/sggipf)? Because right now the height is fixed and only width is changing.
Hello Eolit,
The easiest way to do this is to show the actual sizes of images (not cropped)
You can use the code below for this:
@media (max-width: 823px) {
.blog_layout-list .blog-feed article .post-image-wrap .post-image-cover {
display: none !important;
}
.blog_layout-list .blog-feed article .post-image-wrap {
height: auto !important;
}
.blog_layout-list .blog-feed article .post-image-wrap .post-image {
display: block !important;
}
}
Thank you! I’ll try this.
Will you please have a look at my previous message? Here’s the copy:
I’ve noticed that the date of article publication is an actual link and it links to the same article.
For example, if there is an article “Article 1” with a date of publication 5th May, the “5th May” text is also an anchor text for the link to “Article 1”. See here: http://prntscr.com/sgfm2n
Also, this link has “rel=bookmark”.
Is there any way to remove that link?
Without editing the theme files you can use this CSS code:
.content-singular .post-date-min, .content-singular .post-date { pointer-events: none; }
Hi, just purchased theme and currently modifying it. There is lot of glitches. For example, if im in ‘edit’ > ‘content’ and changing the blog layout from grid to masonry, contect stacks in top of eachother and everything is a big mess. Another problem is when i save settings for example sidebar ‘left’ and leave the edit mode to see site live, the settings have not been changed. Any ideas whats happening?
Few other questions:
1) How can i disable the top bar (bar where the social networks logo are on demosite)
2) Can i manually set line-height for sidebar items for example latest posts and archive
3) Can i disable ‘read more’ button in bloglist -> I want to show full content of the short texts in there.
4) Where can one adjust font sizes for post titles and body font?
5) Can u disable the line under the post title?
Hello eljago,
Can you send me a link to your website at support@major-themes.com
I will help you with all the issues.
Luke
Great support! All the questions were answered and problems solved. Thanks again 
You’re welcome, let me know if there is anything else i can help you with! 
Hello. I just installed WordPress from scratch, and your theme (in “aena” configuration). I cannot change the header style: I change it in config panel, but i cannot get the “header two” layout (the one with logo in the middle). what am I missing?
thank you in advance
The theme is beautiful, the problem of changing the header I solved it, but I am convinced that the import of the demo was not successful. The demo home page was not imported correctly, the 3 blocks and other configurations do not come out like the demo! I purchased license, and in import I see myself, media import failed. Can you help me? Also because I liked to reproduce the three category blocks on the home page. Thanks
Hello befaro,
1. You should set style set to “custom” in WordPress customizer to modify the pre-defined settings
2. Unfortunately media files (images) can’t be imported because the license only applies to theme, images are soled separately.
3. To reproduce three category blocks you should create a category, for example “Featured” add posts to this category and go to Appearance > Customize > Content > Top Featured Category, and select the category you’ve created.
I can help you configure everything, just send me a message or let me know if you still have questions at support@major-themes.com
- Luke
Hello,
I just installed the theme and started customizing in Wordpress. All my legacy content looks fine. Only open question: I cannot figure out how to turn the buttons (read more, “by”) into German ones. Is it possible at all?
Hello meerbuschfresh-begi,
Yes it’s possible you can use Loco Translate plugin: https://wordpress.org/plugins/loco-translate/
And here is step-by-step guide on how to use this plugin in documentation: https://major-themes.com/doc/aena.html#4.4
- Luke
Luke, thanks for the quick response and the support. It worked beautifully!
Great, let me know if you will have more questions 
Hello,
I’m currently having issues, i’ve just installed the theme and i’m trying to make changes using the customiser. However when I make the change, it doesn’t save it on leaving the editor?
Hello jcshharvey,
In order to make changes in pre-defined settings in style sets you should first deselect the style set in Appearance > Customize > Style set > Set it to “Custom”.
Let me know if this helps.
- Luke
Hi guys,
I am using the Atlas layout.
When I go on Customize >> Header >> Header layout >> And choose “Three” , the layout doesn’t change and keep showing the “Five” layout. I click on save, refresh, do it again and nothing. Can you help me?
Thank you and have a good one.
Hello mvcpm,
Probably you’ve set the style set that overrides the customized styles. You can select the custom style set or message me at support@major-themes.com with access to WordPress admin panel so i can fix this.
- Luke
Hello, do you post somewhere what’s new and what’s been updated in the latest release? Thank you
Hello konfeta,
I will keep the next version update log in theme description.
- Luke
Thank you! I downloaded the update today, but it didn’t work as supposed to. The website, the design and all customization were broken or lost (errors etc.), I had to restore the backup. Please advise, how should I update the theme? The folder I get is named “aena2.zip”, it’s like another theme, or -?
It’s new version with new design, you can install both of them or use only previous version.
It was made as separate theme so you won’t loose your previous customizations in case you’ll replace it.
Could you please advise how to update the theme without losing previous customizations and settings? I use Aena-child theme. If I overwrite the folder Aena with the newly downloaded one, all settings are lost.
New version does not add any new feature except the Retrowave design:
https://demo.major-themes.com/aena/retrowave/In case you want to use it, you should re-configure the theme. If you want to stay on previous design you don’t need to update.
Hi there, is this template compatible with RSS feed aggregator like these or others? - https://wordpress.org/plugins/wp-rss-aggregator/ - http://rssmixer.com/
Thanks so much!
Hello, daniellebushrow!
Aena theme was not tested with this plugins, but let me know if there will be some issues.
- Luke
I love the theme and I’m considering to buy it. I wanted to ask if you’re planning to add an automated dark mode based on the OS light/dark theme.
Hey, max2348!
Thank you for your interest in Aena theme.
I can’t promise you anything, but i will surely add this request to next update milestone.
- Luke
Thank you! Can you also tell me where I can see the theme’s changelog? So I can keep an eye when this or other features are going to be released
I will keep all future updates in the theme description.
Also i will notify you when the dark mode will be available.
Thank you ☺️
Hello. I just installed WordPress from scratch, and your theme (in “atlas” configuration). I cannot change the header style: I change it in config panel, but i cannot get the “header two” layout (the one with logo in the middle). what am I missing?
thank you in advance d.
Hello, beccoblu!
First of all i want to thank you for purchasing Aena theme and i will happily answer all your questions.
Indeed, when selecting the style set it automatically changes every option to pre-defined. So to make changes to the design you should select “Custom” style set. And after this you’ll be able to customize the design for your needs.
I can set up all options to match the “Atlas” design for you if you wish. Just send me a message at support@major-themes.com
I sincerely apologize for this minor inconvenience and in the future updates this issue will be fixed.
- Luke
Can you tell me why pictures would not show up on pages or blog posts? Do I need to adjust some setting?
Hello, Melissa!
Can you give more details on this issue? Or send me a link to your website at support@major-themes.com
If you’re imported demo content and demo pictures are not showing up, that is because pictures are licensed only to show on demo website and they are not sold together with the theme so they can’t be imported.
- Luke
Hi there. Absolutely love the theme and we’ve been using, but unfortunately we aren’t getting the social media icons to show up. Can you assist as to why it’s just squares instead of the logo icons?
Hey!
Thank you, that’s very nice to hear 
Can you send me a link to your website at support@bekento.space so i can check what’s wrong with social icons.
- Luke
HI,
im trying to change the fonts using customizer. issue is the changes are not getting saved. Changes get lost after i exit the customizer:
Saved https://screencast.com/t/h4kIO20GRIXf Changes lost: https://screencast.com/t/b6eGfhax7XaBHey, raja314!
Sometimes this happens when font you’re about to use does not have the font weight available. You can check all fonts at https://fonts.google.com/
You can set the fonts you want to use in Customizer (that are not working) and send me access to WordPress admin panel at support@bekento.space and i will check what is causing this issue.
- Luke
Hello! Thank you so much for creating this wonderful theme. I am brand new to this and not very good with technical things, however I’m loving it so far. I’ve encountered an issue, at section 1.3 of the documentation. It says “Download “Demo Data” from Marketplace and unzip it, you will see the .xml files” – is this referring to the marketplace on bluehost? If so, I cannot find “demo data” anywhere on this tab. Any help would be appreciated! Many thanks, Maddie
I realise this is probably to do with the note at the start that says “find the .xml demo data in archive.” but I’ve got no idea where to find the archives either
Hello, Maddie!
In ThemeForest Downloads section you can find 2 zip archives – one is just the theme itself, the second is full archive that includes demo data, offline documentation and child theme.
Here is a link: https://themeforest.net/downloads
Hope this helps 
- Luke
Hi Luke, thanks for your help. I have another stupid question to ask, I’m afraid. Whilst editing some things around, I have moved the little section that holds my picture (in a circle) and my bio to the top center of the page, rather than the right hand side lower down on the page where it originated. I’ve got no idea how to move it back, I have had a play around with the widgets but with no avail. Sorry for the lack of technical words, but I hope you understand and can help! Many thanks, Maddie
Hey, Maddie!
Send me access to your website at support@bekento.space and i will help you with this issue 
- Luke