• Html in Macro in static html web part
    Question Apr 28, 2014
    I’ve been trying to inject some HTML into a macro that is used in the static html web part see below. This HTML are ` ` tags which should show what is in the QueryString["URL"] ` Back to where you came from {% } else { #%} Explore our courses {% } #%}` If the Query...

  • Expose InfoProvider result via custom macro expression
    Question Apr 10, 2015
    I have a custom macro method that is essentially doing a TreeProvider.SelectNodes() call, and I'd like to provide that through the macro method in the same way that Documents is exposed. I'd like to be able to refine the query, i.e. , then iterate through the TreeNode result...

  • General DataQuery macro
    Question Apr 16, 2015
    I'm having trouble finding docs on a way to do a general data query in a macro expression. In other words, something like this: ``

  • Custom Macro working in DEV, but not in STG
    Question Aug 25, 2016
    I have created and registered a custom macro following all the steps in the documentation. The macro is working successfully on our DEV site, but when we promote the files to our STG site, the macro is not being found. It is a simple macro that take a string value and evaluat...

  • Widget visibility with macro expression
    Question Nov 9, 2016
    Hello My users want to be able place widgets on a page and make it visible from a certain date in the future. Similar to Publish From field available for pages. I was hoping this would be easy to set up by exposing the the Visible property in the Widget UI but it turns out ...

  • Macro in Master page Layout
    Question May 24, 2017
    Hi all, I am trying to use a macro in the master page layout but can't get the macro to run. When using: > " " The below HTML is output: > "<div class="" I noticed that in the in the DancingGoat sample site used macros in the Master page layout. Is there a setting that I n...

  • Macro is working but keeps getting RESOLVEDATAMACRO errors
    Question Dec 22, 2017
    Hi, We are getting tons of MACRORESOLVER error on one of our pages and I was able to pinpoint where it is coming from. We have a macro in a static html web part like the code below and I can't figure out what's wrong. It is working as expected too so I'm confused. Is the synt...

  • macro errors
    Question Jul 7, 2015
    We intermittently encounter an issue where the macros get corrupted for some reason. We have not been able to determine the cause of the problem but resigning the macros resolves the error. One of our main concerns however is what we should do in the event we are not able to l...

  • Binding dropdown using macro
    Question Oct 4, 2018
    Hi, I have a field in a Page type which is a dropdown list control. I need to bind the dropdown with a List which is returned from a macro. And the method in the macro is returning the following list. For ex: return TopicsInfoProvider.GetTopics().Columns("TopicsID", "T...

  • Rendering a custom macro in Email Template
    Question Oct 16, 2018
    Hi guys, I have a custom macro method that resolves fine everywhere I want it to *except* in an email template. I believe that I have to point the email sender's macro resolver to my custom macro but I'm not sure how to do this. I got this idea from the following resolved qu...

  •   ... 21 22 23 24 25 26 27 28 29 30 ...