PascalBajorat
Forum Replies Created
-
Hey, sorry to hear that but good to know. I did not notice this till now.
I will remove the redirect in the future.
@swetakumari hey, thanks for your reply.
I mean for example this styles:
https://www.dropbox.com/s/s1d3173nsid8bls/Bildschirmfoto%202021-04-26%20um%2010.13.22.png?dl=0The border settings are visible in the preview but not in the content at the website. We’re loading the content with the following code:
setup_postdata( $design_element ); the_content(); wp_reset_postdata();For example:
This is the block in the preview:
https://www.dropbox.com/s/uin4lk662a0qh3h/Bildschirmfoto%202021-04-26%20um%2010.19.48.png?dl=0And this is how it looks like at the website after loading with the code above:
https://www.dropbox.com/s/g89h1qxucr2btp3/Bildschirmfoto%202021-04-26%20um%2010.20.35.png?dl=0Hey,
you can disable the feature for specific pages or post_types:
function my_is_optimization_allowed( $is_optimization_allowed, $data ) { // You can use any conditional tag you need: https://codex.wordpress.org/Conditional_Tags // Examples: // disable for a specific Post ID if( get_the_ID === 'XX' ) { $is_optimization_allowed = false; } // disable for post type page if( get_post_type() == 'page' ) { $is_optimization_allowed = false; } return $is_optimization_allowed; } add_filter( 'is_optimization_allowed', 'my_is_optimization_allowed', 20, 2 );Forum: Plugins
In reply to: [Analytics Germanized for Google Analytics (GDPR / DSGVO)] No Sales TrackedHey Tobias,
the plugin does not automatically tracks the sales event, it will only enable the components in the tracking code.
You need to add the Event code, have a look here:
https://developers.google.com/analytics/devguides/collection/gtagjs/ecommerceForum: Plugins
In reply to: [PB SEO Friendly Images] Issue with HTML and ComplianzHey,
sure let’s talk about that, but your email was removed here.
You can drop us a line here: https://www.bajorat-media.com/en/contact/contact-form/kind regards
PascalForum: Plugins
In reply to: [PB SEO Friendly Images] Do these meta keys belong to pb seo plugin?Hey,
I can’t remember, that we have ever used one of these meta keys …
I think they’re not from our plugin.Hi,
dafür gibt es nur den Link welcher nach erster Bestätigung als kleiner Button eingeblendet wird.
Eine andere Art den Dialog erneut zu öffnen gibt es aktuell nicht.
Danke
Hallo,
wir haben für Multisites keine gesonderten Funktionen implementiert. Wenn das Plugin auf beiden Seiten aktiv ist, sollte es auch auf beiden Seiten eigene Einstellungen geben.
Da gibt es keine Haupteinstellung oder ähnliches. Wäre mir auch von keiner MU Seite bekannt auf welcher wir das Plugin selber nutzen.
Mit freundlichen Grüßen
PascalHey, danke für die Infos. Ich vermute jedoch eher etwas im Bereich Caching, gerade wenn es sich jetzt nicht mehr reproduzieren lässt.
Sollte es dahingehend doch noch einmal Auffälligkeiten geben, sag gerne Bescheid.
Yes G and UA is the same but you need to use the Site-Tag as mode
I’m not sure why you see this, but we do not use Google Fonts in the frontend or Bootstrap via MaxCDN. So I think this message is not really related to GA Germanized.
The cookieconsent-js-after inline-script is only wrapping the needed configs for the cookie consent. But those scripts could be modified by your settings or via hooks. Depending on your settings or other plugins this could contain other content than usual.
Forum: Plugins
In reply to: [PB SEO Friendly Images] This plugin interferes with the dokan pluginPlease check the link and disable the plugin functions for all pages with conflicts.
Forum: Plugins
In reply to: [PB SEO Friendly Images] %media_alt and %media_title showing post titleHey there,
@gjefle sorry, I’ve not seen your reply.
We investigate in this case and work on the problem. We will release an update in the next weeks.
kind regards
PascalForum: Plugins
In reply to: [PB SEO Friendly Images] This plugin interferes with the dokan pluginHey,
I’ve never tested it with Dokan, but there are some hooks to control the plugin and remove functions for specific pages:
https://codecanyon.net/item/seo-friendly-images-pro-for-wordpress/19296704/supportkind regards
Pascal