Welcome to TalkGraphics.com

Search:

Type: Posts; User: Acorn; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    A variation:

    document.getElementById('rssfeed_frame').contentWindow.location.reload();
    Acorn
  2. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    Gary, I can't see your page published at the moment but are all the Feeds using the same ID (rssfeed_frame)? JavaScript usually only latches onto the first instance of an ID so it might not be firing...
  3. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    Gary, I checked and some of your other components already activated jQuery. I did, however, rewrite the code to omit any jQuery calls (using $), so it should work.

    Is the alerting working at...
  4. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    In TG, a space crept in, try:

    <script>
    window.onresize = function() {
    //alert('Resizing!');
    document.getElementById('rssfeed_frame').contentDocument.location.reload(true);
    };...
  5. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    I would have gone for the head myself as it need to be viewed by all the Variants.

    Acorn
  6. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    Gary, I thought part of the problem may be that the RSS Feed parameters still have the width as 920px. The IFRAME seems to respond all right for the smallest Variant without a refresh. So discount...
  7. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    Gary, I don't know much. The font-face code needs to be very early in the head. Also, is the font, WOFF file(s), actually on your destination server under the assets folder?

    See if anything helps...
  8. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    Gary, good to hear. Glad I was of some help,
    Acorn
  9. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    Gary, sorry for the delay.

    All that I can see wrong is the pseudo-classes for the anchor link - a:link/visited/hover/active all had a space separating them.

    If that doesn't work then Xara is...
  10. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    Gary, what a journey.

    Almost there. The problem (but with a clean solution) is that Surfing Waves RSS installs an IFRAME based on the code your provided so modification of the values needs to use...
  11. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    Gary, if the Viewer is not aware or is not extracting the date then probably no.

    The best seems to be with setting 'Posted time ago' to On in the Surfing Waves RSS Widget. but you get 3 days ago...
  12. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    Found it for Surfing Waves: In the Entry contents section, ensure that you turn the Html (images / links) button is set to "on". (This will result in the Entry contents maximum length being...
  13. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    Gary, that is a limitation of that RSS Viewer. I don't know of any simple fix.

    Acorn
  14. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    Gary, I am into guessing territory here but you would have to install your font into the page.

    What I have tried is adding Google fonts to a small text box. Once the font is available you can add...
  15. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    longer answer:

    Add the following into the current Placeholder code (body):



    <style>
    body {
    color: #787878;
    line-height: 32px;
  16. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    Quick answer - yes!

    Acorn
  17. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    I think I am going to disappoint you.

    To get the image, you need to employ Media RSS.
    i have not found any suitable embed MRSS Viewer.

    I have assumed the Feed is...
  18. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    Just found this: http://www.surfing-waves.com/feed.htm.

    It seems more promising.

    Acorn
  19. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    Sorry, but busy elsewhere with family.

    Just realised that changing IFRAME CSS of a page from elsewhere is tricky and requires JavaScript, jQuery and a lot of huffing.

    As you are happy that the...
  20. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    Yes, all doable.

    Busy for a few hours so perhaps you can compose what you what the feed to offer up so I have a starter.

    Acorn
  21. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    We can do both.
    The problem with the JavaScript on is if the number of feeds is long, they disappear off the bottom of the page and you cannot control the Xara page height dynamically (well easily,...
  22. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    Happy to help but can we work on a common RSS Feed so we can compare like-for-like?

    I chose http://feeds.bbci.co.uk/news/rss.xml for a starter.

    I used the IFRAME output, copied into the...
  23. Replies
    46
    Views
    12,647

    Re: RSS feed to integrate into Xara website

    This was reported a time back and Xara has done nothing! Please open https://www.talkgraphics.com/showthread.php?78339-RSS-WebRSS-WIdget-Fail and add your comments/concerns to the Thread to promote...
Results 1 to 23 of 23