Discussion on Legendary - One Page Parallax HTML Template

Discussion on Legendary - One Page Parallax HTML Template

Cart 1,163 sales
Well Documented

Avanzare supports this item

Supported

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

79 comments found.

Hi,

is it possible to integrate a youtube video in a full page showcase popup?

Regards, Maks

Glad to hear.

It would be awesome if you would leave a review.

And if you need help with something else you can contact us at any time.

Kind regards,
Lara

I did!

Yes, an other thing that I would love to have is on the showcase popup. I’d like the grey / faded area around the popup to have the same close feature as the back / close arrow. Is it possible?

Thank You! Maks

Thank you very much.

Of course, it is possible.

Please do the following:

1. Open your assets/js/scripts.js file.
2. Jump to section “2. PORTFOLIO”.
3. Locate the following code block.

// FUNCTION SHOW POPUP
function showPopupIntro() { 

    setTimeout(function(){

        var windowHeight = $(window).height(),
            introHeight = $(".popup .container-intro").outerHeight(),
            marginValue =(windowHeight - introHeight) / 2;

        $(".popup").addClass("active");

        if ( windowHeight >= introHeight) {

            $(".popup.active").css("margin-top",marginValue).css("margin-bottom",marginValue/61.8*38.2);

        }

    }, 300);

} 
4. Overwrite the code block with the following code.

// FUNCTION SHOW POPUP
function showPopupIntro() { 

    setTimeout(function(){

        var windowHeight = $(window).height(),
            introHeight = $(".popup .container-intro").outerHeight(),
            marginValue =(windowHeight - introHeight) / 2;

        $(".popup").addClass("active");
        $('.cbp-popup-singlePage,.cbp-popup-singlePage .cbp-popup-content').attr('data-action', 'close');

        if ( windowHeight >= introHeight) {

            $(".popup.active").css("margin-top",marginValue).css("margin-bottom",marginValue/61.8*38.2);

        }

    }, 300);

} 

5. That’s it.

Please notice that this will only affect the showcase and not the lightbox.

Kind regards,
Lara

hi,

Is it possible to make the slider in the showcase slide automatically?

Kind regards, Karin

Hi,

at the moment this is not possible without modifying the cube portfolio plugin source files.

But if you want I can send you the modified version of the cube portfolio plugin.

Just contact me via the contact author button on the following page.

https://themeforest.net/item/legendary-one-page-parallax-html-template/17976316/support

Kind regards,
Lara

how would I convert this into Word Press to be able to use it on my site?

ok so can you convert it for me? as you are the person that made it ? if so how much?

and if you do you can start to sell this Templet in WP on here also

I’m sorry we are currently unavailable for freelance.

There will be a WordPress version of Legendary in the future. But we the development will not start before Q2 2017

Kind regards,
Lara

Another little question; Can i change the position of the div.col-md-4 ? Would like to put it a bit lower, or on the bottom of the picture that’s beneath . thnx

Hi,

of course, you can change the position of the grid div but make sure that you don’t break the grid system.

The div.col-md-4 is part of the bootstrap grid system. http://getbootstrap.com/css/#grid

Kind regards,
Lara

Hy, I have question: When the WEB page is resized to a mobile phone dimensions, is it possible to have the pictures of the main slider to be seen in full (resized but full)?Now there’s only a small part of the original picture to be seen..( I think the block-footer gets resized in full like i’d like to..)

Thank you!

OK, I will guide you through.

But first please answer the following question for me.

Are you using image, slider or kenburns background?

Kind regards,
Lara

Slider

OK, please do the following:

1. Open your assets/js/hero.js file.
2. Jump to section /** 1. BACKGROUNDS and locate the following code block.

// SLIDER BACKGROUND FUNCTION
function sliderBackground() {

    // INIT VEGAS SLIDESHOW PLUGIN
    $(".bg-image").vegas({

        slides: option_hero_background_slider_path,
        transition: option_hero_background_slider_transition,
        delay: option_hero_background_slider_delay,
        transitionDuration: option_hero_background_slider_transitionDuration,
        timer: false,
        walk: function (index, slideSettings) { $("#cycle").cycle("next");}

    });

}

3. Replace it with the following code block.

// SLIDER BACKGROUND FUNCTION
function sliderBackground() {

    $(".bg-image").vegas({

        slides: option_hero_background_slider_path,
        transition: option_hero_background_slider_transition,
        delay: option_hero_background_slider_delay,
        transitionDuration: option_hero_background_slider_transitionDuration,
        timer: false,
        walk: function (index, slideSettings) { $("#cycle").cycle("next");}

    });

     if ( jQuery.browser.mobile ) {

        $(".bg-image").vegas('options', 'cover', false);

    }

}

4. That’s it.

Kind regards,
Lara

Hi! Saw you updated this awesome theme!

What is the best way to integrate this update with my current one wich was build with the first version?

Coen

Hi,

integrating the new update takes a little bit of work.

The first step would be to replace the full assets folder and config.js file.

Then you have to overwrite the <script> tags at the top and the bottom of your index HTML file with the new ones you find in the new index file.

Additionally, you could integrate the contact anti-spam system but this is only a must have if you get spam via the form.

If you need advanced guidance how to integrate the new files and anti-spam system you can contact me via the contact author button on the following page.

https://themeforest.net/item/legendary-one-page-parallax-html-template/17976316/support

Kind regards,
Lara

Hi Avanzare. Amazing template! But I have a question : I want to integrate Google Map but it does not work. I created an API key, I registered my website, I wrote the right coordinates, but the map does not work. Would you have more specific information on how to proceed than just “you need a Google Maps API key to use the Google map.”? Google tutorial is losing myself : https://developers.google.com/maps/documentation/javascript/ Thank you so much

Hi,

after the next update you will be able to insert your API key inside your config.js file but for now please do the following.

Jump to the bottom of your chosen index HTML file and find the following script tag.

<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js"></script>

Replace it with the following.

<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR-API-KEY-HERE"></script>

Then you just have to replace YOUR-API-KEY-HERE with your API key.

That’s it.

https://developers.google.com/maps/documentation/javascript/get-api-key

Kind regards,
Lara

It works like a charm. Thank you, great support.

Awesome Work. GLWS

Thank you.

Hi, where can I change the color of the footer block? thnx

Hi,

You find the CSS used for the footer section in your assets/css/blocks.css file under section ”/** 9. FOOTER”

Kind regards,
Avanzare

I got that. But could you be more specific? Only colors i’ve found defined are in .block-footer-1 .scroll-top and .block-footer-1 .scroll-top-inner , Don’t see the color of the footer block :-/

If you want to use a custom color for your footer block you could add the following code in the ”/** 9. FOOTER” section.

.block-footer-1
{
    background: red !important;
}

Hi , Is it possible to use the ‘Slider Revolution jQuery Visual Editor Addon’ with the legendary template?

Thank you for the fast response.

I’m happy to know I can still use the addon without buying anything else.

If I have any questions or problems with exporting or overwriting I’ll contact you.

Thank you very much.

I still do not get the visual editor to work, it keeps saying: ‘Slider revolution jQuery Plugin NOT installed. This is required in order to use the Visual Editor Addon.’ To install Slider revolution jQuery Plugin you need a purchase code or the addon archive file ‘visual-editor-extension.zip’. As long as it’s not installed, I cannot start a new slide and cannot use the visual editor. Am I missing something?

Hi,

could you please send me a link to your visual editor and the login data that I can locate the problem?

Please send me the data via the contact author form.

Kind regards,
Lara

Hy, I’ve deleted 2 icons from the WEB page section “Services” . So all the icons went LEFT. Is there a way to put them all (there’s only 3 of them) in CENTER position? Thank you

the site is still inactive. Will do when I put it up and working

OK, I found the problem. Please do the following.

Change the following ( same section ):

.block-service-1 .tab-navigation 
{
    width: 100%;
    margin: 0;
    padding: 60px 0 80px;
    positon: absolute;
}

to:

.block-service-1 .tab-navigation 
{
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 60px 0 80px;
    positon: absolute;
}

That’s it! Thanks alot

hello i want to change file direction to Right To Left

It should change and everything should look a little bit strange because Legendary is not RTL ready.

Please make sure you selected the right index file and saved it correctly.

hello , i still cannot use the template because it doesn’t support my language ….. i would like Freelance work to make it RTL SUPPORTIVE

thank you

Hi,

did you have tried the StackOverflow guide?

For freelancing request please contact us via the form on the following page.

https://themeforest.net/user/avanzare

Kind regards,
Lara

Hy, where can I find new Icons like “ti-thought” ?

Hi,
you find the full list of icons here.
https://themify.me/themify-icons

Kind regards,
Avanzare

Hy, nice theme here. I have a question: The black alpha color over the pictures is a bit too black for me. Where can I lower the alpha? Thanky

Hi, thank you for your feedback.

Just do the following to reduce the alpha:

1. Open up your assets/css/layout.css file.
2. Jump to section “4. FOUNDATION”.
3. Locate the following css block
.bg-overlay {
    position: absolute !important;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: rgba(0,0,0,1.00);
}
4. Change the opacity to your desire.

Kind regards,
Avanzare

Congratulations! Excellent template, GLWS :)

Thank you very much for your feedback. :)

Thank you very much. :)

Congratulations! Excellent Work, GLWS :)

Thank you very much. :)

Thank you very much!

Kudos! GLWS – DCSF

Thank you very much!

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