fhwebdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [GDPR tools: Cookie notice + privacy] Textfeldrand ist permanent sichtbarHallo @cachegaagaa
Ich habe bereits 2 mal gefragt ob du mir einen Screenshot oder einen Link zu deiner Seite zur Verfügung stellen kannst.
Da ich keine Antwort hierüber erhalten kann und das Problem auch nicht reproduzierbar ist schließe ich den Supportfall hier.
Wenn du nicht mit dem Plugin zufrieden bist darfst du dir gerne ein anderes suchen.
Bitte behalte jedoch einen freundlichen Umgang hier im Forum.Forum: Plugins
In reply to: [GDPR tools: Cookie notice + privacy] Textfeldrand ist permanent sichtbarHallo @cachegaagaa ,
danke für deine Rückmeldung.
Du meinst vermutlich dass nach dem bestätigen ein Teil des Banners noch ersichtlich ist?
Ich konnte in meinen Testumgebungen das Problem nicht reproduzieren.
Aber stelle mir doch gerne einen Screenshot und/oder einen Link zu der betroffenen Seite zur Verfügung, dann schaue ich gerne genauer nach!But, if this code is placed by Site Kit, how can I modify it? It isn’t hardcoded in the theme.
Hello @adamdunnage , thanks for your quick reply.
Isn’t the code for the auto ads placed automatically within the site kit plugin so I cannot modify that part of code?Forum: Plugins
In reply to: [GDPR tools: Cookie notice + privacy] Validator w3.org zeigt Error Fehler anHallo,
danke für die Meldung.
Ich werde in Kürze ein Update veröffentlichen, das den Fehler behebt.Forum: Plugins
In reply to: [GDPR tools: Cookie notice + privacy] Textfeldrand ist permanent sichtbarHallo,
welches Textfeld meinst du genau?
Kannst du mir ggf. einen Screenshot und einen Link zu deiner Seite zur Verfügung stellen?Thank you for your investigations.
Right now, I only want the automatic ads only for mobile.
So, I addeddisplay: noneto all manually placed ads.
But there are still no automatic ads placed. Is this also AdSense specific and I should contact the AdSense help centre?The auto-ads are enabled on adsense level.
I have no page without manually inserted ads, because they are inserted in header and footer.
So, if there are manually inserted ads, automatic ads can not be placed?Hello Adam,
thanks for your fast reply.I have no other plugins with ads functionality installed, but I added manually some ads code snippets from google adsense.
Which ad unit code do you mean in detail so I can check?Forum: Plugins
In reply to: [Simple Local Avatars] Add alt to image@jeffpaul
Thanks for the update.
Is this repo the correct one?
https://github.com/10up/simple-local-avatarsEDIT:
I found a better solution:/* Enable ALT for Avatars */ add_filter( 'get_avatar', 'fh_set_avatar_alt' ); function fh_set_avatar_alt( $avatar ) { if( have_comments() ) { $alt = get_comment_author(); } else { $alt = get_the_author_meta( 'display_name' ); } $avatar = str_replace( 'alt=\'\'', 'alt=\'Avatar for ' . $alt . '\'', $avatar ); return $avatar; }- This reply was modified 4 years, 9 months ago by fhwebdesign.
Thanks for the quick response.
The disabling of fontawesome is working fine. I am looking forward to getting the update to disable google fonts.Forum: Plugins
In reply to: [Simple Local Avatars] Add alt to image@jeffpaul
To verify, I just tested it with the free ‘BusiCare Dark’ theme.
With this theme, I also can reproduce this problem.What are your next steps?
Forum: Plugins
In reply to: [Float menu - awesome floating side menu] Disabeling font awesome not workingHi,
I just reset the server cache and also the client cache, but the error still perists.
I am using WP version 5.8.1 and float menu version 4.0.
You can check it there: https://t1p.de/uu06EDIT: I found out why, I preloaded the font with absolute paths.
Thanks!- This reply was modified 4 years, 9 months ago by fhwebdesign.
Forum: Plugins
In reply to: [Simple Local Avatars] Add alt to image@jeffpaul
Here you go, but it’s a paid theme. It’s called ‘TM Heli’.
If you want I can setup a test environment for you.I just checked, it seems like because in the includes/class-simple-local-avatars.php, the get_simple_local_avatar() function gets called without any parameters, so the alt attribute gets defaulted to ” (as you can see in simple-local-avatars.php)
- This reply was modified 4 years, 9 months ago by fhwebdesign.
- This reply was modified 4 years, 9 months ago by fhwebdesign.
Forum: Plugins
In reply to: [Simple Local Avatars] Add alt to image@jeffpaul
Hi, thanks for your quick reply.
In the media library, an alt text is set. But, on my page, the image has an empty alt attribute.WP version: 5.8
Simple Local Avatars version 2.2.0