Discussion on Nanosoft - WP Theme for IT Solutions and Services Company

Discussion on Nanosoft - WP Theme for IT Solutions and Services Company

Cart 3,242 sales
Recently Updated
Well Documented

linethemes supports this item

Supported

641 comments found.

Very nice theme. I want to change current menu style of sub menu into vertical style in demo 2 version. Please help me.

Hello! Please go to Appearance -> Menus

1. Click Screen Options and check-in CSS Class https://prnt.sc/lquxs8

2. Add class “style1” : http://prntscr.com/nq5uo2

Regards, LineThemes

Its not working. i have did as per the instructions. I want to make it Vertical Drop down menu.

Hello! Please create a ticket at http://linethemes.ticksy.com Our support staff will help you to resolve.

Regards, LineThemes.

can we add mega menu in latest theme three.

Hello! I haven’t tried add mega menu yet, i think it will be broken and need to customize the css

Regards, LineThemes.

Hello,

When I scroll down a page, services menu hides behind main menu. how can I fix this?

Hello!

Please go to Appearance -> Fixed Widget Options -> and set up like this image http://prntscr.com/n19013

Regards, LineThemes.

Hi there,

Will you be releasing an update soon?

nanosoft/woocommerce/single-product/product-image.php version 3.3.2 is out of date. The core version is 3.5.1 nanosoft/woocommerce/single-product/product-thumbnails.php version 3.3.2 is out of date. The core version is 3.5.1

I am getting a lot of errors (think the Woocommerce theme templates are out of date).

Thanks

Hello! I will soon release the updated version for WooCommerce

Regards, LineThemes.

Hi. Can you please check my ticket. PRIVATE TICKET #1990456

Hello! Please check your ticket

Regards, LineThemes.

Please check my comment in the ticket.

Hello i open a Private Ticket #2007204. Thanks

Hello! Please check your ticket

Regards, LineThemes.

Hi

The map is not working on my contact page. Is this a plugin that I need to install first?

Kr Jens

Hello! First – You need to register your Google Maps API key follow https://linethemes.ticksy.com//article/7984 after that go to Setting -> Line Shortcodes -> Enter API Key

Regards Linethemes.

Hi, you link is not working!

Kr Jens

Hello! Please create a ticket at http://linethemes.ticksy.com Our support staff will help you to resolve.

Regards, LineThemes.

fav icon

Hello! Please go to Customize -> Site Identity -> At here you can upload fav icon

Regards Linethemes.

nanosoft html templent avaiable ?

Hello! Unfortunately, the HTML version is not available at this time

Regards, LineThemes

Hi There seems a small bug in the menu, when you have a longer “text”, it will not align in the center of the box (Doesnt matter if with image or not). See https://carlotti.ch/menu.png

Any fix for this?

Thanks

Hello! Please go to Customize -> Additional CSS copy and paste below code:
.site-header-classic .navigator .menu-primary li.style1 > .sub-menu > li,.site-header-sticky .navigator .menu-primary li.style1 > .sub-menu > li{
    width: 170px;
}

Regards, LineThemes.

Thanks for your replay. would it be possible to set the width “flexible”? So the boxes will adjust to the content-length?

We would like to implement the drop-down arrow on menu items with the “default” list-style. How can we add this to a custom style like “custom-menu-arrow” while not using “style1” dropdown or “click” style.

https://carlotti.ch/menu2.png

Thanks in advance.

Hello! Please tr use below code:
.site-header-classic .navigator .menu-primary li.style1 > .sub-menu > li,.site-header-sticky .navigator .menu-primary li.style1 > .sub-menu > li {
    width: auto;
}
.site-header-classic .navigator .menu-primary li.style1 > .sub-menu > li > a,.site-header-sticky .navigator .menu-primary li.style1 > .sub-menu > li > a {
    white-space: nowrap;
}
.site-header-classic .navigator .menu-primary > li > a,
.site-header-sticky .navigator .menu-primary > li > a {
    display: inline-block;
    position: relative;
}
.menu-primary li > a:after, .menu-primary li > a:before {
    content: '';
    position: absolute;
    top: 50%;
    border-top: 1px solid;
    display: inline-block;
    height: 0;
    width: 8px;
    margin-top: -1px;
    right: -20px;
    opacity: 0.7;
}
.menu-primary li > a:before {
    right: -15px;
    transform: rotate(45deg);
}
.menu-primary li > a:after {
    transform: rotate(-45deg);
}
.menu-primary li .sub-menu li > a:before {
    right: 25px;
    margin-top: -3px
}
.menu-primary li .sub-menu li > a:after {
    right: 25px;
    margin-top: 2px;
}
.menu-primary li:not(.menu-item-has-children) a:after,
.menu-primary li:not(.menu-item-has-children) a:before,
.menu-primary li.mega .sub-menu a:after,
.menu-primary li.mega .sub-menu a:before {
    display: none;
}

Regards, LineThemes.

How do I get rid of ”<style id=’nanosoft-inline-css’ type=’text/css’>” All those inline css styles or change them? Its annoying because they should be at a place where we could change the default.

Hello,

We’re sorry about the inconvenience you’ve got with our theme. Actually, the inline CSS you’ve seen is auto-generated based on the theme options. We cannot remove it at this moment, but we still going forward to find a way to optimize it.

Regards, LineThemes.

Added to ticket system.

Hello! Please check your ticket.

Regards, LineThemes.

Hi. I have submitted a ticket. Can you please update the status. PRIVATE TICKET #1990456

Good job. Thanks.

Please check my ticket. Needed a minor help.

Hello! Please check your ticket.

Regards, LineThemes.

First of all, great theme, I really like it but have a few questions.

1) How do I stop default “Rubik” and “Saliec” fonts from loading because I want to use only single font-face from Typekit.

2) How do I customise the pre-loader – animated GIF?

PRIVATE TICKET #1991816

Hello!

1. Please go to Customize -> Layout & Styles -> Color & Typography -> There are more than 900 fonts from google you can use. (We do not provide fonts from typekit) https://prnt.sc/nj1moz

2. Please go to Customize -> Additional CSS copy and paste below code:
body:not(.is-loaded):after {
    background-color: transparent;
}
body:after {
    background:url("https://loading.io/assets/img/hourglass.svg") no-repeat center;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 0;
    animation:none;
    border-radius: 0;
    transform: translateX(-50%) translateY(-50%);
}
* change your photo at this code:
https://loading.io/assets/img/hourglass.svg

Regards, LineThemes.

Hi,

Before and after i add an API Key the map stay blank. Can you help me ?

Thanks,

Raphaël PRIVATE TICKET #1991475

Hello! We’re sorry about late reply!

Please check your ticket and provide for us your admin login info to check.

Regards, LineThemes.

I can’t find where to edit the top most header contact phone number and email.. can anyone help ?

Hello! Please go to Customize -> Header & Footer Builder -> TopBar Settings -> http://prntscr.com/nhgifo

Regards, LineThemes.

Hello, Can you please advise on how to insert “Google Site Tag” in the main page for tracking the website

Hello! You can try using this plugin: https://wordpress.org/plugins/wp-global-site-tag/

Regards, LineThemes.

Is it possible to remove the coloration on the LineThemes Team Member element?

In other words, to simply have images of the team members be plain images, without the colored tint? Perhaps making the tint transparent? Thanks!

Hello! hello, you can do by custom CSS
Please go to Customize -> Additional CSS copy and paste below code:
#site .member .member-image img {
    opacity: 1;
    filter: grayscale(0);
}

Regards, LineThemes

Hi, the pricing tables are not showing up…

Hello! Please install & activate plugin “Easy Pricing Tables by Fatcat Apps” https://wordpress.org/plugins/easy-pricing-tables/

Regards, LineThemes

Hi guys, a quick question. Can the submenu (which follows you down the page in example 1) be used on example 2 as well?

Thank you! :)

Hello! Yes you can use it that way

Regards, LineThemes

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey