-
AuthorPosts
-
August 4, 2016 at 7:54 pm #668709
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?
August 7, 2016 at 5:35 am #669383Hi 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,
RikardAugust 9, 2016 at 6:26 pm #670469Hi,
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,
RussAugust 12, 2016 at 4:40 pm #671890Hi,
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,
YigitAugust 16, 2016 at 12:31 pm #673153Thanks!
August 16, 2016 at 12:35 pm #673159Hi!
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 -
AuthorPosts
- The topic ‘Links Shortening with Masonry’ is closed to new replies.
