HTML Export CSS Files

Chae
27 Posts
Chae posted this 01 October 2018
Ask a Question

Why is there a CSS file created for every single page of an HTML website?
I've just exported a project to upload to their server and I see all these css files, each named to suit their page...Artisteer & Themler never did this so why has this changed.

Why is there a CSS file created for every single page of an HTML website? I've just exported a project to upload to their server and I see all these css files, each named to suit their page...Artisteer & Themler never did this so why has this changed.
Vote to pay developers attention to this features or issue.
8 Replies
Order By: Standard | Newest
Livang
1 Posts
Livang posted this 27 May 2021

ok, however, the loading time is very high on my project: www.christine-lohmann.de. And the waterfall states that the included CSS is the main reason.

Loads very fast for me, what browswer and ISP are you using?

> ok, however, the loading time is very high on my project: www.christine-lohmann.de. And the waterfall states that the included CSS is the main reason. Loads very fast for me, what browswer and ISP are you using?
Support Team
Support Team posted this 27 May 2021

Hi,

The exported HTML website includes a general CSS file with common styles and CSS files for each page with page-specific styles (customization settings for page Blocks). Unfortunately, there is no way to change the generation process.
Please let us know if you have any further questions.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, The exported HTML website includes a general CSS file with common styles and CSS files for each page with page-specific styles (customization settings for page Blocks). Unfortunately, there is no way to change the generation process. Please let us know if you have any further questions. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
nixianick
1 Posts
nixianick posted this 27 May 2021

This could be a show stopper for us. We love what we can see, however having multiple CSS files has major issues. We would want to use this to quickly develop layouts and then work with them offline. Is there not a way of having consistent CSS for headers and footers and then limit CSS changes based on a "site template" that we create?

This could be a show stopper for us. We love what we can see, however having multiple CSS files has major issues. We would want to use this to quickly develop layouts and then work with them offline. Is there not a way of having consistent CSS for headers and footers and then limit CSS changes based on a "site template" that we create?
Support Team
Support Team posted this 13 March 2019

Hi,

As I can see the css downloading time is about 0.5sec. You can check another page where the same css file is loaded. The loading time of this page http://www.christine-lohmann.de/Kinder.html is much better. On this page, you have less number of images and no map.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, As I can see the css downloading time is about 0.5sec. You can check another page where the same css file is loaded. The loading time of this page http://www.christine-lohmann.de/Kinder.html is much better. On this page, you have less number of images and no map. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
mundini webdesign
2 Posts
mundini webdesign posted this 12 March 2019

ok, however, the loading time is very high on my project: www.christine-lohmann.de. And the waterfall states that the included CSS is the main reason.

ok, however, the loading time is very high on my project: www.christine-lohmann.de. And the waterfall states that the included CSS is the main reason.
Support Team
Support Team posted this 12 March 2019

Hi,

There is no option to control how the CSS files are exported. We optimize CSS files constantly.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, There is no option to control how the CSS files are exported. We optimize CSS files constantly. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
mundini webdesign
2 Posts
mundini webdesign posted this 11 March 2019

So, how do I export separate css files for my project to decrease the loading time?

So, how do I export separate css files for my project to decrease the loading time?
Support Team
Support Team posted this 02 October 2018

Hi Chae,

The main reason is that Nicepage supports D'n'D for every control so all of them can have unique positions on each page. If you add all these styles into one CSS file they will be loaded on every page of the site. Or if the styles will be added into the <style> tag on each page, the load time will also be increased while all that CSS code should be parsed when loading. If the page has a lot of sections the load time can be increased.
So creating the separate .css file for each page solves all the problems above.

Sincerely,
Hella

Hi Chae, The main reason is that Nicepage supports D'n'D for every control so all of them can have unique positions on each page. If you add all these styles into one CSS file they will be loaded on every page of the site. Or if the styles will be added into the `<style>` tag on each page, the load time will also be increased while all that CSS code should be parsed when loading. If the page has a lot of sections the load time can be increased. So creating the separate .css file for each page solves all the problems above. Sincerely, Hella

Last edited 02 October 2018 by Support Team

You must log in or register to leave comments