203X
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Download Monitor] Downloads not counted if IP adress not logged?If I set to “Do Not Capture IP Address” the downloads are not counted anymore. Click download button, but the counter does not +1.
- This reply was modified 5 years, 2 months ago by 203X.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Plugin kills theme layoutNo, I gave the text a lot of < br > …
So it fits. Not a clean solution, but working.Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Plugin kills theme layoutI gave the text <br> now, because it was a no go since it’s official business and society websites.
https://www.hundefreunde-ev.de
Thanks for lookin into it.
- This reply was modified 6 years, 1 month ago by 203X.
Still it gets shown at the vulnerability alerts listed in the WPScan database. Thanks for your support and work, Sir.
Forum: Plugins
In reply to: [Contact Form Email] Block cookoes dsgvoMy site does not set any cookies if ginger is in opt-in mode, it only sets 2 cookies when entering the contact page; a cookie named PHPSESSID and one called rand_code_1 – those are only set at the contact form to email page. I do not want google reCaptcha, and I do not want to disable the captcha completely. You did not really answer my question. I just wanted to know if there is a script that can be blocked to use your free version of your plugin in a way which is completely GDPR conform having ginger cookie.
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Banner Text is not savingSwitch to text mode, do not use visual mode for the editor. Then the custom text stays.
It is a bug.Forum: Plugins
In reply to: [Ninja Tables – Easy Data Table Builder] Glitch in latest chromeOK, tested it with deactivated NinjaTable and I guess I have to contact the Shariff Wrapper devs. Sorry for the false bug report and thanks for your work and support.
Forum: Plugins
In reply to: [Ninja Tables – Easy Data Table Builder] Glitch in latest chromeThanks, Sir. I was acutally in a hurry and did not think about pressing pause on the video.
Forum: Plugins
In reply to: [SlimStat Analytics] Opt-Out Links in Cookie banner disappearOK… I figured it out. The input field for the custom cookie banner does not like tags. If they are in the code, the links disappear when clicking and the script does not work as it seems.
If you want to use the slimstat cookie banner here my code for a very nice look that is very customizable. Example is from https://fatal-ld.de .
Add this to custom CSS of the theme theme (edit your colors and values)
/* buttonz class */ .buttonz { display: inline-block; padding: 0.5em 0.7em; border-radius: 4px; border: 2px solid #2E2E2E; font-weight: bold; letter-spacing: 0.0625em; text-transform: uppercase; background: #ED3E48; color: #fff; } /* button rollover */ .buttonz:hover, .buttonz:focus, .buttonz:active { background: #ff6068; color: #fff; }
And this into the custom cookie banner code field in the slimstat settings (edit your links and colors/values/text) [caution: there are invisible characters for spacing seen as tofu in some text editors!]
<p style=" -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 99999; width: 100%; position: fixed; bottom: 0; margin: auto; padding: 1em; border: 0 solid; border-top: 3px solid #ED3E48; text-align: center; -o-text-overflow: ellipsis; text-overflow: ellipsis;background: #2E2E2E; color: #FFF; font-size: 0.9em;"> This website loads content from external networks to optimize functions and the presentation. Furthermore various cookies are used e.g. to analyze and count visits.? <a href="#" class="buttonz" onclick="javascript:SlimStat.optout(event, false);" >OK</a>?<a href="#" class="buttonz" onclick="javascript:SlimStat.optout(event, true);">decline</a>?<a href="https://www.yourlinkytopinky/dataprivacy-bla/" class="buttonz">privacy statement</a></p>
CAUTION: I am no lawyer or privacy law expert. You be warned. Use with care. I am not responsible for the settings of your website.
Forum: Plugins
In reply to: [SlimStat Analytics] Really devs? Update overwrites custom CSS cookie noticeOK, thanks.
Forum: Plugins
In reply to: [SlimStat Analytics] Really devs? Update overwrites custom CSS cookie notice“All of this doesn’t justify your aggressive approach, though.” – my feedback was not nice, but it was honest. I apologized for being rude – and if it would not be a lot of work (looking for alternatives and bla bla bla) I would uninstall all of your stuff on any website I created or maintain.
- This reply was modified 6 years, 9 months ago by 203X.
Forum: Plugins
In reply to: [SlimStat Analytics] Really devs? Update overwrites custom CSS cookie noticeA plugin in my opinion should
– not just change or overwrite custom code without warning
– be tested by devs before pushing an update
– should be OK to install without testing it in a sandbox WP install
– not break stuff if customers update stuff on their own resulting in more work for the website creatorI am glad I had a backup of the code and all I had to do is log in to all my customers websites and change the code again and change minor stuff like colors, font styles, links, shapes…
If I know that your next update will destroy my code again and screws up the cookie banner for all my customers, I should really uninstall your plugin before my customers update stuff again.
Forum: Plugins
In reply to: [SlimStat Analytics] Really devs? Update overwrites custom CSS cookie noticeI calmed down now and rework all cookie hints. Sigh.
Sorry for rude output. Sometimes I am a shotgun.- This reply was modified 6 years, 9 months ago by 203X.
Forum: Plugins
In reply to: [SlimStat Analytics] Opt-Out messageYes, seems like atm it can not be deacitvated.
Last update brought bugs and breaks stuff.Forum: Plugins
In reply to: [SlimStat Analytics] Really devs? Update overwrites custom CSS cookie noticeNo. Not the additional CSS.
“Opt-out Message
In order to provide maximum flexibility to all site owners, we decided to give you full control over the message and its layout, by allowing you to specify the exact HTML markup that should be displayed on your website. Feel free to customize this code to match your website styles and layout. Use the two placeholders {{accept_url}} and {{deny_url}} for the corresponding links, with the following meaning: Accept = allow tracking, Deny = do not allow tracking.” in the plugin settings. Where users can change CSS and text for the cookie hint.EDIT: changed image host for all pics