GithubHelp home page GithubHelp logo

mindshape_cookie_hint's People

Contributors

can0199msh avatar featdd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

mindshape_cookie_hint's Issues

css line height

In the css-files is this snippet:

@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
    line-height: 0.8em;
  }
}

The line line-height: 0.8em; in my opinion is not useful and provoking an ugly squeezed display.
I changed it to line-height: 1.5em; by another CSS-file and think its much better readable and looking nicer too.
As it's with em, it's always relative to the current font-size and never has to be changed if the font-size is changed,

Release for TYPO3 10 LTS

It's possible to create a release / tag for the TYPO3 10 compatibility (now on dev-master).
It lets us better control the versions in our composer.json
THX!

1.0.12 - massive breaking changes...

Hi,

1.0.12 introduces a massive regressions due to the absence of the plugin. Every page where the EXT is configured manually via:

30 = USER
30 {
        userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
        pluginName = Main
        extensionName = MindshapeCookieHint
        vendorName = Mindshape
        action = cookie
        view < plugin.tx_mindshapecookiehint.view
        persistence < plugin.tx_mindshapecookiehint.persistence
    }

WILL break.

Please fix this regression and release a 1.0.13 and introduce breaking changes in a 2.0 version. This breaks any sane update policy and version constraints I'm afraid :/

Page uid of the privacy policy should be text (is currently boolean)

I changed locally on my website:
From # cat=mindshape_cookie_hint/settings; type=boolean; label=Page uid of the privacy policy
To: # cat=mindshape_cookie_hint/settings; type=text; label=Page uid of the privacy policy

After that I was able to edit a Page uid of the privacy policy.

Problem to change templateRootPath

Hi,

I have problems changing the templateRootPath. If I change this in the constants or in the setup, it has no effect.

Am I doing something wrong?

Thanks for the help!

_LOCAL_LANG Changes not work in 1.0.12

`_LOCAL_LANG.de {
hint.learnMore = Weitere Informationen.
hint.dismiss = OK
hint.message = Diese Webseite verwendet Cookies, um die Bedienfreundlichkeit zu erhöhen.
}

_LOCAL_LANG.default {
hint.learnMore = More info.
hint.dismiss = Got it
hint.message = This website uses cookies to ensure you get the best experience on our website.
}`
If i change i don't work.

body add class=cookie-padding

Hi,

the body class="cookie-padding" is perfect, but after the accepting from the Cookie-Warning, the class it´s the same.
Maybe you can hidden the class? Or a other class after the accepting from the Cookie.

if (this.options.appendToBottom) { window.addEventListener("load", function () { document.body.classList.add("cookie-padding"); }); }

Thanks

invalid HTML on 6.2

starting with version 1.0.10 the Extension does not create valid HTML code in TYPO3 6.2.
This is due to the new namespaces used in Resources/Private/Templates/Main/Cookie.html, which create an extra HTML-tag in 6.2

Session Days Settings

Can u make this JS Option for typoscript Settings?
expiryDays: 365,

We need for the new DSGVO a short Session Time.

Thanks for fast help!

Release for v10 compatibility?

Hey,

thanks for your extension, I jumped in on a website project and found this extension in use, which is really. I'd love to update the website to TYPO3 v10, and it seems like you've already done most of the work to make this extension compatible. Any chances of having a new release in TER + on packagist with TYPO3 v10 compatibility?

Thanks.
Benni.

Add CSS Files via includeCSS

Thanks for the nice Ext.
Please add the CSS Files via includeCSS
The Compress-Part dont work for the CSS Files

Thanks!

Composer Version

Hi there,
is a composer installable version planned?

Thanks
Harry

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.