Favicon appearing not...  Help please.

I added the everywhere possible favicon in Muse (Site level and page), and it appears in the browser when I do a local publication, but not on the WEB in any browser (erased Caches).  It seems to work from BC address for some reason any: Home | The Sannine group but still not my normal URL.  Ideas as to why?  I deleted my cache several times and reloaded it.

Site:

The Sannine group

I use a 48 x 48 PNG 8 (no transparency) titled "favicon_1.png".

Also, if I try to delete the favicons for pages just appear rear right in the dialog box for the properties of the page the next time I'm in them.

I took a peek in the index file that muse spit, and I think it is the HTML code for the favicon:

< link rel = "shortcut icon" href="images/home-favicon.ico?333964866"/ >

I checked the files on SFTP server and the file is there (I do not understand why there are those additional after the characters. ICO, but I'm sure there's a reason) there are also a few other Favicons in the pictures folder and in another active folder with different names that correspond to the pages they were assigned to.

For reference, this is the way W3C recommend to write the code for the Favicons, it's a bit different:

" < link rel ="icon"type =" image/png"href =" http://example.com/myIcon.PNG ">

Any help would be much appreciated, let me know if you want my source to look through files.

Thank you

Kevin

When using Muse, you can have up to 99 active temporary sites on Business Catalyst. Temporary sites expire after 30 days of inactivity. Once you decide to take an individual temporary site live and associate him a domain name, then buy you a 5 plans that are included in your creative cloud hosting subscription.

Looking for 'remove the wrapper' is the wrong way of thinking. Instead, you need to adapt your site name (the domain) so instead of pointing to the wrapper page it points to the real site. This is done by changing the information in the registrar of the domain (in your GoDaddy case) to point to the servers of domain names at the Business Catalyst.

This section help Adobe Muse | Publish Web sites> page web Lance has provided a link to described the redelegation of your domain on your Registrar's website. Unfortunately, exactly how this is done is different on each registration office, but in all cases, the domain name must be set to point to the servers of domain names at the Business Catalyst (i.e. NS1.) WORDSECURESYSTEMS.COM, etc.). Once this is done, it can take up to 24 hours for the change to propagate through the servers of domain names on the internet before the domain name load you your site from the correct location (and not the old location).

Tags: Adobe Muse

Similar Questions

  • We pay each year for the Pack of PDF from Adobe ($89.99). We are not able to convert a PDF document to Word.  After clicking on the button convert an error appears.  Help, please.

    I'm unable to convert a PDF to a Word document.  We have Adobe PDF Pack and paid annually. Help, please!

    Use Acrobat Reader DC.

  • had a toggle for authorisation works now is not - HELP PLEASE

    This is a previous discusson

    I had a user landing page where after they login, if they were allowed that they woould go to their page, otherwise they would be redirected

    I was working and now it seems not to be, the code is used for redirection has been

    <? PHP if (! $Recordset1 ['auth']) {}

    header ("Location: http://www.websitename/your_waiting_for_authorization_page.php");

    Exit();

    } ? >

    the column in the database, phpMySQL is called auth and it is defined as

    tinyint (2) NO. 0Browse distinct valuesChangeDropPrimaryUniqueIndexFulltext

    I have a page where I can change the value 0 to 1

    the code on the landing page is

    <? php require_once('.. / Connections/nameprop.php');? >

    <? PHP

    initialize the session

    If (! isset {})

    session_start();

    }

    * Log out the current user. **

    $logoutAction = $_SERVER ['PHP_SELF']. » ? doLogout = true;

    If ((isset & & ($_SERVER ['QUERY_STRING']! = "")) {})

    $logoutAction. = '& '. htmlentities($_SERVER['QUERY_STRING']);

    }

    {If ((isset($_GET['doLogout'])) & & ($ {_GET ['doLogout'] == "true"))}

    to completely disconnect a visitor, you must delete the session varialbles

    $_SESSION ['MM_Username'] = NULL;

    $_SESSION ['MM_UserGroup'] = NULL;

    $_SESSION ['PrevUrl'] = NULL;

    unset($_SESSION['MM_Username']);

    unset($_SESSION['MM_UserGroup']);

    unset($_SESSION['PrevUrl']);

    $logoutGoTo = "... / index.html";

    If {($logoutGoTo)

    Header ("Location: $logoutGoTo");

    "exit";

    }

    }

    ? >

    <? PHP

    If (! isset {})

    session_start();

    }

    $MM_authorizedUsers = "";

    $MM_donotCheckaccess = "true";

    Restrict access to Page: grant or deny access to this page

    Function isAuthorized ($strUsers, $UserGroup, $strGroups, $UserName) {}

    For safety, first assuming that the visitor is NOT allowed.

    $isValid = false;

    When a visitor is connected to this site, the MM_Username of Session variable value equal to their username.

    So, we know that a user is NOT logged if this Session variable is empty.

    If (! empty ($UserName)) {}

    In addition to being connected, you can restrict access to only certain users based on a created ID when they connect.

    Analyze the channels in the tables.

    $arrUsers = explode (",", $strUsers);

    $arrGroups = explode (",", $strGroups);

    If (in_array ($UserName, $arrUsers)) {}

    $isValid = true;

    }

    Or, you can restrict access to only certain users based on their user name.

    If (in_array ($UserGroup, $arrGroups)) {}

    $isValid = true;

    }

    If (($strUsers == "") & & true) {}

    $isValid = true;

    }

    }

    return $isValid;

    }

    $MM_restrictGoTo = 'failed - login.php.php ";

    If (!) {(((isset($_SESSION['MM_Username']))) & & (isAuthorized ("", $MM_authorizedUsers, $_SESSION ['MM_Username'], {$_SESSION ['MM_UserGroup']})))}

    $MM_qsChar = ';?

    $MM_referrer = $_SERVER ['PHP_SELF'];

    If (strpos ($MM_restrictGoTo, "?")) $MM_qsChar = "&";

    If (isset($_SERVER['QUERY_STRING']) & & strlen($_SERVER['QUERY_STRING']) > 0)

    $MM_referrer. = « ? ». $_SERVER ['QUERY_STRING'];

    $MM_restrictGoTo = $MM_restrictGoTo. $MM_qsChar. "accesscheck =". UrlEncode ($MM_referrer);

    Header ("Location:".) $MM_restrictGoTo);

    "exit";

    }

    ? >

    <? PHP

    If (! function_exists ("GetSQLValueString")) {}

    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

    {

    If (via PHP_VERSION < 6) {}

    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;

    }

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}

    case 'text ':

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "long":

    case "int":

    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';

    break;

    case "double":

    $theValue = ($theValue! = "")? doubleVal ($TheValue): 'NULL ';

    break;

    case "date":

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "set":

    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;

    break;

    }

    Return $theValue;

    }

    }

    $colname_Recordset1 = "-1";

    If (isset($_SESSION['MM_Username'])) {}

    $colname_Recordset1 = $_SESSION ['MM_Username"];

    }

    @mysql_select_db ($database_nameprop, $nameprop);

    $query_Recordset1 = sprintf ("" SELECT * FROM tenant_signup, name_editprop WHERE the name_editprop.prop_id = tenant_signup.prop_id AND userid = %s ", GetSQLValueString ($colname_Recordset1,"text")");

    $Recordset1 = mysql_query ($query_Recordset1, $hostprop) or die (mysql_error ());

    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);

    $totalRows_Recordset1 = mysql_num_rows ($Recordset1);

    ? >

    <? PHP if (! $Recordset1 ['auth']) {}

    header ("Location: http://www.propertywebsite.com/your_waiting_for_authorization_page.php");

    Exit();

    } ? >

    I don't know if it was something I did on the administration page, because I wanted to option buttons to activate the page and disable the page
    can anyone help please

    Yes!  It was a trial

  • Title of the book and the cover do not appear! Help, please!

    So I recently fought a NookColor. I downloaded and saved a lot of epubbud.com books on my computer and then them open in Adobe Digital Editions. The titles, authors and covers were bad so I changed their software Adobe Digital Editions manifest.xml, but when I reported the books on my Nook and ejected my Nook and open files, they were wrong! The titles were the bad original and cover on the home screen appears as a white white square. (For example, I downloaded "I'm the Vampire, that's why" and appeared as "in1" in Adobe Digital Edition and with an unknown author.) I've changed that in the manifesto of the right pair, but once downloaded in my corner, it always appears as "in1") is anyway to fix this?

    Yes, you can correct the title in the book.  EPUB is .zip files and there will be a .opf file that is an xml document that has a metadata element that has an element of dc:title.

    Alternatively, you can use the gauge and make an epub conversion epub which should correct the title and the cover image - but I don't know how it will work on a DRM protected book.

  • When trying to install after effects cs6 trial and it appears. Help, please.

    Exit Code: 34

    Please see specific errors below for troubleshooting. For example,  ERROR:

     

      -------------------------------------- Summary --------------------------------------

    - 1 fatal error(s), 0 error(s) 

     

     

    FATAL: Payload 'Photoshop Camera Raw 7 8.0.0.22 {0A1E2FE2-B2AD-42F4-9C74-641853FB093A}' information not found in Media_db.

     

    -------------------------------------------------------------------------------------

    If someone please help.

    No one can tell you anything without the proper system or other technical details info. This error means that you already have an ACR update installed, and so the old version installed with AE may not make sense. in these circumstances, you will need to uninstall any other Adobe program you use or you run the cleanup tool...

    Use the CC cleaning tool to resolve installation problems. CC, CS3 - CS6

    Mylenium

  • width of 100% does not, help please?

    page_design_problem.jpg

    I hope that this picture will help to show the problem I have, I will paste the code I up this just in case it is not readable in the picture also.

    I'm working in Dreamweaver CM³ (updates) on a 64-bit Windows 7 platform.  I built a dozen web sites in dreamweaver, so I'm not an expert, but I'm not either totally distraught.  I did what I'm trying to do on other sites, I'm completely stumped on what I'm doing wrong here.  Any help is appreciated!

    So, it's the intro!  Here's what I'm trying to do:

    I want three background divs that are stacked on each other, with three of them covering 100% of the screen, regardless of the size of the screen (have not implemented for media queries yet go smaller, right now just trying to put it so circles fill all the screen sizes)

    If the top bar is the Tan, then the central bar is dark brown, and the lower bar is yellowish.  At the beginning I did not apply any width of 'body', but I tried to set it to 100% as well.  Each of the three background divs have been added then, and all three were set at 100%, with an image in the background (for texture and color) set to repeat everywhere.

    No matter what I try, the three bars appear to have a limit of about 740 pixels width.  It is not a setting I've ever created, and I started the page as an html page empty - not any model.  I can't find which requires this setting width on these items.

    Here's the weird thing... it really works on a big screen - the bars go all the way through... it's on small screens (my test of fifteen inches, my iphone, the ipad screen monitor) that the background is not going anywhere!

    The image in the header (all images are just an image) is 1280 pixels.

    I'm sure someone will point me to something that makes me slap my forehead in total embarrassment, but I would gladly take the humiliation of being able to move forward on this project!  Help?

    Thank you

    Michelle

    I did something like this for a client project (view source to see the code):

    http://ALT-Web.com/test/LHS-test.html

    Nancy O.

  • Wireless does not HELP Please

    Just today my wireless worked perfectly no problems at all. And then I'll be back from College 4 hours later and it seems not to work more, I called cisco and they want to charge me to fix it, and I don't have the money for it. I tried reseting the router (by pressing the small button with a paperclip for 30 seconds). And I also unplugged and plugged back in and still nothing. I called my internet provider and my modem works fine (im actually writing this with my laptop plugged directly on the Ethernet modem).  Could you guys help out me? exams are coming and I can't continue to take turns using the internet with other people in my house, and I can't continue to go to the library to study and do homework. Thank you, you have no idea how grateful ill be if this is resolved btw, I have a cisco linksys E2500 series wireless router

    If you have an extra ethernet cable, you can reconfigure the router manually. For step by step instructions you can check homesupport.cisco.com. You can also download this Web site configuration wizard.

  • My changes to JPEG files in Lightroom export not - help please!

    Hello

    I did a big session today and shot all in JPEG format (by accident). Worked on them in the same way as I would with RAW files in Lightroom, but when I export them, the changes I made do not seem to export.

    Could someone please give me a shout, I fear I have to redo everything in Photoshop (which wouldn't be as good in any case).

    Thank you!!

    Scroll down until you come to the choice of the File Format

  • Animated buttons Get to Work in DPS (InDesign 6.0) can not help please!

    In the DPS tips, using the iPad app, some of the navigation buttons appear as buttons SWF, but I can't the SWF in DPS button. I have tried with e, but cannot get that to work either. Can you tell me how to get a SWF file as a button to work in DPS - I work with ID 6.0.

    You have an eaasy answer? Y at - it a tutorial there, I can see? Is their a step by step, I can read?

    BTW, I do not understand how to work the buttons and the types of events that work in DPS.

    Thank you

    Lain Kennedy

    What exactly are you trying to do when you say "rollovers". Do you mean that the switch itself has applied animation? DPS does not support the animation of InDesign features.

    App DPS advice of Bob in the itunes store has several good examples of use of the buttons and multi-state objects.

    Neil

  • disable the inputText on click of a button, do not help please backing bean-shortcut

    Hello

    the use case is as simple as that:
    need to disable an element on the page when the button is pressed by using the quick method which does not use bb

    < af:commandToolbarButton text = "Disable" id = "ctb1" action = "backFromBrowse" / >

    I wonder if < af:setPropertyListener / >, < af:clientAttribute / > could be used?

    Thanks in advance

    Published by: grodno on 14 February 2013 02:33

    Yes you can do it without bb.

    
          
          
            
          
    
    
  • When I connect my camera (panasonic TZ5) to my PC. the AutoPlay dialog box does not appear. Help

    When I connect my camera (Panasonic TZ5) to my PC. The AutoPlay dialog box does not appear. Help please

    Hello

    · What is the operating system installed on the computer?

    · Were there any changes made on the computer before the show?

    You can access the link below which holds information on the problems of auto play: http://windows.microsoft.com/en-US/windows7/Troubleshoot-AutoPlay-problems

  • I lost my iphone and its dead and I can't find on find my iphone help please!

    I lost my iphone it also died and find my iphone does not. help please

    Nothing we or anyone can do.

    If your iDevice is lost or stolen

    If enable you find my phone before it was lost or stolen, you can track only when connected to the Internet by Wi - Fi or cellular. What you can't do, is follow your device using a serial number or other identification number. Neither Apple nor anyone else may find your device. You can't recover your loss unless you make your device for the loss. It is not covered by your warranty.

    If your iPhone, iPod, iPod Touch, or iPad is lost or stolen, what do you do? There are things you should have done in advance - until you have lost it or it has been stolen - and things to do after the fact. Here are a few suggestions:

    1. declaration of a lost or stolen Apple product

    2 find my lost iPod Touch

    3. AT & t. Sprint and Verizon can block phones stolen/tablets

    4. What-To-Do-When-Iphone-Is-Stolen

    5. use ICloud Mode lost

    6. what to do if your iOS device is lost or stolen

    7 6 ways to track and recover your lost/stolen iPhone

    8. find my iPhone

    9 report Stolen iPad | Stolen lost found online

    It pays to be proactive in following the advice on the use of find my phone before you lose your device:

    1. find my iPhone

    2 set up your iDevice oniCloud

    3. OS X Lion/Mountain Lion - in regard to my Mac

    4 the free configuration find your iPhone (even on unsupporteddevices)

  • Some songs bought on Itunes and add them to an existing selection. They appear in the playlist and on computer but will not be synchronized to the Iphone. Help, please!

    Bought a few songs on ITunes and add them to an existing selection. They appear on the computer and in the playlist, but will not be synced to an existing selection on the IPhone 6. Help, please.

    This is the computer on which the phone is synchronized, and playlist is selected on the tab music from the phone to synchronize the phone? If the 'sync' button is not a copy the playlist update on you have tried to make a change on the screen of synchronization (for example in selecting/disable-selecting a playlist and sync and then get back on your original selection and re-sync)?

  • In Yahoo Mail, when you compose an email I get a Panel "asking to leave this page. It does not matter that I choose to stay or leave, the Panel will appear again... and again... the only way is to force enough Firefox and start all over... help please...

    In Yahoo Mail, when you compose an email I get a Panel "asking to leave this page. It does not matter that I choose to stay or leave, the Panel will appear again... and again... the only way is to force enough Firefox and start all over... help please...

    Some extensions or toolbars can add such a report.

    It can also be part of the code on a page to prevent dataloss if you began to type text (composing a new mail) and you try to close this tab.

    You should be able to close this report and close the active tab.

    What I posted above is applicable to all platforms, including Mac.

  • my internet does not come on directly when I click the icon Internet... a nice window usually appears who gave me other programs to choose. It's a pain because it was not like this before. Help, please!

    my internet does not come on directly when I click the icon Internet... a window usually appears gaveme alternate programs of your choice. It's a pain because it was not like this before. Help, please!

    Hi hamnej,

    What is the 'alternative' open window that keeps popping up and what alternative programs you are requested to choose? Either by the way, not by chance is offered a selection of browsers to choose (this must be done in the UK and the European Union). If so just click OK button to connect to the internet. Once you have done this you will be given the choice of browser. If you do not want to change the browser, you already have IE 8.0, so I see no reason to change, then close the window and have no other problems. If you have a "Choose Browser" icon on your desktop, it can be removed.

    John Barnett MVP: Windows XP Expert associated with: Windows Desktop Experience: Web: http://www.winuser.co.uk ; Web: http://xphelpandsupport.mvps.org ; Web: http://vistasupport.mvps.org ; Web: http://www.silversurfer-guide.com

Maybe you are looking for

  • Satellite C660D white screen after BIOS update

    I ran the update of the BIOS on laptop Satellite C660D PSC1YE recommended and he appeared to succeed, but when it restarts the screen won't turn on. I tried a few things to fix, but nothing worked. Tried: connect an external monitor via VGA - white t

  • HP Color Laser Jet Pro M452dw: no automatic duplexing after update driver

    Installed the updated driver and software M452dw.  I can't print any documents usng the automatic duplex function.  I changed the printer properties from one side of 2 sides, but the feature screen always manual duplex printing.  I have been using au

  • Looking for a store iTunes Media in the music folder files, any body know where is the press kit?

    Hi all I'm trying to locate the folder ITunes Music Media; I looked in my music folder and the press kit was not there, someone he knows where This media file is the store?

  • Riffle is biased!

    As unofficial National Riffle Association President, I was seriously ticked this morning to discover a flaw in the implementation of the Fisher Yates good, old shuffle LV.  Fortunately, when it is important for me, I never use the code which I can't

  • Blank CD force Windows XP system to reboot

    When I want to burn a CD and I put in a blank CD, when the system reads it, the system restarts, but then if the CD is still in the drive it does the same thing again.  This occurred regularly, but now he's doing every time, with boith my DVD players