Announcements /events / FAQs web part in a scrolling fashion on the landing page

hi,
can anyone help how to develop the below kind of UI in my SP 2013 KM  portal using cqwp/cewp/ jquery.
i tried with the custom visual web part, but my customer says they want me to use client side / OOTB feature of SP. 
i am wanting to display the same in the landing page. so that when  end users click "More" they will be navigated to the
All Announcements Page [ may be its   a  page layout in pages library ].
the other tricky part am seeing is how to show these individual/single announcements in a scrolling manner.
help is highly appreciated!

hi Amr,
in the url you have provided am not able to follow this step:
below :
http://sharepointtweaks.blogspot.ae/2012/07/image-carousel-webpart-sanboxed.html
3- Export the webpart you will prompt to download file named "Content Query.webpart" 
i am not seeing the option to export the web part.
from where will
i download file named "Content Query.webpart .

Similar Messages

  • I want to sign the SECOND page of a pdf document and this system won't let me scroll down past the first page!

    I want to sign the SECOND page of a pdf document and this system won't let me scroll down past the first page!

    Having the same issue, can someone please enlighten us?

  • Horizontal scroll bar for the adf page

    Hi,
    We have around 7 tables in single jsff page. Here , we have a requirement like :
    We need to show horizontal scroll bar for the entire page instead of each table. Is there any way to get this.
    As of now, we have horizontal scroll bar for each table, but our customer is not accepting this, that want the scroll bar for the entire page.
    Please suggest the approach.
    Thanks

    I have grouped all the tables in panelgrouplayout.So, what is the problem (because it is not quite clear what you need)?
    If your PanelGroupLayout is with layout="horizontal", then the tables will be rendered next to each other horizontally but there will be no horizontal scrollbar on the page.
    If your PanelGroupLayout is with layout="scroll", then the tables will be next to each other vertically and there will be a horizontal and a vertical scrollbar on the page (if necessary).
    If you need your tables to be relocated next to each other horizontally and to have a horizontal scrollbar on the page, then use a PanelGroupLayouts(horizontal) inside a PanelGroupLayout(scroll):
    <af:panelGroupLayout layout="scroll">
      <af:panelGroupLayout layout="horizontal">
        <af:table> ... </af:table>
        <af:table> ... </af:table>
        <af:table> ... </af:table>
      </af:panelGroupLayout>
    </af:panelGroupLayout>If your problem is that you still have horizontal scrollbars inside the tables, then you should set appropriate widths to the corresponding tables (e.g. to <af:table> tags) such that they are large enough to fit the sum of corresponding column widths.
    ya, I know that its not god design, but its customer requirement, so we need to do that.If you expect some table(s) to be stretched automatically according to the size of browser's window, then you should re-think your UI design because PanelGroupLayouts do not stretch their children. A possible solution is to use a combination of PanelSplitters or other layout containers that stretch their children.
    Dimitar

  • I have a A4 document (569 pages) and within that A4 there are few A3's. Is there a way to isolate the A3's or find out what page numbers are A3's instead of scrolling through all the 569 pages???

    I have a A4 document (569 pages) and within that A4 there are few A3's. Is there a way to isolate the A3's or find out what page numbers are A3's instead of scrolling through all the 569 pages???

    thank you for the info... however I'm done buying pdf readers.... I've got three now, that should suffice.
    I don't think there's a problem such as you mentioned because the pages are all similar : text and drawings. Some of the pages with drawings work, other similar pages don't.
    I converted with Calibre to epub format and this seems to work !!!
    So good so far...
    Now I need to find a conversion to pdf to allow me to use goodreader or iannotate.
    Basically... the text is ok, because a conversion allows reading. So a shortcoming by Apple in my opinion. Again, all pdf's should be readable on such an expensive tool !!!

  • Content query web part is not working after chaning the DNS entry

    Hi all,
    We have a content query web part in the sharepoint site but it is not working after changing the DNS Entry for the web site ipaddress from one server to other . But it is working fine on the server, if we try to access the site from other system content
    quey server its not working fine and its giving error message as bellow.
    Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator.
    Can anyone help me to fix this issue please.

    I have custom XSLT . But it is working fine before changing the dns entry as soon as we change the DNS entry the content quey web part is not working. I tried to delete the content query web part and add it once again to the page, As soon as content query
    web part is added to the page the fallowing error message is displayed.
    Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator.
    Can anyone help me to fix this issue please.

  • Best practice to develop the news web part to retrieve news data across the farms

    Hi,
    We have developed the News Web part. The functionality  it pulls the news from other SharePoint Farms and display it in the site. Currently we are using secure store service to  to connect to different FARM to retrieve the news from that FARM.
    The issue with this approach is that every time user hits the page it  will always hit the Secure Store service.There are almost 80K users who will be using this web part. Moreover this web part connects to multiple sites for multiple news from different
    division.What should be the best practice to develop such kind of web part without consuming the server resources and keep hitting the server till we get the new news.News does not change very often.
    Regards
    Rajaniesh

    Hi,
    According to your description, my understanding is that you want to know which is the best way  to handle the large complication of SharePoint cross farm retrieving data.
    If you are developing the custom web part to retrieve data from other farm, I suggest you can firstly create a custom timer job to get data hourly in the backend and restore the data in a list. Then you can create a web part to link to the list to display
    the data.
    For cross farm accessing data, I suggest you can create a custom web service to achieve it.
    Also, you can use ajax to display the web part data asynchronously. It will improve the performance and reduce the server pressure.
    Here are some detailed articles for your reference:
    Create and Deploy Custom Timer Job Definition in SharePoint Programatically
    Creating a Custom ASP.NET Web Service
    Create asynchronous web parts for Sharepoint
    Thanks
    Best Regards
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jerry Guo
    TechNet Community Support

  • Is it possible for a Web Part to interact with a list the user does not have permissions for?

    Say I have a custom web part that queries a list or adds list items, etc. Does the user have to have the equivalent permissions on the list itself to use the web part? Would the SPSecurity.RunWithElevatedPrivileges Method be a way to get around this? Or is
    there a better way?
    Basically I want certain users to have a more controlled access to a list. But if I try to access the page with the web part on an account without permissions for the list, I get an Access Denied response.

    One way of elevating code is, as you already mentioned, using SPSecurity.RunWithElevatedPrivileges which will run SPSecurity.CodeToRunElevated with Full Control rights. From MSDN documentation of the method for SP 2013 (http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spsecurity.runwithelevatedprivileges.aspx)
    you can see that this code runs under Application Pool identity:
        Type: Microsoft.SharePoint.SPSecurity.CodeToRunElevated
        A delegate method that is to run with elevated rights. This method runs under the Application Pool identity, which has site collection administrator privileges on all site collections hosted by that application pool.
    Another method, a bit more security fine-grained, can be used. The idea is to instantiate new SPSite object using overloaded constructor which takes Microsoft.SharePoint.SPUserToken as a parameter: http://msdn.microsoft.com/EN-US/library/ms469253(v=office.15).aspx.
    Example can be seen here: http://www.sharepointdeveloperhq.com/2009/04/how-to-programmatically-impersonate-users-in-sharepoint/. Using this approach, you can run your code in the context of the user who doesn't necessarily have to be site collection admin.
    This user can have only access to the list in question.

  • Enable "scrolling preview" behind the Crop Pages dialog box in Acrobat 9 ?

    Hi everyone,
    I want to be able to preview the crop marks (when you click on "Document" and choose "Crop Pages" or Shift+Ctrl+T) before actually cropping all the pages of my documents. When the crop tool dialog box is showing, you can see behind it the crop marks that look like guides. In Acrobat 5, you could scroll the pages even with the crop tool box showing in front of your pages. This way, you could see the crop marks or "guides" on all the pages. But, in version 9, when the crop box is showing, you can only see the crop marks on the page(s) you're working on. You can't scroll behind the box to see what the others pages look like with the crop marks. I've uploaded print screens to make myself a bit more clear (Acrobat 5 vs Acrobat 9) :
    http://localhostr.com/files/0484a8/acro5vs9_crop.png
    If someone knows a way to get the crop preview scrolling back, maybe with a plugin or Javascript, please let me know ! 
    Thank you all for your help. 
    Paul B.

    Can somebody please help me? Nothing I do seems to open up the "crop dialog box".
    I start with Edit > Edit Text & Images. Then, I click the crop symbol, and set the ranges of my desired crop. Then I want to apply this crop, but nothing works.
    I've tried:
         - Double Clicking Inside the selected crop-box
         - Double Clicking Outside the selected crop-box
         - Triple Clicking
         - Quadruple Clicking
         - CTRL-SHIFT-T
         - Hitting Enter
         - Right clicking
         - Searching endlessly for some sort of button pertaining to "apply crop", to no avail.
         - Changing to different PDF type (scanned, instead of text-to-pdf) and trying again
         - Yelling
         - Punching
         - Crying
    None of the afforementioned seems to work.
    Help please?

  • Content Query Web Part (CQWP) displaying ASCII code for the colon portion of a time

    I'm having an issue with a CQWP displaying &#58; for the colon portion of a time.  For example, instead of 6:30, the CQWP shows 6&#58;30. 
    I checked our encoding which is set to UTF-8.  We also have a custom style on the CQWP and I've made sure that our custom itemstyle.xsl file has the disable-output-escaping property set to yes. 
    When I look at the list I'm querying from, the ascii code is not showing in there; it's displaying properly as 6:30.  I tried to flip this by replacing the colon with the ascii symbol in the list but it still showed the ascii code on the CQWP.
    Any ideas?

    Hi Cameron,  thanks for your reply.  The solution in the blog would work for an area that is only for date or time.  Unfortunately, this particular section of my CQWP is more than just a time; it's the summary of a news article--
    which may or may not contain a time depending on what the news article is about. 
    In further testing I have also noticed, when viewing the source code, that the colon is represented as
    &amp;#58; which tells me that the ampersand of the ascii code for the colon is also being convertied to ascii (in a sort-of double
    conversion situation.)  This isn't something I've ever seen before.

  • How to automatically scroll continuously to the next page in adobe muse?

    Im building a site which was orginally going to be a one page scroll site but I now what to place the different sections on individual pages to allow easier editing of content. I still want the site look as if it is a continusly scrolling one page site. What I was hoping to do is that when the viewer comes to the end of a section they can continue to scroll down but for it to link to another page, I thought this may be done using anchor points in some way. Any help greatly apprciated! Thanks

    Yes ...
    You need what is called a 'Snap Scroll'  widget ... these widgets use the anchor points as a brake to stop right where they are while swiping or scrolling ... it won't continue down the page until your swipe or scroll again ... it will do this for all anchor points on the page ...
    MuseThemes do one called exactly that ... worth buying their great set of tools for MUSE ... highly recommended ...
    Snap Scroll Widget for Adobe Muse CC - Widget Tutorial by MuseThemes.com - YouTube
    and a free one here from Joseph Angelo Todaro
    Adobe Muse CC Parallax Scrolling Tutorial | Magnetic Scroll Anchors - YouTube
    cheers,
    Gem

  • When I go to a new page on a web site, i am kicked back to the library page. whats happening and how do I correct it??

    I have a HP 6 core desktop, with Win 8.1. I have the latest version of Firefox. An example of the problem that I am having: I am looking at Drudge and click on one of the articles and I end up on the start page or the library page. This occurs 90% of the time. If I use IE on the same computer I don't have the problem.

    Hi,
    Please check the settings under Firefox > Options > Tabs if this is happening when you click on an article in a new tab.
    If this is happening on the same window please try Firefox in Safe Mode or Reset Firefox. [[Troubleshoot Firefox issues using Safe Mode]] and [[Reset Firefox – easily fix most problems]] for reference.

  • "One or more field types are not installed properly" when I try to add a second discussion board web part to a page

    I have a SharePoint 2010 site with two discussion boards. I added one additional field to each of the boards: a lookup to another list to link the discussions to individual projects. I need 2 different boards because they have different posting permissions
    (one is open to all for comments, and one is open only to the project team to post but everyone can read).
    When I go to the pages for each of the discussion boards, they work fine.
    But I'm putting together a page for individual projects, and want to have web parts for both discussion boards on the same page, showing the discussions related to the selected project.
    I am able to add one of the discussion boards to a web part in the page, but when I add the second discussion board to the page, the new web part contains:
    One or more field types are not installed properly. Go to the list settings page to delete these fields.
    Correlation ID: blah blah blah
    I've searched for similar postings, but mostly I see this error message related to migration from 2007 to 2010 -- this is not the case here: I created both discussion boards, and the whole site, in SP 2010. I've also found this message related
    to coding errors using SPQuery. I am not doing any coding here, just using the built-in SharePoint 2010 Edit Page -> add a web part -> select the discussion list.  I tried doing it from SPD with the same result. 

    I figured it out. I was using ?FilterField1=fieldname&FilterValue1=value on the URL to the page to pick out one project number. The web part I was trying to add was for a list that did not have that particular fieldname. I didn't realize that would matter
    since I was using the Connections -> Get Filter Values From to get my filter values from the main web part, which does have that fieldname.
    I added a field with that fieldname to the other list and set a workflow to copy the lookup value of the project number lookup field into the new field. Now all is working fine.  Sorry for the wild geese in my original question.

  • Using multiple refinement web parts on the same page but have them hidden until needed

    I have a search results page that has several different Core Results web parts on it (each is connected to a different result source). all hidden by tabs using the HillbillyTabs interface
    http://www.sharepointhillbilly.com/Lists/Posts/Post.aspx?ID=42
    unfortunately you cant share a refinement web part across multiple results web parts. So I am left trying to figure out how to hide several refinement web parts and only show the active refinement webpart when the result source tab is selected.
    The template im using is an OOTB standard search results template with the refinement panel on the left navigation zone and the core results web parts configured in the main content zone.
    Scenario:
    Search text box passes query to multiple results web parts on a page. Only one results web part is displayed at a time (active tab). The refiner for the active tab shows and displays its refiners in the navigation panel.
    There are multiple refinement web parts in the navigation panel associated with each core results web part in the main content zone. These refiner web parts are configured with custom refiners.
    the results page displays just one results web part at a time via tabbed interface.
    I am trying to figure out how to make the refiner web parts show and hide depending on which tab is selected.
    Any help pointing to someone thats already attempted this would be appreciated! 
    Eric

    Hi,
    For your issue, you can consider using SharePoint Search Navigation which can achieve a similar feature but not on the same page.
    Search Navigation allows users to move quickly between search experiences listed in the Navigation. Navigation is displayed in the Quick Launch control on search pages, and can also be shown as a drop-down menu from the search box.
    For more information, you can refer to the blog:
    http://blogs.technet.com/b/tothesharepoint/archive/2013/11/13/how-to-add-a-customized-search-vertical-to-your-search-results-page-in-sharepoint-2013.aspx
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Custom SharePoint Master Page with Content Editor Web Part.

    Hi All,
    I have created a custom SharePoint Master Page to apply within my SharePoint Site and it was a success.
    When I want to add the content I have to use the script editor web part and add HTML snippets. Then the styles will reflect correctly. But when I use content editor web part some of the styles do not reflect. Lets assume that if I want to add a H2 with the
    custom color, the color do not show in the ribbon. And how SharePoint know that this is an <h2> and reflect the other styles like padding, margin and so on.
    Please can someone help me to solve this.
    Thanks and regards,
    Chiranthaka

    Hi,
    From your description, my understanding is that you want to add CSS code in your customized Master Page with content editor web part.
    I tested your issue in SharePoint Designer, and I added CSS code successfully.
    I accomplish your requirement with steps below:
    Add a content editor web part in a list and add some CSS code in the web part.
    Open SharePoint Designer, enter the master page.
    Insert a content editor web part under INSERT tab in the Ribbon.
    Open the list that have edited in step1 in the SharePoint Designer.
    Copy code from the list to the Master Page as the screenshot below.
    The screenshot below is my result:
    In addition, why do not you add CSS code just with <style> tag in your page? Just add CSS code as below(in this method, you do not need any web part.):
    <style>
    h2{
    background-color:green;
    </style>
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • SharePoint 2010 Calendar web part displaying (False) in every event

    I am looking at an issue with a Team site that has a calendar web part on a page. In this calendar web part, every item has "(False)" appended after it. This only displays in the web part. If I access the calendar list directly, the item displays
    correctly.
    For example,
    In the calendar web part I will see: Good Friday (False)
    In the calendar list I will see: Good Friday
    This is the out of the box calendar web part and nothing out of the ordinary looks to be set with it. Why is "(False)" displaying in the web part and how do I get rid of it?
    Thanks,
    Jim
    Jim

    Hi Jim,
    According to your description, my understanding is that the calendar web part displayed incorrectly in SharePoint 2010.
    Could you please provide a screenshot of the calendar list and the calendar web part?
    I recommend to verify the steps below for troubleshooting this issue:
    Remove the calendar web part from the page and then add another calendar web part to narrow the issue scope.
    Create a new page and add the calendar web part to the page to see if the issue still occurs.
    Create a new calendar list and test the same scenario, then compare the results.
    Check the XSLT list view web part in the page in SharePoint Designer to see if there is anything wrong.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

Maybe you are looking for

  • Power to buy a UPS

    Hi guys: I have search on the web and they say that computers have a consumption of 75w each, in other webs 250w and on others 600w!.... who is right? i need to know the power consumption of all my computers, here they are: 2 eMacs 1 G5 1 Apple Displ

  • Urgent help on logic:iterate

    Dear all, I have a problem on logic:iterate and structs. Suppose I have EmployeeListAction to get the employees data as below :- employees = EmployeeData.getEmployees(getDataSource(request)); request.setAttribute("employees", employees); In the Emplo

  • ERROR" unable to convert the service as an ALE logical system"

    Hello All, In SOAP to IDOC scenario I tested the webservice with the client tool. Its hitting the integration engine but its throwing up an error" unable to convert the service as an ALE logical system". How can I maintain a logical system for a serv

  • How to delete contact groups in iphone

    I am trying to delete the groups in my contacts but i didnot know, so can you please help me how to delete them

  • Webdynpro URL Startup Parameters

    Hello, i call my webdynpro application about a html link. it is possible to deliver my application some startup parameters by url, like http://sap:50000/webdynpro/dispatcher/local/Application/Application?<b>parameter=3</b>