Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.
<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
dmzx
Founder
Posts: 6469 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 11 Dec 2017, 19:48
Extension Name: Cookie Settings
Author: dmzx
Special thanks to: martin
Extension Description:
This extension adds some more options to the Cookie settings.
dmzx/Cookie-Settings
Screenshot:
Extension Download:
Installation:
Download the latest release.
Unzip the downloaded release, and change the name of the folder to `cookiesettings `.
In the `ext ` directory of your phpBB board, create a new directory named `dmzx ` (if it does not already exist).
Copy the `cookiesettings ` folder to `/ext/dmzx/ ` if done correctly, you'll have the main extension class at
(your forum root)/ext/dmzx/cookiesettings/composer.json
Navigate in the ACP to `Customise -> Manage extensions`
Look for `Cookie Settings ` under the Disabled Extensions list, and click its `Enable ` link.
martin
Admin
Posts: 5106 Joined: 06 Apr 2014, 16:12
Post
by martin » 12 Dec 2017, 11:19
Lets slim the bar down on desktops but normal size on mobiles.
Your need to add this code into a css file or if you use cssmagic then add this code into the css file.
Code: Select all
/* Cookie css
----------------------------------------*/
.cc-window {
height: 28px;
}
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
.cc-window {
height: auto;
}
}
/* Cookie css end
----------------------------------------*/
so bigger screens get the slim bar and any screen under 700px gets the full bar.
Selection_010.png
Live demo:
Here
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
dmzx
Founder
Posts: 6469 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 12 Dec 2017, 13:12
Added to download
max-ima
Users
Posts: 139 Joined: 25 Mar 2022, 07:11
Post
by max-ima » 25 Mar 2022, 16:33
Cookie Settings_1.0.0-Slovenian.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.