Loading Icon for slower loading galleries?

Permalink Browser Info Environment
Hey there - Just wondering - I've got a site with some fairly large galleries on it and am wondering if there is any way to get a loading notification while the gallery is loading up? Like a spinning icon or something?

Your help appreciated,
Judd

Type: Discussion
Status: Resolved
juddc
View Replies:
emirii replied on at Permalink Reply
emirii
Hey there,

You can do several things with some simple jQuery in your theme:

It would require a template override of my Package (under packages/gallery_e_s/blocks/gallery_e_s_view/view.php)

On line 40 of that file there is:
<div class="galleryES galleryES<?php  echo $ubID ?>">


just replace with:
<div class="galleryESLoading">Loading Gallery...</div>
<div class="galleryES loading  galleryES<?php  echo $ubID ?>">


You can also replace the Loading Gallery... text with a spinning gif or whatever you prefer, and style however you want.

Then add this jQuery to bottom of page or wherever as long as its included afte the jQuery library:
<script>
$(document).ready(function() {
   $('.galleryESLoading').hide();
  $('.galleryES').fadeIn(1000, function() {
    $('.galleryES').removeClass('loading').addClass('loaded');
  });
</script>
});


Then just a little bit of CSS at the bottom of all your other CSS:
.galleryES.loading {
  display: none;
}
.galleryES.loaded {
  display: block;
}


Then you get a nice fade-in with a loading notification!

Here's a JSfiddle:
https://jsfiddle.net/xpn47svL/6/...

Let me know if you need additional help with it.
juddc replied on at Permalink Reply
juddc
Thanks - I'll give it a shot.
juddc replied on at Permalink Reply
juddc
Hey there - Followed the instructions and no dice - didn't want to work for me. Any other help?
emirii replied on at Permalink Reply
emirii
Hey there, do you have a public page I can see your modifications on?
emirii replied on at Permalink Reply
emirii
Actually hang tight... I should be able to add something pretty nifty to the add-on! Give me about a day for a new version, maybe a lot less.
juddc replied on at Permalink Reply
juddc
Sure thing - Thanks!
emirii replied on at Permalink Reply
emirii
I have updated version 4.2.1, if you would please try it out and let me know if that's what you had in mind!

If you have existing blocks you will need to edit them and enable the new feature, under tile gallery there is a checkbox name "Enable Image Loader Placeholder"

If you had any overrides or changes to the add-on i would remove them before applying to update just to save a little confusion.

If you run into any problems a public url of the website would help bunches (you can PM me C5 login infos if you want to keep it private)

Thank you!
juddc replied on at Permalink Reply
juddc
The beta site I'm working on isn't connected to the community. Can I download the latest version via my license and just replace the package in the Packages folder?
emirii replied on at Permalink Reply
emirii
Yes that should work!
juddc replied on at Permalink Reply
juddc
Hey there,

I took a copy of the website local and added the new version of the Add-On - Did you only make the loader available to the Tile gallery?

I've been using the Slideshow single gallery.
emirii replied on at Permalink Reply
emirii
Heya, sorry I've been assuming the Tile gallery for some reason (each gallery is completely different code wise)!

I can see if I can add preloader to the Slideshow tonight!
emirii replied on at Permalink Reply
emirii
Hello, I have updated to version 2.4.2 that includes a loader before slideshow loads.

You can override the styles in your own css if you don't want the black/loading image etc:

.flexslider.loading, .bx.loading {
                height: 300px; 
                overflow: hidden;
                background: black url("/packages/gallery_e_s/src/Assets/images/loading.gif") no-repeat center center !important;
            }


if your slider container is fixed height i would change the height of loading to that, etc.

Because the sliders look really ugly if they don't load fast enough, this is just on by default. So you shouldn't have to edit anything in the block.

Hope this helps!
juddc replied on at Permalink Reply
juddc
That seems to have done it - Thanks - That's awesome!


On 2016-02-25 1:40 PM, concrete5 Community wrote:

concrete5 Environment Information

# concrete5 Version
Core Version - 5.7.5.6
Version Installed - 5.7.5.6
Database Version - 20151221000000

# concrete5 Packages
GalleryES (2.3.8), Quick Tabs (1.0).

# concrete5 Overrides
blocks/next_previous/templates/gallery_nav/view.css, blocks/next_previous/templates/gallery_nav/view.php, blocks/next_previous/templates/gallery_nav, blocks/next_previous/templates, blocks/next_previous, blocks/page_list/templates/product_list/view.css, blocks/page_list/templates/product_list/view.php, blocks/page_list/templates/product_list, blocks/page_list/templates/gallery_thumbnail_grid/view.css, blocks/page_list/templates/gallery_thumbnail_grid/view.php, blocks/page_list/templates/gallery_thumbnail_grid, blocks/page_list/templates/thumbnail_grid/view.css, blocks/page_list/templates/thumbnail_grid/view.php, blocks/page_list/templates/thumbnail_grid, blocks/page_list/templates, blocks/page_list, blocks/autonav/view.php, blocks/autonav/templates/footer-nav.php, blocks/autonav/templates/sidebar-nav.php, blocks/autonav/templates, blocks/autonav, blocks/form/controller.php, blocks/form/view.php, blocks/form, blocks/file/templates/downloads/view.php, blocks/file/templates/downloads, blocks/file/templates, blocks/file, blocks/topic_list/templates/tabs/view.css, blocks/topic_list/templates/tabs/view.php, blocks/topic_list/templates/tabs, blocks/topic_list/templates/flat_filter.php, blocks/topic_list/templates, blocks/topic_list, languages/pl_PL/LC_MESSAGES/messages.mo, languages/pl_PL/LC_MESSAGES, languages/pl_PL, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/es_PY/LC_MESSAGES/messages.mo, languages/es_PY/LC_MESSAGES, languages/es_PY, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/nb_NO/LC_MESSAGES/messages.mo, languages/nb_NO/LC_MESSAGES, languages/nb_NO, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/pt_BR/LC_MESSAGES/messages.mo, languages/pt_BR/LC_MESSAGES, languages/pt_BR, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, themes/clearchoice/css.OLD/build/_navtoggle.scss, themes/clearchoice/css.OLD/build/_homepage.scss, themes/clearchoice/css.OLD/build/_forms.scss, themes/clearchoice/css.OLD/build/main.scss, themes/clearchoice/css.OLD/build/_variables.scss, themes/clearchoice/css.OLD/build/_buttons.scss, themes/clearchoice/css.OLD/build/_typeography.scss, themes/clearchoice/css.OLD/build/_mixins.scss, themes/clearchoice/css.OLD/build/_application.scss, themes/clearchoice/css.OLD/build, themes/clearchoice/css.OLD/icons/fonts/icomoon.woff, themes/clearchoice/css.OLD/icons/fonts/icomoon.svg, themes/clearchoice/css.OLD/icons/fonts/icomoon.ttf, themes/clearchoice/css.OLD/icons/fonts/icomoon.eot, themes/clearchoice/css.OLD/icons/fonts, themes/clearchoice/css.OLD/icons/Read Me.txt, themes/clearchoice/css.OLD/icons/old-files/2nd Version/fonts/icomoon.woff, themes/clearchoice/css.OLD/icons/old-files/2nd Version/fonts/icomoon.svg, themes/clearchoice/css.OLD/icons/old-files/2nd Version/fonts/icomoon.ttf, themes/clearchoice/css.OLD/icons/old-files/2nd Version/fonts/icomoon.eot, themes/clearchoice/css.OLD/icons/old-files/2nd Version/fonts, themes/clearchoice/css.OLD/icons/old-files/2nd Version/Read Me.txt, themes/clearchoice/css.OLD/icons/old-files/2nd Version/selection.json, themes/clearchoice/css.OLD/icons/old-files/2nd Version/demo-files/demo.js, themes/clearchoice/css.OLD/icons/old-files/2nd Version/demo-files/demo.css, themes/clearchoice/css.OLD/icons/old-files/2nd Version/demo-files, themes/clearchoice/css.OLD/icons/old-files/2nd Version/demo.html, themes/clearchoice/css.OLD/icons/old-files/2nd Version/style.css, themes/clearchoice/css.OLD/icons/old-files/2nd Version, themes/clearchoice/css.OLD/icons/old-files/1st version/fonts/icomoon.woff, themes/clearchoice/css.OLD/icons/old-files/1st version/fonts/icomoon.svg, themes/clearchoice/css.OLD/icons/old-files/1st version/fonts/icomoon.ttf, themes/clearchoice/css.OLD/icons/old-files/1st version/fonts/icomoon.eot, themes/clearchoice/css.OLD/icons/old-files/1st version/fonts, themes/clearchoice/css.OLD/icons/old-files/1st version/Read Me.txt, themes/clearchoice/css.OLD/icons/old-files/1st version/selection.json, themes/clearchoice/css.OLD/icons/old-files/1st version/demo-files/demo.js, themes/clearchoice/css.OLD/icons/old-files/1st version/demo-files/demo.css, themes/clearchoice/css.OLD/icons/old-files/1st version/demo-files, themes/clearchoice/css.OLD/icons/old-files/1st version/demo.html, themes/clearchoice/css.OLD/icons/old-files/1st version/style.css, themes/clearchoice/css.OLD/icons/old-files/1st version, themes/clearchoice/css.OLD/icons/old-files, themes/clearchoice/css.OLD/icons/selection.json, themes/clearchoice/css.OLD/icons/demo-files/demo.js, themes/clearchoice/css.OLD/icons/demo-files/demo.css, themes/clearchoice/css.OLD/icons/demo-files, themes/clearchoice/css.OLD/icons/demo.html, themes/clearchoice/css.OLD/icons/style.css, themes/clearchoice/css.OLD/icons, themes/clearchoice/css.OLD/main.css, themes/clearchoice/css.OLD/main.css.map, themes/clearchoice/css.OLD/normalize.css, themes/clearchoice/css.OLD/bootstrap.css, themes/clearchoice/css.OLD, themes/clearchoice/full.php, themes/clearchoice/page_theme.php, themes/clearchoice/css/build/_navtoggle.scss, themes/clearchoice/css/build/_homepage.scss, themes/clearchoice/css/build/_forms.scss, themes/clearchoice/css/build/main.scss, themes/clearchoice/css/build/_variables.scss, themes/clearchoice/css/build/_buttons.scss, themes/clearchoice/css/build/_typeography.scss, themes/clearchoice/css/build/_mixins.scss, themes/clearchoice/css/build/_application.scss, themes/clearchoice/css/build, themes/clearchoice/css/icons/fonts/icomoon.woff, themes/clearchoice/css/icons/fonts/icomoon.svg, themes/clearchoice/css/icons/fonts/icomoon.ttf, themes/clearchoice/css/icons/fonts/icomoon.eot, themes/clearchoice/css/icons/fonts, themes/clearchoice/css/icons/Read Me.txt, themes/clearchoice/css/icons/old-files/2nd Version/fonts/icomoon.woff, themes/clearchoice/css/icons/old-files/2nd Version/fonts/icomoon.svg, themes/clearchoice/css/icons/old-files/2nd Version/fonts/icomoon.ttf, themes/clearchoice/css/icons/old-files/2nd Version/fonts/icomoon.eot, themes/clearchoice/css/icons/old-files/2nd Version/fonts, themes/clearchoice/css/icons/old-files/2nd Version/Read Me.txt, themes/clearchoice/css/icons/old-files/2nd Version/selection.json, themes/clearchoice/css/icons/old-files/2nd Version/demo-files/demo.js, themes/clearchoice/css/icons/old-files/2nd Version/demo-files/demo.css, themes/clearchoice/css/icons/old-files/2nd Version/demo-files, themes/clearchoice/css/icons/old-files/2nd Version/demo.html, themes/clearchoice/css/icons/old-files/2nd Version/style.css, themes/clearchoice/css/icons/old-files/2nd Version, themes/clearchoice/css/icons/old-files/1st version/fonts/icomoon.woff, themes/clearchoice/css/icons/old-files/1st version/fonts/icomoon.svg, themes/clearchoice/css/icons/old-files/1st version/fonts/icomoon.ttf, themes/clearchoice/css/icons/old-files/1st version/fonts/icomoon.eot, themes/clearchoice/css/icons/old-files/1st version/fonts, themes/clearchoice/css/icons/old-files/1st version/Read Me.txt, themes/clearchoice/css/icons/old-files/1st version/selection.json, themes/clearchoice/css/icons/old-files/1st version/demo-files/demo.js, themes/clearchoice/css/icons/old-files/1st version/demo-files/demo.css, themes/clearchoice/css/icons/old-files/1st version/demo-files, themes/clearchoice/css/icons/old-files/1st version/demo.html, themes/clearchoice/css/icons/old-files/1st version/style.css, themes/clearchoice/css/icons/old-files/1st version, themes/clearchoice/css/icons/old-files, themes/clearchoice/css/icons/selection.json, themes/clearchoice/css/icons/demo-files/demo.js, themes/clearchoice/css/icons/demo-files/demo.css, themes/clearchoice/css/icons/demo-files, themes/clearchoice/css/icons/demo.html, themes/clearchoice/css/icons/style.css, themes/clearchoice/css/icons, themes/clearchoice/css/main.css, themes/clearchoice/css/main.css.map, themes/clearchoice/css/normalize.css, themes/clearchoice/css/bootstrap.css, themes/clearchoice/css, themes/clearchoice/index.html, themes/clearchoice/img/why-choose-testimonial-quotes.png, themes/clearchoice/img/idx-bcg-tile-img.jpg, themes/clearchoice/img/hdr_ccgc_logo.png, themes/clearchoice/img/ftr_ccgc_logo.png, themes/clearchoice/img/nav-bg.png.old, themes/clearchoice/img/grnhse-detail-callout-cc-logo.jpg, themes/clearchoice/img/why-choose-bg.jpg, themes/clearchoice/img/nav-bg.png, themes/clearchoice/img/testimonials-quote-bg.png, themes/clearchoice/img/idx-bcg-tile-img-mobile.jpg, themes/clearchoice/img/why-choose-testimonial-img.png, themes/clearchoice/img, themes/clearchoice/thumbnail.png, themes/clearchoice/js/vendor/jquery-1.11.3.min.js, themes/clearchoice/js/vendor/modernizr-2.8.3.min.js, themes/clearchoice/js/vendor, themes/clearchoice/js/plugins.js, themes/clearchoice/js/main.js, themes/clearchoice/js, themes/clearchoice/view.php, themes/clearchoice/description.txt, themes/clearchoice/sidebar.php, themes/clearchoice/elements/html-footer.php, themes/clearchoice/elements/html-header.php, themes/clearchoice/elements, themes/clearchoice, blocks/next_previous/templates/gallery_nav/view.css, blocks/next_previous/templates/gallery_nav/view.php, blocks/next_previous/templates/gallery_nav, blocks/next_previous/templates, blocks/next_previous, blocks/page_list/templates/product_list/view.css, blocks/page_list/templates/product_list/view.php, blocks/page_list/templates/product_list, blocks/page_list/templates/gallery_thumbnail_grid/view.css, blocks/page_list/templates/gallery_thumbnail_grid/view.php, blocks/page_list/templates/gallery_thumbnail_grid, blocks/page_list/templates/thumbnail_grid/view.css, blocks/page_list/templates/thumbnail_grid/view.php, blocks/page_list/templates/thumbnail_grid, blocks/page_list/templates, blocks/page_list, blocks/autonav/view.php, blocks/autonav/templates/footer-nav.php, blocks/autonav/templates/sidebar-nav.php, blocks/autonav/templates, blocks/autonav, blocks/form/controller.php, blocks/form/view.php, blocks/form, blocks/file/templates/downloads/view.php, blocks/file/templates/downloads, blocks/file/templates, blocks/file, blocks/topic_list/templates/tabs/view.css, blocks/topic_list/templates/tabs/view.php, blocks/topic_list/templates/tabs, blocks/topic_list/templates/flat_filter.php, blocks/topic_list/templates, blocks/topic_list, languages/pl_PL/LC_MESSAGES/messages.mo, languages/pl_PL/LC_MESSAGES, languages/pl_PL, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/es_PY/LC_MESSAGES/messages.mo, languages/es_PY/LC_MESSAGES, languages/es_PY, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/nb_NO/LC_MESSAGES/messages.mo, languages/nb_NO/LC_MESSAGES, languages/nb_NO, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/pt_BR/LC_MESSAGES/messages.mo, languages/pt_BR/LC_MESSAGES, languages/pt_BR, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, themes/clearchoice/css.OLD/build/_navtoggle.scss, themes/clearchoice/css.OLD/build/_homepage.scss, themes/clearchoice/css.OLD/build/_forms.scss, themes/clearchoice/css.OLD/build/main.scss, themes/clearchoice/css.OLD/build/_variables.scss, themes/clearchoice/css.OLD/build/_buttons.scss, themes/clearchoice/css.OLD/build/_typeography.scss, themes/clearchoice/css.OLD/build/_mixins.scss, themes/clearchoice/css.OLD/build/_application.scss, themes/clearchoice/css.OLD/build, themes/clearchoice/css.OLD/icons/fonts/icomoon.woff, themes/clearchoice/css.OLD/icons/fonts/icomoon.svg, themes/clearchoice/css.OLD/icons/fonts/icomoon.ttf, themes/clearchoice/css.OLD/icons/fonts/icomoon.eot, themes/clearchoice/css.OLD/icons/fonts, themes/clearchoice/css.OLD/icons/Read Me.txt, themes/clearchoice/css.OLD/icons/old-files/2nd Version/fonts/icomoon.woff, themes/clearchoice/css.OLD/icons/old-files/2nd Version/fonts/icomoon.svg, themes/clearchoice/css.OLD/icons/old-files/2nd Version/fonts/icomoon.ttf, themes/clearchoice/css.OLD/icons/old-files/2nd Version/fonts/icomoon.eot, themes/clearchoice/css.OLD/icons/old-files/2nd Version/fonts, themes/clearchoice/css.OLD/icons/old-files/2nd Version/Read Me.txt, themes/clearchoice/css.OLD/icons/old-files/2nd Version/selection.json, themes/clearchoice/css.OLD/icons/old-files/2nd Version/demo-files/demo.js, themes/clearchoice/css.OLD/icons/old-files/2nd Version/demo-files/demo.css, themes/clearchoice/css.OLD/icons/old-files/2nd Version/demo-files, themes/clearchoice/css.OLD/icons/old-files/2nd Version/demo.html, themes/clearchoice/css.OLD/icons/old-files/2nd Version/style.css, themes/clearchoice/css.OLD/icons/old-files/2nd Version, themes/clearchoice/css.OLD/icons/old-files/1st version/fonts/icomoon.woff, themes/clearchoice/css.OLD/icons/old-files/1st version/fonts/icomoon.svg, themes/clearchoice/css.OLD/icons/old-files/1st version/fonts/icomoon.ttf, themes/clearchoice/css.OLD/icons/old-files/1st version/fonts/icomoon.eot, themes/clearchoice/css.OLD/icons/old-files/1st version/fonts, themes/clearchoice/css.OLD/icons/old-files/1st version/Read Me.txt, themes/clearchoice/css.OLD/icons/old-files/1st version/selection.json, themes/clearchoice/css.OLD/icons/old-files/1st version/demo-files/demo.js, themes/clearchoice/css.OLD/icons/old-files/1st version/demo-files/demo.css, themes/clearchoice/css.OLD/icons/old-files/1st version/demo-files, themes/clearchoice/css.OLD/icons/old-files/1st version/demo.html, themes/clearchoice/css.OLD/icons/old-files/1st version/style.css, themes/clearchoice/css.OLD/icons/old-files/1st version, themes/clearchoice/css.OLD/icons/old-files, themes/clearchoice/css.OLD/icons/selection.json, themes/clearchoice/css.OLD/icons/demo-files/demo.js, themes/clearchoice/css.OLD/icons/demo-files/demo.css, themes/clearchoice/css.OLD/icons/demo-files, themes/clearchoice/css.OLD/icons/demo.html, themes/clearchoice/css.OLD/icons/style.css, themes/clearchoice/css.OLD/icons, themes/clearchoice/css.OLD/main.css, themes/clearchoice/css.OLD/main.css.map, themes/clearchoice/css.OLD/normalize.css, themes/clearchoice/css.OLD/bootstrap.css, themes/clearchoice/css.OLD, themes/clearchoice/full.php, themes/clearchoice/page_theme.php, themes/clearchoice/css/build/_navtoggle.scss, themes/clearchoice/css/build/_homepage.scss, themes/clearchoice/css/build/_forms.scss, themes/clearchoice/css/build/main.scss, themes/clearchoice/css/build/_variables.scss, themes/clearchoice/css/build/_buttons.scss, themes/clearchoice/css/build/_typeography.scss, themes/clearchoice/css/build/_mixins.scss, themes/clearchoice/css/build/_application.scss, themes/clearchoice/css/build, themes/clearchoice/css/icons/fonts/icomoon.woff, themes/clearchoice/css/icons/fonts/icomoon.svg, themes/clearchoice/css/icons/fonts/icomoon.ttf, themes/clearchoice/css/icons/fonts/icomoon.eot, themes/clearchoice/css/icons/fonts, themes/clearchoice/css/icons/Read Me.txt, themes/clearchoice/css/icons/old-files/2nd Version/fonts/icomoon.woff, themes/clearchoice/css/icons/old-files/2nd Version/fonts/icomoon.svg, themes/clearchoice/css/icons/old-files/2nd Version/fonts/icomoon.ttf, themes/clearchoice/css/icons/old-files/2nd Version/fonts/icomoon.eot, themes/clearchoice/css/icons/old-files/2nd Version/fonts, themes/clearchoice/css/icons/old-files/2nd Version/Read Me.txt, themes/clearchoice/css/icons/old-files/2nd Version/selection.json, themes/clearchoice/css/icons/old-files/2nd Version/demo-files/demo.js, themes/clearchoice/css/icons/old-files/2nd Version/demo-files/demo.css, themes/clearchoice/css/icons/old-files/2nd Version/demo-files, themes/clearchoice/css/icons/old-files/2nd Version/demo.html, themes/clearchoice/css/icons/old-files/2nd Version/style.css, themes/clearchoice/css/icons/old-files/2nd Version, themes/clearchoice/css/icons/old-files/1st version/fonts/icomoon.woff, themes/clearchoice/css/icons/old-files/1st version/fonts/icomoon.svg, themes/clearchoice/css/icons/old-files/1st version/fonts/icomoon.ttf, themes/clearchoice/css/icons/old-files/1st version/fonts/icomoon.eot, themes/clearchoice/css/icons/old-files/1st version/fonts, themes/clearchoice/css/icons/old-files/1st version/Read Me.txt, themes/clearchoice/css/icons/old-files/1st version/selection.json, themes/clearchoice/css/icons/old-files/1st version/demo-files/demo.js, themes/clearchoice/css/icons/old-files/1st version/demo-files/demo.css, themes/clearchoice/css/icons/old-files/1st version/demo-files, themes/clearchoice/css/icons/old-files/1st version/demo.html, themes/clearchoice/css/icons/old-files/1st version/style.css, themes/clearchoice/css/icons/old-files/1st version, themes/clearchoice/css/icons/old-files, themes/clearchoice/css/icons/selection.json, themes/clearchoice/css/icons/demo-files/demo.js, themes/clearchoice/css/icons/demo-files/demo.css, themes/clearchoice/css/icons/demo-files, themes/clearchoice/css/icons/demo.html, themes/clearchoice/css/icons/style.css, themes/clearchoice/css/icons, themes/clearchoice/css/main.css, themes/clearchoice/css/main.css.map, themes/clearchoice/css/normalize.css, themes/clearchoice/css/bootstrap.css, themes/clearchoice/css, themes/clearchoice/index.html, themes/clearchoice/img/why-choose-testimonial-quotes.png, themes/clearchoice/img/idx-bcg-tile-img.jpg, themes/clearchoice/img/hdr_ccgc_logo.png, themes/clearchoice/img/ftr_ccgc_logo.png, themes/clearchoice/img/nav-bg.png.old, themes/clearchoice/img/grnhse-detail-callout-cc-logo.jpg, themes/clearchoice/img/why-choose-bg.jpg, themes/clearchoice/img/nav-bg.png, themes/clearchoice/img/testimonials-quote-bg.png, themes/clearchoice/img/idx-bcg-tile-img-mobile.jpg, themes/clearchoice/img/why-choose-testimonial-img.png, themes/clearchoice/img, themes/clearchoice/thumbnail.png, themes/clearchoice/js/vendor/jquery-1.11.3.min.js, themes/clearchoice/js/vendor/modernizr-2.8.3.min.js, themes/clearchoice/js/vendor, themes/clearchoice/js/plugins.js, themes/clearchoice/js/main.js, themes/clearchoice/js, themes/clearchoice/view.php, themes/clearchoice/description.txt, themes/clearchoice/sidebar.php, themes/clearchoice/elements/html-footer.php, themes/clearchoice/elements/html-header.php, themes/clearchoice/elements, themes/clearchoice

# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - On - If blocks on the particular page allow it.
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
LiteSpeed

# Server API
litespeed

# PHP Version
5.4.33

# PHP Extensions
bcmath, bz2, calendar, Core, ctype, curl, date, dom, ereg, filter, ftp, gd, gettext, hash, iconv, imap, intl, json, libxml, litespeed, mbstring, mcrypt, mysql, mysqli, mysqlnd, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, Reflection, session, SimpleXML, soap, sockets, SPL, sqlite3, standard, tokenizer, xml, xmlreader, xmlwriter, xsl, zip, zlib.

# PHP Settings
max_execution_time - 60
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 256M
post_max_size - 8M
sql.safe_mode - Off
upload_max_filesize - 16M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 1440
soap.wsdl_cache_limit - 5

Browser User-Agent String

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.3.9 (KHTML, like Gecko) Version/9.0.2 Safari/601.3.9

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.