747 comments found.
Hi, I’ve a special request from my client, I need to overlapping the logo on the menu like example…is that possible to do. I can pay for extra modifications. thanks!!
Hi there,
Thanks for writing in!
I’ve already seen your ticket in our support forum, I’m working on it and I’ll back to you within next 12 hours.
Best regards, Danny
Hi, I’ve set the nav-bar color to almost black, and the menu li items to white, but in mobile, it looks weird and the background is partly white ( i have also already changed the menu and submenu background colors in customizer)...
1. How do I change the nav bar background to my color and not have the weird white nav bar background behind
2. here is the screenshot: https://ibb.co/jhb1uo
here was the code I used
.nav-bar { background: #1d1d1d !important;}
nav .menu li a {color: white !important; opacity:1!important; }
Hi there,
Thanks for writing in!
To resolve this issue, please add the code below to your Dashboard > Appearances > Customize > Fonts & CSS > Custom CSS:
@media (max-width: 990px) {
.nav-open.nav-bar .module-group, .nav-open.nav-bar, .nav-open.nav-bar .module {background: #1d1d1d; }
.nav-container nav .nav-open .logo-dark {display: none!important;}
.nav-container nav .nav-open .logo-light {display: inline!important;}
.nav-container nav .nav-open .module.widget-wrap.mobile-toggle i {color: #fff!important;}
}
Hope this helps, Danny
Hello, I bought this theme a few months ago and I’m just installing it in my hosting. It is active, however it did not load the 5 necessary pluglins. How should I continue or do? Thank you.
Hi there,
Thanks for writing in!
About this issue, you can try to deactivate all your plugin (once by once, except Visual Composer and TLG Framework) to see if the problem is gone or not.
If the problem persists, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email contact@themelogi.com so we can investigate your case and help you out. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!
Best regards, Danny
Hi, how do I remove the collapsed navigation? I only have 3 items on the menu and I would like them all to show automatically on smaller screens (tablet, mobile) ... here’s a screenshot..ty.. —> https://ibb.co/npHvZo
Hi there,
Thanks for writing in!
To resolve this issue, please add the code below to your Dashboard > Appearances > Customize > Fonts & CSS > Custom CSS:
@media (max-width: 990px) {.subnav {display: block!important;}}
Hope this helps, Danny
Hi, the menu disappeared. What I mean is, in smaller screens, I would like the menu items to appear automatically (no need to click hamburger menu, just show the menu items automatically).
Hi there,
Thanks for your info!
To resolve this issue, please open up the scripts.js file in themes/roneous/assets/js folder,
1, Find the code below (around line 39) :
jQuery(window).resize(function(){ // RESIZE EVENT
tlg_vc_spacer();
tlg_content_heights();
});
... and change it into this:
jQuery(window).resize(function(){ // RESIZE EVENT
if (jQuery(window).width() < 768) {
jQuery('.nav-bar').addClass('nav-open');
jQuery('.module.widget-wrap').addClass('toggle-widget-wrap');
}
tlg_vc_spacer();
tlg_content_heights();
});
2. Find the code below:
jQuery(document).ready(function() { // READY EVENT
"use strict";
... and change it into this:
jQuery(document).ready(function() { // READY EVENT
"use strict";
if (jQuery(window).width() < 768) {
jQuery('.nav-bar').addClass('nav-open');
jQuery('.module.widget-wrap').addClass('toggle-widget-wrap');
}
Then please refresh your site (Ctrl + F5) on your browser so that the script can take effect.
Hope this helps, Danny
hi, can I put google maps in the footer? if so, how? ty
Hi there,
Thanks for writing in!
To add Google maps into standard footer widgets, please make use of a 3rd party plugin such as: https://wordpress.org/plugins/google-maps-widget/
Then you can add it into Footer Column 1/2/3/4 in your Dashboard > Appearances > Widgets.
Hope this helps, Danny
Hello! How can I create my custom header for digital technology? I need to add another short menu next to the trigger icon, also social icons in the middle of the header. Thank you guys!
Hi there,
Thanks for writing in!
You’ll need a little coding knowledge to customize the header layouts of the theme. You can see all of the header layouts files of the theme in “themes/roneous/templates/header” folder. If you want to modify the topbar header only, please look at “inc-top.php” (for normal header layout) & “inc-top-center.php” (for Center header layout) in there.
Also, I recommend you to modify the theme files using child-theme so that your changes won’t be lost on theme updates. You can read more about it here: https://codex.wordpress.org/Child_Themes
Hope this helps, Danny
Hello, How can I edit the Logo Text color, please?
Hi there,
Thanks for writing in!
To resolve this issue, please add the code below to your Dashboard > Appearances > Customize > Fonts & CSS > Custom CSS (you can feel free to modify the color code as you wish) :
h1.logo {color: #fff;}
Hope this helps, Danny
thank you for the great theme and the great support !
Hi there,
You are welcome, we are always happy to help 
For any other questions or issues, feel free to contact me and I will gladly try to help you.
Also if you like our theme and the support, please consider to leave us a review rating for the theme on Themeforest (My account > Downloads), it helps us a lot!
Best regards, Danny
Hello. I would like to use the portfolio categories on menu. Is it possible?
Hi there,
Thanks for writing in!
To add the portfolio categories on menu, please go to your Dashboard > Appearances > Menus, and follow the screenshot here: https://i.imgur.com/tWfecBR.png
Hope this helps, Danny
Hi Danny. There are not those options in my menu dashboard. Have a look at the screenshot here: http://www.barbaraperet.com.br/wp-content/uploads/2018/06/Sem-título-1.png
Hi! Thanks for your info!
About this issue, please make sure you have checked on the “Product categories” in Screen Options as in the screenshot here: https://i.imgur.com/ABA1Qi5.png
Hope this helps, Danny
Hello Danny. It works. Thank you.
You’re welcome 
Hello. I could not install the Revolution Slider plugin. appear this message “Plugin not activated. A higher version of Revolution Slider is needed for this theme. Please update the plugin.”. How can I solve it?
Hi there,
Thanks for writing in!
This is a common WordPress plugin installation issue, please go to your “wp-content/plugins” folder via FTP and manual delete “revslider” folder and try to install the plugin again.
If the problem persists, please share us the admin account of your site via our support email contact@themelogi.com so we can investigate your case and help you out. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!
Hope this helps, Danny
it works. thank you . 
Hi! You’re welcome. I’m glad you sorted it out.
Please feel free to let me know about any other doubt you could have.
Also, if you like our theme and the support, please consider to leave us a review rating for the theme via ThemeForest > Downloads section. It helps us a lot!
Best regards, Danny
How do I use the app example?
Hi there,
Thanks for writing in!
About this issue, please have a look at our FAQs page here (in Question 2) : http://www.themelogi.com/tickets/topic/faq/
Hope this helps, Danny
Hi! I apologize for this ridiculous question. When I make a post it doesn’t show up with the other blog posts that came with the font. Thank you for your help!
Hello again! I am so sorry for my previous question. I meant template, not font. I also didn’t explain that it lists my new post under recent posts on the sidebar but not on the main page.
Hi there,
Thanks for writing in!
About this issue, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email contact@themelogi.com so we can investigate your case and help you out. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!
Best regards, Danny
Hello i have submitted ticket on your support forum (user shankar10090).. could you please have a look at it..thank you.
Hi there,
Thanks for writing in!
We’ve just replied to your topic in the support forum. Please follow it!
Best regards, Danny
Thank you for your fast reply.. but i am still getting error after updating theme..plz have a look at the error… thank you.
Hi! Thanks for your info!
I’ve fixed it for you, please follow your topic in the support forum.
Best regards, Danny
Hi, my question would be this, I need for the portfolio to not crop the featured images when showing the portfolio, i tried CSS but now I’m seeing that it’s using cropped versions of what I upload so it’s useless… if there any way to change this?
Hi there,
Thanks for writing in!
To use original image sizes in portfolio archive pages, please go to your Dashboard > Appearances > Customize > Portfolio, and set the Archives Layout option as “Masonry” layout.
If the problem persists, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email contact@themelogi.com so we can investigate your case and help you out. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!
Best regards, Danny
Hi!, Thank you very much for your support on the portfolio item, it was a great help but now I’ve been having some trouble with the Contact form 7. I don’t know if it has to do with you or directly with the developers of the plugin because I’ve tried other contact form plugins (ninja form, wp form) and non of them work. It simply doesn´t send any email. I don´t know what to do and I also look on the documentation you send me before and it doesn´t say anything, follow the tutorial on the contac form 7 web and still doesn´t work. I would really appreaciate a little light with this, thanks!
Sorry, I already saw what was the problem. You can disregard this message. Have a great day!
Hi! You’re welcome. I’m glad you sorted it out.
Please feel free to let me know about any other doubt you could have.
Also, if you like our theme, please consider to leave us a review rating for the theme via ThemeForest > Downloads section. It helps us a lot!
Best regards, Danny
Hi. There are two problems on the portfolio page that you can see here http://www.chapim.com.br/wp-content/uploads/2018/05/print2.jpg The font client name is smaller than the others. and there is a message “Sorry, but nothing matched your search. Please try again with some different keywords.” bellow the date that I want to take it off. Could you help me on that?
Hi there,
Thanks for writing in!
To resolve this issue, please open up the portfolio page editor, and remove the font-size style of “Client” text.
About the message, this was caused by you’re using a Testimonial element on the right of the portfolio item page, so you’ll need to add your Testimonial content in your Dashboard > Testimonials. Or you can remove Testimonial element in your portfolio page editor.
Here you can see the Testimonial element in portfolio demo page: http://demo.themelogi.com/roneous/portfolio/project-content-builder/ (Testimonial in bottom right of the page)
In case you can’t make it work, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email contact@themelogi.com so we can investigate your case and help you out. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!
Best regards, Danny
Hi Danny. It works, thank you.
You’re welcome 
Hi there. I’m having a problem with the name font size at the team members . I did take a screenshot here http://www.chapim.com.br/wp-content/uploads/2018/05/print.jpg There are some bigger then the others. Could you help me on this?
Hi there,
Thanks for writing in!
To resolve this issue, please add the code below to your Dashboard > Appearances > Customize > Fonts & CSS > Custom CSS:
h4 .xs-text {
font-size: 24px!important;
line-height: 32px;
}
Best regards, Danny
Hi Danny. It didn’t work. is there another way to solve it?
Hi,
I see that the name font size of team member is fine now: http://www.chapim.com.br/index.php/sobrenos/
Could you please check again? Screenshot: https://i.imgur.com/lpT8ra1.png
Best regards, Danny
Hi Danny. Yes it works at “sobre nos” page. But the client font size at portfolio page is still smaller you can check it http://www.chapim.com.br/wp-content/uploads/2018/05/print2.jpg is that the same problem?
Hi! This isn’t the same problem, please open up the portfolio page editor, and remove any custom font style of “Client” text as in the screenshot here: https://i.imgur.com/9YC46n3.png
Hope this helps, Danny
Hi Danny. it worked. Thank you.
hi! i have a question
if i want to change menu font size, color and bold how can i do that?
Hi there,
Thanks for writing in!
You can change the Menu font size in your Dashboard > Appearances > Customize > Fonts & CSS > Menu Font Size
To change menu color, please go to Appearances > Customize > Colors.> Menu & Submenu Color.
To change the menu font weight, please add the code below to your Dashboard > Appearances > Customize > Fonts & CSS > Custom CSS:
nav .menu li a {font-weight: bold;}
Hope this helps, Danny
Is it possible to use this theme on my following sites with single license
http://codeozone.com http://globalastrocloud.com http://ismartanalyst.com http://phpcodium.com http://project8i.com http://seospurt.com http://seospurt.us http://ultimateachievers.in http://webdevapp.infoIs it possible to use this theme on my following sites with single license. Please do let me know. I want it on my websites.
http://codeozone.com http://globalastrocloud.com http://ismartanalyst.com http://phpcodium.com http://project8i.com http://seospurt.com http://seospurt.us http://ultimateachievers.in http://webdevapp.infoHi there,
Thank you so much for using our theme in your projects 
The purchase you made allows you to use our theme on one domain. A single purchase is needed for each site you use the theme.
You may want to have a look at the article here for more details: https://themeforest.net/licenses/standard
Let me know about any other doubt you could have.
Thanks a lot! : )
Danny
Hi
In this page http://www.lindstedtsadvokatbyra.se/wordpress/ under the teammember section I want to take away the dark hooverfunction when you put the cursor over the image. How do I do that?
/Regards
Hi there,
Thanks for writing in!
To resolve this issue, please add the code below to your Dashboard > Appearances > Customize > Fonts & CSS > Custom CSS:
[id*=team-] .inner-title.hover-reveal:hover:before {opacity: 0;}
Hope this helps, Danny
Hi
Its still not working. Can you do it in another way maybe? 
/Regards
Hi! Thanks for your info!
Please try the code below:
.inner-title.hover-reveal:before {
opacity: 0!important;
}
If the problem persists, please share us the admin account of your site to email contact@themelogi.com so we can help you out.
Best regards, Danny
Thanks! You guys solved it very quick and with perfect result. As Always 
I will never ever use another theme 
/Regards
Hi there,
Thank you so much for using our theme in your projects! It’s very appreciated 
If you have any further questions you are always welcome to contact us back anytime you need.
Best regards,
Danny
hi! i have a question
suddenly it doesn’t work featured image on team member… even i uploaded image
what happen?
Hi there,
Thanks for writing in!
About this issue, you can try to deactivate all your plugin (once by once, except Visual Composer and TLG Framework) to see if the problem is gone or not.
If the problem persists, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email contact@themelogi.com so we can investigate your case and help you out. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!
Best regards, Danny