anyway
Forum Replies Created
-
Forum: Plugins
In reply to: [Antispam Bee] The plugin passes spamSame here. I’ve got a huge amount of russion spam last days. Please fix the filters! Thanks!
Forum: Plugins
In reply to: [Contextual Related Posts] Excerpt link does not seem to work anymoreI don’t know why, but unchecking, saving and rechecking “Show post excerpt in list?” helped. The function works again.
Forum: Plugins
In reply to: [Responsify WP] Output specific custom images sizesHi Stefan,
thanks for coming back to my post. In the meantime I experimented a bit with hardcoding the picture element, and it seems to work fine, so far:
<picture> <img sizes="(max-width: 414px) 100vw, (max-width: 768px) 100vw, (max-width: 1600px) 100vw, 100vw" srcset=" <?php echo get_the_post_thumbnail_url($post_id, 'headerpic-small'); ?> 415w, <?php echo get_the_post_thumbnail_url($post_id, 'headerpic-medium'); ?> 768w, <?php echo get_the_post_thumbnail_url($post_id, 'headerpic-large'); ?> 1200w" src="<?php echo get_the_post_thumbnail_url($post_id, 'headerpic-large'); ?>" alt="Headerimage"> </picture>
This of course has nothing to do with your plugin and besides, I’m not sure if that really should be done that way. Anyway, the expected images appearing now.
Forum: Plugins
In reply to: [Contextual Related Posts] Excerpt link does not seem to work anymoreThanks for your reply.
I have a link around the headline and the image. The excerpt is there, but the link does not surround it anymore:
<span class="crp_excerpt">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</span>
It’s not a caching problem.
Forum: Plugins
In reply to: [Responsify WP] Output specific custom images sizesHi Stefan,
thanks for the quick reply!
> The code looks fine to me. What does it output? A regular <img>or is it a <picture> element?
I testet both, and both didn’t work.
> Have you tried turning on the debug mode?
Yes today I did, but there is no error message.
> Are you sure the images is available in those sizes?
Yes, the images are there, the srcset isn’t available.
But good to know that I’m using the right codesnippet. I’ll test a little more, next days. Out of the box, the plugin is working pretty fine, it’s just because the custom sizes.
Thank you for your time!
Forum: Plugins
In reply to: [NS Comment Validator] Comment validation message is not translatableAt first I thought it may be because of the special characters (German), but it’s the same, when I leave your original message (with new installation of the plugin)…
this:
comment:{ required : 'Please enter comment!!', minlength : jQuery.format('Please enter at least {0} characters.') }
echos that:
This field is required.
Edit:
And even, when I change the text inside the
ns-comment-validator.phpForum: Plugins
In reply to: [Contextual Related Posts] Wrapping the entire crp_inner into permalinkOkay, thats a bit too high for me at the moment, but I’ll dive more into it next days. Maybe I can figure out, how that works. Thank you for your help!
Forum: Plugins
In reply to: [Contextual Related Posts] Wrapping the entire crp_inner into permalinkOh sorry, I wrote that myself into the “HTML to display before each list item:” area. Thats really embarrassing :-/
Nevertheless… what I need ist an anchor that surrounds the whole single excerpt item so that the title, the thumbnail and the except text is clickable as one item. Here is my html so far:
<div class="crp_inner"> <a href="permalink" class="crp_title">Headline</a> <a href="permalink"> <img src="" alt="" title="" class="crp_thumb crp_featured" height="175" width="260"> </a> <span class="crp_excerpt"> <a href="parmalink">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</a> </span> </div>
In that example every element of the excerpt has it’s own anchor. I hope it is clearer now what I’m trying to achieve, sorry again and thank you for your time!
Forum: Plugins
In reply to: [Contextual Related Posts] Wrapping the entire crp_inner into permalinkSorry for being not clear enough.
<a href=""> <div class="crp_inner"> </div> </a>
The entire excerpt clickable.
Forum: Plugins
In reply to: [Contextual Related Posts] More-Link at the end of the excerptThis works, thanks!
Forum: Plugins
In reply to: [Contextual Related Posts] More-Link at the end of the excerptI tried something like this, but it doesn’t work:
function filter_crp_excerpt( $excerpt, $id ) { return $excerpt . '<a href="' . get_permalink( $id ) . '">more</a>'; } apply_filters( 'filter_crp_excerpt', 'crp_excerpt', 10, 2 );
Forum: Reviews
In reply to: [Yoast SEO] Site hacked because of this moduleI use the plugin with 12 client systems. I’ll will kick it out now everywhere and replace it with “All In One SEO”.
Thanks for your answer! Okay, I (and probably some other people) look forward to it ??
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] sitemap xml genrerate an encode errorCould solve it. Just save your last post again (without changes). That updates the sitemap. Worked for me.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] sitemap xml genrerate an encode errorSame problem here.