Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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!

    #605505

    Hi 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,
    Yigit

    #605517

    Thank you! Also, is it possible to increase the size of the excerpt on the first big post and add read more links to all?

    #605520

    Hi!

    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!
    Yigit

    #605525

    Thanks! 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”

    #605526

    Oh and is it possible to include the author name and category. in the magazine elements?

    #605534

    One 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…

    #605606

    Okay, 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?

    #605733

    Hey!

    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,
    Vinay

    #664096

    Adding to this.
    Krakers2015,
    How were you able to add pagination feature to the magazine?

    #665271

    Hi,

    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

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.