[magnolia-dev] Magnolia imaging crop focus points

2016-09-14 Thread Simon (via Magnolia Forums)
Hey guys, Currently the magnolia imaging module cropping and resizing is working very nicely for us. I'm implementing responsive images, but would like responsive header images as well (which means I want to set a focal point on the images) --> for example; focus on top right and then crop

[magnolia-dev] Re: Using RichText in MultiValueField Issue

2016-03-19 Thread Simon (via Magnolia Forums)
Composite fields in multivaluefields are kind of an issue. You probably need a noopcomposite transformerclass on your composite field. I wrote up a solution on this page: https://documentation.magnolia-cms.com/display/DOCS/Transforming+field+values?focusedCommentId=114728444#comment-114728444

[magnolia-dev] Re: Using RichText in MultiValueField Issue

2016-03-19 Thread Simon (via Magnolia Forums)
Can you show me the code you built this op with, and the version of Magnolia you are using? I can't reproduce this issue in magnolia 5.4. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=6fb715f0-d6ee-4896-b2d3-acc97e6feeb3

[magnolia-dev] Re: Creating dynamic variables working together with content.

2016-03-14 Thread Simon (via Magnolia Forums)
Thank you so much Jozef! (Y) -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=62871b07-a72f-4263-b178-6061aff9fb70 For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html

[magnolia-dev] Re: Creating dynamic variables working together with content.

2016-03-14 Thread Simon (via Magnolia Forums)
The problem is that ctaLinkType2 returns empty. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=62871b07-a72f-4263-b178-6061aff9fb70 For list details, see:

[magnolia-dev] Creating dynamic variables working together with content.

2016-03-14 Thread Simon (via Magnolia Forums)
Is it possible to create variables that are readable by "content.var"? Example: [code][ #assign counter = [1, 2, 3]] [#list counter as ctaCounter] [#assign ctaLinkType = "cta"+ctaCounter+"link"] ${ctaLinkType} [#assign ctaLinkType2 = content.ctaLinkType] [/#list] [/code] Where I

[magnolia-dev] Any plans on upgrading to Freemarker 2.3.23?

2015-12-18 Thread Simon (via Magnolia Forums)
There are a lot of improvements in the new freemarker version. Tried to find the upgrade on the backlog / issuetracker of magnolia but couldn't find it. Are there any current plans on upgrading to freemarker 2.3.23 from 2.3.21? Or is it possible to do it myself? Especially the loop variable

[magnolia-dev] Re: Any plans on upgrading to Freemarker 2.3.23?

2015-12-18 Thread Simon (via Magnolia Forums)
Hey Christoph, Thanks for pointing me to the corresponding Jira tickets and answering my question so quickly! Kind regards, Simon -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=38ddbefc-733c-4cad-97e7-9950c24560b9