Losing "read more..." links in published blog

I was working on a blog, but when I uploaded it, the links to the posts were not working, specifically the headline, "read more..." and "add comments" links. Any links I created elsewhere on the page were fine. I could not for the life of me figure out the problem, so I started from scratch, posted a demo site and I was fine. But now as I have worked on it and uploaded it to see, the links again no longer work. Very frustrating.. you can't select them in iWeb to do anything, and they should be live automatically. What am I doing wrong? Thanks!

Firstly, are you publishing to MobileMe or an outside server?
Please remember that if you are NOT using MobileMe and are uploading directly to your server, then blog comments WILL NOT WORK. That is one of the options that is not available if you don't use MMe. This info is actually stated when you publish to a folder from inside iWeb.

Similar Messages

  • Add read more link SharePoint 2013 blog site

    Hi,
    I have blog site in SharePoint 2013. I want to add "Read More" link for all the blog post.
    I found a lot of solution by manipulating through the layouts folder in 15 hive directory.
    But I have no access to the 15 hive directory.
    Is it possible through JavaScript or j query ?
    Please share your suggestion.
    Thank you

    I've used this guide: http://www.learningsharepoint.com/2013/04/07/styling-announcements-with-javascript-using-js-link-in-sharepoint-2013/
    The guide is actually for Announcements but the basic behavior is the same. The code is simple to modify even by a beginner.

  • Carousel don't show images, only the page name and a "read more" link

    Good morning.
      I'm trying to get a carousel in my page. I already set a image to one page and on my carousel component, I selected that page.
      When I see the carousel, it shows me the page inputed name and a "read more" link instead of the image.
      Can anyone tell me what's wrong or missed?
      Heres a print screen:
    Thanks.

    What did I do to correct this problem:
       When I create a page renderer component, the same automatically creates a jsp file, with the same name as the component. In my Geometrixx copy sites, there's always a "content.jsp" file in the components, despite of the one with the same name of the component. So, instead of build my pages in the componentname.jsp, i'm doing this is these content.jsp. Just doing this, the carroussel works perfectly. For sure is something that I miss in my own jsp files, but even with the same code (copy > paste), in my jsp the carroussel don't work. Anyway, now I can use it.

  • Show the Read more link in the list view webpart using Client side Rendering

    Hi,
    I have a share point list name as Team.It contains two columns like Role(single line of text) and Name( people and picker).
    I want the display the list view webpart like below format using JS Link/Client side rendering concept.
    If list contains more than 3 items (display like this)
    >TeamMemberName1
    >TeamMemberName2
    >TeamMemberName3
    Readmore... (Read more link should expand all the team members)
    If list contains more than 3 items (display like this)
    >TeamMemberName1
    >TeamMemberName2
    >TeamMemberName3
    Could you please provide the code.It is very urgent for me.
    Thanks for the help!!!

    (function () {
        debugger;
        //Create our Namespace object to avoid polluting the global namespace
        var pfh = pfh || {};
        //Define our Header Render pattern
        pfh.renderHeader = function (ctx) {
            var headerHTML = "<ul>";
            return headerHTML;
        pfh.renderFooter = function (ctx) {
            //Define any footer content here.
            var footerHTML = "</ul>";
            return footerHTML;
        pfh.CustomItem = function (ctx) {
            var itemHTML = "<li>" + ctx.CurrentItem.TeamMemberName[0].title; + "</li>";
            return itemHTML;
        //Define any code/function that needs to be run AFTER the page has been completed and the DOM is complete.
        pfh.PostRenderCallback = function (ctx) {
        //Define the function that will register our Override with SharePoint.
        pfh.RegisterTemplateOverride = function () {
            var overrideCtx = {};
            overrideCtx.Templates = {};
            overrideCtx.Templates.Header = pfh.renderHeader;
            overrideCtx.Templates.Footer = pfh.renderFooter;
            overrideCtx.Templates.Item = pfh.CustomItem;
            overrideCtx.onPostRender = [pfh.PostRenderCallback(ctx)];
            overrideCtx.BaseViewID = 98; //Note: We're using BaseView ID 99 to match our override below
            overrideCtx.ListTemplateType = 100;
            SPClientTemplates.TemplateManager.RegisterTemplateOverrides(overrideCtx);
        //Now we load in our override to ensure that this Override is only applied to the intended ListView
        ExecuteOrDelayUntilScriptLoaded(function () {
            var OldRenderListView = RenderListView;
            RenderListView = function (ctx, webPartID) {
                if (ctx.ListTitle == "Test") {
                    ctx.BaseViewID = 98;
                OldRenderListView(ctx, webPartID)
        }, 'ClientTemplates.js');
        //Register for MDS enabled site otherwise the display template doesn't work on refresh
        //Note: The ~sitecollection tokens cannot be used here!
        RegisterModuleInit("/_catalogs/masterpage/Display Templates/csr_ovr_RenderListTemplate_Fixed.js", pfh.RegisterTemplateOverride); // CSR-override for MDS enabled site
        pfh.RegisterTemplateOverride(); //CSR-override for MDS disabled site (because we need to call the entry point function in this case whereas it is not needed for anonymous functions)
    I am using the above script to render the items.
    I am new to the CSR.
    Where do i need to include your script in my script.
    Please help on this.
    Thank you for reply sagar.
    Please note that i am not using content search webpart.

  • RSS Screensaver - "read more" link disappears

    There is, or atleast there was, a link "read more" right below the headlines that were sweeping the screen in screensavers RSS mode.
    One day few weeks ago it just wasn´t there. By then the problem was fixed, cause I had to re-instal whole system 10.4.7 for some other reason. After re-instal screensaver functioned normally, for couple of weeks, but today it happened again, there is no link ?!?
    It´s not big thing that the link is missing, but like to get it fixed anyway.
    PM G4 MDD   Mac OS X (10.4.7)  

    try:
    var loader:URLLoader = new URLLoader();
    loader.addEventListener(Event.COMPLETE, onLoaded);
    var xml:XML;
    function onLoaded(e:Event):void
        xml = new XML(e.target.data);
        var il:XMLList = xml.channel.item.title;
         var url = xml.channel.item.link[0];
         title0_txt.htmlText = xml.channel.item.title[0];
         link0_txt.htmlText = "<a href="+xml.channel.item.link[0]+">Read More...</a>";  
    loader.load(new URLRequest(rssfeed.xml));

  • On ebay, firefox will not respond to "shipping and payment" and "read more" links. no problem using IE.

    when on Ebay and looking at an auction, the links for 'shipping and payment' and 'read more' (in the item specifics block) do not respond. all other links on auction pages work. and they also work using IE. this is the only website that i have this problem with.
    i did a refresh of Firefox, but the problem persists.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).
    '''If Firefox is open,''' you can restart in Firefox Safe Mode from the Help menu:
    * Click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    '''If Firefox is not running,''' you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".
    ;[[Image:SafeMode-Fx35]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Wordpress read-more-links out of order when hosting on Mini

    Hi
    I moved my Wordpress-based blog http://kennethlund.dk from a webhost to my Macmini to learn about hosting my own sites.
    Everything seems fine at the first glance, except that alle links are broken :s
    The linkstructure was working at my existing host and I haven't changed anything.
    All links to backend works - it's "just" the blogposts themselves, that I cannot open.
    I suppose this COULD be something about rewrite not working. Do I need to turn this on or is there any other advice for me?

    KLP29 wrote:
    Solution: turn on "Allow overrides"
    where would we find your solution?
    thanks

  • Blog issues: duplicating pages / read more

    Hello - thanks in advance to all the great helpers out there.
    1) using Blog pages as an announcement vehicle for son's school. Each class has a "blog" where I will post parent announcements. I have one set up exactly as needed with font, colors, etc. Cannot duplicate blog page. Apple confirmed. So can I easily save as a template and then make the other NINE class pages or do I have to do each one separately (ARGH!), which is huge pain in rear due to no grouping and no pasting of styles.
    2) Any way to get the "Read More" link off? Many of the "blog entries" are straightforward announcements that are only two to three lines etc. I have the summary blog page showing the whole entry so there is no need for a parent to click to "Read More". But the "Read More" link still there. (Double ARGH!)
    I really like using the iWeb blog functionality this way and I intend to hand off maintaining site to other parents so I can't really go the "embed a blog from wordpress" route etc.
    Thank you for any great ideas!
    Liz

    Liz ~ Many people post problems here having just one iWeb blog — and you're setting up nine blogs for other parents to maintain?! ...It's okay to set up a system that's likely to be difficult to maintain if you're the one who's going to maintain it. But when those other parents start having problems, they'll likely wonder why you set it up that way. It's also restricting to require that the other parents have a Mac running Leopard and iLife '09 and that they pass iWeb's Domain file around to each other.
    LizMacBook wrote:
    I intend to hand off maintaining site to other parents so I can't really go the "embed a blog from wordpress" route etc.
    Why not? ...You just set up a web-based email address, e.g. [email protected] (telling the other parents the email's password) and then use that email address when you register a new web-based blog, at say Posterous or WordPress, etc. (Again, telling the other parents the blog's userid & password.)
    Here's an old forum thread posted by someone who wisely doubted that iWeb's blog was a good choice and has had success with a WordPress blog:
    _To blog or not to blog_
    And to link to an external blog from iWeb's navbar:
    Create a blank internal page titled "Blog" (Actually you can name the page whatever you want.) Then in that Blog page add an HTML Snippet with the following code:
    <script type="text/javascript">
    parent.window.location = "http://www.yourblogname.com"; // change this to your own URL
    </script>
    ...Once published, clicking on "Blog" in the navbar will immediately redirect to your external Blog page. (Thanks to Cyclosaurus for the code).
    Also, for your particular needs, there may be better web-based alternatives such as Ning. A single Ning site has:
    Blogs for Every Member — Enable blogging for every member of your social network. Display everyone's blog posts as a tab or just feature specific blog posts on your network's Main page via our unique Feature displays.
    ...So you could have just one Ning site with nine tabs for the nine class blogs. And Ning has many more community features that you'd probably find useful.
    By the way, something's not right with your Public Profile: +"Mac OS X (10.4.8) iWeb 09"+ — iLife '09 requires 10.5.6 (Leopard) or later. See here.

  • Can I eliminate "Read more" on blog page?

    I am using the blog page as a calender of events. All the entries are short, so there is no more to read! Is there a way to get rid of the "Read more" thing on the blog page???
    Thanks
    DanK

    You can do this in two ways:
    1) Editing your blog summary page, and remove every *Read more...* . This requires on every publishing, search for HexMonkey, MRI helps with repetitive editing task.
    2) Removing *Read more...* from localizedStrings.js, this is one time change, but you have to dig inside iWeb.app. The following is for English language, other language will vary.
    a) switch to Finder hit Command+ Shift + G and copy+paste the following: /Applications/iWeb.app/Contents/Resources/Widgets/BlogSummary.iwdgt/en.lproj/
    b) duplicate localizedStrings.js file, in case you want to revert.
    c) open localizedStrings.js file and replace strings{'Read more...'} = 'Read more...'; with strings{'Read more...'} = '';
    replace { with open square bracket and } with close square, this posting system screw up... it converts open square bracket into hyperlink

  • Removing The Date / "Read More" From My Blog Entries

    I am posting a portfolio site in iWeb and would like to remove the date and "Read More" lines from my blog (video) entries.
    Using the Color and Alignment in Inspector, I tried lowering the opacity on the text so it disappears into the background. It works on my Mac using Safari as my browser. But when I went to a PC and viewed the site in Explorer, the dates and the "read more" were there.
    Please let know if someone can help me with this. Thanks.

    have a look, code is included:
    http://temp.cyclosaurus.com/revolving/Blog/Blog.html

  • System Update 3.14 Read More Info and then SU Disappearing

    Hello,
    I have a small problem with System Update 3.14 on T42 2379DXU. After scanning my system for possible updates SU shows me all things to install. When I press + to expand it and then Read More link the chart seems to be loading, it shows for a couple of miliseconds and then it disappears and so does System Update. I need to restart it to scan system again, but the problem stays on.
    Anybody got along with that?

    I have the same problem with my new T500 machine. XP SP3, .Net 2.0. I have contaced Lenovo support and they have not yet followed through with an answer.

  • "Read more" leads to blank page?

    Today on my web site clicking the "Read more" link leads to a blank page. I've not done anything different that I can think of; the site was working fine as recently as Friday when I last posted. (My dd using Safari claims it crashed Safari, too, though it doesn't crash my Firefox.)
    What can this be?
    Here's the site: www.honeypotrambles.com

    Hi, Maria--I appreciate your giving it a try. I still don't see the rest of the post. This appears to affect only the first two posts on that page (today's and the previous one), and my husband has no trouble seeing it with IE on a WIndows machine but can't see it with Firefox on his Windows computer, and my daughter can't see it with Safari on a Mac nor can I with Firefox on my Mac. I guess some code got screwed up, but I've no idea how to fix it.
    Thanks again--
    Laura

  • "Read more" is not live in blog

    I am trying to publish my blog via iWeb, but the "read more" line on the home page is not a live link. I can't seem to find a place to change it. I'm sure it is something simple, right? Any suggestions?

    I also am having the same problem where "read more" and the "comments" fail to work only on newest entry. Any suggestions? (I am publishing to Mobile Me and I am using a Template)

  • How do you change the "read more ..." in the Blog page to something else?

    I'd like to change the "read more ..." in the Blog page to say something more relevant to my site. How can this be done?
    I searched the forums and found an earlier response to this question, but I don't quite understand it:
    Find index.xml.gz file (open: Macintosh HD ->
    Applications -> iWeb -> Contents -> Resources -> e.g.
    English.lproj -> Templates -> Blog -> e.g. White
    Blog.webtemplate -> index.xml.gz).
    Open file and edit it in TextEdit. Replace all "read
    more..." with your own text. Delete index.xml.gz file.
    I'm a little confused by this reply. To open the index.xml.gz file within the app, do you navigate there with Terminal.app, unzip it, edit the file with Text Edit, then re-gzip it?
    Second, why do you delete index.xml.gz afterwards?
    And third, will this need to be redone each time iWeb is upgraded?
    Has anyone tried this and know if this is the correct way to change the words, or is there some other way?

    This tedious process actually edits the template xml file within the iWeb application, so that it becomes the default with the template. I haven't done this before, so I'm the wrong person to advise on this.
    I tend to like to do things that are on a simpler scale. You can always make a text box with an opaque background color that matches the blog template background. Then type something else into that text box, like "click here to see more of me" Then position this text box over the standard "read more" and link the text to the blog entry.
    The downside....you'll have to do this (at least position the text box and change the link) each time you add an entry.

  • Blog: how to remove the "Read more..." in entries

    OK, it's probably as simple as can be..but how on earth do I remove / delete the "Read more.." text in my blog? I just can't find it, no matter how I try

    Thank you very much for your help, I appreciate it

Maybe you are looking for

  • Error during connect to the instance Content Server MAXDB-XSERVER Receive

    We rebooted this mornning a PROD Instance with SAPDB! Second Instance is a Content Server. Now, we got an error during connect via DBM Gui to Maxdb 7.6.06.04 2011-08-19     10:06:32     577 ERR     11926     XSERVER Receive packet, Ref:8 - socket rec

  • Keyboard design

    The keyboard and mouse for the ENVY PC are very poorly designed.  No keyboard indication of <caps lock> is a nuisance, but if the mouse is pushed against the edge of the keyboard the raised edge of the keyboard activates the mouse button. This is unb

  • Anyone Help me am not having oil paint option in adobe photoshop 5 .

    anyone Help me am not having oil paint option in adobe photoshop 5 .

  • System.TotalMemory for AS2?

    HI,      Is there an alternative for System.TotalMemory in actionscript 2.0?I would like to know how much memory is used by flash players. Also is it possible to clear the memory. Regards, Kameshwaran A.

  • Install Oracle Interconnect failed at changing Hub and wf passwords

    We are evaluation Oracle interconnect now. I treid to install Oracle Interconnect and it failed at changing Hub and Wf password steps. What should I do? Can I manually change those two passwords? Thank you for your help! Dee Dee