I recently designed a website using Enfold but am having a huge problem when using the Link page format together with Masonry. Here is the site I put together: http://janecornwell.com/
The problem occurs on the home page, on the masonry section, when showing any page using the Link page format, where the link is always shortened to 60 characters.
So, for instance on a recent post the client wanted to use this link (http://www.standard.co.uk/goingout/music/kandace-springs-interview-before-i-went-onstage-i-heard-prince-had-died-i-wore-his-leather-jacket-a3283651.html) with the Link page format. However, when it shows on the homepage in the Masonry section the link is shortened to http://www.standard.co.uk/goingout/music/kandace-springs-int, which obviously leads nowhere.
What is causing this and what can be done to resolve the problem?
Hi slaterino,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Thanks,
Rikard
Hi,
Not a problem at all. Please find all the details you need in the Private Content section.
Let me know if you need anything else from me.
Best,
Russ
Hi,
Please add following code to Functions.php file in Appearance > Editor
add_filter( 'avf_masonry_excerpt_length', 'masonry_excerpt_length');
function masonry_excerpt_length() {
$excerpt = 200;
return $excerpt;
}
Best regards,
Yigit
Thanks!
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit