866 comments found.
Hi, How are you?
I have the NEUE1.3.0 and want to know if you will upload the version?
Thank you very much!
Best regards,
Nico Igot
Hi 
The latest version is 1.8.7. You can download from themeforest download page and see an instruction for update theme at topic ‘How To Update The Theme’ on this page http://envirra.com/themes/neue/document/
Hi there, was wondering if there is a setting somewhere that I missed in order to have the word “Search” appear next to or instead of the search icon in the menu. I could not see anything in theme options.
The site is using the the ‘Neue Magazine’ layout, as shown on http://envirra.com/themes/?theme=neue
If this is not a custom setting, is there any common css that could be added? (not requesting customization) Or is it better to find a 3rd party plugin?
thank you so much in advance
-duplicate post
Oh and the only reason I am asking, is that the users of the site are not noticing the search feature as it is very subtle. They seem to not realise it means “search” and they should click there, so I was hoping adding the words “search here -”> or something will alert them. thanks again
-duplicate post
Hi 
There is no option to show a text after search icon. But you can modify this file ‘themes\neue\inc\template-tags.php’ and find the icon code as below
<i class="icon-entypo-search" />
Then append your text after the code.
Fantastic, thanks I found it, added a line of code directly after the code you provided, and it creates a very nice visible SEARCH text that draws attention to the icon, in the white space under the icon. Thanks so much for the answer. I used
<p style="color:black;">SEARCH</p>"
Hi! Im having trouble to use the THRIVE LEADS PLUGIN. It doesnt work properly and im receiving a lot of js errors. You can see in here: https://www.screencast.com/t/pJHPx26f19
Any solution?
Hi 
I see the most of errors was generated by mailchimp (embed.js) and seems not related with theme.
Please contact the plugin developer for this issue.
For your information. The Excerpt Length does not show the first words of a post, but the last. I have the plugin “SEO Yoast”. Can not automatically take the meta description of this plugin? Would be easier, since you already have a short extract. Otherwise the question. Can you disable Excerpt also in the post-shortcode?
Hi 
Do you mean an excerpt in meta tag?
If i’m misunderstood, Please give me an example and url. Thanks.
Under “Theme Options” – “Blog / Archive” – “Excerpt Length”, you can enter the length in “The number of first words to be shown when the custom excerpt is not provided”. The function I find very good. If I enter the value “50”, there is an excerpt for the POST shortcodes (layout = “article-1-col”) under the title. However, the automatic move does not show the beginning of the blog article, but the end. And that is stupid, because at the end mostly bye or so stands. Do you understand what I mean? I would like this automatic excerpt to be displayed correctly (ie, the first words), deactivate, or if it is possible to take the text as an excerpt, which I have given Seo Yoast as “Snippet = Meta description”.
Hi 
In fact, The automatic excerpt is performed by wordpress. The neue theme is only send the option to wordpress.
Also, The meta description of Yoast is using for search engine, not for excerpt. Theme will show a text from excerpt only.
BTW, I’ve checked neue theme with Yoast plugin but not found the problem. The excerpt is shown correctly (n-words of beginning ). Please try disable all plugins (except theme’s plugin) and check again.
Is theme is compatible with WordPress 4.7 Shall i update my wp install ?
Hi 
Yes.
Is Neue compatible with Visual Composer?
Hi, Thanks for interesting 
Visual Composer is not compatible with current version.
Hello,
I would like to hide from the mobile version the Ads of the header and content from the middle of my home page. it would be possible?
The goal is to make the mobile page cleaner and faster when loading.
I tried some plugins that hid the ads but left the space where they stayed, so it was not interesting.
Thank you for your help.
www.distrarindo.com.br
Hi 
You can use a custom CSS. Please copy a custom css from the below
@media (max-width: 479px) {
.vw-header-ads-wrapper, .vwspc-section-custom-section:nth-child( 3 ) {
display: none !important;
}
}
Then navigate to ‘Theme Options > Custom CSS/JS’ and paste into ‘Custom CSS’ option.
Thanks a lot for the help! 
Hi again. Quick one. Could you tell me how to add some code to the header.php file? Thanks
Hi 
What code you need to insert?
BTW, Just open this file themes\presso\header.php and insert.
Hi. I’m interested in your wordpress theme. But I have a question: if I buy this theme (Neue), can I use it on once web site or on several?
Hi 
Thanks for interesting. Due to ThemeForest’s Regular License agreement The single purchase is for single end product.
Hello, I’m trying to remove the banner ad displaying on one of my post categories – see this page: http://www.lolathepitty.com/category/dog-recipes/. I’ve looked everywhere and can’t seem to find where the code is inserted to display this banner ad. Thank you! Great theme…
Hi 
Please go to ‘Posts > Categories’, There is an option ‘Category Top Content’ in each category edit page. Just delete a content in this option.
Thank you, however, the “Category Top Content” is blank when I navigate to Posts > Categories. Each category shows nothing in the top content box
. I have screenshots I can send to you if needed.
OK, Please send me an admin account and login url by using contact form on my profile page. I will have a look into it 
Thank you! Sending now!
Hi I have just renewed my support licence. Apologies its taken so long.
Today when uploading photos they are not showing on the posts. Featured images are not working either unfortunately. In the edit mode the photos will upload and you can see them but when published they just appear as the file name with no image? Anyone else reported this?
Hi 
Please send the below information by using contact form on my profile page. I will have a look into it.
- Admin account - Login url - Url of the post
All sorted. Jet pack problem. Thanks
Just a question. Is there any chance to change the category color – without delete the category and make a new one? Lot of work after this to reassign the category (the deleted category will change to default)
Hi 
Please install this plugin and try again https://wordpress.org/plugins/advanced-custom-fields/
Hi! I have two questions for you. Im trying to make the mobile experience more focused on content. To doing that i would like to: .- Dont show de navigation menu and the search bar (or move it to the bottom of the page) in each blog post. .- Dont show the category in each blog post.
Question 2 is Solved! Please tell me how to disable the menu on mobile. Also, is it possible to reduce the space between the featured image and the text?
Hi 
You can use a custom CSS. Please copy a custom css from the below
@media (max-width: 767px) {
.vw-menu-mobile-wrapper { display: none !important; }
}
Then navigate to ‘Theme Options > Custom CSS/JS’ and paste into ‘Custom CSS’ option.
Thanks! It worked perfect! Can you help me with some code to reduce the blank space between the featured image and the text
Hi 
Please use the below css
..vw-post-box-style-top-thumbnail .vw-post-box-thumbnail {
margin-bottom: 3px; /* reduce the space here */
Hi, thanks for that, but this code changes de space in the homepage and i was refering to the space between the featured image and the text of each article/post
Sorry, Please use this css instead
body.single .vw-embeded-media, body.single .vw-featured-image {
margin-bottom: 25px; /* change this value for regular post */
}
Hi, have a problem with a plugin button (tinymce templates) the button is visible and on press the gray overlay comes up but there is no dialog.
It is ok with other templates but here i think the Redux Framework makes the button link wrong OR ignore to change its code. Can that be ?
any suggestions please ?
Hi 
Please make sure you’re using the latest version (v1.8.6) or disable all plugins (except theme’s plugins) and check again.
If the problem still persists, Please send me an admin account and login url by using contact form on my profile page. I will have a look into it. Thanks.
Hi! Thanks for your reply. So is it easy to include a rotating image/ad like the one on my homepage: www.mytunbridgewells.com using the Simple Page Composer? I can’t really see instructions on how to do it?
Hi 
This theme has no function about displaying rotate ads. You need to use the third-party plugin for this function. If the plugin has a shortcode, Just place the plugin shortcode into the Custom Content section of Page Composer like this http://i.imgur.com/1BnAjlF.png
Hi! I am intersted in buying the Neue theme but just have a couple of questions:
1. I normally have a 728×300 pixel ad just under my header. I use Visual Composer to insert this as a carousel image. Am I going to be able to do that with this theme?
2. Am I able to make the 728×90 ad in the header rotatable? e.g. Can I have three different rotations on it, linking to three different website?
Thanks, Clare
Hi, Thanks for interesting 
1. I’m not sure. Do you have an example? (screen capture or url).
2. There is only one place for header ads which can’t be rotation by default. BTW, You can place a shortcode of third-party plugin that support ad rotation. Here is an example https://th.wordpress.org/plugins/advanced-ads/ or https://th.wordpress.org/plugins/adrotate/
Hi! The ad I would like to include underneath the header (or underneath the block which has the three images which link to blog posts) can be found here:
www.mytunbridgewells.com
It is the rotating ad with three rotations. I normally upload it using Visual Composer as an Image Carousel…
Thanks! Clare
Hi,
You can use the Visual Composer to create a custom homepage under this theme but this theme doesn’t integrated with this plugin. So theme’s elements can’t be displayed on the page.
BTW, It would be great if using a built-in Simple Page Composer (but it may not fit your requirement). You can see a documentation for simple page composer at http://envirra.com/themes/neue/document/ or see some screen capture here https://themeforest.net/item/neue-smart-modern-magazine-theme/screenshots/7951727?ref=envirra
Hey,
I just wanted to inform.
I have the plugin “WordPress SEO by Yoast” and there was probably an update. Judging by posts and categories you can create new categories and there also the additional Options (Category Thumbnail, Category Color, Background Image, Category Blog Layout, .....) from NEUE Theme display. If you want to edit this and go for it on “edit”, these fields are no longer displayed. One can only change default values of WordPress and the including fields of the plugin “WordPress SEO Yoast”. The additional Category-Options from NEUE Theme will not be displayed. So you can not change the Category options from New Theme.
Hi 
Thanks for let me know. It will be fixed in next update.
To workaround, Please install this plugin https://wordpress.org/plugins/advanced-custom-fields/
Perfect. Is working. Could you add something in the next update too. When I insert a post category in the menu, the menu is indeed the Category Color. If I install some very unfavorable overview page for the category, then I can specify the page no Category Color. I would like to assign a color pages, so that the color will then appear in the menu. Can one so installing a possibility? Alternatively, it might be easier if you in a menu color could indicate directly.
Otherwise I have always displayed the category and because the menu had nice colors. Now I have a page as a main category and the category as a subcategory, and now no more different colors are displayed. Only one link has a different color. Total shame.
You can use a custom CSS to make the specific menu has a unique color. Please copy a custom css from the below
.vw-menu-location-main .main-menu-item:nth-child( 3 ):hover { /* The number 3 is an order of menu to be changed the color */
background-color: #ff7700 !important; /* change color here*/
}
Then navigate to ‘Theme Options > Custom CSS/JS’ and paste into ‘Custom CSS’ option.
Ah, Thanks. Goes Sub Menu too?
Please use this css
.vw-menu-location-main .main-menu-item:nth-child( 3 ) .menu-item-depth-1:nth-child( 2 ) :hover { /* The number 3 is an order of menu to be changed the color , The number 2 is an order of sub menu */
background-color: #ff7700 !important; /* change color here*/
}
Love the theme as you know. I have been trying to change to the Full Width Featured Image blog post layout but as the dimensions are differnt to the classic layout a lot of photos have heads missing. Align to top does not solve unfortunately. Is these CSS code you can tell me to increase the height of the full width featured image?
Hi 
Please try this css
.vw-page-title-wrapper.vw-has-background .vw-page-title-box {
padding-top: 300px; /* adjust height here */
}
P.S. Your support subscription was expired. You can purchase an extended support at theme item page on ThemeForest.
Have paid now. Apologies for delay.
Thanks 
Are updates for new features for this theme coming or is it final?
Hi 
The next planned update is just an improvement. New features is under consideration.
This theme is one of your best but it needs a new things. 1) Author Listing page 2) Paralax images 3) Stick menu 4) More stories slid popup