PascalBajorat
Forum Replies Created
-
Forum: Plugins
In reply to: [PB SEO Friendly Images] Banner advertisements in /wp-adminNo, only for you and only once directly after the installation or this recent update.
Forum: Plugins
In reply to: [PB SEO Friendly Images] Banner advertisements in /wp-adminHi Jon,
thank you for your feedback.
The banner is dismissable, haven’t you the close icon in the upper right corner? And the banner will not be shown in the pro version, if you use the plugin for your client’s maybe you want to support us with the pro version.
Generally: The banner will be reduced. Currently, it’s only visible once in your lifetime. After you’ve closed it, it will not show up again.
kind regards
PascalForum: Plugins
In reply to: [PB SEO Friendly Images] Conflicts with ACF Pro (WYSIWYG / Textarea)Will be released next week. If you have urgent problems with the plugin please downgrade it. Old versions are available in the Development section here at wordpress.org:
https://wordpress.org/plugins/pb-seo-friendly-images/advanced/
Scroll down to “PREVIOUS VERSIONS”
Forum: Plugins
In reply to: [PB SEO Friendly Images] Conflicts with Ultimate MemberThe plugin is using DomDocument a PHP standard library. I think that can’t handle JavaScript Templates for React or Angular inside the HTML.
Forum: Plugins
In reply to: [PB SEO Friendly Images] Conflicts with ACF Pro (WYSIWYG / Textarea)Thx for your bug report and investigation, I will check that!
Forum: Plugins
In reply to: [PB SEO Friendly Images] Banner advertisements in /wp-adminThank you for your feedback and rating.
Forum: Plugins
In reply to: [PB SEO Friendly Images] Conflicts with Ultimate MemberHey,
you can simply exclude your page with a filter, change XXX with your Post Id:
function custom_is_optimization_allowed($val, $data) { if($data['post_id'] == 'XXX') { return false; } return $val; } add_filter('is_optimization_allowed', 'custom_is_optimization_allowed', 10, 2);Sorry to hear that, but no hacker will integrate a banner with a cross-button to close the ad. The plugin is completely free and we do not ask for donations.
A simple banner that only appears once in a lifetime is the only monetization of our own plugin, that we keep up to date and add new features for free.
There are a lot of other plugins with mostly the same banners too.
If you do not like it, we respect your perspective and rating. We do not earn money with the plugin, we only have work with it. Feel free to use any other plugin instead of ours if you are really annoyed by a one-time banner.
you need to use .cc-revoke with !important for your attributes.
Hi,
es gibt einen Filter um die Funktion anzupassen bzw. auch abzuschalten:
add_filter('gag-onstatuschange', function(){ return 'function(){}'; });Hallo,
der Shortcode gibt nur einen einfachen Link (A-Tag) aus, mehr passiert tatsächlich nicht.
Ich wüsste auf Anhieb nicht wie das im Elementor Probleme verursachen sollte.
LG
PascalHi Julian,
es sollten bei Opt-In nur die jeweils notwendigen Scripte geladen werden.
Genau das ist ja auch der Sinn des Opt-Ins.Es sollten daher maximal die Cookie Notice Scripte und Styles mitkommen.
Hallo,
dafür gibt es auch keine Einstellung 😉
Die Cookie-Nachricht bleibt automatisch bis der Nutzer eine Entscheidung trifft.Wenn das nicht so ist, wird das Plugin durch etwas anderes auf deiner Seite gestört. In dem Fall ggf. einmal Theme wechseln und andere Plugins deaktivieren.
LG
PascalHi Richard,
thank you for this Feedback, our plugin is a complete solution and to fully opt-out from GA it’s also important to work with the UA ID.
If you do not use GA and only need to use the Cookie Banner, you can also use XXXXXXXXXXX for the UA-ID.
But I recommend to use the correct ID with Opt-Out Link if you use GA.
Kindly
PascalHey,
yes, you need to style that button with CSS, maybe use !important to override existing styles.
Everything else could be styled directly in the settings, only the button has a default style.
kindly
Pascal