justhere1319
Forum Replies Created
-
Forum: Plugins
In reply to: [SmartCrawl SEO checker, analyzer & optimizer] WP7 breaks linking in editor<?php
/**
* Plugin Name: Fix SmartCrawl LinkControl WP7
*/
add_filter( 'script_loader_tag', function( $tag, $handle, $src ) {
if ( strpos( $src, 'wds-link-format-button' ) !== false ) {
return '';
}
return $tag;
}, 10, 3 );This MU helps until official fix
Forum: Plugins
In reply to: [Advanced Ads – Ad Manager & AdSense] Fatal error in Ads Quick EditThis should fix it.
open your
quick-edit.phpfile and navigate to line 26. Replace the existing line with this corrected version:<?php \AdvancedAds\Admin\Ads\Quick_Bulk_Edit::print_date_time_inputs(); ?>By adding
Ads\to the path, you are telling WordPress exactly where the missing class is located. The error will disappear instantly once you save and upload the file back to your server.- This reply was modified 1 month ago by justhere1319.
You seem very capable of finding solutions. Well done! I have a specific error whereby posts that have already been reported are still in the ‘Create a notice to TOM’ list, while many that could be reported are not shown, which makes one-click reporting impossible. There is a massive difference between the plugin and TOM.
Could you find a solution? THX
Forum: Plugins
In reply to: [VG WORT METIS] Pixel is loaded lazily in WordPress 6.9Great thx …
Forum: Plugins
In reply to: [VG WORT METIS] Sichere Übertragung von Blogbeiträgen inkl. WortmarkenI was able to speak to the developers. They say that the plugin is still in development, but at least not a priority. Basically it works and counts correctly (I can confirm this), some features are missing and will be implemented later. The next update is expected in the second half of 2024.
Forum: Plugins
In reply to: [VG WORT METIS] Manuell Zuweisung / Scan ErrorDas Scannen geht zwar weiterhin nicht, aber das Zählpixel taucht im Quellcode auf, sobald man das alte Plugin abschaltet.
Forum: Plugins
In reply to: [VG WORT METIS] Manuell Zuweisung / Scan ErrorHab jetzt mal angefangen, alles händisch zuzuordnen. Was dabei auffällt ist, dass bei der händischen Zuordnung das Zählpixel nicht im Quellcode der Seite eingefügt wird. Sobald man Worthy irgendwann abschalten sollte, wäre es da also weg.
Dieser Import und Zuordnung scheint bis jetzt eher der Sache zu dienen, dass man die Meldung später per Klick machen kann und Zählpixel nicht versehentlich doppelt vergeben werden.
Ist das so korrekt?