Toengel
Forum Replies Created
-
Hi,
it’s a single site and I’m the administrator…
However, I just solved it: I deactivated the plugin and reactivated it afterwareds… then I could access it and also the option menu re-appeared…
Thanks,
Alex
Hi,
thanks… I added the following code:
function pre_append_this($content) { $content = do_shortcode('[ratemypost]') . $content; $content = $content . "<p class=\"recaptchav3\">Die Bewertung des Beitrags ist durch reCAPTCHA geschützt und es gelten die <a href=\"https://policies.google.com/privacy\" target=\"_blank\">Datenschutzbestimmungen</a> und <a href=\"https://policies.google.com/terms\" target=\"_blank\">Nutzungsbedingungen</a> von Google.</p>"; return $content; } add_filter('the_content','pre_append_this');
However, on my startpage I have now a rating on top of the first post (which is not bad), but not on the other excerpts…
So… how can I remove this? I’m wondering, cause the “appended” stuff is visible in alle excepts…
Alex
Hi,
your filter does not seem to be working on AMP pages… is there a different one?
Toengel@Alex
Hi,
this is working now…
However, I have an issue now with my example page:
I have
– 1 image stored in my media gallery
– 3 images stored externallyWhen I now click on the first image, I cannot view/slide the external 3 ones in the FooBox. When I click on one of the 3 external images, I can slide between all 3 external ones, but the one stored on my media gallery is “missing”.
Can this be solved?
Toengel@Alex
Hi,
I think, I found the “issue”…
The FooBox isn’t working with “individual links” or “image link” – only with “media link”…
Is there any possibility to have FooBox working with external URL links (images hosted on a different server)?
I like to have FooBox working in the following szenario:
– on blog post: different-server\image-standard-resolution.jpg
– when clicking on that image (FooBox): different-server\image-high-resolution.jpgMy example page:
1st image is stored in the blog image gallery
2nd/3rd images are stored externallyToengel@Alex
Forum: Plugins
In reply to: [Schema Default Image] Schema->Types->Post->Choose Image = not workingHi,
well – it’s not working in Firefox 63.0.1 (64-Bit)… but it’s working on MS Edge…
Toengel@Alex
Hi,
AWESOME – you made my day!
Toengel@Alex
Forum: Plugins
In reply to: [Social Media Auto Publish] PHP 7 Support?Hi,
it there any release date, where the fixes are included?
Alex
Forum: Plugins
In reply to: [bbPress GDPR] Add Checkboxes (GDPR) to comment formHi,
where?
Alex
Hi,
this issue is still not fixed – even with plugin version 2.1.1: Fix: Insecure content over https issue is fixed.
Please see my post above!
Toengel@Alex
HI,
I have the same issue… when I try the solution (offered in the first link) and I chose the mystery man, the mixed-content-error is gone, but then I have again dependencies to gravatar servers… So, why should I use WP User Avatar, if I cannot get rid of gravatar?
The problem starts, when I activate the checkbox to deactivate gravatar and to use local avatars… Then my user avatar is loaded from:
https://secure.gravatar.com/avatar/14119858560729fa6c39a3af0c021f5c?s=24&d=wp_user_avatar&r=g
(the avatar should be in the circle to the left of the username (Toengel))
Alex
Forum: Plugins
In reply to: [WP-PostRatings] Add Image Dimensions to rating imagesHi,
so there is no possibility to retrieve the dimensions of the rating images automatically?
https://php.net/manual/en/function.getimagesize.php
Alex
Forum: Plugins
In reply to: [Shariff Wrapper] Bug in Kombination mit Youtube-PluginTachchen,
dasselbe Problem macht im übrigen auch das Plugin Boxzilla… aber mit hideshariff gehen die Buttons weg. Danke für den Tipp!
Toengel@Alex
Forum: Plugins
In reply to: [bbPress Toolkit] error log filling up with bbptoolkit.css errorHi,
/bbp-toolkit/css/bbptoolkit.css
if you take a look at /bbp-toolkit/includes/gen-css.php line 62…
file_put_contents(BBPT_PLUGIN_DIR.’/css/bbptoolkit.css’, $fullcss, LOCK_EX);
…you see, that the code tries to change the bbptoolkit.css – but with 644 one does not have the rights to change that file…
Toengel@Alex
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] PHP 7.1 Compatibility ErrorHi,
great! Thanks a lot…
Alex