-
AuthorPosts
-
January 11, 2019 at 12:49 pm #1052729
Hi There.
We are using plugin Search & Filter Pro to filter some products. To show the results list we use the following code:
<p><span><?php the_title(); ?></span> - <?php the_excerpt(100); ?> <a href="<?php the_permalink(); ?>">Weiterlesen</a></p>The problem is, that the theme is doing a shortening by intercepting the excerpt function. So AFTER you do a filtering, the result is truncated.
What can we do?
Thanks,
TFJanuary 12, 2019 at 4:26 pm #1053151Hey elbnetz,
Have you contacted the plugin developer to ask them about it?
Best regards,
BasilisJanuary 14, 2019 at 9:54 am #1053588Sure,
They gave me the tip, that it is the theme truncating the excerpt.Cheers,
ThorstenJanuary 14, 2019 at 6:42 pm #1053770Hi Thorsten,
You can use the function here to specify the excerpt length:
https://kriesi.at/support/topic/default-excerpt-length-for-grid-layout/#post-122813If you need further assistance please let us know.
Best regards,
VictoriaJanuary 15, 2019 at 9:56 am #1054027Hi Victoria,
Thanks for the code, but there is no change, I am afraid.
Cheers,
ThorstenJanuary 15, 2019 at 6:19 pm #1054231Hi Thorsten,
Could you please attach some screenshots of the issue?
Best regards,
VictoriaJanuary 16, 2019 at 9:41 am #1054507Victoria,
please follow the link and start to filter. The moment you select any filter the you will see the result.
Thanks!
ThorstenJanuary 18, 2019 at 5:17 pm #1055516Hi elbnetz,
I looked through the theme files and did not see the theme truncating the excerpt, the code block renders whatever code you put in there. You might want to revisit the plugin code.
Best regards,
VictoriaJanuary 21, 2019 at 12:43 pm #1056582This reply has been marked as private.January 22, 2019 at 1:28 am #1056970Hi,
Unfortunately we do not support all available plugins, so it makes sens that we need the plugin author to make their plugin work our theme :)
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.
