Gear mark to change color

Permalink Browser Info Environment
Is the gear mark for changing the color included as standard?
Since I am considering purchasing, please give me an answer.

Type: Pre-Sale
Status: In Progress
dsds
View Replies:
jordif replied on at Permalink Reply
jordif
Hi!

Thanks for your interest.

No, it is not included. That's a custom script I added to the demo site (for demo purposes only).

I could share that script with you if you are interested, but it's not included in the theme out of the box.

Cheers,
dsds replied on at Permalink Reply
dsds
Can I share it if I buy it?
Does it work with php7.2 in concrete5 8.5.2?
Thank you.
jordif replied on at Permalink Reply
jordif
Hi,

I confirm the latest version of the theme works with concrete 8.5.2 and PHP 7.3

If you need the script to add the color switcher, let me know and i'll share it with you (you can open a new support ticket or send me a private message).

Cheers,
dsds replied on at Permalink Reply
dsds
We are considering purchasing.
In that case, please tell me the gear settings.
Thank you.
jordif replied on at Permalink Reply
jordif
Hi,

this is the code I use for the demo site to a add the color switcher:

<style type="text/css">
  #color-switcher {
    width:64px;
    height: 110px;
    position:fixed;
    top: 50%;
    left: -64px;
    margin-top: -50px;
    background:#222;
    z-index: 9999;
    -webkit-transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -o-transition: 0.15s ease;
    transition: 0.15s ease;
  }


The easiest way to add it to the site, is going to Dashboard -> Tracking code, and copy-pasting it into the "Header Tracking Codes" area. This should work.

Alternatively, if you feel comfortable with code, you can add the code into a separate CSS and JS file.

Hope this helps

concrete5 Environment Information

concrete5 8.5.2

Browser User-Agent String

Chrome Edge

Hide Post Content

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

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.