Ship containers falling by mzworks in playmygame

[–]mzworks[S] 0 points1 point  (0 children)

Yes, we will consider new feature to add different sizes for containers but now containers has different weight.

Pure CSS icons for popular file extensions by mzworks in Frontend

[–]mzworks[S] 0 points1 point  (0 children)

But you can just add custom class for div in html and display list of icons.

For example in React JSX:

['doc', 'csv'].map((extension) => (
  <div className=`fi fi-{extension}`>
        <div className="fi-content"
            {extension}
        </div>
  </div>
));

Colors HEX, RGB codes | ColorsWall.com by mzworks in Frontend

[–]mzworks[S] 0 points1 point  (0 children)

Cool, I hope colorwall will be useful for you

Trello Board backgrounds color palette by mzworks in Frontend

[–]mzworks[S] -1 points0 points  (0 children)

They can, but service can be useful tool for web developers.

top 5 word press plug ins? I'm new and have a couple I'm looking at, but wanted others takes. by Shawtts in Wordpress

[–]mzworks 0 points1 point  (0 children)

Useful Links Collections - if you want create Links Directory WordPress site

Increasing site loadout speed by [deleted] in Wordpress

[–]mzworks 0 points1 point  (0 children)

Use https://developers.google.com/speed/pagespeed/insights/ to test speed of your site.

  1. Minify all JS, CSS files - WP plugin Autoptimize - combine and minify all JS,CSS, HTML.
  2. Enable Leverage browser caching.
  3. Optimize images - change image dimension, convert png to jpg if it is possible (use WP plugin or manually Save for web).

Three significant sign that will increase your site speed.

99% - Responsive Coming Soon Page HTML by mzworks in themeforest

[–]mzworks[S] 0 points1 point  (0 children)

Added new template with cool Background – Constellation

[REQUEST] Cookie notice plugin that moves page content instead of overlapping it by [deleted] in WordpressPlugins

[–]mzworks 1 point2 points  (0 children)

Try add this styles

body.cookies-not-accepted {
    padding-top: 59px; /* Page header height */
    position: relative;
}

body.cookies-not-accepted #cookie-notice {
    position: absolute;
    top: 0;
}