Christian Sunderbrink
Forum Replies Created
-
This one was the option i had to change:
3) 5g firewall rules – WP Security > Firewall > 6G Blacklist firewall rules tab. Enable legacy 5G firewall protection uncheck the checkbox and save
Best regardsForum: Plugins
In reply to: [DELUCKS SEO] Update PHP7.4 -> PHP8.2 – Fatal ErrorHi,
wir haben dir die entsprechenden Stellen für PHP 8.2 optimiert.
Trotzdem sind wir noch vorsichtig und lassen die aktuelle Version als Beta stehen, bis wir weitere Nutzererfahrungen gesammelt haben.Es hat mich gefreut dir helfen zu können.
Chris
Forum: Plugins
In reply to: [DELUCKS SEO] Open Graph Daten entfernenHi avobelle,
wenn ich deinen Link aufrufe wird mir direkt eine Lösung für dein Problem angezeigt =)
add_action( 'init', function () { if(isset($plugin_dpc) && is_object($plugin_dpc)){ remove_action('wp_footer', array($plugin_dpc->getModuleInstance('professional_sharing'), 'action_printSocialMetaMicrodata'), 10); remove_action('wp_head', array($plugin_dpc->getModuleInstance('professional_sharing'), 'action_printOpenGraphMeta'), 10); remove_action('wp_head', array($plugin_dpc->getModuleInstance('basic_metadata'), 'action_printOpenGraphMeta'), 10); remove_action('wp_head', array($plugin_dpc->getModuleInstance('basic_metadata'), 'action_printVerifyMeta'), 10); remove_action('wp_head', array($plugin_dpc->getModuleInstance('basic_metadata'), 'action_printCanonicalTag'), 10); remove_action('wp_head', array($plugin_dpc->getModuleInstance('basic_metadata'), 'action_printMetaKeywords'), 10); remove_action('wp_head', array($plugin_dpc->getModuleInstance('basic_metadata'), 'action_printMetaDescription'), 10); } } );
Liebe Grüße
Forum: Plugins
In reply to: [DELUCKS SEO] Open Graph Daten entfernenHi avobelle,
freut mich, dass dir das umschreiben des Codes geholfen hat =)
Durch ein Theme-Update wird die functions.php überschrieben.
Du kannst aber ein Child-Theme erstellen und das in dessen functions.php schreiben – oder eben eine eigene Plugin-Datei (Google dich am besten ein Bisschen durch).Forum: Plugins
In reply to: [DELUCKS SEO] Open Graph Daten entfernenHi avobelle,
ich habe soeben ein paar Änderungen am Code für dich vorgenommen und die Plugin-Version 2.3.4 released.
Wenn du auf die aktuelle Version updatest kannst du über ein Plugin oder die functions.php deines Themes einzelne Ausgaben der Metatags deaktivieren.
Hier der Code – lösche einfach die Actions die du beibehalten möchtest:
if(isset($plugin_dpc) && is_object($plugin_dpc)){ remove_action('wp_footer', array($plugin_dpc->getModuleInstance('professional_sharing'), 'action_printSocialMetaMicrodata'), 10); remove_action('wp_head', array($plugin_dpc->getModuleInstance('professional_sharing'), 'action_printOpenGraphMeta'), 10); remove_action('wp_head', array($plugin_dpc->getModuleInstance('basic_metadata'), 'action_printOpenGraphMeta'), 10); remove_action('wp_head', array($plugin_dpc->getModuleInstance('basic_metadata'), 'action_printVerifyMeta'), 10); remove_action('wp_head', array($plugin_dpc->getModuleInstance('basic_metadata'), 'action_printCanonicalTag'), 10); remove_action('wp_head', array($plugin_dpc->getModuleInstance('basic_metadata'), 'action_printMetaKeywords'), 10); remove_action('wp_head', array($plugin_dpc->getModuleInstance('basic_metadata'), 'action_printMetaDescription'), 10); }
- This reply was modified 4 years, 11 months ago by Christian Sunderbrink.
- This reply was modified 4 years, 11 months ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [DELUCKS SEO] JavaScript Error in CustomizerSolved!
Forum: Plugins
In reply to: [Love/Like/Upvote Button] settings page blankI’m not sure, but maybe the new update solves this problem. Please try out and report again!
Forum: Plugins
In reply to: [Love/Like/Upvote Button] FutureHi mrkeroppi,
sorry for the late response.
The malware problem comes because of a security issue within a shared hosting. Dont worry about that, its history =)An update with a few fixes and features will be available soon.
Forum: Plugins
In reply to: [Love/Like/Upvote Button] settings page blankCan you try to edit your wp-config like this: http://wordpress.org/support/topic/issues-9?replies=2#post-4642560 and report the status?
Forum: Plugins
In reply to: [Love/Like/Upvote Button] IssuesHi dzeriho,
this notice is still showing when love-button is disabled (tested with lb version 2.0.3 and WP 3.6.1), maybe its from any other plugin!?
What ever, you can see this message which means your debug output is set on.
The love button will not work if any debug output is shown up.
Please edit your wp-config.php, search for: define(‘WP_DEBUG’, false); and replace the line with the following lines:define(‘WP_DEBUG’, false);
// Disable display of errors and warnings
define(‘WP_DEBUG_DISPLAY’, false);
@ini_set(‘display_errors’,0);This will prevent showing up messages such php notices, warnings and errors. Note that a warning or notice is not a critical error!
regards
Forum: Plugins
In reply to: [Love/Like/Upvote Button] settings page blankHi djsteveb,
which plugin verion are you talking about?
Its recommended to always update to the latest version because they are containing changes for new wordpress versions!regards
Hi strangerrj,
do you have updated the Plugin to the last version?
There is no function such “foreach” at this line in the last version.Please check wether you are using version 2.0.3 or not and give me feedback!
regards
Forum: Plugins
In reply to: [Love/Like/Upvote Button] Counter is not workingHm.. very strange :-/
Can you check the Settings page and reselect the groups on the option “Only count clicks for this groups”!?
The button will count only for the selected groups!
Forum: Plugins
In reply to: [Love/Like/Upvote Button] It doesn't work for meThank you. Plugin is working now on your wp system 🙂