Single Gallery Arrows

Permalink Browser Info Environment
Hey - Best practice to customize the arrows in the single galleries?

Type: Discussion
Status: Resolved
juddc
View Replies:
emirii replied on at Permalink Reply
emirii
Hello! You can customize the arrows on the sliders, assuming you are using the Flexslider option you can add a CSS override to your main theme CSS like so:

/* previous arrow */
.flex-direction-nav a:before  { 
    content: " ";
    display: block;
    background: url('../path-to-image/flexslider-left.png') no-repeat;
    width: 40px;
    height: 40px;
}
/* next arrow */
.flex-direction-nav a.flex-next:before  { 
    content: " ";
    display: block;
    background: url('../path-to-image/flexslider-right.png') no-repeat;
    width: 40px;
    height: 40px;


That is if you want image arrows, of course you can do the same with font arrows using font CSS & the content property.

If you want to keep the font arrows but want to change the color, etc:
/*if you want to keep font, you can customize the color and size here as well*/
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 50px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);


or if you don't want any transition:
.flex-direction-nav a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none
    -o-transition: none;
    transition: none;
}



Let me know if you had something different in mind, hope it helps, thanks!
juddc replied on at Permalink Reply
juddc
I've got a button with the classes "mfp-arrow mfp-arrow-right mfp-prevent-close".

Maybe best I just try and overwrite them in my own css?
emirii replied on at Permalink Reply
emirii
Oh! The lightbox. Yes, you can override the arrows in the light box using css:

For example if you want a solid white color arrow:
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 12px solid #fff;
    left: 3px;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 12px solid #fff;
    left: 5px;
}
.mfp-arrow {
    opacity: 1;
}


Or if you want an image background:
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: none;
    background-image: url('http://gallery57.ificouldfly.net/application/files/gallery/watermark/10/7419272424_48db0dba7c_b.jpg');
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 0px;
    border-bottom-width: 0px;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    width: 50px;
    height: 50px;
    margin-top: 0px; 
    margin-left: 0px; 
}


The arrows are buttons, so you can put border/background color (or image) or whatever CSS allows on a button. You just have to override what's already there.

Hope that helps!
juddc replied on at Permalink Reply
juddc
That worked - thanks. Important to note that if I had it in the
.ccm-page wrapper it did not work. But outside the wrapper it worked fine.

Thank you!

On 2016-04-08 8:08 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
Add and Remove Classes and IDs (0.9.5), ExchangeCore reCAPTCHA (1.1.1), GalleryES (2.4.3).

# concrete5 Overrides
blocks/search/templates/search-results/view.css, blocks/search/templates/search-results/view.php, blocks/search/templates/search-results, blocks/search/templates/header-search/view.php, blocks/search/templates/header-search, blocks/search/templates, blocks/search, blocks/page_list/templates/recent-articles-display/view.css, blocks/page_list/templates/recent-articles-display/view.php, blocks/page_list/templates/recent-articles-display, blocks/page_list/templates/news-item-display/view.css, blocks/page_list/templates/news-item-display/view.php, blocks/page_list/templates/news-item-display, blocks/page_list/templates/tags-display/view.php, blocks/page_list/templates/tags-display/tag_page_list.php, blocks/page_list/templates/tags-display, blocks/page_list/templates/top-articles-display/view.css, blocks/page_list/templates/top-articles-display/view.php, blocks/page_list/templates/top-articles-display, blocks/page_list/templates, blocks/page_list, blocks/date_navigation/templates/news-sidebar-date-navigation/view.css, blocks/date_navigation/templates/news-sidebar-date-navigation/view.php, blocks/date_navigation/templates/news-sidebar-date-navigation, blocks/date_navigation/templates, blocks/date_navigation, blocks/image/templates/news_entry/view.php, blocks/image/templates/news_entry, blocks/image/templates, blocks/image, blocks/autonav/templates/footer-navigation/view.php, blocks/autonav/templates/footer-navigation, blocks/autonav/templates/main-navigation/view.php, blocks/autonav/templates/main-navigation, blocks/autonav/templates, blocks/autonav, blocks/form/templates/product-download-form/view.css, blocks/form/templates/product-download-form/view.php, blocks/form/templates/product-download-form, blocks/form/templates/schedule-demo/view.css, blocks/form/templates/schedule-demo/view.php, blocks/form/templates/schedule-demo, blocks/form/templates/contact-form/view.css, blocks/form/templates/contact-form/view.php, blocks/form/templates/contact-form, blocks/form/templates, blocks/form, blocks/tags/templates/news-tags/view.css, blocks/tags/templates/news-tags/view.php, blocks/tags/templates/news-tags, blocks/tags/templates, blocks/tags, blocks/page_title/templates/archive.php, blocks/page_title/templates/tag_title.php, blocks/page_title/templates, blocks/page_title, blocks/topic_list/templates/news-categories/view.css, blocks/topic_list/templates/news-categories/view.php, blocks/topic_list/templates/news-categories, 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/softree/homepage.php, themes/softree/css.OLD/build/_header.scss, themes/softree/css.OLD/build/_forms.scss, themes/softree/css.OLD/build/main.scss, themes/softree/css.OLD/build/_variables.scss, themes/softree/css.OLD/build/_iconography.scss, themes/softree/css.OLD/build/_buttons.scss, themes/softree/css.OLD/build/_ddnavigation.scss, themes/softree/css.OLD/build/_type.scss, themes/softree/css.OLD/build/_mixins.scss, themes/softree/css.OLD/build/_back-to-top.scss, themes/softree/css.OLD/build/_product-detail.scss, themes/softree/css.OLD/build/_footer.scss, themes/softree/css.OLD/build/_outside-ccm-page.scss, themes/softree/css.OLD/build/_navigation.scss, themes/softree/css.OLD/build/_search-results.scss, themes/softree/css.OLD/build/_application.scss, themes/softree/css.OLD/build/_home-prod-overview.scss, themes/softree/css.OLD/build, themes/softree/css.OLD/icons/Old/Version 1/fonts/icomoon.woff, themes/softree/css.OLD/icons/Old/Version 1/fonts/icomoon.svg, themes/softree/css.OLD/icons/Old/Version 1/fonts/icomoon.ttf, themes/softree/css.OLD/icons/Old/Version 1/fonts/icomoon.eot, themes/softree/css.OLD/icons/Old/Version 1/fonts, themes/softree/css.OLD/icons/Old/Version 1/Read Me.txt, themes/softree/css.OLD/icons/Old/Version 1/selection.json, themes/softree/css.OLD/icons/Old/Version 1/demo-files/demo.js, themes/softree/css.OLD/icons/Old/Version 1/demo-files/demo.css, themes/softree/css.OLD/icons/Old/Version 1/demo-files, themes/softree/css.OLD/icons/Old/Version 1/demo.html, themes/softree/css.OLD/icons/Old/Version 1/style.css, themes/softree/css.OLD/icons/Old/Version 1, themes/softree/css.OLD/icons/Old/Version 3/fonts/icomoon.woff, themes/softree/css.OLD/icons/Old/Version 3/fonts/icomoon.svg, themes/softree/css.OLD/icons/Old/Version 3/fonts/icomoon.ttf, themes/softree/css.OLD/icons/Old/Version 3/fonts/icomoon.eot, themes/softree/css.OLD/icons/Old/Version 3/fonts, themes/softree/css.OLD/icons/Old/Version 3/Read Me.txt, themes/softree/css.OLD/icons/Old/Version 3/selection.json, themes/softree/css.OLD/icons/Old/Version 3/demo-files/demo.js, themes/softree/css.OLD/icons/Old/Version 3/demo-files/demo.css, themes/softree/css.OLD/icons/Old/Version 3/demo-files, themes/softree/css.OLD/icons/Old/Version 3/demo.html, themes/softree/css.OLD/icons/Old/Version 3/style.css, themes/softree/css.OLD/icons/Old/Version 3, themes/softree/css.OLD/icons/Old/Versions 2/fonts/icomoon.woff, themes/softree/css.OLD/icons/Old/Versions 2/fonts/icomoon.svg, themes/softree/css.OLD/icons/Old/Versions 2/fonts/icomoon.ttf, themes/softree/css.OLD/icons/Old/Versions 2/fonts/icomoon.eot, themes/softree/css.OLD/icons/Old/Versions 2/fonts, themes/softree/css.OLD/icons/Old/Versions 2/Read Me.txt, themes/softree/css.OLD/icons/Old/Versions 2/selection.json, themes/softree/css.OLD/icons/Old/Versions 2/demo-files/demo.js, themes/softree/css.OLD/icons/Old/Versions 2/demo-files/demo.css, themes/softree/css.OLD/icons/Old/Versions 2/demo-files, themes/softree/css.OLD/icons/Old/Versions 2/demo.html, themes/softree/css.OLD/icons/Old/Versions 2/style.css, themes/softree/css.OLD/icons/Old/Versions 2, themes/softree/css.OLD/icons/Old, themes/softree/css.OLD/icons/fonts/icomoon.woff, themes/softree/css.OLD/icons/fonts/icomoon.svg, themes/softree/css.OLD/icons/fonts/icomoon.ttf, themes/softree/css.OLD/icons/fonts/icomoon.eot, themes/softree/css.OLD/icons/fonts, themes/softree/css.OLD/icons/Read Me.txt, themes/softree/css.OLD/icons/selection.json, themes/softree/css.OLD/icons/demo-files/demo.js, themes/softree/css.OLD/icons/demo-files/demo.css, themes/softree/css.OLD/icons/demo-files, themes/softree/css.OLD/icons/demo.html, themes/softree/css.OLD/icons/style.css, themes/softree/css.OLD/icons, themes/softree/css.OLD/main.css, themes/softree/css.OLD/main.css.map, themes/softree/css.OLD/main.css.OLD, themes/softree/css.OLD/normalize.css, themes/softree/css.OLD/bootstrap.css, themes/softree/css.OLD, themes/softree/full.php, themes/softree/page_theme.php, themes/softree/right_sidebar.php, themes/softree/css/build/_header.scss, themes/softree/css/build/_forms.scss, themes/softree/css/build/main.scss, themes/softree/css/build/_variables.scss, themes/softree/css/build/_iconography.scss, themes/softree/css/build/_buttons.scss, themes/softree/css/build/_ddnavigation.scss, themes/softree/css/build/_type.scss, themes/softree/css/build/_mixins.scss, themes/softree/css/build/_back-to-top.scss, themes/softree/css/build/_product-detail.scss, themes/softree/css/build/_footer.scss, themes/softree/css/build/_outside-ccm-page.scss, themes/softree/css/build/_navigation.scss, themes/softree/css/build/_search-results.scss, themes/softree/css/build/_application.scss, themes/softree/css/build/_home-prod-overview.scss, themes/softree/css/build, themes/softree/css/icons/Old/Version 1/fonts/icomoon.woff, themes/softree/css/icons/Old/Version 1/fonts/icomoon.svg, themes/softree/css/icons/Old/Version 1/fonts/icomoon.ttf, themes/softree/css/icons/Old/Version 1/fonts/icomoon.eot, themes/softree/css/icons/Old/Version 1/fonts, themes/softree/css/icons/Old/Version 1/Read Me.txt, themes/softree/css/icons/Old/Version 1/selection.json, themes/softree/css/icons/Old/Version 1/demo-files/demo.js, themes/softree/css/icons/Old/Version 1/demo-files/demo.css, themes/softree/css/icons/Old/Version 1/demo-files, themes/softree/css/icons/Old/Version 1/demo.html, themes/softree/css/icons/Old/Version 1/style.css, themes/softree/css/icons/Old/Version 1, themes/softree/css/icons/Old/Version 3/fonts/icomoon.woff, themes/softree/css/icons/Old/Version 3/fonts/icomoon.svg, themes/softree/css/icons/Old/Version 3/fonts/icomoon.ttf, themes/softree/css/icons/Old/Version 3/fonts/icomoon.eot, themes/softree/css/icons/Old/Version 3/fonts, themes/softree/css/icons/Old/Version 3/Read Me.txt, themes/softree/css/icons/Old/Version 3/selection.json, themes/softree/css/icons/Old/Version 3/demo-files/demo.js, themes/softree/css/icons/Old/Version 3/demo-files/demo.css, themes/softree/css/icons/Old/Version 3/demo-files, themes/softree/css/icons/Old/Version 3/demo.html, themes/softree/css/icons/Old/Version 3/style.css, themes/softree/css/icons/Old/Version 3, themes/softree/css/icons/Old/Versions 2/fonts/icomoon.woff, themes/softree/css/icons/Old/Versions 2/fonts/icomoon.svg, themes/softree/css/icons/Old/Versions 2/fonts/icomoon.ttf, themes/softree/css/icons/Old/Versions 2/fonts/icomoon.eot, themes/softree/css/icons/Old/Versions 2/fonts, themes/softree/css/icons/Old/Versions 2/Read Me.txt, themes/softree/css/icons/Old/Versions 2/selection.json, themes/softree/css/icons/Old/Versions 2/demo-files/demo.js, themes/softree/css/icons/Old/Versions 2/demo-files/demo.css, themes/softree/css/icons/Old/Versions 2/demo-files, themes/softree/css/icons/Old/Versions 2/demo.html, themes/softree/css/icons/Old/Versions 2/style.css, themes/softree/css/icons/Old/Versions 2, themes/softree/css/icons/Old, themes/softree/css/icons/fonts/icomoon.woff, themes/softree/css/icons/fonts/icomoon.svg, themes/softree/css/icons/fonts/icomoon.ttf, themes/softree/css/icons/fonts/icomoon.eot, themes/softree/css/icons/fonts, themes/softree/css/icons/Read Me.txt, themes/softree/css/icons/selection.json, themes/softree/css/icons/demo-files/demo.js, themes/softree/css/icons/demo-files/demo.css, themes/softree/css/icons/demo-files, themes/softree/css/icons/demo.html, themes/softree/css/icons/style.css, themes/softree/css/icons, themes/softree/css/main.css, themes/softree/css/main.css.map, themes/softree/css/normalize.css, themes/softree/css/bootstrap.css, themes/softree/css, themes/softree/index.html, themes/softree/img/cd-top-arrow.svg, themes/softree/img/prod-roadeng-hero-icon-sm.png, themes/softree/img/prod-roadeng-icon.png, themes/softree/img/hdr-softree-logo.png, themes/softree/img/product-testimonial-bg.png, themes/softree/img/prod-optimal-icon.png, themes/softree/img/uploads/terrain-tools-3d-tile-img.jpg, themes/softree/img/uploads/idx-testimonial-1.jpg, themes/softree/img/uploads/optimal-logoette.png, themes/softree/img/uploads/about-map.png, themes/softree/img/uploads/optimal-roadeng-tile-img.jpg, themes/softree/img/uploads/terrain-tools-forestry-tile-img.jpg, themes/softree/img/uploads/terrain-tools-field-tile-img.jpg, themes/softree/img/uploads/roadeng-forestry-tile-img.jpg, themes/softree/img/uploads/about-main.jpg, themes/softree/img/uploads/title-bg.png, themes/softree/img/uploads/roadeng-logoette.png, themes/softree/img/uploads/roadeng-civil-tile-img.jpg, themes/softree/img/uploads/terrain-tools-logoette.png, themes/softree/img/uploads/idx-testimonial-3.jpg, themes/softree/img/uploads/idx-testimonial-2.jpg, themes/softree/img/uploads/idx-testimonial-1.png, themes/softree/img/uploads, themes/softree/img/ftr-softree-logo.png, themes/softree/img/prod-roadeng-hero-icon.png, themes/softree/img/prod-optimal-hero-icon-sm.png, themes/softree/img/prod-optimal-hero-icon.png, themes/softree/img/title-bg.png, themes/softree/img/prod-terrain-tools-icon.png, themes/softree/img/hdr-search-btn.png, themes/softree/img/prod-terrain-tools-hero-icon.png, themes/softree/img/idx-hero.jpg, themes/softree/img/prod-terrain-tools-hero-icon-sm.png, themes/softree/img/product-hero-bg.png, themes/softree/img, themes/softree/thumbnail.png, themes/softree/js/vendor/jquery-1.12.0.min.js, themes/softree/js/vendor/modernizr-2.8.3.min.js, themes/softree/js/vendor, themes/softree/js/plugins.js, themes/softree/js/main.js, themes/softree/js, themes/softree/testimonials.php, themes/softree/product.php, themes/softree/favicon.ico, themes/softree/view.php, themes/softree/description.txt, themes/softree/elements/html-footer.php, themes/softree/elements/html-header.php, themes/softree/elements, themes/softree/page_not_found.php, themes/softree, blocks/search/templates/search-results/view.css, blocks/search/templates/search-results/view.php, blocks/search/templates/search-results, blocks/search/templates/header-search/view.php, blocks/search/templates/header-search, blocks/search/templates, blocks/search, blocks/page_list/templates/recent-articles-display/view.css, blocks/page_list/templates/recent-articles-display/view.php, blocks/page_list/templates/recent-articles-display, blocks/page_list/templates/news-item-display/view.css, blocks/page_list/templates/news-item-display/view.php, blocks/page_list/templates/news-item-display, blocks/page_list/templates/tags-display/view.php, blocks/page_list/templates/tags-display/tag_page_list.php, blocks/page_list/templates/tags-display, blocks/page_list/templates/top-articles-display/view.css, blocks/page_list/templates/top-articles-display/view.php, blocks/page_list/templates/top-articles-display, blocks/page_list/templates, blocks/page_list, blocks/date_navigation/templates/news-sidebar-date-navigation/view.css, blocks/date_navigation/templates/news-sidebar-date-navigation/view.php, blocks/date_navigation/templates/news-sidebar-date-navigation, blocks/date_navigation/templates, blocks/date_navigation, blocks/image/templates/news_entry/view.php, blocks/image/templates/news_entry, blocks/image/templates, blocks/image, blocks/autonav/templates/footer-navigation/view.php, blocks/autonav/templates/footer-navigation, blocks/autonav/templates/main-navigation/view.php, blocks/autonav/templates/main-navigation, blocks/autonav/templates, blocks/autonav, blocks/form/templates/product-download-form/view.css, blocks/form/templates/product-download-form/view.php, blocks/form/templates/product-download-form, blocks/form/templates/schedule-demo/view.css, blocks/form/templates/schedule-demo/view.php, blocks/form/templates/schedule-demo, blocks/form/templates/contact-form/view.css, blocks/form/templates/contact-form/view.php, blocks/form/templates/contact-form, blocks/form/templates, blocks/form, blocks/tags/templates/news-tags/view.css, blocks/tags/templates/news-tags/view.php, blocks/tags/templates/news-tags, blocks/tags/templates, blocks/tags, blocks/page_title/templates/archive.php, blocks/page_title/templates/tag_title.php, blocks/page_title/templates, blocks/page_title, blocks/topic_list/templates/news-categories/view.css, blocks/topic_list/templates/news-categories/view.php, blocks/topic_list/templates/news-categories, 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/softree/homepage.php, themes/softree/css.OLD/build/_header.scss, themes/softree/css.OLD/build/_forms.scss, themes/softree/css.OLD/build/main.scss, themes/softree/css.OLD/build/_variables.scss, themes/softree/css.OLD/build/_iconography.scss, themes/softree/css.OLD/build/_buttons.scss, themes/softree/css.OLD/build/_ddnavigation.scss, themes/softree/css.OLD/build/_type.scss, themes/softree/css.OLD/build/_mixins.scss, themes/softree/css.OLD/build/_back-to-top.scss, themes/softree/css.OLD/build/_product-detail.scss, themes/softree/css.OLD/build/_footer.scss, themes/softree/css.OLD/build/_outside-ccm-page.scss, themes/softree/css.OLD/build/_navigation.scss, themes/softree/css.OLD/build/_search-results.scss, themes/softree/css.OLD/build/_application.scss, themes/softree/css.OLD/build/_home-prod-overview.scss, themes/softree/css.OLD/build, themes/softree/css.OLD/icons/Old/Version 1/fonts/icomoon.woff, themes/softree/css.OLD/icons/Old/Version 1/fonts/icomoon.svg, themes/softree/css.OLD/icons/Old/Version 1/fonts/icomoon.ttf, themes/softree/css.OLD/icons/Old/Version 1/fonts/icomoon.eot, themes/softree/css.OLD/icons/Old/Version 1/fonts, themes/softree/css.OLD/icons/Old/Version 1/Read Me.txt, themes/softree/css.OLD/icons/Old/Version 1/selection.json, themes/softree/css.OLD/icons/Old/Version 1/demo-files/demo.js, themes/softree/css.OLD/icons/Old/Version 1/demo-files/demo.css, themes/softree/css.OLD/icons/Old/Version 1/demo-files, themes/softree/css.OLD/icons/Old/Version 1/demo.html, themes/softree/css.OLD/icons/Old/Version 1/style.css, themes/softree/css.OLD/icons/Old/Version 1, themes/softree/css.OLD/icons/Old/Version 3/fonts/icomoon.woff, themes/softree/css.OLD/icons/Old/Version 3/fonts/icomoon.svg, themes/softree/css.OLD/icons/Old/Version 3/fonts/icomoon.ttf, themes/softree/css.OLD/icons/Old/Version 3/fonts/icomoon.eot, themes/softree/css.OLD/icons/Old/Version 3/fonts, themes/softree/css.OLD/icons/Old/Version 3/Read Me.txt, themes/softree/css.OLD/icons/Old/Version 3/selection.json, themes/softree/css.OLD/icons/Old/Version 3/demo-files/demo.js, themes/softree/css.OLD/icons/Old/Version 3/demo-files/demo.css, themes/softree/css.OLD/icons/Old/Version 3/demo-files, themes/softree/css.OLD/icons/Old/Version 3/demo.html, themes/softree/css.OLD/icons/Old/Version 3/style.css, themes/softree/css.OLD/icons/Old/Version 3, themes/softree/css.OLD/icons/Old/Versions 2/fonts/icomoon.woff, themes/softree/css.OLD/icons/Old/Versions 2/fonts/icomoon.svg, themes/softree/css.OLD/icons/Old/Versions 2/fonts/icomoon.ttf, themes/softree/css.OLD/icons/Old/Versions 2/fonts/icomoon.eot, themes/softree/css.OLD/icons/Old/Versions 2/fonts, themes/softree/css.OLD/icons/Old/Versions 2/Read Me.txt, themes/softree/css.OLD/icons/Old/Versions 2/selection.json, themes/softree/css.OLD/icons/Old/Versions 2/demo-files/demo.js, themes/softree/css.OLD/icons/Old/Versions 2/demo-files/demo.css, themes/softree/css.OLD/icons/Old/Versions 2/demo-files, themes/softree/css.OLD/icons/Old/Versions 2/demo.html, themes/softree/css.OLD/icons/Old/Versions 2/style.css, themes/softree/css.OLD/icons/Old/Versions 2, themes/softree/css.OLD/icons/Old, themes/softree/css.OLD/icons/fonts/icomoon.woff, themes/softree/css.OLD/icons/fonts/icomoon.svg, themes/softree/css.OLD/icons/fonts/icomoon.ttf, themes/softree/css.OLD/icons/fonts/icomoon.eot, themes/softree/css.OLD/icons/fonts, themes/softree/css.OLD/icons/Read Me.txt, themes/softree/css.OLD/icons/selection.json, themes/softree/css.OLD/icons/demo-files/demo.js, themes/softree/css.OLD/icons/demo-files/demo.css, themes/softree/css.OLD/icons/demo-files, themes/softree/css.OLD/icons/demo.html, themes/softree/css.OLD/icons/style.css, themes/softree/css.OLD/icons, themes/softree/css.OLD/main.css, themes/softree/css.OLD/main.css.map, themes/softree/css.OLD/main.css.OLD, themes/softree/css.OLD/normalize.css, themes/softree/css.OLD/bootstrap.css, themes/softree/css.OLD, themes/softree/full.php, themes/softree/page_theme.php, themes/softree/right_sidebar.php, themes/softree/css/build/_header.scss, themes/softree/css/build/_forms.scss, themes/softree/css/build/main.scss, themes/softree/css/build/_variables.scss, themes/softree/css/build/_iconography.scss, themes/softree/css/build/_buttons.scss, themes/softree/css/build/_ddnavigation.scss, themes/softree/css/build/_type.scss, themes/softree/css/build/_mixins.scss, themes/softree/css/build/_back-to-top.scss, themes/softree/css/build/_product-detail.scss, themes/softree/css/build/_footer.scss, themes/softree/css/build/_outside-ccm-page.scss, themes/softree/css/build/_navigation.scss, themes/softree/css/build/_search-results.scss, themes/softree/css/build/_application.scss, themes/softree/css/build/_home-prod-overview.scss, themes/softree/css/build, themes/softree/css/icons/Old/Version 1/fonts/icomoon.woff, themes/softree/css/icons/Old/Version 1/fonts/icomoon.svg, themes/softree/css/icons/Old/Version 1/fonts/icomoon.ttf, themes/softree/css/icons/Old/Version 1/fonts/icomoon.eot, themes/softree/css/icons/Old/Version 1/fonts, themes/softree/css/icons/Old/Version 1/Read Me.txt, themes/softree/css/icons/Old/Version 1/selection.json, themes/softree/css/icons/Old/Version 1/demo-files/demo.js, themes/softree/css/icons/Old/Version 1/demo-files/demo.css, themes/softree/css/icons/Old/Version 1/demo-files, themes/softree/css/icons/Old/Version 1/demo.html, themes/softree/css/icons/Old/Version 1/style.css, themes/softree/css/icons/Old/Version 1, themes/softree/css/icons/Old/Version 3/fonts/icomoon.woff, themes/softree/css/icons/Old/Version 3/fonts/icomoon.svg, themes/softree/css/icons/Old/Version 3/fonts/icomoon.ttf, themes/softree/css/icons/Old/Version 3/fonts/icomoon.eot, themes/softree/css/icons/Old/Version 3/fonts, themes/softree/css/icons/Old/Version 3/Read Me.txt, themes/softree/css/icons/Old/Version 3/selection.json, themes/softree/css/icons/Old/Version 3/demo-files/demo.js, themes/softree/css/icons/Old/Version 3/demo-files/demo.css, themes/softree/css/icons/Old/Version 3/demo-files, themes/softree/css/icons/Old/Version 3/demo.html, themes/softree/css/icons/Old/Version 3/style.css, themes/softree/css/icons/Old/Version 3, themes/softree/css/icons/Old/Versions 2/fonts/icomoon.woff, themes/softree/css/icons/Old/Versions 2/fonts/icomoon.svg, themes/softree/css/icons/Old/Versions 2/fonts/icomoon.ttf, themes/softree/css/icons/Old/Versions 2/fonts/icomoon.eot, themes/softree/css/icons/Old/Versions 2/fonts, themes/softree/css/icons/Old/Versions 2/Read Me.txt, themes/softree/css/icons/Old/Versions 2/selection.json, themes/softree/css/icons/Old/Versions 2/demo-files/demo.js, themes/softree/css/icons/Old/Versions 2/demo-files/demo.css, themes/softree/css/icons/Old/Versions 2/demo-files, themes/softree/css/icons/Old/Versions 2/demo.html, themes/softree/css/icons/Old/Versions 2/style.css, themes/softree/css/icons/Old/Versions 2, themes/softree/css/icons/Old, themes/softree/css/icons/fonts/icomoon.woff, themes/softree/css/icons/fonts/icomoon.svg, themes/softree/css/icons/fonts/icomoon.ttf, themes/softree/css/icons/fonts/icomoon.eot, themes/softree/css/icons/fonts, themes/softree/css/icons/Read Me.txt, themes/softree/css/icons/selection.json, themes/softree/css/icons/demo-files/demo.js, themes/softree/css/icons/demo-files/demo.css, themes/softree/css/icons/demo-files, themes/softree/css/icons/demo.html, themes/softree/css/icons/style.css, themes/softree/css/icons, themes/softree/css/main.css, themes/softree/css/main.css.map, themes/softree/css/normalize.css, themes/softree/css/bootstrap.css, themes/softree/css, themes/softree/index.html, themes/softree/img/cd-top-arrow.svg, themes/softree/img/prod-roadeng-hero-icon-sm.png, themes/softree/img/prod-roadeng-icon.png, themes/softree/img/hdr-softree-logo.png, themes/softree/img/product-testimonial-bg.png, themes/softree/img/prod-optimal-icon.png, themes/softree/img/uploads/terrain-tools-3d-tile-img.jpg, themes/softree/img/uploads/idx-testimonial-1.jpg, themes/softree/img/uploads/optimal-logoette.png, themes/softree/img/uploads/about-map.png, themes/softree/img/uploads/optimal-roadeng-tile-img.jpg, themes/softree/img/uploads/terrain-tools-forestry-tile-img.jpg, themes/softree/img/uploads/terrain-tools-field-tile-img.jpg, themes/softree/img/uploads/roadeng-forestry-tile-img.jpg, themes/softree/img/uploads/about-main.jpg, themes/softree/img/uploads/title-bg.png, themes/softree/img/uploads/roadeng-logoette.png, themes/softree/img/uploads/roadeng-civil-tile-img.jpg, themes/softree/img/uploads/terrain-tools-logoette.png, themes/softree/img/uploads/idx-testimonial-3.jpg, themes/softree/img/uploads/idx-testimonial-2.jpg, themes/softree/img/uploads/idx-testimonial-1.png, themes/softree/img/uploads, themes/softree/img/ftr-softree-logo.png, themes/softree/img/prod-roadeng-hero-icon.png, themes/softree/img/prod-optimal-hero-icon-sm.png, themes/softree/img/prod-optimal-hero-icon.png, themes/softree/img/title-bg.png, themes/softree/img/prod-terrain-tools-icon.png, themes/softree/img/hdr-search-btn.png, themes/softree/img/prod-terrain-tools-hero-icon.png, themes/softree/img/idx-hero.jpg, themes/softree/img/prod-terrain-tools-hero-icon-sm.png, themes/softree/img/product-hero-bg.png, themes/softree/img, themes/softree/thumbnail.png, themes/softree/js/vendor/jquery-1.12.0.min.js, themes/softree/js/vendor/modernizr-2.8.3.min.js, themes/softree/js/vendor, themes/softree/js/plugins.js, themes/softree/js/main.js, themes/softree/js, themes/softree/testimonials.php, themes/softree/product.php, themes/softree/favicon.ico, themes/softree/view.php, themes/softree/description.txt, themes/softree/elements/html-footer.php, themes/softree/elements/html-header.php, themes/softree/elements, themes/softree/page_not_found.php, themes/softree

# concrete5 Cache Settings
Block Cache - Off
Overrides Cache - Off
Full Page Caching - Off
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
LiteSpeed

# Server API
litespeed

# PHP Version
5.5.11

# 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, uploadprogress, xml, xmlreader, xmlwriter, xsl, zip, zlib.

# PHP Settings
max_execution_time - 0
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 512M
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.