Discussion on Ultron - Responsive One & Multi Page HTML Template

Discussion on Ultron - Responsive One & Multi Page HTML Template

Cart 133 sales
Well Documented

SteelThemes supports this item

Supported

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

59 comments found.

Hi can you please provide an “Installable WordPress file only” version of the download you provide after purchase? I have not been able to install your theme because of this reason. Thank you.

Hi,

Your purchase HTML version not WordPress version. We clearly mentioned in description and title.

Thanks

does it work on WordPress and how can i make it work?

Hi,

There is no WordPress version of the item.

Thanks

Hi There, Thank you for this great template. I am using the fullscreenvideo option on the home page,but it does not load with a mobile device. Even when I try to opent that page from an android smartphone : http://st.ourhtmldemo.com/template/ultron/index-fullscreen-video.html , the video does not play. Any idea how to fix it ? Thank you very much for your assistance. Best regards, Albin.

Hello,

when i upload the web, change the font, its the font included ?

pleas help me

thanks a lot.

Hello again !! and also when do you see the web in the movil phone, the home it´s going to the top automatically and we culden´t see all the works, in the midle of the portafolio go to the top. thanks a lot for your help.

Hi,

Please mail your issues clearly to steelthemeshelp@gmail.com.

Thanks

Hi! In March 2016 (exactly 11 Mar 2016 order no.14b0035e-9cb9-42c0-b857-1655f565f58c) I bought your theme to develop this site: www.thebodenband.com. I didn’t realize that the 3 boxes made with owl carousel (that you can see in the homepage) were not well displayed with smartphones. In fact the carousel displays three posts instead of one notwithstanding the dimensions (as in desktop view… even if you’re watching it with a smartphone). Could you please tell me how fix this bug so that i can put everything right for my website? Thank you in advance! Stefano

Hi, any news? Is the template still supported?

Hi There -

I accidentally purchased this theme, can I get a refund? I purchased the wordpress version. I didn’t mean to get the HTML version.

Thanks!

Hi,

I’d be interested in purchasing this theme but I need the one-page version.

You advertise a one-page version but, although I’ve spent some time looking, I cannot seem to find a demo of this.

Mekong

Hi,

Please check it out here – http://demo.joomlabuff.com/ultron/

Thanks

Wrong version…

Hi,

Sorry, not understand. Give us detail

Thanks

I’m having an issue in both Firefox and Chrome. On the index.html single page the portfolio section initially renders as ‘collapsed’ with each row stacked on top of the previous. If the browser is resized or any of the categories selected then the portfolio expands to show all images. I can’t figure out why this is happening.

dear Author,

i’d like to ask for your help asap in the following issue with one of ultron’s modules. the site i’ve been working on can be seen here: http://jakabmate.hu/box/tundermehes/index.html

the issue concerns the second menu item “termékek”. as i open any of the items, the background of the following parallax section doesn’t move down and it messes up the layout. same issue with the accordion module in “jó tudni” as well.

please help me with this, i could not figure out a solution so far. thank you,

Máté

Hi, Sorry for inconvenience :(

Please send template folder. I am not received yet. send again to iamsteelthemes@gmail.com. We will Fix and Send u ASAP

Thanks

hi, i sent it again, 8:23am, the sender is matejakab. i don’t understand why haven’t received it 2 times already in gmail. never bounced back to me! please help me with this, it is taking way too long.

Thanks for your Patience. Please check your mail and if u need help reply via mail.

Thanks

Hello Sir / Madam,

I have purchased your theme and I have to say thank you. It is really good and usefull theme.

I use HTML5 Video Slider page and I have three problem about your theme.

1- I tried to activate “View More Works” button by using ajax method. But it did not work. Could you please help me to figure it out? Becuase the basic ajax method didn’t work and I tried lots of way to handle it.

2- When I test the website online the portfolio div shown collapse. Here is screenshot image http://imgur.com/QaaXcH6.

3- The last one is mobile menu problem. The mobile menu doesn’t work properly. When I click some link the menu doesn’t disapper and the accordion menu doesnt work.

Best Regards

Merhabalar

Suanda baska bir proje ile ilgileniyoruz, konu ile ilgili sikintinin cozulmesi icin ekip arkadaslarimiza bilgi biraktik en kisa surede donus yapmalarini bekliyoruz. Yanit gelir gelmez size donus yapacagiz.

Merhabalar;

Portfolio kisminda filtre yapti?iniz zaman parallax olan kisimlarin background gorselleri kayiyor. Bununla ilgili geri donus yapacaktiniz.

Buna ek olarak, HTML5 Video Slider page kullaniyorum ve videolar mobilde gorunmuyor. Tum tarayicilarda test ettik fakat hepsinde gorunmuyor.

?yi calismalar.

Merhabalar

Portfolio ve parallax resimleri birbirinden bagimsiz alanlardir. Birbirlerini etkilemeleri mumkun degil. Sizin icin tekrar kontrol edecegim.

HTML5 Videolarin gorunebilmesi icin tum uzantilarini eklemeniz gerekli. Ornek

<source src='videos/video1.mp4' type='video/mp4' />
<source src='videos/video1.webm' type='video/webm' />

mp4 Firefox, webm IE icin sizin ayni zamanda ogv yada ogg olarakta entegre etmeniz gerekli slider a. bu sayede chrome ve safaride gozukmesini saglayabilirsiniz. Internette ucretsiz video donusturuculer var faydasi olacaktir.

yani su sekilde

<source src='videos/video1.mp4' type='video/mp4' />
<source src='videos/video1.webm' type='video/webm' />
<source src='videos/video1.ogv’ type='video/ogv’ />

Hello,

I have a problem I can’t fix. From time to time, my portfolio is squizzed and doesn’t displays good. Any idea how I could make it work? https://infinit.io/_/V2kjB65

Thanks a lot! :)

I’ve post too fast and found the comment of bekethemes, did the change and everything seems to work perfectly :) Thanks!

That’s great :) if u need any help let us know Thanks :)

Hello,

Any class to hide a particular or elements in mobile?

Hi there,

Yes its default bootstrap code. Just use hidden-xs which you want. Example usage;

<div class="yourdiv hidden-xs">

</div>

hidden-lg hidden-md hidden-sm hidden-xs

:)

Regards

Hi, thank you for the update.

How about if I want that particular div to be enlarge when viewing in mobile? As currently, in mobile view, the text and buttons in the header is minimize and not readable.

Hope you can advise.

So,

You should to build your own custom mobile classes. Example usage;

@media (max-width: 768px) {
.yourdiv {
 font-size:14px !important
}
}

the max-width:768px is your referance width size when mobile are small. You should to play with this size for example

@media (max-width: 468px) {
.yourdiv {
 font-size:14px !important
}
}
@media (max-width: 320px) {
.yourdiv {
 font-size:14px !important
}
}

I hope so you got my point.

Hi I found another problem, this time in the portfolio page, but this time I share also the fix!!!

The layout of the masonry portfolio (http://templatevisual.com/demo/ultron/portfolio-masonry-4.html), on Chrome, breaks when reloading the page.

To fix this issue open the file “js/masonry-fullwidth.js”, find this code:

isotope = function () {
    $container.isotope({
        resizable: true,
        itemSelector: '.box',
        layoutMode : 'masonry',
        gutter: 0,
        masonry: {
            columnWidth: colWidth(),
            gutterWidth: 10
        }
    });
};

delete it and use this:

isotope = function () {
    $container.imagesLoaded( function(){    
        $container.isotope({
            resizable: true,
            itemSelector: '.box',
            layoutMode : 'masonry',
            gutter: 0,
            masonry: {
                columnWidth: colWidth(),
                gutterWidth: 10
            }
    });
 });                
};

wow very quickly! Thanks you so much for your help bekethemes!

Hi, i think I’ve found a bug in the Ultron menu (mobile version).

- Samsung S5 landscape orientation - http://templatevisual.com/demo/ultron/index-multipage.html

Opening the menu you’ll see only the first 5 items of the menu. The last three items (shop, contact and social icons) are under the fold and there is no way to scroll.

Thanks for your report. For now we don’t have Samsung S5 mobile phone but I’ll double check what is problem on landscape mode for you.

Thanks again.

I think this is not only a Samsung S5 related bug. The customer I’m developing the website for has warn me about this bug and he own an LG smartphone.

Hi there, i am trying to add(append) items in the portfolio dynamically with jQuery. But the images are keeping the default size.

Is there any way to use isotope or any other function to re-layout the portfolio items?

Thanks you.

if it’s easier for you just make a small example with what you have at the demos on how i can add properly items on the portfolio. With the VIEW MORE WORKS buttons. Because i think anyone who has this theme would like something like that. In the examples

Hello NikSpace here is good source for you.

To fix this issue open the file “js/masonry-fullwidth.js”, find this code:

isotope = function () {
    $container.isotope({
        resizable: true,
        itemSelector: '.box',
        layoutMode : 'masonry',
        gutter: 0,
        masonry: {
            columnWidth: colWidth(),
            gutterWidth: 10
        }
    });
};

delete it and use this:

isotope = function () {
    $container.imagesLoaded( function(){    
        $container.isotope({
            resizable: true,
            itemSelector: '.box',
            layoutMode : 'masonry',
            gutter: 0,
            masonry: {
                columnWidth: colWidth(),
                gutterWidth: 10
            }
    });
 });                
};

I hope so its will help. For load more function, we can not support custom works . We design only button and this function work on WordPress version.

Here is good source : http://infinite-scroll.com/ its work with our masonry plugin.

I hope so its will help.

Regards

Ok i wild test.Thank you for the support. Fore the rest i have to study more the isotope documentation and find a away to do it. .

Hi, I just bought your theme, that I really like: very clean and well organized code. Anyway I’ve noticed two little issues that I hope you can help me to fix:

1)The “affix” header jump when scrolling the page on certain divs 2)The owl carousel used for the “team” boxes did’nt work in IE

I’m using the multipage default demo.

Any help will be appreciated.

I’m sorry man, but the fix doesn’t work.

I did further tests and all the Ultron homepages have this problem with chrome (at least on Windows).

One of the divs that trigger the problem is definitely the main slider (.slider-section). When scrolling down the homepage and “crossing” the bottom border of the slider section the header jumps.

Tested with the latest version of Chrome on windows 10, windows vista and windows xp.

Dear friend, when I try these code its work for me perfectly. Are u sure remove old code from style.css ?

Yes I’m sure… I also tried to applied this fix to the original theme, the unmodified version that I’ve newly extracted from the downloaded ZIP file, just to be sure.

.yamm-half ul {
        min-width: 220px;
    }
    .yamm-drop ul {
        min-width: 180px;
    }

    #header {
        -webkit-transition: background-color 0.7s ease 0s;
        -moz-transition: background-color 0.7s ease 0s;
        -ms-transition: background-color 0.7s ease 0s;
        -o-transition: background-color 0.7s ease 0s;
        transition: background-color 0.7s ease 0s;
    }

    #header.affix {
        position: fixed;
        top: 0;
        width: 100%;
        border-color:#030303;
        background-color: #030303;
    }
Hi there is any way to fix this. http://i.imgur.com/4LaHrcE.png Thank you.

Hello there, its viewport problem please add this codes to the your style.css bottom http://snippi.com/s/qgzow30

For more information check here : http://www.bootply.com/105174

Thanks

If u like our theme & support dont forget to rate 5 star :)

Greetings~

Love the Ultron Theme! How do I swap out the Ultron Logo on the main homepage for the Parallax version of the theme? I have my logo on all the other pages, but it’s not showing up on my main homepage.

Thanks!

Hello, please leave a comment with your purchases account we need to verify your purchase.

Regards Steelthemes

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