vscoworkspace
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Related Posts] Upgrade to 1.6.5 has broken the related postsAh, yes thanks for pointing that out, it appears we are hooking the
crp_output_list_itemfilter (new code to me!) to wrap the contents of$relationpermalink, feature_image and title in our own classes. It looks like the output helper has changed so maybe this format is no longer valid…Thanks for your help
Forum: Plugins
In reply to: [Custom Related Posts] Upgrade to 1.6.5 has broken the related postsJust started looking through the diff between 1.3 and 1.6.5, seems that you changed the way options are stored? Could that be related to this issue?
Forum: Plugins
In reply to: [Custom Related Posts] Upgrade to 1.6.5 has broken the related postsAppreciate the fast response! So unfortunately I’m unable to provide you access to our staging site right now but happy to share other details here or screenshots if that helps? Software developer as well so happy to discuss specific code if needed.
What I can say is we’re strict with updates so the only thing updated was this plugin. There are no errors in the wordpress debug.log and the console shows no js errors on page.
On version 1.6.5 the shortcode just outputs empty html, like this:
<a class="crp-list-item-container col-sm-6" href=""><div class="crp-feature-image-container crp-feature-image-container--no-image"></div><div class="crp-list-item-title"></div></a>whereas on 1.3 we get the correct urls and images inserted here.
Let me know if I can provide any other specifics information.