Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Shane Manaton 2 posts 72 karma points
    Sep 15, 2016 @ 15:59
    Shane Manaton
    0

    No skin applied on preview or send

    I cant get the skin to apply, it just outputs the body only, i tried a fresh install and installed newsletter studio and it works fine, in my existing project it doesnt, can you help?

  • Shane Manaton 2 posts 72 karma points
    Sep 16, 2016 @ 08:43
    Shane Manaton
    0

    managed to fix this by copying the config from the fresh install.

  • Markus Johansson 1945 posts 5898 karma points MVP 2x c-trib
    Sep 20, 2016 @ 15:02
    Markus Johansson
    0

    Nice to hear that you fixed the issue! Thanks for sharing your solution!

  • Caglar Tasci 19 posts 125 karma points
    Oct 18, 2016 @ 09:18
    Caglar Tasci
    0

    Hi Shane, i have the same issue. Do you mean a config "file" or just the settings in the backoffice ?

    Best Regards Caglar

  • Markus Johansson 1945 posts 5898 karma points MVP 2x c-trib
    Oct 18, 2016 @ 10:10
    Markus Johansson
    0

    Hi!

    Do you have any rendertasks in /config/newsletterStudio.config? Otherwise this is probably the issue - most of the time due to permissions issues during install.

  • Caglar Tasci 19 posts 125 karma points
    Oct 18, 2016 @ 10:16
    Caglar Tasci
    100
      <emailRenderingTasks>
      <clear />
    

    This how my .config looks like. i now changed it to:

    <emailRenderingTasks>
    <clear />
    <task name="AddTrackingPixelRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.AddTrackingPixelRenderTask, NewsletterStudio" />
    <task name="FitIntoTemplateRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.FitIntoTemplateRenderTask, NewsletterStudio" />
    <task name="RenderUrlRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.RenderUrlRenderTask, NewsletterStudio" />
    <task name="ReplaceUnsubscribeRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.ReplaceUnsubscribeRenderTask, NewsletterStudio" />
    <task name="ReadOnlineRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.ReadOnlineRenderTask, NewsletterStudio" />
    <task name="ReplaceLocalLinksRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.ReplaceLocalLinksRenderTask, NewsletterStudio" />
    <task name="AddFullDomainToRelativeSrcsRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.AddFullDomainToRelativeSrcsRenderTask, NewsletterStudio" />
    <task name="ReplaceRelativeLinksRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.ReplaceRelativeLinksRenderTask, NewsletterStudio" />
    <task name="GoogleAnalyticsRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.GoogleAnalyticsRenderTask, NewsletterStudio" />
    <task name="AddClickTagsRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.AddClickTagsRenderTask, NewsletterStudio" />
    <task name="ReplaceUniqMergeFieldsRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.ReplaceUniqMergeFieldsRenderTask, NewsletterStudio" />
    <task name="InsertCustomDataRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.InsertCustomDataRenderTask, NewsletterStudio" /></emailRenderingTasks><subscriptionProviders>
    <clear /><provider name="NewsletterStudioSubscriptionProvider" type="NewsletterStudio.Bll.Providers.NewsletterStudioSubscriptionProvider, NewsletterStudio" /><provider name="UmbracoNewSubscriptionProvider" type="NewsletterStudio.Bll.Providers.UmbracoNewSubscriptionProvider, NewsletterStudio" /></subscriptionProviders>
    

    It seems to work...

  • Markus Johansson 1945 posts 5898 karma points MVP 2x c-trib
    Oct 18, 2016 @ 10:23
    Markus Johansson
    1

    Perfect! Thats the solution, thanks for sharing!

  • Caglar Tasci 19 posts 125 karma points
    Oct 18, 2016 @ 10:24
    Caglar Tasci
    0

    Thank you for the fast reply.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies