Comment box not showing up

I just published my entire iweb site to a folder so that i could export it to a wordpress site. Then I went back to publish another blog post via mobileme and the comment box does not show up.  I updated all of my software, tried to recreate the post agian and republish it and did a new "test" post, which came up with no comment box as well. I would love to hear if anyone has any suggestions... Or am I just at the end of the line with iweb?
http://www.playfulearning.com/Playful_Learning/Blog/Entries/2012/3/6_Mama_Time__ A_Cart_of_One%E2%80%99s_Own.html
Thank you...

The comments feature does not work if hosted on a server other than MMe:
Features Unavailable When Publishing to a 3rd Party Server:
◼ Password protection
◼ Blog and photo comments
◼ Blog search
◼ Hit counter
Currently if the site is published directly from iWeb to the 3rd party server the RSS feed and slideshow subscription features will work. However, if the site is first published to a folder on the hard drive and then uploaded to the sever with a 3rd party FTP client those two feature will be broken.
So if you want to have user comments with your blog you'll need to use a 3rd party commenting system like Discover your community - DISQUS, IntenseDebate  or Echo - Products.
Another option is to conver your iWeb blog to a Wordpress blog with Rage Software's iWeb to WordPress for Mac OS X. Or start a new blog at one of the established blogging sites and embed it into your iWeb page like in this demo page: Embed a Site Within an iWeb Page
OT

Similar Messages

  • Text Entry Box not showing all text

    I am creating a simple exercise where I would like the user to copy text from the course, paste it into word, and report back what the word count is.  I thought perhaps the Text Entry Box would be the best way to go, since if you click on the existing (default) text, you can copy it.  However after I place the paragraph of text in the box, and resize in the editor so that all the text shows, it does not show all the text when playing back, either previewd or published.  It only shows the last few words of the last line at the top of the box.
    Is there something I am missing?  Or, is there an easier/better way to do what I need?
    Thanks

    Hi all
    If this is Captivate 4, there may not be any need for a widget to do this. I'm guessing you haven't tried enabling the Scroll Bar for the Text Entry Box (TEB)?
    When I just plop a TEB on a slide, I get this in edit view:
    During playback it looks like this:
    But if I edit the TEB properties and enable the Show Scrollbar option:
    I get this in the output:
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • [Help] Password input box NOT showing up at all.

    The actual box used to type the password in just will not show up. My phone can only be turned on my swiping the screen up. Everything else shows up, the time, email and text noticications, but when I swipe the screen up all the way I am left with a dimmed background and the black bar that goes across the top of the screen. I've had a password on my phone for over 3 months and haven't turned it off. 
    I can't restart my phone because the power button is broken and sticks if pressed... meaning it will turn itself on and off continuously for hours on end until I wiggle it out of place. 
    Is there any way to fix this other than waiting... a full 24 hours, probably, since I just charged my phone, for the battery to die? 
    Solved!
    Go to Solution.

    NotApplicable wrote:
    I can't restart my phone because the power button is broken and sticks if pressed... meaning it will turn itself on and off continuously for hours on end until I wiggle it out of place. 
    Is there any way to fix this other than waiting...
    Reboot: With the BlackBerry device POWERED ON, using the side edge volume keys, press and hold down both of the Up and Down volume keys for about 20 seconds, ignoring the initial screenshot message... the screen will go black and reboot.
    Try that and see if you password screen then appear correctly.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Crystal Report Lines / Boxes not show in Excel

    In Crystal Report 2008, I created a report with lines and boxes inserted. I then imported into SAP B1 8.8. The report looks fine in crystal report viewer with all the correct formatting. I exported the report as Ms Excel (with formatting).
    After exported to Excel, the report looks fine for the most part but all the lines and boxes are not showing at all. I went back to CR designer and tried to mofify the format of the lines / boxes but they still not showing in Excel. is there any way to fix the display of those boxes and lines?

    Hi,
    Format like lines/Boxes cannot be exported. If you want the exact layout, print to PDF file may be your only option.
    Thanks,
    Gordon

  • Power plan status box not showing any thing in dragon game center

    Hi
    i have problem with dragon game center
    in system monitor part not showing anything in power plan box!
    but system power plan working correctly
    plz help
    tnx
    win 8.1 64 bit and updated to last version pro wmc
    see:

    The Dragon Gaming Center you installed is for laptops of which the graphic cards are 9xx series.
    (That's why you'll see "Shift Mode" in the GUI.
    Suggest you install the correct version 1.0.1312.1101 for your model:
    http://www.msi.com/support/nb/GE60-2OC.html#down-utility
    I've borrowed a GE60 2OC and installed the Dragon Gaming Center from above link.
    It looks like this:

  • Disqus comment box not loading in Firefox

    The Disqus comment box stopped loading on my site in Firefox (using Firefox 21) on PC or Mac. It started a few days ago; you have to refresh the page in order for it to load and sometimes not even that works. I tested and it loads in any other browser with no problem. I also tested on my old computer (using Firefox 17) and it's not loading. I haven't made any changes or updated anything (template, plugins, etc.) on my site since this started to happen. I appreciate any help and/or suggestions. Thanks!

    In Safe Mode, DISQUS worked fine in MLB.com. I started disabling add-ons one by one. Finally I found the offending one: Avast! Online Security 8.0.1489.

  • Flex Alert box not showing text after single inverted comma

    Hi friends,
    I am launching a flex app (swf) from a JSP page. i am sending a value using flashvars like below.
    flashvars.message = '<c:out value="${requestScope.message}"/>';
    This message consists a single inverted comma in between...ex:- L'impression des pages
    But when i want to show this message using alert box in flex like Alert.show(message);, it just shows
    'L'.  i mean it is not showing complete message. the text after inverted comma is missing....
    it will be great if anyone can help me here...
    Thanks,
    Krish

    Hi friends,
    I am launching a flex app (swf) from a JSP page. i am sending a value using flashvars like below.
    flashvars.message = '<c:out value="${requestScope.message}"/>';
    This message consists a single inverted comma in between...ex:- L'impression des pages
    But when i want to show this message using alert box in flex like Alert.show(message);, it just shows
    'L'.  i mean it is not showing complete message. the text after inverted comma is missing....
    it will be great if anyone can help me here...
    Thanks,
    Krish

  • Alert box not showing up

    Hello,
    I am having this strange problem with Alert dialog boxes. My application has some Alert dialog boxes and when I click a button to show the Alert, sometimes, I get a grayed out screen but no alert box. Other times it works properly. I tried PopUpManager.bringToFront() and setting the parentApplication as the Sprite but i cannot get this to work consistently.
    I know it has something to do with initialization of the main Application but I don't know where to look. Another clue i found is that sometimes, one of application asset (icon image) also does not show up.
            [Embed(source="assets/images/myproj/delete_on.png")]
                private const removeEntryIcon:Class;
    Most of the time it does show up. So I know there is nothing wrong with this code or the location of the asset. Can anyone give me some insight into what is happening here.

    I think you were on the right track, it did have something to do with the parent fla file. Once I complied it's parent file (and imported the window and alert classes into the parent), my message appeared in the alert box.
    It doesn't make any sense, because the component is not in the parent file, it's in the sub-parent fla file, but I guess you just have to compile all the files in the hierarchy for it to work... It also doesn't make sense why everything else worked before (the title, the yes and no buttons) except for the message.
    Thanks for the suggestion (to look at the depths, etc), however, I'm still unable to understand why the alert is not modal as it should be. If anyone has any suggestions on how to fix the buttons to make them modal, please let me know. Thanks.

  • "Comments" does not show up on internet

    Hello everybody
    Today I can't get the "comment" button in my last blog entry. I republished several times but the entry stays red and the button does not show up on the web:
    http://web.me.com/cmorzier/Site/Blog/Entr%C3%A9es/2010/2/18_Enfin.html
    Is it a server problem?

    The red issue has been around for a while. The blog is working as intended and I've added a comment to your last blog. Clear your browser's cache and:
    do the following:
    1 - delete the iWeb preference file, com.apple.iWeb.plist, that resides in your User/Library/Preferences folder.
    2 - go to your User/Library/Caches/com.apple.iWeb folder and delete the contents.
    3 - reboot.
    4 - launch iWeb, publish changes and see if the color changes.

  • Custom Icons and photos in pop-up boxes not showing up in My Google Maps

    I created a special map in Google Maps called Tagworts in 2009. It has custom icons which show in Safari but not in Firefox (16.0.2). These items are also supposed to appear in the side panel where all the information related to each place is listed. The pop-up boxes which link to the icons on the map do not show the photos which used to be there (this is also the case with Safari).
    I can't tell if the map works or not in other browsers. I need the map to work for a job application (the map is part of my work portfolio).
    Is this a combination of problems with updates in both Firefox and Google?

    Works here in Firefox 16.
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    If images are missing then check that you aren't blocking images from some domains.
    *Check the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    *Check that images are enabled: Firefox > Preferences > Content: [X] Load images automatically
    *Check the exceptions in "Firefox > Preferences > Content: Load Images > Exceptions"
    *Check the "Tools > Page Info > Media" tab for blocked images (scroll through all the images with the cursor Down key).
    If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    Make sure that you do not block third-party images, the permissions.default.image pref should be 1.
    There are also extensions (Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    See also:
    *http://kb.mozillazine.org/Images_or_animations_do_not_load

  • 702W APs out of box not showing on WLC

    We have a 2504 WLC with existing 11 APs which are 3602-I.
    We want to add 5x more 702w APs. I have installed the license on the 2504 WLC and that was fine.
    I have added new APs mac to my dhcp server, so they get an IP now and I can telnet/ssh into them using their IP (and default Cisco username/password).
    The problem is that they are not showing up on the WLC. I see on the APs ssh session that its running the (ap1g1-RCVK9W8-M), Version 15.2(4)JB5, image.
    Can someone please explain how I can get the APs showing up on the WLC?
    Thanks in advance.

    What code running on your WLC, it has to be 8.x to support this AP model. refer this
    http://www.cisco.com/c/en/us/td/docs/wireless/compatibility/matrix/compatibility-matrix.html
    If you have compatible code on your WLC  & still AP not register, pls attach AP console output while booting & trying to register
    HTH
    Rasika
    **** Pls rate all useful responses ****

  • "Create Comment Summary" not showing in Pro 10.1.7?? How can I print document and comments with connector lines on single page?

    Adobe's instructions for Acrobat X Pro say that to print the document with connector lines on the same page, I should go from the menu to "Print With Comments Summary." I'm using version 10.1.7 and that option doesn't show up. My menu bar looks like this:
    and my print dialog box looks like this:
    And if I go to Commenting under Preferences I get this:
    I don't see any of the comment printing options Adobe refers to in their instructions. Am I looking in the wrong place for the option to print comments on the same page as the document? Or is there some reason this is not available?

    Hey Dan,
    With this call:
    DAQmxErrChk ( DAQmxCreateDOChan( taskhandle, "Dev1/PFI0:7","", DAQmx_Val_ChanForAllLines ) );
    You're trying to write to the PFI lines, which are part of port 1. Only the 8 lines on port 0 "Dev1/port0" support clocked/correlated DIO, port 1 only supports static/SW timed DIO (which is what you are using) and counter timer opperations. To do buffered output, check out the Cont Write Dig Port-Ext Clk shipping example at:
    C:\Documents and Settings\All Users\Documents\National Instruments\NI-DAQ\Examples\DAQmx ANSI C\Digital\Generate Values\Cont Write Dig Port-Ext Clk
    when you use this, you'll need to specify an external clock - M-Series DIO does not have its own timing engine so it has to get its clock signal from somewhere else. Most just use an onboard counter to generate a clocking signal, so the Dig-Pulse Train Cont example under counters can be combined with this.
    Most of this is covered in the M-Series user manual, though I realize its not exactly lite reading
    Hope this gets you started,
    Andrew S
    Message Edited by stilly32 on 03-26-2008 05:28 PM
    Getting Started with NI-DAQmx
    Measurement Fundamentals

  • Comments link not showing

    My comments link isn't showing on "Amanda's Blog" where it says "read more... 0 comments"? It does show in iWeb, but not on the published website? It's working fine on "Jon's Blog"?

    first, give the feedback: http://www.apple.com/feedback/iweb.html (ask them what's the hold up? I'd done it... long ago)
    second, here is the proof... my javascript is linked to my page: http://home.cyclosaurus.com/Welcome.html
    you only see it in Safari Activity window, you will not see any GA code in my page source.
    the box is boxed you in, so you need to think out of the box.

  • File Save dialog box not showing correct file name while saving file

    hi
    Currently, after the Submit button is hit, the File Save dialog box is displayed. If the user saves the file and then opens it then the output appears correct however if the user chooses to open the file without saving on the local machine then the correct viewer is not used to display the file. The name of the file is defaulted as qotSCopPrint.jsp and the default file viewer for jsp files is chosen to view the file. The format of the file is obviously not text (it is either pdf or rtf) so the output shows binary characters.

    data : v_repid like sy-repid.
    parameters : p_file like rlgrap-filename.
    initialization.
    v_repid = sy-repid.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      CALL FUNCTION 'F4_FILENAME'
           EXPORTING
                program_name  = v_repid
                dynpro_number = syst-dynnr
                field_name    = 'P_FILE'
           IMPORTING
                file_name     = p_file.
    Message was edited by:
            Chandrasekhar Jagarlamudi

  • Transparent box not showing in Acrobat

    I have a customer that created a page in ID CS 4 with a white box (63%Tr) over 2 cmyk pics and a separate box of type laid over the Transparent box w/100k type.
    I have checked this file over extensively and see nothing out of the ordinary.
    She creates the PDF (Acrobat 6 V 1.5)...no box (We advise a direct export to PDF from ID)
    I DL the app files...same thing...
    Odd thing tho, I open PDF, clik on/off wireframes in PitStop and box shows up...
    Customer states
    "CS4 instructs me to make the pdf compatible with Acrobat 4 if I want to be able to print transparencies."
    I do not get this warning when creating the PDF
    I did create a V1.3 from same file and box is there...
    We have changed our workflow to carry live transparencies and have not had any problems for the last 2 years using the Adobe PDF Print Engine vs our original Adobe CPSI RIP.
    Anyone have any ideas?
    Thanks in advance,
    rog

    In InDesign go to view> overprint preview. Does the box vanish? if so, it is set to overprint. Go to window> attributes and turn it off.

Maybe you are looking for

  • IPad Ical Week View BUG

    I just realized this problem on my iPad. In the WEEK VIEW... the Right Arrow does not respond in either the portrait or landscape mode. when tapping the next week, the previous week is displayed. and when tapping the left arrow, the week skips one we

  • I cann't log in

    I downloaded this express application and I tried to log in here http://127.0.0.1:8080/apex/f?p=4550:11:6671224537408808::NO::: I can't log in. I'm writting correcting my username and password so I don't know what to do.

  • I PHONE AUDIO ISSUES WITH MOVIES

    I CONVERTED MY MUSIC VIDEOS IN I TUNES (RT CLICKED AND SELECTED FORMAT FOR I PHONE). THE VIDEO PORTION WAS TRANSFERRED OVER TO THE PHONE BUT NO AUDIO. I NOW HAVE DUPLICATES OF EVERY VIDEO IN I TUNES. THE DUPLICATE VIDEO IN I TUNES DOES NOT HAVE AUDIO

  • Why does FF accumulate such a HUGE chunk of memory!?

    This is getting ridiculous, and has been going on since v4 that I can tell. However, each newer version seems to use more and more and more and more and more memory. v10 is now good for gobbling up to 1.4gb before I shut it down... not 1.4mb, 1.4GB!

  • Remote DP not installing, failed to connect with the remote Distribution Site

    Hello everyone, and thanks in advance. In attempting to install the DP role to a 2008 server, I get the following errors in the distmgr.log: DPID 16777369 - NAL Path ["Display=\\server-name\"]MSWNET:["SMS_SITE=CR1"]\\Server-Name\ , ServerName = SERVE