-
AuthorPosts
-
March 30, 2016 at 10:10 pm #605497
Is is possible to make everything in the magazine view bigger? I want the thumbnails and titles to be bigger and still have all the boarders line up. Thanks!
March 30, 2016 at 10:24 pm #605505Hi krakers2015!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-magazine-thumbnail { width: 85px; min-height: 85px; } .av-magazine-entry { min-height: 90px; } .av-magazine-content-wrap { min-height: 90px; } .av-magazine .av-magazine-content-wrap .av-magazine-title { font-size: 17px; }
Regards,
YigitMarch 30, 2016 at 10:35 pm #605517Thank you! Also, is it possible to increase the size of the excerpt on the first big post and add read more links to all?
March 30, 2016 at 10:40 pm #605520Hi!
Please add following code to Functions.php file in Appearance > Editor and adjust the value as needed
add_filter('avf_magazine_excerpt_length','avf_magazine_excerpt_new_lenght', 10, 1); function avf_magazine_excerpt_new_lenght($excerpt) { $excerpt = 100; return $excerpt; }
Cheers!
YigitMarch 30, 2016 at 10:52 pm #605525Thanks! Just a couple more things, is it possible to remove the boarder around thumbnails and make the thumbnails the size to where the boarder was? Also, how do I add “read more” links to each magazine element? and can I change the read more to “read article”
March 30, 2016 at 10:53 pm #605526Oh and is it possible to include the author name and category. in the magazine elements?
March 30, 2016 at 11:04 pm #605534One more thing, is it possible to add some pagination to it or a way to view more within the magazine? Sorry, I’m asking a lot…
March 31, 2016 at 4:10 am #605606Okay, so I figured everything out but how to add pagination or load more in magazine. I would like to have more load at the smaller entry size. Is this possible?
March 31, 2016 at 9:35 am #605733Hey!
Glad you got it sorted. Unfortunately load more is not an available option with the “magazine” element. Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
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/Regards,
VinayJuly 23, 2016 at 1:00 am #664096Adding to this.
Krakers2015,
How were you able to add pagination feature to the magazine?July 26, 2016 at 1:04 pm #665271Hi,
I don’t think he was able to add it to magazine. You can hire a freelance developer for this job: kriesi.at/contact/customization
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.