Hit Counter button not appearing when I upload the web site.

I am using iWeb version 3.0.4 on OS 10.6.8, and on the Welcome page, I added the Hit Counter button.  When I upload the web site, the Hit Counter button does not appear.  Anyone have any solutions as to why it isn't appearing?  Thanks...
Peggy Hinsman
Eugene School District 4j
Eugene, Oregon

Where are you hosting the site? The counter will not work on ftp servers, only on MobileMe.  If you are hosting on MobileMe increase the footer height considerable and publish. If the counter then appears you can move it closer to the body/footer border and reduce the footer height.
If you're not on MobileMe consider a 3rd party counter like StatCounter.  This tutorial describes how to add it to iWeb pages: #13 - Adding a StatCounter as an HTML Snippet
If you're on MobileMe you know that MMe will be discontinued on June 30 of next year.  This may be of interest: #23 - Life After MobileMe
OT

Similar Messages

  • I made a purchase in an app.  The app closed and I assumed that the purchase did not go through because it did not appear when I reopened the app, so I "re-purchased it".  I was charged twice, but only received it once.  What can I do?

    I made a purchase in an app.  The app closed and I assumed that the purchase did not go through because it did not appear when I reopened the app, so I "re-purchased it".  I was charged twice, but only received it once.  What can I do?

    FOR ASSISTANCE WITH ORDERS - iTUNES STORE CUSTOMER SERVICE
    For assistance with billing questions or other order inquiries, please refer to our online support page by clicking here: http://www.apple.com/support/itunes/store/. If you cannot find the answers you are seeking in our robust knowledge base, you can contact us by visiting the following URL http://www.apple.com/support/itunes/store/, clicking on the appropriate Customer Service topic, then using the contact button or email form at the bottom of the page. Responses to emails will be provided as soon as possible.
    Phone: 800-275-2273 How to reach a live person: Press 0 four times
    Hours of Operation: Mon-Fri: 9am-5pm ET
    Email: [email protected]
    How to report an issue with Your iTunes Store purchase
    http://support.apple.com/kb/HT1933
    iTunes Purchase Problems: How to Report a Problem to iTunes Support
    http://tinyurl.com/7tscpa7
    How to Get a Refund from the App Store
    http://gizmodo.com/5886683/how-to-get-a-refund-from-the-app-store
    Canceling a Digital Subscription
    http://gadgetwise.blogs.nytimes.com/2011/10/14/qa-canceling-a-digital-subscripti on/
     Cheers, Tom

  • I am in Muse 2014.3. When I edit a page, in the preview everything looks fine, but when I upload it to FTP, the page does not change, even when I upload the whole site. Is this a bug? I don't know what to do.

    I am in Muse 2014.3. When I edit a page, in the preview everything looks fine, but when I upload it to FTP, the page does not change, even when I upload the whole site. Is this a bug? I don't know what to do.

    Hi Jaap,
    Are you sure about your FTP credentials (FTP folder and site URL) that you are using for the upload? Are you able to see the updated files in the remote directory of the FTP server, after you finish uploading the muse file, using an external FTP client like FileZilla?
    Thanks
    -Prashanth

  • How do I know if private browsing is working? The purple mask does not appear when I click the mask icon. In my privacy settings "Never Remember" is selected.

    I'm trying to confirm private browsing is working. Right now I have no way of knowing if it is on or not. The purple mask ,referred to in help, does not appear when selected. I should say in my privacy settings, I have selected "Never Remember" for history.

    Do you mean you have checked the box: "Always use private browsing mode"? If so, it's intentional that the private browsing icon isn't displayed as we didn't want Firefox to be showing everyone within view that you're using private browsing mode IIRC.
    There are some easy things you can do to confirm that you are in private browsing mode such as visiting a new website and then confirming it doesn't appear in the history window.

  • App bar not appearing when I tap the ellipses

    I'm trying to get my app bar to appear when I tap the 3 dots at the bottom of the screen, but when I do so it doesn't happen. Anyone know
    why & how this problem can be rectified?
    MainPage.xaml
    <Page
    x:Name="pageRoot"
    x:Class="HP.MainPage"
    DataContext="{Binding DefaultViewModel, RelativeSource={RelativeSource Self}}"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:Exits_Expert_London_Lite.Lines_and_Stations.WC"
    xmlns:common="using:Exits_Expert_London_Lite.Common"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:q42controls="using:Q42.WinRT.Controls"
    mc:Ignorable="d">
    <Grid Background="Black">
    <Grid.ChildrenTransitions>
    <TransitionCollection>
    <EntranceThemeTransition/>
    </TransitionCollection>
    </Grid.ChildrenTransitions>
    <Grid Name="CustomAppBarRoot" HorizontalAlignment="Stretch" VerticalAlignment="Bottom" Loaded="CustomAppBarRoot_OnLoaded"
    ManipulationMode="TranslateY"
    ManipulationDelta="CustomAppBarRoot_OnManipulationDelta"
    ManipulationCompleted="CustomAppBarRoot_OnManipulationCompleted"
    Tapped="CustomAppBarRoot_OnTapped">
    <Grid.RenderTransform>
    <TranslateTransform X="0" Y="0"/>
    </Grid.RenderTransform>
    <Grid.Background>
    <SolidColorBrush Color="Black" Opacity="0.5"></SolidColorBrush>
    </Grid.Background>
    <Grid.RowDefinitions>
    <RowDefinition Height="Auto"/>
    <RowDefinition Height="*"/>
    </Grid.RowDefinitions>
    <TextBlock Name="DotsTextBlock" FontSize="28" Text="..." HorizontalAlignment="Right" VerticalAlignment="Top"
    Margin="0 0 15 0" Tapped="DotsTextBlock_OnTapped" Width="50" Height="50" TextAlignment="Center">
    <TextBlock.RenderTransform>
    <TranslateTransform Y="0" X="11"/>
    </TextBlock.RenderTransform>
    </TextBlock>
    <StackPanel Name="ButtonsStackPanel" Grid.Row="1" Orientation="Horizontal">
    <AppBarButton Label="tfg" Icon="Add"/>
    <AppBarButton Label="tfg" Icon="Add"/>
    </StackPanel>
    </Grid>
    <Hub>
    <Hub.Header>
    <!-- Back button and page title -->
    <Grid>
    <Grid.ColumnDefinitions>
    <ColumnDefinition Width="80"/>
    <ColumnDefinition Width="*"/>
    </Grid.ColumnDefinitions>
    <Button x:Name="backButton" Margin="-1,-1,39,0" Command="{Binding NavigationHelper.GoBackCommand, ElementName=pageRoot}"
    Style="{StaticResource NavigationBackButtonNormalStyle}"
    VerticalAlignment="Top"
    AutomationProperties.Name="Back"
    AutomationProperties.AutomationId="BackButton"
    AutomationProperties.ItemType="Navigation Button"/>
    <TextBlock x:Name="pageTitle" Text="Page name" Style="{StaticResource HeaderTextBlockStyle}" Grid.Column="1"
    IsHitTestVisible="false" TextWrapping="NoWrap" VerticalAlignment="Top"/>
    </Grid>
    </Hub.Header>
    <HubSection Width="800" Padding="40,50,0,0">
    <HubSection.Header>
    <StackPanel>
    <TextBlock Text="hub section 1" Style="{StaticResource HeaderTextBlockStyle}"/>
    </StackPanel>
    </HubSection.Header>
    <DataTemplate>
    <Grid>
    <StackPanel>
    <TextBlock Style="{StaticResource SubheaderTextBlockStyle}" Margin="0,0,0,5" TextWrapping="Wrap">
    <Run Text="Hello World"/>
    </TextBlock>
    </StackPanel>
    </Grid>
    </DataTemplate>
    </HubSection>
    </Hub>
    </Grid>
    </Page>
    MainPage.cs
    using HP.Common;
    using System;
    using System.Collections.Generic;
    using System.IO;
    using System.Linq;
    using Windows.Foundation;
    using Windows.Foundation.Collections;
    using Windows.UI.Xaml;
    using Windows.UI.Xaml.Controls;
    using Windows.UI.Xaml.Controls.Primitives;
    using Windows.UI.Xaml.Data;
    using Windows.UI.Xaml.Input;
    using Windows.UI.Xaml.Media;
    using Windows.UI.Xaml.Media.Animation;
    using Windows.UI.Xaml.Navigation;
    // The Hub Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=321224
    namespace HP
    public sealed partial class MainPage : Page
    public MainPage()
    this.InitializeComponent();
    this.Tapped += Page_OnTapped;
    private void Page_OnTapped(object sender, TappedRoutedEventArgs tappedRoutedEventArgs)
    if ( isAppBarShown )
    HideCustomAppBar();
    #region custom app bar
    private Storyboard hideCustomAppBarStoryboard;
    private Storyboard showCustomAppBarStoryboard;
    private Size appBarSize;
    private Size appBarButtonsSize;
    private bool isAppBarShown = true;
    private void CustomAppBarRoot_OnLoaded(object sender, RoutedEventArgs e)
    appBarSize = new Size(CustomAppBarRoot.ActualWidth, CustomAppBarRoot.ActualHeight);
    appBarButtonsSize = new Size(ButtonsStackPanel.ActualWidth, ButtonsStackPanel.ActualHeight);
    InitializeStoryboards();
    HideCustomAppBar();
    private void ShowCustomAppBar()
    isAppBarShown = true;
    showCustomAppBarStoryboard.Begin();
    private void HideCustomAppBar()
    isAppBarShown = false;
    hideCustomAppBarStoryboard.Begin();
    private void DotsTextBlock_OnTapped(object sender, TappedRoutedEventArgs e)
    if (isAppBarShown)
    HideCustomAppBar();
    else
    ShowCustomAppBar();
    private void InitializeStoryboards()
    hideCustomAppBarStoryboard = new Storyboard();
    showCustomAppBarStoryboard = new Storyboard();
    var showDoubleAnimation = new DoubleAnimation()
    EasingFunction = new CircleEase() {EasingMode = EasingMode.EaseInOut},
    To = 0,
    Duration = new Duration(TimeSpan.FromMilliseconds(200))
    var hideDoubleAnimation = new DoubleAnimation()
    EasingFunction = new CubicEase() {EasingMode = EasingMode.EaseInOut},
    To = appBarButtonsSize.Height,
    Duration = new Duration(TimeSpan.FromMilliseconds(200))
    hideCustomAppBarStoryboard.Children.Add(hideDoubleAnimation);
    showCustomAppBarStoryboard.Children.Add(showDoubleAnimation);
    Storyboard.SetTarget(hideCustomAppBarStoryboard, CustomAppBarRoot);
    Storyboard.SetTarget(showCustomAppBarStoryboard, CustomAppBarRoot);
    Storyboard.SetTargetProperty(showCustomAppBarStoryboard, "(UIElement.RenderTransform).(TranslateTransform.Y)");
    Storyboard.SetTargetProperty(hideCustomAppBarStoryboard, "(UIElement.RenderTransform).(TranslateTransform.Y)");
    #endregion
    private void CustomAppBarRoot_OnManipulationDelta(object sender, ManipulationDeltaRoutedEventArgs e)
    var translateTransform = (CustomAppBarRoot.RenderTransform as TranslateTransform);
    double newY = e.Delta.Translation.Y + translateTransform.Y;
    translateTransform.Y = Math.Max(0, Math.Min(newY, appBarButtonsSize.Height));
    private void CustomAppBarRoot_OnManipulationCompleted(object sender, ManipulationCompletedRoutedEventArgs e)
    // if small appbar-position changes are made app bar should back to previous position, just like in windows phone
    if (Math.Abs(e.Cumulative.Translation.Y) < 20)
    isAppBarShown = !isAppBarShown;
    if (!isAppBarShown)
    ShowCustomAppBar();
    else
    HideCustomAppBar();
    private void CustomAppBarRoot_OnTapped(object sender, TappedRoutedEventArgs e)
    e.Handled = true; // prevents raising Page.Tapped event so appbar won't be closed on AppBar-area tap

    When I debug, the app runs as normal and doesn't crash when I tap the elipses hence nothing happens.
    Does your tapped handler get called?
    It looks like your buttons stack panel may be on top of your ellipses. Try reversing that so the ellipses are on top:
    <StackPanel Name="ButtonsStackPanel" Grid.Row="1" Orientation="Horizontal">
    <AppBarButton Label="tfg" Icon="Add"/>
    <AppBarButton Label="tfg" Icon="Add"/>
    </StackPanel>
    <TextBlock x:Name="DotsTextBlock" Text="&#xe10c;" FontSize="14" FontFamily="Segoe UI Symbol" HorizontalAlignment="Right" VerticalAlignment="Top"
    Tapped="DotsTextBlock_OnTapped">
    </TextBlock>
    You can also use the Segoe UI Symbol "More" character to match the standard more ellipses rather than trying to implement your own. A step further would be to make it a button so that it has proper clickable semantics and will work properly with the
    keyboard, although for this specific use you can get away without it since you'll provide standard Windows+Z AppBar behaviour.

  • Why my Startup Manager does not appear when I hold the Option key when starting to boot.

    I no longer have the Startup Manager appearing when I hold the Option key when starting to boot.
    Instead, the system just boots into whichever OS was last selected in the Startup Disk Preference.
    How to get back my Startup Manager so that I can boot up from my external hard disk.
    Thank you.

    Can you please run the following in terminal and post the output in your reply:
    diskutil list; echo; nvram -p | grep boot-args; echo

  • Cant open PDF file when is on the web site

    Hello
    I cant open the PDF file when this file is on the web site .
    But I can open the PDF file when this file is in my computer.
    I use the adobe 9 on windows XP
    Help me ... Great thanks
    Marc Boucher

    The message error say
    The program Acrobat Adobe/Reader in progress can not be used to open a file pdf in a Web navigator. Version 8 or 9 for Adobe Acrobat/Reader is necessary
    But I have the 9 version of Adobe reader !!!

  • Buttons not appearing when published

    Hi there,
    I have never had this problem before with RoboHelp. I work as
    a contractor in many different companies and I can't say that
    RoboHelp is always setup and configured the same way each time.
    I am currently using version 5.0.2 and I am using a skin that
    I have modified with the company colours etc. When I preview the
    skin, it all looks fine, but when I generate/publish the previous,
    next, sync and close buttons above the contents do not appear.
    Does anyone know why and what I can do to fix this. Like I
    said, it's never happened to me before on any other RoboHelp
    projects. Thanks.

    Hi again
    I attempted to allude to this in the article. Essentially,
    here is how you coax them to show. For the Sync TOC button, if you
    expand the Single Source Layouts pseudo folder, then right-click
    the WebHelp layout and choose properties from the context menu, you
    should see several dialogs. Click the Next > button and look at
    the "Synchronize TOC" option. To the right of this option is a
    drop-down. If you see "Automatically" listed there, this means the
    Sync TOC icon will not appear in the mini toolbar. So to coax it to
    show, change Automatically to Manually.
    The close button is a bit of a mystery. I've never known it
    not to be present. This makes me wonder what browser and version
    you may be using.
    Cheers... Rick

  • The Undock button not appeared when we upgrade to Windows 7 64bit

    Hello,
     I have a problem in my laptop LATITUDE-E6410 after we upgraded the OS from Win XP to Win 7 64bit.The problem is the when i trying to undock the laptop from the dock station,Windows goes to freeze and i have to shutdown it from power button.So i want to make undock from start menu but i can not find this option and also there is not Eject option to undock the laptop safely.When i searched for that problem i found that there is an update for the ACPI but i can not find that update in dell website.So is any help for that ??
    Thanks

    Hi Sys Support,
    Thanks for the post! I would first suggest making sure the chipset drivers are up to date with the latest released on our support site, as this issue started only after updating your operating system its likely this is the result of a software / driver problem.
    To help makes sure all of the latest updates are installed on the system you can use the Dell Command | Update Software HERE, This software should automatically scan your systems drivers and install any updates available from our support site.
    We have also released several BIOS updates for this unit, some with improvements to docking functionality. Please find these updates HERE.
    Let us know how it goes! 

  • ITunes or iPhoto do not appear when I click the music or photo icons

    I wish to add music & photos to my production in iMovie. But when I click the music or photo icons, iTunes and iPhotoe do not appear in the boxes that open. I can have them open in another window and drag them in, but this is not what is supposed to happen, what can I do ?

    Do you mean you have checked the box: "Always use private browsing mode"? If so, it's intentional that the private browsing icon isn't displayed as we didn't want Firefox to be showing everyone within view that you're using private browsing mode IIRC.
    There are some easy things you can do to confirm that you are in private browsing mode such as visiting a new website and then confirming it doesn't appear in the history window.

  • Search Bar : "Go button only appears when text in the bar"

    With the new update they have made it so that the "Search" button in the "Search bar" only appears when there is text on it.
    While probably a minor (in)convinence for most, it had become a browsing habit for me, to middle mouse click the search in an empty search to take me to "google.com" in a new tab (or whatever search engine was set).
    I would like to know if its possible to tweak something in order to bring back the search button so it stays there.
    I know there is easy workarounds for this (bookmark comes to mind), but having browsed like this for many years I would like to continue doing so if possible.
    Thanks

    Hmm, it takes a little doing, but I think so.
    When the bar is empty, the code that generates the little image of the arrow has a new attribute set, which is hidden="true". There is a corresponding style rule to suppress the arrow when hidden="true". You can use a custom style rule to override the built-in rules, and apply it to the interface using either:
    * Stylish extension ([https://addons.mozilla.org/firefox/addon/stylish/])
    * userChrome.css file ([http://kb.mozillazine.org/userChrome.css])
    This is a rule you could use:
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    searchbar .search-go-button[hidden="true"] {
    display: -moz-box !important;
    I have attached an image of how this looks when you create a new blank rule in Stylish, paste that in, and click the Preview button.

  • DOD access card certificates not recognized when trying to access web sites with a card reader while older version of firefox did.

    In the past I have been able to access web sites that require certificates pulled from a common access card inserted into a card reader attached to my Mac. Since I have updated to the newer version of Firefox, the sites that I am trying to gain entry to are not recognizing either the card, card reader or those certificates. If I use Safari or my work computer, the sites recognize my card and certificates and I am grated entry. I would use Safari but I like the format of Firefox for the specific tasks that require the access card. Just looking for a solution. Firefox does open other sites just fine. It's just the ones that require the card, reader and certificates.

    Anything here:
    * [[/questions/808161]] Trying to use a CAC smart card reader with Mac version of Firefox
    * [[/questions/752709]] Having problems configuring FireFox to use a CAC reader

  • Share screen button not appearing when remote from office

    When I am in the office connected via the local LAN the share screen button in Finder is displayed. When I am at home anc connected via broadband I can still see the server and shares but I have no share screen button. Is there a preference that needs to be set somewhere to enable the remote share screen or is it more likely to be a firewall issue with a blocked port?

    For sharing the screen of remote computers when screen sharing is enabled and the "Share Screen" button does not show up, an alternative is to launch screen sharing via Safari using the numeric IP address of the remote MAC.  The issue you are having is most likey caused by the presence of one or more firewall in the network path.  Here is a brief video demo on using Safari to launch screen sharing...
    https://www.youtube.com/watch?v=PpZ9CSd63uM

  • HT201269 Attachment button not appearing when writing e-mails

    Since I upgraded my iphone to ios7, I am unable to find the attachment button to attach any pictures or PDF documents. Can anyone help me out on this?

    Assuming that you were using the default Mail.app, it never had a way to attach PDF documents.
    To attach a picture from your Camera Roll, long-press in the body of the email, then press the right-arrow that appears.

  • I have been organizing my bookmarks into folders. There are a bunch of bookmarks that appear on the Bookmarks Menu that do not appear when I used the Organize Bookmarks option. Therefore I can't organize them. How do I get at them and move them to folders

    I used Organize Bookmarks to put some bookmarks in folders. When I had done all the bookmarks that appeared outside of folders in the Organize Bookmarks window, I closed it and looked at my bookmarks menu. Under my folders were some other bookmarks that I hadn't seen in Organize Bookmarks and when I used it again, they still weren't visible. Therefore, I couldn't move them into folders.

    Update - I discovered that the entire list of bookmarks can be accessed in the Organize Bookmarks window by clicking on the icon for Bookmarks Menu.
    This seem like odd interface behaviour to me.
    All the other software I use follows the pattern that an icon with a triangle to the left, which you click on to expand the menu tree downwards, shows the entire contents of the category when you click on the triangle. In other words, you don't get a different response by clicking on the icon from what you get by clicking on the triangle.
    It also seems odd to me that when an unsorted bookmarks folder is automatically provided that unsorted bookmarks would not be placed there by default.
    Anyway, by getting the list of bookmarks displayed this way I was able to simply right-click on items in the list and delete them, as I thought I should be able to do. Problem solved. Organize Bookmarks interface found to be somewhat unintuitive.

Maybe you are looking for

  • I updated my iphone to the ios6 and now it wont work.

    i updated my iphone to the ios6... and now it wont work at all. it wont even turn on, it keeps going back and forth between the black screen and then the apple mark pops up for a few seconds, and then turns back to the black screen again... and that

  • I want product costing related documents

    Hi I want product costing related documents, material..when i can download full producting, internal orders, profit centers, cost centers related... Thank you

  • Single Po

    Hi, I am having number of PRs not in sequence for single vendor,and i want to combine all prs in single Po item.

  • How do you break a closed path?

    It's infuriating: Not only is there no indicated means of doing this in the GUI or menus, but there's no result in attempting to search the Web for it. Once a path is closed, how do you break it open? And while I'm at it: I have a vector mask.  I wan

  • Compressing for Web download

    Trying to compress a 5 min HD 1080i movie out of FCP to download for the web - can't seem to get anything of decent quality smaller than 2+GBs file size. Target size is 1024 MB max. Have used Compressor H.264 and still results are to large. Quicktime