Hi abcadmin,
That is odd. The only other time I have seen similar behavior is when a div tag was not closed correctly on the custom formatting tab. It could also be a conflict with your theme. I have seen a theme in the past with a limited height div that overflows the extra content outside the div…
Please post your sp config settings from the support tab and we will try to repro the issue to see what is wrong and how to fix.
An experiment you can try is to limit the number of articles in the feed and see if only the first feed is still shown in the main div box of your page.
Best regards,
SP Developer
I limited the number of articles to ‘1’ and it is still putting the third feed outside of the content area.
Here are my settings:
enable = true
enableFeedCache = true
enableOutputCache = true
customCacheDirectory =
useDownloadClient = true
displayImages = false
allowMarkupInDescription = false
stripCDataTags = false
showContentOnlyInLinkTitle = false
showSyndicatePressLinkback = true
showProcessingMetrics = true
showFeedChannelTitle = true
useCustomFeednameAsChannelTitle = true
showArticlePublishTimestamp = true
limitFeedItemsToDisplay = 1
hideArticlesAfterArticleNumber = 5
limitFeedDescriptionCharsToDisplay = -1
maxHeadlineLength = -1
feedUrlList = AHIP|http://www2.smartbrief.com/servlet/rss?b=AHIP
American Medical News|http://feeds.feedburner.com/HealthReform-Amednewscom
American Heart Association|http://newsroom.heart.org/rss.xml
inclusiveKeywordFilter =
exclusiveKeywordFilter =
timestampFormat = l F jS, Y
cacheTimeoutSeconds = 3600
feedTitleHTMLCodePre = <strong>
feedTitleHTMLCodePost = </strong>
articleTimestampHTMLCodePre = <i>
articleTimestampHTMLCodePost = </i>
articleAuthorHTMLCodePre = <i>
articleAuthorHTMLCodePost = </i>
articleCopyrightHTMLCodePre = <i>
articleCopyrightHTMLCodePost = </i>
articlePriceHTMLCodePre = <i>
articlePriceHTMLCodePost = </i>
articleImageHTMLCodePre = <div>
articleImageHTMLCodePost = </div>
articleTitleHTMLCodePre = <strong>
articleTitleHTMLCodePost = </strong>
articleBodyHTMLCodePre = <div>
articleBodyHTMLCodePost = </div>
feedSeparationHTMLCode = <hr>
addNoFollowTag = true
feedNotAvailableHTMLCode = Sorry, the {feedname} feed is not available at this time.
Hi abcadmin,
looks like there is a stray /div tag being added at the end of a feed. We’ll try to get this fixed in the next release.
Best regards,
SP Developer
Hi abcadmin,
this issue has been fixed and delivered in v1.0.29.
Thanks for providing good detailed error reports. Let us know if you run into other feeds with weird formatting behavior.
Best regards,
SP Developer