Discussion on EZY - Responsive Multi-Purpose HTML5 Template

Discussion on EZY - Responsive Multi-Purpose HTML5 Template

By
Cart 2,056 sales
Well Documented

Okler supports this item

Supported

143 comments found.

Hi, thank you for your template. it is very nice!

But I have an issue, i need a responsive background, so that in mobile devices the background should remain the same in size.

thank you

Hello, thank you for your purchase.

Please open a ticket in our Support Center and send us more details about that question. – http://okler.net/open-a-ticket/

Kind Regards,

Jonas

Hello there :) A few questions before I buy this template. I am using ENVATO Templates for some time now with many ups and downs and your themes seem to have the right customer support and features to use it as a professional. I am not sure whether to buy PORTO or EZY. I actually plan to buy both but I want to know:

- on PORTO there is no sign of EDGE functionality. It only says “Browsers: IE10, IE11, Firefox, Safari, Opera, Chrome”. Just forgot or is that intended? - EZY is on sale right now. Is that just to boost the sales or will this one be outdated soon and you turn back to your 33k sales template PORTO? - Are there “across both templates” classes that allows the user to implement sections from one template to the other without a big of a struggle? - The most important thing is that a template that we work with is fully functional and displayed perfectly across all browsers without any errors. What about loading times? Do you provide support for performance related issues?

Thanks for answering my questions and I am hoping to work with your templates soon.

Cheers

Oh and btw, your “live preview” page is unreachable… reason for that?

Hello, thank you for the message and very sorry for the delay in responding.

- The Live Preview is now back, we had a problem with our server. Let me know if you still can’t see it.

- Both templates work on EDGE, if you purchase and have any issue with that we can fix that for you, but we test all our templates very often to make sure it’s crossbrowser.

- EZY is on sale for short time and will be on regular price soon. Regarding updates, we are constantly updating all our templates with new pages, demos and fixes.

- The HTML structure and css classes are very similar on Porto and EZY.

- Regarding performance, there are a few things you can do after you finish your website. For example, there are several different ways to compress and combine the assets, this is probably the easiest way: http://www.okler.net/forums/topic/minify-php-how-to-combine-minify-and-cache-javascript-and-css-files-on-demand/

The images can also be improved, consider to export them in a lower quality. JPG 80% is good enough.

Regarding the cache, this is the right way to do that: https://developers.google.com/speed/docs/insights/LeverageBrowserCaching

You can also remove the plugins that you will never use in any page and combine/compress all the other scripts so it will cache the resources and make it much better in performance in any other page.

It works the same way for all HTML templates. All files come uncompressed to make it easy to edit and customize, and then when you finish your website you can make the improvements.

Let me know if you have any other question and sorry again for the delay in responding.

Kind Regards,

Okler Themes

Hi How can I change the menu from dark to light color?

Thank you for this quick fix, how about dropdownLanguage, how can I change background dark to light color?

Hello,

For the dropdownLanguage we need custom CSS.

Add in (css/custom.css):
#dropdownLanguage + .dropdown-menu {
    background: #FFF;
}

#dropdownLanguage + .dropdown-menu li {
    border-color: #e4e4e4;
}

#dropdownLanguage + .dropdown-menu li a:hover {
    color: #CCC;
}

Please, try that and let us know if you need further assistance.

Kind Regards,

Okler Themes.

Thank you, it works!

Hello, first of all congratulate you for your work, it’s really good.

And I’m sorry to bother you but I need to ask you a question: I have a problem when viewing background mp4 video in “iphone”, in android phones I have no problem, but in iphone it is not displayed

In Header Video Background:

<section class = “page-header page-header-text-light section-video overlay-color-light overlay-show overlay-op-2 bg-transparent” data-video-path = “img / catalog-general.mp4 “data-plugin-video-background data-plugin-options =” ​​{‘posterType’: ‘jpg’, ‘position’: ‘50% 50% ’,’ overlay ’: true} ”> </ section>

Do you know how I could solve it?

Many thanks!! A greeting. Silvia.

Hello, thanks for the kind words.

Unfortunately on the iOS Safari the autoplay for videos is deactivated due to plugin we use for video backgrounds.

“iOS plays video from a browser only in the native player. So video for iOS is disabled, only fullscreen poster will be used.”

Let us know if you have more questions.

Kind Regards,

Okler Themes.

Hello,

Is it possible to activate the mobile menu sooner? I currently have a responsive issue where my nav bar is going onto a second line before it changes to a mobile menu.

Thanks

Hello, thanks for your purchase.

Unfortunately this is not possible since will be necessary change a lot lines of code.

But we have some suggestions for you:

1) If is breaking few menu items on the second line, you can try just decrease the font size of menu items:
(css/custom.css):
@media(min-width: 992px) and (max-width: 1199px) {
    #header .header-nav-main nav > ul > li > a {
        font-size: 0.7rem;
        padding: 1.93333em 0.45em;
    }
}
- This code will reduce the font-size and spacing between the items when resolution is below 1200px. You can change the “1200px” for other values if it’s necessary.

2) Other way is remove unimportant items in specific resolutions, for example: https://pastebin.com/raw/RdnZJxuf - Note the comments on the HTML code above. - You can learn more about display responsive classes here: https://getbootstrap.com/docs/4.3/utilities/display/#hiding-elements

Hope this helps.

If you need further assistance, please open a ticket at our support system: http://okler.net/open-a-ticket/

Kind Regards,

Okler Themes.

The second suggestion worked perfectly, thank you!!

Hello! Great work, but looks like something is wrong with 3-grid portoflio page as well as on your preview (two columns).

Hello, thanks for your purchase.

This issue occurs only when use the Firefox, right ? Another user already mentioned this issue and this will be fixed on the next version of EZY.

For now to fix, please add this code in (css/custom.css):
html.gecko .isotope-item {
    margin: -1px !important;
}

Thanks for your patience.

If you need further assistance, please open a ticket at our support system: http://okler.net/open-a-ticket/

Kind Regards,

Okler Themes.

The template will also be available for CMS opencart?

Hello, thanks for the message, at this moment we don’t have plans for Opencart.

Is available to change theme to RTL ( right to left ) ?

Hello, thanks for your purchase.

Yes EZY is RTL compatible. To activate follow the instructions below:

1) Copy all files inside the folder “master/rtl/css/” and paste on the folder “css/”

2) Add the attribute dir=”rtl” on the html tag:
<html dir="rtl">
3) Add the “rtl-” prefix to the Theme CSS files:
<!-- Theme CSS -->
<link rel="stylesheet" href="css/rtl-theme.css">
<link rel="stylesheet" href="css/rtl-theme-elements.css">

If you need further assistance, please open a ticket at our support system: http://okler.net/open-a-ticket/

Kind Regards,

Okler Themes.

can you check portfolio-grid-3-columns.html There are just 2 columns in firefox

Hello,

Sorry for this issue.

To fix just add this code in (css/custom.css):
html.gecko .isotope-item {
    margin: -1px !important;
}

If you need further assistance, please open a ticket in our support system: http://okler.net/open-a-ticket/ (This comments section is for pre-buy questions)

Kind Regards,

Okler Themes.

As I use a few scripts of your template, I ask how I can know the script to remove from the footer of the pages to make the loads faster

Hello,

We ask you please to open a ticket in our Support Center – http://okler.net/open-a-ticket/ – (This comments section is for pre-buy questions)

Kind Regards,

Jonas

Hello, please how to set owlcarousel to auto-height?

data-plugin-options=”{‘autoHeight’:true}” – not work. THX.

Hello, thanks for your purchase.

We did a test and this code for auto height it’s working. Please open a ticket at our support system and send for us the link of your website showing the issue, so we can inspect your code and help you with that.

http://okler.net/open-a-ticket/

Kind Regards,

Okler Themes.

Is there a demo fullwidth no margins masonry images gallery?

OK. I see. How can I change in this demo to use lightbox image gallery instead open a portfolio detail?

I need also to put a title under each image in lightbox

Hello,

Here is the code you need for that: https://pastebin.com/raw/DZyPWTyB

- Note that we wrap the images into a lightbox div. - Note the tag title=”” on each image link (this is the caption below the image on the lightbox)

If you need further assistance, please open a ticket at our support system – http://okler.net/open-a-ticket/

Kind Regards,

Okler Themes.

Hello, thanks for your purchase.

Yes this is possible. Just change the header class to:
<header id="header" class="header-effect-shrink header-transparent header-container-bottom-border".........

If you need further assistance, please open a ticket in our support system: http://okler.net/open-a-ticket/

Kind Regards,

Okler Themes.

How can I make a revolution slider zoom in effect?

Hello, thanks for your purchase.

For a ZoomIn effect on the slide background you can use this code:
<img src="img/slides/multi-purpose/slide-5-2.jpg" alt="" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" data-kenburns="on" data-duration="20000" data-ease="Linear.easeNone" data-scalestart="100" data-scaleend="130" data-offsetstart="0 0" data-offsetend="0 0" class="rev-slidebg" />

Try with different values in data-scalestart=”100” and data-scaleend=”130”.

For a ZoomIn effect on slide layers you need this code:
<div class="tp-caption text-color-light font-primary font-weight-bold" data-frames="[{"delay":1000,"speed":1500,"frame":"0","from":"z:0;rX:0;rY:0;rZ:0;sX:0.8;sY:0.8;skX:0;skY:0;opacity:0;","to":"o:1;","ease":"Power4.easeOut"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"Power3.easeInOut"}]" data-x="center" data-y="center" data-voffset="['-40','-40','-30','-25']" data-start="1900" data-fontsize="['65','50','40','30']" data-lineheight="['70','55','45','35']">YOUR TEXT HERE</div>

Note the data-frames attribute.

Hope this helps.

If you need further assistance, please open a ticket at our support system – http://okler.net/open-a-ticket/

Kind Regards,

Okler Themes.

Hi Team

In the second menu item “ELEMENTS” (index.html), there are 4 columns. The 4th column disappears when we see the page in mobile (<992px). You can see this in your online example.

Regards Luis

I notice that by removing the class “d-none” the item already appears in the <992 viewport. Can I do it? Why did you choose to hide the item? Are there any other implications on removing the “d-none” class? best regards

Hello, yes, that was just an example, we choose to hide the banner column in small resolutions, but you can just remove that class as you mentioned. We use bootstrap classes: https://getbootstrap.com/docs/4.3/utilities/display/#hiding-elements

If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/

Kind Regards,

Jonas

Hi Nice template GLWS

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

Thanks

Hello, is it possible to turn off animation in the menu?

Hello, thanks for your purchase.

Yes this is possible. Just change the “header-nav-main” element class from this:

<div class="header-nav-main header-nav-main-effect-1 header-nav-main-sub-effect-1">...</div>

To this:
<div class="header-nav-main">...</div>

If you need further assistance, please open a ticket at our support system – http://okler.net/open-a-ticket/

Kind Regards,

Okler Themes.

Hi

Just bought this template. Started working with “multipurpose-5” and noticed the anchor link #aboutus on revolutionslider does not work at viewport <991. The page does not moves forward as it does on bigger viewport. Tested offline and on your online link. (Chrome, Edge, Firefox)

Could you help?

Hello, thanks for your purchase.

First sorry for this issue. This will be fixed on the next update of EZY.

For now to fix, please follow the steps below:

1) Change the code in “js/theme.js” line 4064 like on the image below: http://www.okler.net/ss/20190409-gd7-48kb.jpg

If you need further assistance, please open a ticket at our support system – http://okler.net/open-a-ticket/

Kind Regards,

Okler Themes.

Hello, can you please specify when an update will be available for EZY? Is there a specific date? Is it available in some days or weeks? This information will influence our purchase decision. Thank you

Hello, the update will take a few weeks to be released. Thanks for your patience and for considering EZY.

Best Regards,

Okler Themes

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