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.

i can’t show video from YouTube and viemo ? AJAX Error! Please refresh the page!

Hi,

you need a web server or local server environment to run AJAX.

Kind regards,
Lara

ok thanks is working now

hello, how can i remove the particle effect?

ok i find it, thanks, how can i show the picture in full size. It shows me not the full picture

Hi,

what image do you mean can you send me a link to your website?

You can also send me the link privatly over the contact form on this page

Support in your language is also available if you are interested.

Kind regards,
Lara

Hi, i love your template. Just on thing, is that possible to add a video play bar under the video? my code skills are very limited, maybe you can show me a guide how to achieve that, thanks a lot…

Hi,

currently, there is no option available for a progress bar for the youtube video. It is technically possible but would require advanced knowledge of Javascript and the Youtube API.

Kind regards,
Lara

Hey

Love the design here. Before I purchase could you tell me if it is possible to add more than one image to the work section? The demo only shows one image but I would have multiple images to show. If it is possible is it easy to do as my coding skills are quote basic

Hi,

just use showcase-popup-minimal-v1-slider.html instead and you can display more images as a slide show.

Kind regards,
Lara

Hi there. Thanks for getting back to me. I’ve decided a slider doesn’t really work for what I want. I would just like to show images to people as you scroll down. I’ve messed with the code to show mutliple images but can’t seem to put any space between them. Any ideas?

Hi,

you can use the browser dev tool to find the right CSS selector.

Then you just have to add some spacing CSS attributes to the CSS selector.

Kind regards,
Lara

Hello, I didn’t noticed it so far (because it was working well) , but today I saw that all texts in main slider are not visible in mobile mode. It seems their posotion is set to LEFT or that it’s not responsive. Of changes made lately, I have forwarded the http site to httpS and put a new Google API key, nothing else changed by me. (The site is https://www.helios-gea.com ) . thank you for the help!

Hi,

unfortunately I can’t help you because you have no support package active anymore.

But the problem will be based on the modifications you have done on the template.

The demo revolution slider works without a problem.

Kind regards,
Lara

Hello, while I was editing the template I cannot open any popups (e.g. works and news) due to an AJAX error. It says ‘AJAX error, please refresh the page’. I tried to clean my browser’s data and restart my computer and the same thing happened over and over again. Can you please tell me how to tackle it? Thanks!

Hi,

you need a local server environment to use AJAX.

Something like MAMP, XAMP.

Or if you need a fast and easy solution use the

Web Server for Chrome

Kind regards,
Lara

Hi there, what is the shortcode for a dropdown selection on the contact form?

Hi,

the Gravity forms don’t support custom fields like dropdowns.

Kind regards,
Lara

Hi, I can’t really find where to change hero images animation effect. I want to change from silde from top to other eg. fade / wave / etc. Could you please tell me the exact line and where to change it? Thanks

Hi,

you find the settings for the kenburns or slider background in your config.js file.

Kind regards,
Lara

I try to change options in config.js but I don’t see any alterations to the web site after I do so, no matter how many times I refresh the page.

Hi,

make sure to clear the cache of the browser before revisiting the page.

If this should not help send me a link to your website.

You can send me your page link via the form on this page if you don’t want to post the link publicly.

Kind regards,
Lara

Hi If you like partnership in Joomla version then please contact me via contact.bluetheme@gmail.com

Hello, How is it possible to add the filters to the portfolio section?

Hi,

Legendary does not support filters by default but the cube plugin has a filter function.

In the cube portfolio documentation that can be found in the download package, you find an explanation how to use filters with the portfolio section.

Kind regards,
Lara

Hello, How is it possible to add the navigation arrows in the portfolio sliders ? and edit other parameters of slider script?

Hi,

unfortenitly this is not possible without extensive coding because every Portfolio page is Ajax based. Therefore you always have to create a custom javascript solution.

Kind regards,
Lara

You mean that you only did one config of the slider plugin and took away all customisation? It doesn’t work in my case, it’s not obvious it’s a slider this way not unsable… Any tip or advice on which file to modify?

Yes and no. The slider is the default cubeportfolio slider that is basically not customizable. I would recommend using Owl Carousel if you need advanced features.

Kind regards,
Lara

Hello there !

Great Template you have here, just bought it and was wondering how to change the Sphere Particule home’s background to put an image instead of solid black.

I tried many things but the nothing seems to work…

Thank you for your time :)

Hello, I sent you the message. Waiting for your answer. Cheers

Hi,

I answered your email.

Kind regards,
Lara

Thank you so much, it look great ! :)

Hi, everything works fine, except one thing :), in the services section I have a long words as titles, and when I display the page in the mobile, the titles are overlaing each other: https://drive.google.com/file/d/1dg3vCINcv2pSZ8zbxKGh_mPj8uQmJ9Ig/view?usp=sharing is there any workaround or hack for that? thx

Hi,

you can modify the container with CSS to break the word.

Please add the following CSS to your assets/css/custom.css file.

.block-service-1 .tab-navigation li a
{
    overflow-wrap: break-word;
    word-wrap: break-word;
}

Kind regards,
Lara

thank you, that works :)

Hi Avanzare

Great theme!!

Might seem a silly question but… how do I change the background photos? lol

Thanks

James

Hi, thank you for your feedback.

You can change the background images via the theme options.

Please let me know if you need advanced guidance.

Kind regards,
Lara

Really wish you had a WordPress version on this. We have the Gravity (WordPress) up running currently and had to go with something else. Just love the way you implemented the yourtube playback and headers.

Hi,

thank you so much for the feedback and your Gravity WP theme rating.

There will be a Legendary WordPress edition in the future but I can not name a release date yet.

Kind regards,
Lara

Hi Lara,

Just checking in to see if there is any progress on the WordPress edition for Legendary?

Please don’t make us use another WP theme. :)

Thanks!

Hi,

I answered your email.

Kind regards,
Lara

With the “showcase” there is a button to close the popup window on the left. How can I make it so that if the user clicks out of the bounds of the popup window the popup closes rather than the user having to click the close button manually. Prettyphoto and fancybox have this functionality – and I think it is intuitive to have both options (close the window with a button or by clicking outside the popup window bounds).

Hey! The plugin seems to support this by default: http://scriptpie.com/cubeportfolio/live-preview/templates/masonry/ ... I confirmed by commenting out this:

$(document).on(“click”, “a.cbp-lightbox”, function () { setTimeout(function () { $(”.cbp-popup-lightbox .cbp-popup-content”).append(‘ ‘); setTimeout(function () { $(”.cbp-popup-lightbox-img”).attr(“data-action”, ””); $(”.cbp-popup-lightbox”).attr(“data-action”, ””); $(”.popup-close-button”).addClass(“active”); // CHECK IF ELEMENT EXISTS TO PREVENT ERRORS if ($(”.cbp-popup-lightbox video”).length) { $(”.cbp-popup-lightbox video”)[0].play(); } }, 500); }, 100); $(”.cbp-popup-lightbox video”).removeAttr(“controls”); });

and temporarily commenting out layout.css to get the default behavior.

I think it has something to do with the above code.

For some reason commenting out a few lines of code seems to make it fully functional:

$(document).on("click", "a.cbp-lightbox", function () {
    setTimeout(function () {
        $(".cbp-popup-lightbox .cbp-popup-content").append('   ');
        setTimeout(function () {
            //$(".cbp-popup-lightbox-img").attr("data-action", "");
            //$(".cbp-popup-lightbox").attr("data-action", "");
            $(".popup-close-button").addClass("active");
            // CHECK IF ELEMENT EXISTS TO PREVENT ERRORS
            if ($(".cbp-popup-lightbox video").length) {
                $(".cbp-popup-lightbox video")[0].play();
            }
        }, 500);
    }, 100);
    $(".cbp-popup-lightbox video").removeAttr("controls");
});

Awesome that you already solved it by yourself.

Yes, the feature works on the lightboxes but not on the AJAX showcase / popup element.

But when you just need lightboxes instead of AJAX popups this will do the trick.

Kind regards,
Lara

Hi, i don’t see any html file with youtube background – as was shown in demo. am i missing something here.? help appreciated. thanks

nevermind – figured it out. ad to edit config. thanks anyway.

Alright, good to know that the problem is already solved.

Make always sure you read the included info/help files like readme.txt and documentation. In both files will be explained how to change the backgrounds.

Please let me know if I can help with something else.

Kind regards,
Lara

on Iphone6 it doesn’t show me any of the popups of the “work” section.

e.g. to, pages/ajax/popups/showcases/showcase-popup-minimal-v1-image.html” class=”cbp-caption cbp-singlePage scroll-animated-from-bottom”>

It worked formerly. but now it also doesn’t work for me when i look at your live-demo. I tried now one day, but I can’t get it work.

May there any dependencies to iPhone Settings? In all Browsers it works, also in Chrome’s iphone developer mode!

I need help!

It seems like an iPhone or IOS version specific problem.

We tested it on iPad Pro ( IOS 11.0.3) and the showcase popup works without a problem.

Unfortunately, we currently have no iPhone at hand. Just emulations where the problem does not appear.

Therefore a screenshot would be awesome.

Email: help@avanzare.co

What IOS version is your iPhone running?

After update the iOS to 11.1.2 it works again.

Alright, good to know.

Please let me know if the problem should appear again or if you need help with something else.

Kind regards,
Lara

hi, i am facing a problem which is, in the beginning loader taking a little bit longer time to load the website. anything we can do about it ?

Hi,

this is normal. The first time everything will be loaded from the server. If you load the page a second time most of the content will be loaded from the browser’s cache.

You can speed up the initial loading by reducing HTTP requests and reducing overall filesize. For example compressing images can give you a huge boost.

Kind regards,
Lara

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