Announcement

Collapse
No announcement yet.

Help! - gAjax RSS Feeds Displayer

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help! - gAjax RSS Feeds Displayer

    I have added a rss feed linking from my blog that displays news on my actinic website. My intention was for this to be displayed on evey page but currently it only shows the latest news on the home page...

    www.madprint.co.uk

    Does any one have any ideas as to why this does not show on every page?

    Thanks

    Ben

    #2
    You'll have only added it to your brochure page overall layout, you need to add it to your section one also, or better still convert the site to use one template for all pages.

    Comment


      #3
      Site Layout > Overall Page layout

      I went to this and set it as my design i have created in DW but this does not seem to work...is this correct?

      Need to sort this cheers.

      Ben

      Comment


        #4
        i can see latest news with content on home page, and latest news without content on product pages.

        you will need to tell us what you are doing and how you aretrying to acheive it before anyone can really help. it seems to me the code is correct in actinic but something else is preventing the feed

        Comment


          #5
          acatalog/gfeedfetcher.js

          I trying to use this gfeedfetcher to display my blog posts on the actinic website this should appear on everypage not just the home pages as it does at the mo.

          IE shows error "gefeedfetcher is undefined"

          I dont understand why as from what i can see the source code is all the same...

          Ben

          Comment


            #6
            I see two errors:

            1) You have hard encoded acatalog/gfeedfetcher.js. This works on the home page but other pages are already served from acatalog and the browser is erroneously looking for acatalog/acatalog/gfeedfetcher.js. Lose the acatalog/ and Actinic will insert it automatically as required.

            2) You have code:
            Code:
            <script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAALGnQXvc0beg5SPqI5p-c_hQ-QFzoscHqhrYt3mo9mvPWyjARPRQt9EZAzbzWaTUPSNA3bzlnMLPqEw">
            </script><script type="text/javascript" src="acatalog/gfeedfetcher.js"></script>
            Placed above the Actinic BASEHREF line. This code will not be loaded on cgi based pages. Move it below the BASEHREF line.
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              Thanks!

              Thanks for that fixed now!!

              I can get on with the rest of the site.

              Once again Cheers.

              Ben B

              Comment

              Working...
              X