toma2017
Forum Replies Created
-
Forum: Plugins
In reply to: [Contextual Related Posts] How to space the thumbs out evenly?Thanks Ajay!
I got this working pretty well. I’ll post the code here in case anyone wants to have a go themselves… flex-box seemed to do the trick.
Here’s the layout in action:
https://www.homegymexperts.co.uk/reviews/whats-best-treadmill-200-can-buy.html
Here’s the CSS
.crp_related {
width: 100%;
}
.crp_related ul {
display: flex;
display: -webkit-box; /* OLD – iOS 6-, Safari 3.1-6 */
display: -moz-box; /* OLD – Firefox 19- (buggy but mostly works) */
display: -ms-flexbox; /* TWEENER – IE 10 */
display: -webkit-flex; /* NEW – Chrome */
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
width: 100% !important;
justify-content: space-between;
-webkit-justify-content: space-between;}
.crp_related ul li {
width: CALC(33% – 30px);
}
a.crp_link {
width: 100%;
}
.crp_title {
display: inline-block;
width: 100% !important;
margin: auto;
max-width: 100% !important;
border-radius: 0 !important;}
.crp_thumb {
width: 100%;
object-fit: cover;}
Forum: Plugins
In reply to: [Contextual Related Posts] Missing images since updateThanks – I looked in settings and it had been set to not show images.
Thanks for the help!
Forum: Plugins
In reply to: [Contextual Related Posts] Experiencing a Technical Issue update 3.0.0Here you go
PHP Version 7.0.32-1~dotdeb+8.1
System Linux pup214 3.14.33-grsec #7 SMP Thu Aug 20 13:08:12 EDT 2015 x86_64
Server API FPM/FastCGIForum: Plugins
In reply to: [Contextual Related Posts] Experiencing a Technical Issue update 3.0.0I can also confirm that 3.0.1 fixed the issue. Thanks
Forum: Plugins
In reply to: [Contextual Related Posts] Experiencing a Technical Issue update 3.0.0Awesome – thanks Ajay. And while I’m here, thanks for this plugin. It’s the only one I’ve found that pulls related posts in this way. And it has done wonders for me SEO.
Forum: Plugins
In reply to: [Contextual Related Posts] Experiencing a Technical Issue update 3.0.0Bit of a pointless reply…
What is the point in opening a new topic, if it’s the same issue? There’s clearly a problem in the code. I have the exact same issue as the OP. Looks like a simple problem in the mentioned php file.
Parse error: syntax error, unexpected ‘)’ in ***/wp-content/plugins/contextual-related-posts/includes/admin/help-tab.php on line 50