WebberZone
Forum Replies Created
-
I just took a look at your site. It seems like the plugin is pulling out either the 100×150 or 150×100 image. What are the thumbnail settings that you’ve chosen in the Top 10 settings page in the admin area. Have you left the widget setting blank?
You might need to update / regenerate images using a plugin. I prefer OTF Regenerate Thumbnails (you can install this via the settings page as well)
A quick fix is to force the image to be square using the following CSS code in the Custom styles box.
.tptn_thumb { height: 150px !important; width: 150px !important; }
You cannot do this currently with the plugin. It’s potentially possible to do this with some filters but it isn’t a simple piece of code.
Forum: Plugins
In reply to: [Contextual Related Posts] Limit related posts to the same post type?That’s actually what I have planned, but it’s going to be part of a paid addon. Don’t tell anyone ??
Do consider writing a review for the plugin.
Forum: Plugins
In reply to: [Contextual Related Posts] Limit related posts to the same post type?Check out this gist. You’ll need to add it to your functions.php
The best way to achieve that is to enable seamless mode and then the plugin fully integrates with your theme, assuming your theme displays the results with thumbnails.
Forum: Plugins
In reply to: [Contextual Related Posts] Manual posts not showing on PagesThanks for confirming!
Hi, I’ve been going through old posts and realised I never got back to you on this one. Did you resolve this / disable the plugin?
Forum: Plugins
In reply to: [Contextual Related Posts] Manual posts not showing on PagesThanks. That would be useful. Drop me a line there.
However, note that I’m very reluctant to work on production sites. Please make sure you take a full backup of the database and the files first.
Forum: Plugins
In reply to: [Contextual Related Posts] Manual posts not showing on PagesI don’t see anything wrong with the settings which is strange. Can you check that instead of the Widget, if you use the “Automatically insert” option then what exactly shows.
Also, disable the cache and check again?
Forum: Plugins
In reply to: [Contextual Related Posts] How to center the resulting related postsThank you for confirming
Forum: Plugins
In reply to: [Contextual Related Posts] How to center the resulting related postsTry this CSS in the custom styles box
.crp_related { margin-left: auto; margin-right: auto; display: table; }
Forum: Plugins
In reply to: [Contextual Related Posts] Manual posts not showing on PagesCan I see a screenshot of the widget settings. What post types are selected and what are the manual posts you’ve set up. e.g. are pages selected?
Forum: Plugins
In reply to: [Better Search - Relevant search results for WordPress] Messed up footerPlease see this post: https://www.ads-software.com/support/topic/template-loading-proplem?replies=4#post-8016555
I plan to be changing this in the next version of the plugin as your developer stated above.
Forum: Plugins
In reply to: [Contextual Related Posts] Manual posts not showing on PagesWhat do you see. Could it be the cache which needs clearing?
I am not able to duplicate this in my tests. The manual posts work on pages and posts and custom post types
Forum: Reviews
In reply to: [Contextual Related Posts] Lots of featuresThank you for the review!