Tagged: content element, enfold, excerpt, magazine
-
AuthorPosts
-
January 28, 2015 at 12:51 pm #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
January 28, 2015 at 8:56 pm #387357I’m just replying to myself so that the post goes back on top of the forum questions…
January 29, 2015 at 6:32 pm #387876Hi 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,
YigitJanuary 30, 2015 at 10:27 am #388194I 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.
January 30, 2015 at 5:35 pm #388360Hi!
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!
YigitFebruary 3, 2015 at 12:56 pm #390023Can’t remember if I thanked you…
SO THANK YOU!!
Works perfectly.
February 3, 2015 at 2:09 pm #390060Hi!
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 -
AuthorPosts
- The topic ‘Content Element – Magazine – Curstomisation’ is closed to new replies.