Discussion on NAMO - Creative Multi-Purpose HTML5 Theme

Discussion on NAMO - Creative Multi-Purpose HTML5 Theme

Cart 251 sales
Well Documented

max-themes supports this item

Supported

This author's response time can be up to 5 business days.

65 comments found.

Where can we find testimonial slider speed? need to increase seconds between each. Thanks for the excellent support @max-themes

go to script.js scroll down to line 634 u will se this:
            /********************************
                Testimonial Slider 
            ********************************/
            if (jQuery('.flexslider.testimonial-flex-slider').length > 0) {
                jQuery('.flexslider.testimonial-flex-slider').each(function () {
                    jQuery(this).flexslider({
                        animation : 'slide',
                        slideshow : true,
                        controlNav : true,
                        smoothHeight : true,
                        directionNav: false,
                        start: function (slider) {
                            if((jQuery('.flex-direction-nav li a,.flex-control-nav li a').length > 0) && jQuery('.flexslider img')) {
                                BackgroundCheck.init({
                                    targets: '.flex-direction-nav li a,.flex-control-nav li a',
                                    images: '.flexslider img'
                                });
                            }
                        },
                        after: function (slider) {
                            if((jQuery('.flex-direction-nav li a,.flex-control-nav li a').length > 0) && jQuery('.flexslider img')) {
                                BackgroundCheck.refresh();
                            }
                        }
                    });
                });
            }
now replace with this:
            /********************************
                Testimonial Slider 
            ********************************/
            if (jQuery('.flexslider.testimonial-flex-slider').length > 0) {
                jQuery('.flexslider.testimonial-flex-slider').each(function () {
                    jQuery(this).flexslider({
                        animation : 'slide',
                        slideshow : true,
                        controlNav : true,
                        slideshowSpeed : 7000,
                        smoothHeight : true,
                        directionNav: false,
                        start: function (slider) {
                            if((jQuery('.flex-direction-nav li a,.flex-control-nav li a').length > 0) && jQuery('.flexslider img')) {
                                BackgroundCheck.init({
                                    targets: '.flex-direction-nav li a,.flex-control-nav li a',
                                    images: '.flexslider img'
                                });
                            }
                        },
                        after: function (slider) {
                            if((jQuery('.flex-direction-nav li a,.flex-control-nav li a').length > 0) && jQuery('.flexslider img')) {
                                BackgroundCheck.refresh();
                            }
                        }
                    });
                });
            }
this ” slideshowSpeed : 7000,” is the speed…thanks and dont forget to rate our theme :D

Hi! I’m facing some issues with the Google Maps API. When I enter latidude/longitude values it is working fine. When ever I enter an address or even only a city, I get the error message “Google Map API Error Please Try Again Later”. Also when I enter both: GPS and address. I hope you can help me solving that? Thanks!

Can I somewhere find/browse the icons/logos that come with Namo?

Cheers

hi,can u pls send me your web link… for icons: We are using 3 font icon kits combined via Fontello.com . The 3 icon kits included in Namo are Entypo, Zocial & Line Icons. Kindly refer to Fontello.com

Anyone who purchases the temple can expect a respectable reply for support… good folks here @NAMO

Can you identify what is causing what looks like maybe 5px padding after slider ?

http://www.oevae.com/RTweddings/index.html#Nearlyweds

Thanks a million!

hi…go to layout.css line 129 replace that code that is there with this one
.one-half.be-column-pad {
    padding: 100px 5% 100px 5%;
}

thanks @max-themes – no change after editing the layout.css – it believe it some error I made when adding the slider - here is the code I used with my tiny brain:

<div class="be-section clearfix" data-headerscheme="background--dark" style="background-color: #f5f5f5;">
                <div class="be-section clearfix" style="padding-top:0px; padding-bottom:0px;">
                    <div class="be-row zero-bottom be-no-space">
                        <div class="one-half column-block be-flex-slider flexslider flex-loading" data-animation="slide" data-auto-slide="yes" data-slide-interval="3000">
                                    <ul class="slides">
                                        <li><img src="upload/KelseyandTom-071115.jpg" alt="" /></li>
                                        <li><img src="upload/JamieandRawley-052415.jpg" alt="" /></li>
                                        <li><img src="upload/RachelandThomas-082715.jpg" alt="" /></li>
                                        <li><img src="upload/NadiaandDavid-042515.jpg" alt="" /></li>
                                        <li><img src="upload/EricaandJulius-042515.jpg" alt="" /></li>
                                    </ul>
                                    <i class="font-icon icon-cog icon-spin" />
                                </div>
                        <div class="one-half column-block be-column-pad" style="">
                            <h5><span style="letter-spacing: 3px;">Nearlyweds </span></h5>
                            <p>
                                As a wedding planner, it has not been all about my couples’ wedding journey but, about the relationship I have built with them during the planning process.   Designing and creating the “Dream Wedding” for my clients’ means listening in detail to their wishes, hopes, dreams, happy memories and personal lifestyles in order to capture the very essence of who they are and make every experience and detail that much more personal to them at their own wedding. 
                            </p>
                            <ul class="custom-list">
                                <li class="custom-list-content"><span class="custom-list-content-inner">Kelsey & Tom | July 11, 2015</span></li>
                                <li class="custom-list-content"><span class="custom-list-content-inner">Jamie & Rawley | May 24, 2015</span></li>
                                <li class="custom-list-content"><span class="custom-list-content-inner">Rache & Thomas | August 27, 2015</span></li>
                                <li class="custom-list-content"><span class="custom-list-content-inner">Nadia & David | April 25, 2015</span></li>
                                <li class="custom-list-content"><span class="custom-list-content-inner">Erica & Julius | April 25, 2015</span></li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>

ok my friend..try this then…

same code same place so like this :

go to layout.css line 129 replace that code that is there with this one

.one-half.be-column-pad {
    padding: 100px 5px 100px 5px;
}

so instead of % u add px..it will gice u a small space between the columns…

Received the following via Google Chrome “Inspect Element”

Google Maps API warning: SensorNotRequired: https://developers.google.com/maps/documentation/javascript/error-messages

Can you shed any insight?

hi my friend..in which page?

Great work and documentation @maxthemes

Is it possible to include drop-down nav with ONE PAGE version?

If so, please provide code / snippet.

Regards

hi, no, the slider buttons are disappearing when goes on mobile, but u can slide the slides with the touch. thank you for the support

The buttons do not disappear when goes on mobile. Where is this code to do this disappearing act? Thank you #max-themes

hi, you can do liek this, go to style.css line 1711 after this code:
@media only screen and (max-width: 767px) { 
add this:
.tparrows {
     display:none !important;
}
this way the arrows will disappear in the mobiles…

Question pre purchase. Hello, it is possible to add local video ? (not vimeo, you tube) – I need to put a local video in the light box and in the background fullscreen( ex: HOME 3) Tanks daniele

hi daniele, unfortunately that is not supported there as we don’t have a jplayer in that section.. i am so sorry :(.... thanks for asking

Dear Max Themes team,

First of all, well done for a very professional and awesome theme (NAMO). I bought this theme recently for a project we are currently working on.

I have a question regarding the layout.css you are using. Do you have any version of this theme that utlises the original bootstrap grid system with the original classes? My team is very comfortable with using the bootstrap classes and conventions (regarding the layout) and it will be really helpful and efficient for us if this theme was using the same classes and structure.

Looking forward to your reply.

Hi Zentar..thank u very much for buying our theme…

unfortunately relating to your question, i am so sorry but this theme is not compatible with bootstrap as we used very different classes for layouts, for example bootstrap has col-md-3 we used .one-third to give the same width for 3 boxes… and to change that needs very big big work, and of course knowledge.. i am so sorry :(...

Regards, Astrit

When I download this theme, It doesn’t download the style.css file. Causing an error in my theme upload. What is the best way to resolve this?

hi..are u trying to upload the theme?... if yes, it cannot be uploaded as this is an HTML theme.. and if u need the style.css i can send it to you..just write me here a.bublaku@gmail.com

Hi Need your help can not get the contact part of the onepage to work on submit. I have only installed on my webserver the onepage directory structure and not the rest of the directories. I have also changed the index.html in the feeds to another name, what is this feed directory and the index page used for? there is a contact.php under the home directory name, that I moved to the onepage and call it with a action in the form submit. I know that you have not intended this do work this way so let me know what to do.

Also it is a shame that one can not resize your text and images when using mobile phones.

Hi Max, please answer my questions from above. I will setup a fresh copy of the demo site and try and resolve the problem that way, please answer my questions? the feed directory has an index.html in it and it is linking a feed to your site, I have taken that out? what does that file do and what is it feeding and linking back to you site? – by not installing the other directories on the site (apart from the onepage) would that create a problem? – the onepage that I am using is very small can I get ride of the woocommerce include files as I am not using them to make the file less heavy? -please let me know if I can take other javascript as well as css files out as well? to make it load faster?

- I would like to change the icons in the services section but can not find where or how you are getting these from (fonts) please let me know? -one last thing, is there any possibility of resizing of text on mobile or ipad as the text on the images is very small and not readable?

As far as FTP access to our site, as our ftp account has access to most of our account we would rather use that as a last resort. once again please answer above questions

Hi Max, please answer my questions from above. I will setup a fresh copy of the demo site and try and resolve the problem that way, please answer my questions? the feed directory has an index.html in it and it is linking a feed to your site, I have taken that out? what does that file do and what is it feeding and linking back to you site? – by not installing the other directories on the site (apart from the onepage) would that create a problem? – the onepage that I am using is very small can I get ride of the woocommerce include files as I am not using them to make the file less heavy? -please let me know if I can take other javascript as well as css files out as well? to make it load faster?

- I would like to change the icons in the services section but can not find where or how you are getting these from (fonts) please let me know? -one last thing, is there any possibility of resizing of text on mobile or ipad as the text on the images is very small and not readable?

As far as FTP access to our site, as our ftp account has access to most of our account we would rather use that as a last resort. once again please answer above questions

farzamfar..i will answer your questions, but i really need to see what happened and why the cform is not working… , i don’t know what is that links my site the demo site, probably is just a gllinch, it has nothing to do with the theme..so if u did remove that, it’s no problem 100%m, u can remove the css and the javascript that doesn’t do anything to your theme… but be careful, do not remove the main ones… the icons that we used there are from font awesome..here’s the link- https://fortawesome.github.io/Font-Awesome/icons/ .

Hi Need your help can not get the contact part of the onepage to work on submit. I have only installed on my webserver the onepage directory structure and not the rest of the directories. I have also changed the index.html in the feeds to another name, what is this feed directory and the index page used for? there is a contact.php under the home directory name, that I moved to the onepage and call it with a action in the form submit. I know that you have not intended this do work this way so let me know what to do.

Also it is a shame that one can not resize your text and images when using mobile phones.

Hello,

Thanks for this great theme ! I develop a website, and I would like change an icon. I saw that the theme use Font Awesome. I try to put “icon-envelope-alt” (http://fortawesome.github.io/Font-Awesome/3.2.1/icon/envelope-alt/), it doesn’t work, why ? Instead of “icon-heart-1”, in “STUNNING DESIGN & GREAT FUNCTIONALITY” section (http://astritbublaku.com/demos/NamoTemplate/home/index.html)

Thank you,

Maxime

hi… i think u have used the wrong code for the font-awesome, u need to use this fa fa-envelope instead of icon-envelope-alt

yes, thank you !

A lot of inline styles, unused classes, no LESS files or SCSS files, the design is great but that’s all. I definitely not recommand this theme, the code comes from another century and looks like a copy / paste of the WP version. Should be renamed “HTML3 theme”, honnestly.

NAmo took me 2 veeks and a half to rebuild it for HTML…so,yes maybe u know how t customize the sites but i don’t think u know the code well… i am not going to speak with u anymore, u gave your opinion and that’s all… u don’t need to confuse others, as i mentioned before… people who bought it, the most of them gave this template a 5 star or 4 star rating, so u are no one to tell those people tha i have fooled them… by/

I said nothing about your coding capabilities. I don’t know anything about the reasons of 4 stars rating, maybe these users don’t expect a modern and clean approach or perhaps they don’t use Grunt, Less, Sass, etc. If the majority is happy with this theme, great! I’m not confusing anybody, just saying that users should take care about the code quality (on the demo website for example, what we unfortunately didn’t done) and maybe ask you about the package content before buying. I’m sure you’re an excellent coder and you’re doing your best to make your customers happy. :-)

if u are not happy with the theme..pls contact with envato help and tell them that we agreed for a refund, and u will get the money back… that’s all i can do for you.

Is it possible to include two revolution sliders on one page? Is there a link to the documentation to the rev slider plugin you used? When I Google Rev Slider I get slider revolution. Thanks for any help you can provide!

hi… yes, rev slider gives u the opportunity to have more than 1 sliders in one page… u just need to take the activation code from the end of the page..for example..u have the index.html slider..then go to home-7.html.. take that slider as well and go in the end of the page(home-7.html) and take activation code there…

Hi, I would like the caption text (onepage version) in the mobile was not so small. How can I do?

Hi, the font size of the captions will change dynamically, but..if u want bigger u can go to style.css line 1762 u will see this line of code :
@media only screen and (min-width: 480px) and (max-width: 767px) {
between this code add this one:
    .tp-caption.only_white_large_prata_bold, .only_white_large_prata_bold {
        font-size: 20px !important;
    }   
u can change the font to whatever u want..just dont remove !important… thanks

Hi, in this way doesn’t work, but if I put the same code in @media (max-width: 480px) { .tp-caption.only_white_large_prata_bold, .only_white_large_prata_bold { font-size: 35px !important; }

Now works! Thanks!

Greaat…do not hesitate for any other question :)

Hello,

i´m looking for a new template for my homepage www.gartenyucca.de I´m using jimdo Are your templates jimdo-compatible?

Thanks for your answer Thomas

hi Thomas, thanks for your interest, i never heard of jimdo platform, but if it requires pure html, u will find it in our template :D

The Photoshop file is not included? :shocked:

Hi Pilotmobile, no it’s not included, i am really sorry.

Hi,

There seems to be a problem with support for BR in the design. When we try to manually force a break (because of content), the theme won’t recognize it. You can re-create the error by adding it to index.html in the following lines: 523 and 525 (example below). Is there a JS preventing this from happening?

<div class="special-heading align-center">
    <h5>We are<br /> Namo</h5>
    <div class="sub-title">
        Designed with passion and coded to perfection, <br />Namo is a stylish responsive wordpress theme, that is packed with tons of features yet is so easy to use .
    </div>
    <hr class="separator style-2" style="background-color:#e8e8e8;border-color:#e8e8e8;color:#e8e8e8;" />
</div>

Hi Doodlecode, no actually we used css for that…u just add this code in style.css in the end of file and br is still working.

br {
    display:block !important;
}
Thanks

having issues with the state dropdown on the checkout page.

Switching to default theme fixes error so I’m assuming its a theme issue – not a 3rd party issue. please help

http://glamourhouseofhair.com
But u have made a question in the HTML Version…pls ask your question here: http://themeforest.net/item/namo-creative-multipurpose-wordpress-theme/7805772

yes i have asked my question there as well, without any reply. I thought the two were somehow connected

i am so sorry for that…we are connected but i am only for html template… u have to wait for the response from brandexponents.. i am sure he will reply u.

Hi,

Is it possible to remove gutters on the multigrid boxed portfolio. So far, I’ve been able to remove the horizontal ones but the vertical gutters are still there.

Any help or advice would be appreciated !

Thank you, Yann

Hi,

why are u not using this one full-width-multigrid-3-column.html and give a class to the be-row section be-wrap… this way u will have a boxed layout without gutter.

regards, Astrit

And… yes ! Works perfectly ! So simple, I didn’t even think of that… Thanks for the quick answers !

Hi, i am glad that it worked :D.. thanks, and dont forget to rate the item with 5 stars if u like it :D..it would be very much appreciated

Does this have support for changing the colours?

Hi, we can help u to change the colors :D

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