pokern24org
Forum Replies Created
-
Version: 1.8.2
Thanks, that was the solution
Forum: Themes and Templates
In reply to: [GeneratePress] Change the more-tagThank you, now it works.
I took the following code.
add_filter( 'generate_content_more_link_output','tu_change_content_more_link' ); function tu_change_content_more_link() { return sprintf( '<p class="read-more-container MY-CUSTOM-CLASS"><a title="%1$s" class="r-link link text-underlined" href="%2$s">%3$s</a></p>', the_title_attribute( 'echo=0' ), esc_url( get_permalink( get_the_ID() ) . apply_filters( 'generate_more_jump','#more-' . get_the_ID() ) ), __( 'Mehr erfahren', 'generatepress' ) ); }
The only strange thing is that I already tried this out yesterday and it didn’t work.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Analaytics WPRocket ComplianzI currently use the following setting and leave the implementation of the code to SiteKit:
Question: Do you compile statistics of your website?Answer: Yes, and personal data is available to us.
That seems to be the only setting that shows me visitors under analytics.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Analaytics WPRocket ComplianzIt has changed a little.
Analytics shows a few visitors in the meantime, but actually only about 60% of the actual visitors.
However, the error displayed in the dashboard still exists.Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Adding a urlI didn’t know the article at all.
Thank you very much, everything seems to be working fine now- This reply was modified 3 years, 11 months ago by pokern24org.
Forum: Plugins
In reply to: [Glossary] fatal error on a fresh install (2.0.8)I also have the same problem:
Fatal error: Cannot redeclare DNH() (previously declared in /home/www/wordpress/wp-content/plugins/wps-hide-login/vendor/NicolasKulka/wp-dismissible-notices-handler/handler.php:629) in /home/www/wordpress/wp-content/plugins/glossary-by-codeat/vendor/julien731/wp-dismissible-notices-handler/includes/helper-functions.php on line 29
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] SEO-friendlydeleted
- This reply was modified 4 years, 2 months ago by pokern24org.