53 comments found.
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.
Hi, I just bought the theme last week and I have installed Polylang yesterday. Since then all my Menu is not working anymore and it doesn’t show the 2 flags for the language options on the menu at all. Is the theme compatible with Polylang? What can I do to have another language added to the bar menu? Thanks
Hello,
I’ve just tested this theme with Polylang plugin and I did not find any problems with the menu. Language switch works correctly. Please read the tutorial https://polylang.pro/doc/create-menus/
Thanks
Thanks a lot, I managed to get it all working following those instructions. Much appreciated
Hi, I can’t edit a custom sidebar, can you please clarify?
Just saw the previous comment that these theme does not support sidebars. I would love to have Instagram feed with few pics on a side, it will look completely wrong in the footer, wht do you suggest? thanks
Hello,
Unfortunately, this theme does not support sidebar and I do not have a simple way to solve this problem.Widgets can only be added to the footer site. Initially, the theme was designed without a sidebar and to add a sidebar you will need to make big changes in the theme code (such as changing the structure of the page and the blocks of the central part).
Thanks
Hi there,
I like this template a lot. But I have some questions about this template before to buy it.
Is this template ready for?: 1.- Affiliate marketing (like Amazon links). 2.- AdSense. 3.- WPML. 4.- Revolution Slider. 5.- GDPR. 6.- WooCommerce.
Waiting for your response.
Thank you.
Patrick
Hello,
1,2 I think this feature requires the installation of additional plugins.
3. Ready
4. I have not tested this theme with this plugin.
5. Ready
6. Partially. The theme has no style sheet for this plugin, so will be displayed standard WooCommerce styles.
Thanks
I will contact u via email missed your last comment
There is a issue when on a post you can’t add media. The media window will not pop up
Is there a way to insert search on the top of this theme?
Hello,
The theme does not have this feature, you can add a search to the footer of the site. Perhaps in future updates we will add search to the header.
Thanks
Hi! Forgive me if this a stupid question, but I just was reading through the email that notified me of the update to the theme. if I update it, will I lose all the changes I have made? How should I go about updating it, normally or as a child? I tried to update it as child and it says it already exists.
My apologies, but I am not 100% familiar with the process. Is the update necessary? What would the ramifications if I didn’t update it?
Thanks
Hello!
You must update only the parent theme. If you did not make any changes in the code of the parent theme then you will not lose anything. Never update the child theme and you will not lose your changes.
Thanks
Heys,
Nice looking theme! Quick question:
Can I place video on homepage banner area? Is there a drag and drop feature to customise?
Cheers!
Kevin
Hello!
This theme does not support this feature. You can add only images to the site header. Perhaps in future updates we will add this feature.
Thanks
What font You used in logo “Universe” on demo site?
Hello!
It’s the Rowo font. You can download Rowo font on this page https://www.behance.net/gallery/48674035/ROWO-FREE-FONT
Thanks
Hello, I am trying to update the title of my site and I can’t seem to get the font the way i would like it. I have attempted to update the CSS file, but ideally I would like it to appear the same way your preview does, where it says “universe” in white cursive, but with my name. The site is brandonbecomes.com . Any insight you could provide would be greatly appreciated.
Hello!
It’s a logo image. You just need to download the Rowo Typerafce font, create logo with your text in the photo editor (with a transparent background in PNG format) and upload this logo in the Theme Customizer (WP Admin -> Appearance -> Customize -> Logo)
Thanks
Hello, I installed this theme today and I have a large white bar appearing on all pages (besides Home) where the site title should be. Why isn’t the site title appearing?
Hi, this is a very nice theme and I am tempted to buy it. Just a few questions though: 1) Is it possible to use a different header image on each page? 2) Is the featured image shown in the header, or is it a separate image? 3) Is it possible to make the header image less tall (as it currently takes up about half the screen, which means a lot of scrolling) 4) Is it possible to insert a Jetpack image galery with images from the media library into a page or post? Many thanks!
Hello!
1. Yes, you can set the header image for posts and pages.
2. Header Image and Featured Image are different blocks.
3. Yes, but you need to add some CSS code.
4. Yes, the theme is compatible with the Jetpack.
Thanks
Hi Nordstudio, thanks for getting back. Good to know that it’s possible!
I would love to see a whatsapp and telegram share buttons in future updates. 
The instagram plugin on the theme doesn’t update when I make new posts on Instagram
It’s a cache (for faster loading). Instagram widget is updated once per hour.
It doesn’t update since a photo that I posted on may. I’ve tried to remove and add again but It didn’t worked
This theme will have disqus integration? Because if I try to use the plugin, it breaks the layout.
Hello!
What plugin are you using? I will check it.
Thanks
I’m using the official Disqus plugin. (https://br.wordpress.org/plugins/disqus-comment-system/)
http://imgur.com/a/D00ScHello!
Go to Wordpress Admin -> Appearance -> Customize. Open the Additional CSS tab. Enter this code:
#disqus_thread {
background-color: #fff;
padding: 9%;
border-top: 1px solid #f3f3f3;
}
Click Save & Publish
Thanks
It worked! Thank you -
Hiya,
I notice this theme has disabled sidebar widgets. I’d like to add my subscribe button and archives to the side as opposed to a footer. Is there a part of the code I need to delete? Or a code I need to add?
Please use very VERY simple language and guidance if possible, I’m a bit of an idiot when it comes to code!
Thank you! Josie
Hello!
This theme doesn’t support the sidebar. Maybe you want to add subscribe form to the header of site (under the social buttons)?
Thanks
Yes that’ll do nicely, is there a way to do that? Maybe through wordpress widgets? Or is there a code I need to add?
Have you installed and activated the “MailChimp for WordPress” plugin?
I have yes, is it just a matter of building a form and inserting that code somewhere?
Hello!
Go to Wordpress Admin -> Appearance -> Customize. Open the Additional CSS tab. Enter this code:
.site-header .mc4wp-form {
margin-top: 2rem;
}
.site-header input:focus {
background-color: #fff
}
Click Save&Publish.
Then go to Wordpress Admin -> Appearance -> Editor. On the right side click Theme Header. After string with <?php the_universe_social_profiles(); ?> insert this code:
<?php echo do_shortcode('[mc4wp_form]'); ?>
Click Update File button.
Then go to Wordpress Admin -> MailChimp For WP -> Forms. Remove all p tags and click Save Changes.
Thanks
HI Nordstudio, I need to disable the social media share buttons under my blog posts. I’ve found the setup in the menu, but the buttons still appear. Can you help? Thanks! – sorry, Ive found the solution. Hidden in jetpack
Hi NordStudio, i want to add a custom URL next to my social media buttons in my header, how can i get into the code? i cant finde the
Hello!
You need edit the header.php file. Put the HTML code of your link after <?php the_universe_social_profiles(); ?>
Thanks
Hi, your template “Universe” looks great! I (Wordpress-Beginner) have 2 questions: Can I customize the footer? And how would a standard post without photo look like? Thanks a lot, Pola
PS: The Template “Nord” does not contain a footer (except the copyright), correct? I like that as well very much. Is the logo customizable?
Hello!
Yes, you can customize the footer in the admin panel. Footer has three columns and you can add different widgets.
You can upload the logo and change its size in the theme Customizer.
http://nordthemes.com/the-universe/style-guide/Thanks
great, thank you!
sorry, last question is solved
Looks amazing!!
Hello. I have one question regarding header/featured images (the ones in the top of each blogpost in the main page). I don’t want them to be cropped when resizing. Can they keep their weird ratios like 16:9 when chosen? Is there a way to fix that in php code? (I’m a developer, just don’t have time to investigate the source code + I have a paid support anyway). I looked into functions.php file and a place where you register different images styles with passing $crop parameter for different types of styles. Is it the right place? Thanks
Hello!
Yes, you need edit the functions.php file in the string 53.
Thanks