Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #386930

    Hello everyone.

    I switched from Avada to Enfold to Flatsome back to Enfold. I still have issues with the way some items are displayed in the shop (I need images to be the exact square size otherwise it’s a mess) but it’s definitely my favourite theme after all…

    WHY? because I love the posts grid layout and the MAGAZINE element with the offset function.

    BUT, I would love it it was even more customisable. I would like the excerpt below the main post (if I choose to put it on the left) to be longer. Also, I was wondering if would be possible to make it 3 columns and have 2 or 3 main stories? I played around with tabs, columns and all. But the magazine element is still the one that I prefer…

    Thanks.

    Max

    #387357

    I’m just replying to myself so that the post goes back on top of the forum questions…

    #387876

    Hi Max!

    Thank you for your kind words :)
    Can you please post the link to your website and a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
    P.S.: Our queue goes from the oldest posts to the newest ones, so self posting will push your post to the end of the queue :)

    Best regards,
    Yigit

    #388194

    I should have added customer support as one of the main reasons…

    Here is the pic: http://imgur.com/8tz0Kmg

    And by the way… How can I remove the “add to cart” button in a “Product Slider”?

    Many thanks.

    #388360

    Hi!

    Please add following code to Functions.php file in Appearance > Editor

    add_filter('avf_magazine_excerpt_length','avf_magazine_excerpt_new_lenght', 10, 1);
    function avf_magazine_excerpt_new_lenght($excerpt) {
    $excerpt = 100;
    return $excerpt;
    }

    I replied you here – https://kriesi.at/support/topic/hide-add-to-cart-in-product-slider-please-help/#post-388356

    Cheers!
    Yigit

    #390023

    Can’t remember if I thanked you…

    SO THANK YOU!!

    Works perfectly.

    #390060

    Hi!

    You are welcome, glad we could help :)
    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Content Element – Magazine – Curstomisation’ is closed to new replies.