RSS Viewer doesn't work in SP 2013 publishing pages

Hi,
I have SharePoint 2013 site with Publishing enabled. When I add RSS Viewer to a page and save, it works well (still unpublished). When I publish the page it doesn't load the RSS Viewer. Progress bar is moving continuously but no outcome.
I have dug out the internet for a proper solution but couldn't find any. A proper solution or reason from the community is much appreciated.
Thanks.
LK

Hi,
According to your post, my understanding is that the RSS viewer web part progress bar was still loading while the page publshed.
The issue may be related to the browser, you can check with the following steps.
Use compatibility mode to check whether it works.
Open IE->Tools->Compatibility View Settings
Or add the site into Trusted sites.
Open the IE->Internet Options->Security->Sites->add the site into the Websites, then check whether it works.
What's more, you can use other browsers to check whether it works, such as Firefox, Chrome
Best Regards,
Jason
Jason Guo
TechNet Community Support

Similar Messages

  • I have upgraded Acrobat Standard from version 8 through time until I am currently using version X, which doesn't work with Office 2013.  Can I upgrade to version Standard XI?

    Over the years I have upgraded Acrobat Standard from version 8 to currently working with version X.
    However, since getting a new laptop it doesn't work with Office 2013.
    Can I upgrade to Standard XI?

    Upgrade pricing now only applies to version 9 and X. So if you have a retail serial number for X, you should be able to upgrade. (Or consider subscription).

  • Scrolling page doesn't work in "Fit one full page to window" view

    Scrolling page doesn't work in “Fit one full page to window” view
    it is still not working in V11.0.10 is there a new fix?

    Not sure exactly what you mean. It may be that you have continuous view activated, rather than the page view.

  • Cropping pictures with Viewer doesn't work.

    Cropping pictures with Viewer doesn't work.
    Selecting < or ~ 12 pictures. (picture size are Snapshots with iphone resolution) ->Viewers opens and display them. -> Russian roullette between cmd+k or the little crop button. No indication which one will process a crop or which not. -> Both result in picture selection disappear with no crop.
    Selecting > 12 pictures. (picture size are Snapshots with iphone resolution) -> Viewer opens and display them. I crop them one by one with same Russian roulllette behavior between cmd+k or the little crop button. -> Closing Viewer. -> Pictures remain like they've been before. Not cropped.

    I just tried what you described (although I can't really fathom why you would describe it as Russian roulette (with a variable number of L's). Unless you've been drinking a lot, which is what people are usually doing when they are playing Russian roulette. Your post was hard enough to decipher without that.
    Anyway, my cropping was saved each time. I think there's something wrong with your Preview.app. Have you changed anything about the autosave functions of OSX?
    I would try:
    Boot into your recovery partition (restart, hold down ⌘R until you see the Apple logo), and use Disk Utility to repair your hard drive. Repair permissions too while you're there. OS X: About OS X Recovery
    if that doesn't help, then I'd reinstall Mavericks over your current installation.

  • I am running Windows XP, SP3. I have tried to run Firefox 4 several times but it doesn't work properly. The main page comes up showing the logo, below that is the search box, and below that is another box with nothing in it.

    I am running Windows XP, SP3. I have tried to run Firefox 4 several times but it doesn't work properly. The main page comes up showing the logo, below that is the search box, and below that is another box with nothing in it.

    The external DVD/CD Writer will Not appear on your desktop when you attach it to your iMac.  It will appear in "Finder", which is in your Dock.
    Hope this helps

  • Just installed Firefox 5.0 and now my JS View doesn't work. Tried to re-install but no go. Any thoughts?

    Windows XP. If it doesn't work is it possible that I can go back to Firefox 4?

    Yes, that's it. I did try that before and then again after your response but still no luck. What I'm thinking is that the JS View 2.0.5 add on is not yet compatible with the new Firefox 5. If that's the case then I would hope that it will soon be compatible. The problem is that I actually use that every day and now I'm kinda stuck. Still open to any thoughts if you have any. I am willing to go back to Firefox 4 is that is still possible.

  • Export reports views doesn't work

    export the report view's in a file doesn't work. The file is created but still empty. Workaround is to get the sql and execute it in worksheet edit and cut and past the result in a excel sheet. It woul be better if the export works fine.

    This is working fine for me.
    What version of SQL Developer are you using?
    What OS are you on?
    What report did you run?
    What type of output did you select?
    -- Sharon

  • The enclosure in RSS feed doesn't work for Itune

    I subscribed to my podcast rss feed to ITune, which was valid and had been tested successfully with other aggregator such as Ipodder, however, it doesn't work for ITune. When I hit "get" button next to my podcast name, I always get "!" sign in front of the name, and when I clicked it, I got error message "There was a problem downloading 'XXXXX'. The network connection could not be made".
    I'm not sure if this problem resulted from the "rewrite" function I used on my podcasting server in order to track the downloading. Here is how it works: When a mp3 file is requested, my web server will redirect the request to another asp.net program to do something and then redirect to the real mp3 file for downloading. Can it be problem in Itune? But I can use this enclosure url to download this mp3, and also the Ipodder works file with this rss feed.
    Any help will be appreciated.
    Leo
      Windows XP  

    Thanks for your reply.
    However, according to the iTune specs as following,
    Tracking Usage
    Please note that iTunes does not provide usage statistics. Some podcasters have created mechanisms for tracking the number of times that each episode has been downloaded. iTunes does not provide support in how to track downloads, but the following notes may be helpful:
    * 302s will be followed to a depth of 5 redirects and will not update the feed URL in the directory.
    * The URL before the GET-style form values (before the first ?) must end in a media file extension (e.g. mp3). To work around this, the feed provider can alter their URL from this:
    http://www.podcaster.com/load.php?f=&Wipeout.php
    to this:
    http://www.podcaster.com/load.mp3?f=&Wipeout.mp3
    Notice how it says load.mp3 instead of load.php. It should be possible to accomplish this via various means, such as web server rewrites. iTunes looks at the extension of the path part of the url, i.e. the part before the”?”.
    The http request redirection is allowed as long as the appropriate file extension such as ".mp3" is used.
    By the way, I tested it with "no redirection" version, which worked fine.
    Leo

  • Select in View doesn't works

    Somebody knows why a fine select in sqlplus doesn't work when i create view based in fine select ?...
    Thanks ...

    I created view in this way:
    CREATE OR REPLACE VIEW V_PRUEBA AS SELECT * FROM (V_CNB_acumpres RIGHT JOIN lin_accion ON V_CNB_acumpres.LINEA = lin_accion.codigo) RIGHT JOIN act_presupuestadas ON lin_accion.act_presup = act_presupuestadas.nir_actpresup
    GROUP BY act_presupuestadas.act_presupuestada, act_presupuestadas.programa, act_presupuestadas.provincia
    ...And when in sql*plus executed it view, shut off...
    But If I execute the SELECT directly in SQL*Plus whithout view it's wirk finely...
    BUT I see that when I create view without GROUP BY clause, this work fine !!!
    Have you got a idea about this ?...
    Thanks...

  • Row Fetch on View doesn't work / Custom procedure needed???

    Hello guys!
    Again I have a problem. It seems like once I finish one problem I stumble into another one. :-(
    Would is breaking my neck is the following problem.
    I have a view based on a query that joins 3 tables including one via a database-link. I would like and need to use that view as the source for the automatic row fetch! However, when creating the automatic-fetch-row process, the items on my page do not get populated. However, If I change the cource for the fetch-row-process to a view made of only a single table it works like a charm. Could it be that the automatic fetch-row procedure doesn't work with joined views and db-links at all??? If so, could you please give me an example of a PL/SQL procedure that will populate items on page reload and load!
    It's extremely urgent and I appreciate every input!
    Thanks guys! I hope you some ideas and hints!
    Regards,
    Sebastian

    Ah, ok - I probably read too much into your update (still thinking that it was related to the "view" issue in your first post :) ) - so an INSTEAD OF trigger won't be needed if this is just a single table!
    There are a few ways that adding an extra column into a tabular form would stop it being updated. Typically, this could be if the new column forms part of the "Primary key" for the data. If this is the case, you need to ensure that the processes recognise this. It can also be that you have set the item to DISABLED or READONLY - these items are not submitted with the page, so even if you set the item's value somehow, that will never get back into the record (there are ways to take off the DISABLED or READONLY attributes immediately prior to the submit, if need be). That could also happen if you have set the item to be a Standard Report Column - this is just displayed text, so doesn't form part of the submitted data. You can get around that by having a hidden column with the actual data in there as well - if you have ever created a tabular form using the simple EMP table example, you'll see EMPNO and EMPNO_DISPLAY - both contain EMPNO but only the basic EMPNO hidden item is submitted. Another, perhaps rare, possibility is if you have used the APEX_ITEM package to create any of the output and have used an index number that has been automatically assigned to another column - for example, if you have APEX_ITEM.TEXT(1, ....), which gives each item a name value of "f01", then this is most likely going to double up with the index for the hidden primary key item (which is usually first in the list). If this is the case, just change the index of your APEX_ITEM item to some high number (anything up to 50).
    Finally, you say "INV_PT_ID_SUB is also bound to an item PTIDS" - what is PTIDS? The MRU processes need to understand what column to update and relies on the settings for primary keys and the column names in the SQL query.
    The MRU's only know about their own settings - the workspace, tablename and primary keys etc. They contain no details of individual columns as such, so adding in extra columns shouldn't be a problem. In fact, I've added/deleted so many columns from tabular forms, that I'd be really annoyed if I had to start from scratch every time!!
    Andy

  • Rss bookmark doesn't work

    I have two problems when I create my first iWeb blog:
    1. The rss feed of the blog doesn/t work in the browser:
    I publish my iWeb site in a folder. Therefor I choose the folder and that same window I type in the url of the website. When the blog is shown in firefox or safari I can bookmark the rss. The browser rss bookmark shows the blog entry correctly, but when the blog is updated with more entries they will not be shown.
    The rss bookmark doesn't display the updated entries. What am I doing wrong? Or do I have to refer to a special rss file (which one?), and not to the folder which includes the site, so that the feed shows the new entries correctly.
    the other problem is the following:
    2. The browser shows the headline colour for the blog entries always black. But iWeb shows them in orange, and that's the colour I want for this headlines. Where
    is the colour gone? Why is it not the same color than it is in iWeb?
    Anyone knows how to solve this?

    Hi Brad,
    I use Netweaver 04, SAP_BW with release:350 and support package: SAPKW35010
    I believe that my problem is the additional html-code that sap server creates when using use_page_wrapper='x'.
    Regards
    Jürgen

  • Mighty Mouse - scrolling to zoom view doesn't work in Photoshop CS, why?

    I just got my new G5. Apple's new Mighty Mouse doesn't seem to work right with the main apps I use. You can't use the scroll wheel to zoom the view, in either Photoshop or Cinema4D (3d app). I tried turning off horizontal scrolling in hopes that it would fix the problem. Nope. No zoom. Can you remove the Might Mouse driver so it is just a two button/vertical scroll mouse?
    Quad G5, 1.2ghzPowerlogic Quicksilver, 800iBook   Mac OS X (10.4.3)  
    733Quicksilver, 800iBook   Mac OS X (10.2.x)  

    Doh! I thought that was on by default. It still doesn't work in my 3d app though, but I found out that is a know issue and the latest update should fix it. Thanks for your help.

  • Design View doesn't work on fresh cs5 install

    I just bought CS5 web premium and installed all of the programs. For some reason design view in Dreamweaver doesn't work for any of my sites. It's just a grey background. I can work in code view, but I can't do anything with the design view, it's just a grey dead pannel. I had installed the trial version last month and it worked perfectly which is why I bought the full version. I uninstalled the trial version of Dreamweaver CS5 and installed the new CS5 and now the design view is dead. I tried reinstalling CS5 again but Design View is still dead. Any ideas?
    Thanks,
    DC

    Hi DC,
    I read you post, and now I wondering If you could help me with my problem.
    I also recently purchased CS5 web premium and are having problems with the Preview option.
    If you are using a local server for testing purposes, could you please read my posts on this forum:
    Have a problem with preview CS5
    (it's posted just above your own post)
    Many thanks in advance,
    Lpre

  • My Live view doesn't work, it can't 'find my server'. But my server is connected and working. Why?

    Hi,
    I am confused as to why my live view can't connect to my server. However I have successfully connected to my server outside of the live view and uploaded my website.
    I am new to dreamweaver, and I trying to learn to build a wordpress site from sractch. This is the error message I get:
    The page "http://ftp.stoneinyrshoe.co.uk/index.php" was not loaded because Dreamweaver could not find the server "ftp.stoneinyrshoe.co.uk". Please make sure you are connected to the internet and the server name is correct.
    When I direct Live view (testing) to use the same site details as my main connection, it still doesn;t work.
    Any advice would be much appreciated.
    Thanks

    That's an FTP address you are trying to connect do.  That's different from the regular HTTP protocol.  From the address you posted I'm wondering if you have installed MAMP/WAMP for a local server on your machine or if this testing server is separate from the actual domain serving the pages.  Can you explain your setup a little more?

  • PDF viewer doesn't work in FF 36.0.4 for Mac

    Macbook Pro with Yosemite and FF 36.0.4: Built in PDF viewer no longer works. Clicking on PDF links in search engines does not bring up the built in viewer.
    Restoring FF 35 restores the PDF viewer.

    I understand that the PDF viewer in Firefox is no longer working. I have reset the application settings for the pdf file mimetype in the Firefox Application settings.
    *[[Applications panel - Set how Firefox handles different types of files]]
    If the default continues not to work after resetting this setting, please check out a work around:
    In order to change the default reader for PDF files (to not open PDF files with Firefox's internal PDF reader), follow these steps:
    #Click the menu button [[Image:New Fx Menu]] and click Options (Preferences for Linux and Mac).
    #In the Options (Preferences for Linux and Mac) window, select the ''Applications'' panel.
    #In the ''Search'' field, type ''PDF''. You should find ''Portable Document Format (PDF)''.
    #On the right hand side you should find an ''Action'' column. Use that to select your favorite PDF reader. In order to view PDF files in Firefox, choose ''Preview in Firefox''.
    Did this fix your problems? Please report back to us!
    Thank you.

Maybe you are looking for

  • 10g Client crash on Windows XP Pro 64bit

    Wenn connecting to an Oracle 9.2 Server, the Client crash with Coredump. ncluded to Dumps with deliverd Java 1.5.04 and new installed Java 1.5.0.13 # An unexpected error has been detected by HotSpot Virtual Machine: # EXCEPTION_ACCESS_VIOLATION (0xc0

  • Can not start BI server automatically or manually

    The BI server can not get started either way most of the time, but sometimes it can start. I've reinstalled the server and the same problem still happens. The error I got is: Cannot start the Oracle BI Service on local machine Error 1053: The service

  • MacBook Pro 13" (mid 2009) doesn't go in stop.

    Hi to all. I'm an Italian user and I'm sorry for my mystakes! I have a problem with my MacBook Pro with Snow Leopard 10.6.4 installed. My MacBook Pro doesn't go in automatic stop. If I click to Apple Menu and I select Stop, the macbook go in stop reg

  • Airplay lag only on iMac.

    So after searching through tons and tons of posts, and all over the internet. I still cannot work out, why I only get lag when airplaying from iMac. My iPhone 5s, iPhone 6, iPad mini and air 2, no lag at all. I can Airplay across the house, with thes

  • Text editor using text layout

    Does anyone know where I can find code that uses TextLayout to create a text editor directly?