Discussion on Exort - Responsive Multipurpose HTML Template

Discussion on Exort - Responsive Multipurpose HTML Template

Cart 426 sales
Well Documented

Theme_Nate supports this item

Supported

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

94 comments found.

Hi there,

I am trying to install the theme but it says it’s missing a style.css stylesheet.

Hope you can help.

Hi,

this is HTML template, it don require any installation.

Thanks

Fantastic theme. A few months ago someone asked if you provided SASS files, and you said you’ll consider it for a future update. Did you eventually decide to provide SASS files or is it still one large .css file? Thanks.

Hi,

Thanks for your appreciated. Yes, we are planning to add scss for this theme, but currently we put all our force on new theme development. In this case, we have no spare capacity for scss feature right now, it might be added after our new item release.

Thank you

Hi there! Is it possible to link the portfolio image to one of the portfolio single item pages? I can’t seem to link the image – it always makes the lightbox image try to appear instead. I want to be able to link from the 3 column portfolio page to a page with more information.

Hi,

You can remove the lightbox class to turn the link to direct link.

Thank you

Hi,

im trying to get 3 things to work,

1. I have more then 1 slider on the page, but the 2nd one doesnt want to autoplay/scroll through the images, can you see why? 2. where can i change the css transition for the slider, currently its set to fade and i want for example goDown 3. i cant get google maps to display, I’ve edited the google-maps.js like it says in the documentation. 4. how can i get the sliders to not “zoom” in on the images

the domain is http://panamahouse.elin.co.za/

Thank You,

Hi,

Thanks for your contact, you can sent us a mail with your attachment via our profile page. https://themeforest.net/user/theme_nate We will do our best to assist.

Regards

Insert <script type=”text/javascript” src=”js/google-map.js”></script> to js section. Your map will work as usual.

Thank you

hi Theme-Nate, I appreciate your constant improvement and support very much!

However: when releasing an update – such as today, could you please also describe briefly what code lines (eg in main.css) or js file changed during the specific update?(as you did earlier on july 2nd)

For those of us who bought earlier (and did not create a custom css file) this allows us to improve our past work too, without having to search all over.

Thanks alot!

Thanks for your feedback,

We will make a remark for the changes file next time. These is the following changed for this update:

main.css under 2.1 Typograpgy section /Heading/

From .heading:before, .heading-left:before, .heading-right:before { width: 30px; margin-top: 40px; } .heading:after, .heading-left:after, .heading-right:after { width: 40px; margin-top: 45px; }

To

.heading:before, .heading-left:before, .heading-right:before { width: 30px; bottom: -14px; } .heading:after, .heading-left:after, .heading-right:after { width: 40px; bottom: -19px; }

Regards,

Hi,

h tags (h1, h2 and so on) come with a particular double underline. Looks nice on desktop, but if title is too long and shows in 2 lines, on responsive versions double underline goes over title text! How can I solve? Thanks again, Emiliano

Thanks for your appreciated. Good Luck!

I think I must share the result: http://www.e-potion.com – like it?! I’m so satisfied, and I’m going to work on video background solution for next month update. Great theme Sirs, well done!

Thank you, Nice work!

EVERY LINK TO AN IMAGE IS BAD. normally when I buy a template images link are to jpg place holders (Not actual photos used in the web site). This is an incredibly annoying and time consuming issue to resolve. I buy templates to save time – not happy.

Hi,

Thanks for your feedback & sorry for the inconvenience causes. we will consider to insert image placeholder to the download file in next update.

Thank you

Hi, we have just send you a mail, please check. Thank you!

Hello, I buy this great theme for 2 weeks ago. I saw, you have upload a Update yesterday for Full width slider display issue on safari and Full screen slider display issue on safari. I have the theme ready, I can’t upload the new CSS or JS Files, because I change a lot of settings in the code. What code has changed? I upload this manually. Thanks.

Hi,

you can read the comment above,

Thank you

Thanks. Hi, I saw your update now for – Fixed – Heading divider position error and – Add – Images placeholder for download file – What code or files has changed? I upload this manually.

Hi,

Apologize for your inconvenience, we will add remark to the changes file on next update. These is the following changed for this update:

main.css under 2.1 Typograpgy section /Heading/

From .heading:before, .heading-left:before, .heading-right:before { width: 30px; margin-top: 40px; } .heading:after, .heading-left:after, .heading-right:after { width: 40px; margin-top: 45px; }

To .heading:before, .heading-left:before, .heading-right:before { width: 30px; bottom: -14px; } .heading:after, .heading-left:after, .heading-right:after { width: 40px; bottom: -19px; }

Thank you

hi, could you please tell me which files exactly were changed/updated in the 1.1.5 version? (to fix the safari bug)

I’ve been working on the 1.1.4 version I bought a couple of days ago, and would rather not overwrite all files. Thx!

Hi,

The changes is under 6.2 Hero image & slider from main.css file, exact code changing as below:

From (old): .carousel-fade .carousel-inner .item, .carousel-fade.scale .carousel-inner .item { -webkit-transition-property: opacity; transition-property: opacity; transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out } .carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { opacity: 0; } .carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 1; } .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { left: 0; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); }


To (new) : .carousel-fade .carousel-inner .item { opacity: 0; transition-property: opacity; } .carousel-fade .carousel-inner .active { opacity: 1; } .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; } .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 1; } .carousel-fade .carousel-control { z-index: 2; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

We recommend users create a new css or js file for own customize purpose, so that the updated code will not conflict with old code in every single updates.

Thank you

Have you seen the behavior of the slider with Safari?

http://preview.themeforest.net/item/exort-responsive-multipurpose-html-template/full_screen_preview/15869946

On Chrome it fades nicely, on Safari it slides at the end, does not look nice at all.

You’re very welcome, looking forward to the update.

Hi,

Issue fixed, please download the latest files.

Thank you

Amazing turnaround, thank your for the quick response, all fixed now! :-)

Hello,

Recently, I purchased your template for my website. However, I am a little new at using this site for templates. My website is currently on Squarespace & I am wondering how do I go about putting these codes in? Thank you!

Hi,

you were able to customize the template in any text editor and upload it to your hosting server. If you still have any question, you can drop us a mail via our profile page http://themeforest.net/user/theme_nate . we will do best to assist.

Thank you,

Pictures do not appear.

I read comments. :)

Hi,

Thanks for your purchase, images in live site is used for demo purpose, it will not included in the download file.

Regards,

Hi there,

great minimal theme, just bought it! Just two questions:

- contact form: I need to add more input field, I can’t understand how it works control on mandatory fields (if I leave email blank it turns red as an error, how can I control mandatory fields?

- portfolio: if I add 2 or 3 rows, than refresh page, all the rows collapse into one and images fall one over the other.

Thanks, bye Emiliano

Thank you, I’ve found email.js and customized form.

Everything works fine, only submit button remains enabled so I could send form many times – can you please suggest how to solve it? (I haven’t changed button or form ID).

Thanks for portfolio also, I’ve just sent you an e-mail!

Regards Emiliano

Hi, we have replied your mail, please check. Thank you

Dear Sirs: they both work! Great job, thank you!

Hi, great theme! Just a quick question – is it WooCommerce-ready or not? Are the shop pages just plain PHP?

Thanks!

Hi,

Thanks for your comment, maybe you are talking about Wordpress theme, this is a html template.

Thanks

Hello

Nice template.

But I nowhere see any parallax image demo…all parallax image works like as fixed image not parallax.. here is an example – http://mlmeniaga.com/website/html/exort/index-img-parallax-mp.html

Can you fix this bug?

Hi,

Thanks for your comment, Yes, it was fixed image, but it also generally consider as a parallax effect.

Thanks!

Does the video background in index-img-parallax-mp support Vimeo player?

Hi, thanks for your contact, it only support youtube video.

I have the same problem but only with the “Footer” contact form. It works OK from the “Contact” page. Please advise. Also, can you let me know where to adjust the size of the words (Name, Email, Subject, Message) inside the form? I can’t find where to do it.

Hi, make sure action inside the <form> tag are link to directory php/email.php, also you control the form style at main.css section 29. Form (around line 8759). Thanks

I checked and the “php/email.php” link is correct. After completing the form the button “Send Message” turns to “Sending…” but it stays like that indefinitely.

Hi, you can drop us a mail with your project file, we will help you to check the issues. Thank you

Hi. i have a problem with contact form. it doesn’t work for me. when i push “Send” button it change to “Sending…” and that’s it. Nothing happens.

Hi, make sure php are installed to your server. You can drop us a mail via our profile page, if you have any others issues. Thank you

Sorry I just found the link..

Thank you for your purchasing.

Hi , I just purchase this item so I cannot find where to download this file please help..it is my first time on your site.

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