gerobe
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Force SSL exept a special page or categoryCould you please explain how you did this and where you used the regex.
Forum: Plugins
In reply to: [Contextual Related Posts] Exclude on post (ID-List) does not workYes! It works with that code!
No related post displayed e.g. for my post id 9972. And they are still there on the other posts. Great! Thank you!
I marked the topic as resolved.
Forum: Plugins
In reply to: [Contextual Related Posts] Correct thumbails not usedSome additional info:
After changing the lines at first nothing had changed. I had to clear the cache of the plugin first, although there is the info that it is cleared automatically, when the settings are saved.
Than everything was correct with the correct thumbnails.
To check this I switched the code back and cleared the cache to make sure it wasn’t a caching problem, but it showed the “wrong” thumbnails again. So it was not a caching realted issue and the code changes have been necessary.
Forum: Plugins
In reply to: [Contextual Related Posts] Correct thumbails not usedYes! This did the trick and “my” correct thumbnails are shown. Thank you!
Forum: Plugins
In reply to: [Contextual Related Posts] Exclude on post (ID-List) does not workChanged the function but without success.
Forum: Plugins
In reply to: [Contextual Related Posts] Correct thumbails not usedYes, crop mode is enabled now, due to the fact, that my normal images do not reflect the thumb aspect ratio of 53*40. But it wasn’t enabled since the beginning.
No problem for me to change some code, as long as I don’t have to change it with every update.
Forum: Plugins
In reply to: [Contextual Related Posts] Exclude on post (ID-List) does not workAnything I can do to help?
Forum: Plugins
In reply to: [Contextual Related Posts] Correct thumbails not usedI changed the value to “thumbnail”, but still the thumbnail is not used.
Forum: Plugins
In reply to: [Contextual Related Posts] Correct thumbails not usedHere is the list
thumbnail 53x40px
medium 220x165px
large 800x600px
vollebreite 532x200px cropped
wptouch-new-thumbnail 144x144px cropped
crp_thumbnail 53x40px croppedForum: Plugins
In reply to: [Contextual Related Posts] Exclude on post (ID-List) does not workNo, this did not work. I changed the line, but the list is still there. It uses the large image and html-scales it down.
Forum: Plugins
In reply to: [Contextual Related Posts] Correct thumbails not usedI just noticed, that there still is a field “Post thumbnail meta field name:”. In my case the entry was “post-image”. When I change this value to “crp_thumbnail”, the thumbnail created by the plugin is shown!
But I want “my” better thumbnail to be shown. I added “thumbnail”, but this did no change anything. What is the correct meta-value of the normal thumbnail? Maybe if I enter this value, it will show “my” normal post-thumbnail.
Forum: Plugins
In reply to: [Contextual Related Posts] Exclude on post (ID-List) does not workI turned the automatic adding on for posts with an interesting result:
The normal posts showed the list twice now (one from the automatic adding and the other from the template function).
The excluded posts still showed the list once (the one from the template function).
So the auto-adding seems to look for the setting and the template function won’t.
Forum: Plugins
In reply to: [Contextual Related Posts] Correct thumbails not usedAdditional thoughts:
The plugin should look in the WP-Settins, if the thumbnail size is the same as in the plugin-settings. If this is the case, there is no need to create a second thumbnail and the plugin should use the existing one.
Or there should be an option “Use existing post thumbails”. If this is selected the plugin should use the existing post thumbnails and not create new ones.
Forum: Plugins
In reply to: [Contextual Related Posts] Exclude on post (ID-List) does not workI use
<?php if(function_exists('echo_ald_crp')) echo_ald_crp(); ?>in my template.
In the settings I entered the ids
18107,9972in the field “Exclude display of related posts on these posts / pages”. But when I open the post with the id 9972 a list of related posts is still displayed.Forum: Plugins
In reply to: [Contextual Related Posts] Correct thumbails not usedThis new way isn’t perfect for me at all.
Because my “normal” thumbnail have exact the same size as the ones I use for the related post display. The result is, that I now have a second thumb named “crp_thumbnail” with the exact size as my normal post thumbnails already have.
Second: Normally my thumbails are not only smaller versions of the post image. With the plugin “Post Thumbnail Editor” I carefully choose the part of the image for the thumbnail.
So in my case I do not need another thumbail. I would like to use my already existing ones with the manually chosen picture area.