Type not displaying on website

After I publish my muse project to the web, on either my server on in catalyst, when page initially comes up, the type is not being displayed. If I refresh the page, it does appear. ( but I can't very well tell my viewers to do this to view my website.) This needs to be fixed. (I'm using a font called Open SANS). It's happening in multiple projects. Anyone have a clue as to whats going on? one of the issue sites is at http://www.vicontest.com

I believe you are using Chrome. If yes, take a look at this thread - http://forums.adobe.com/message/6157625.
A workaround is posted here at Exchange - http://muse.adobe.com/exchange-library/chrome-33-webfont-workaround-1.
Thanks,
Vinayak

Similar Messages

  • Transacction types not displaying in the popup

    Hi Experts,
    After system upgrade from crm 7.0 to ehp3, transaction types are not displaying upon clicking New button and create follow up buttons. I have checked the spro settings and compared with 7.0 system. There are no changes.
    In the debugging in the  method GET_PROC_TYPE_CUST of class CL_CRM_UIU_BT_GET_PROC_TYPES, i found the entries in the internal table getting deleted as the navigation is not supported. Am having the entries in lt_proc_type_t.
    * Retrive the possible proc types for given bus type
       CALL FUNCTION 'CRM_BSP_SALES_GET_PROC_TYPE'
         EXPORTING
           iv_bus_category     = iv_bus_category
           iv_templates_only   = iv_template_only
           iv_process_mode     = lv_process_mode
           iv_btx_class        = iv_btx_class
           iv_btx_all          = iv_btx_all
         IMPORTING
           et_process_type_txt = lt_proc_type_t.
       LOOP AT lt_proc_type_t INTO ls_proc_type_t.
         IF iv_mixed_quot_order EQ abap_false.
    *** Filter out mixed types
           lv_delete = abap_false.
    *     check item types mixed or not
           cl_crm_uiu_bt_get_proctypes=>is_quotation(
             EXPORTING iv_proc_type         = ls_proc_type_t-process_type
                       iv_bus_category      = iv_bus_category
             IMPORTING ev_quotation_only    = lv_quotation_only
                       ev_mixed_quot_order  = lv_mixed_quot_order ).
           IF lv_mixed_quot_order EQ abap_true AND
              iv_quotation_only EQ abap_true.
    *** Mixed Types for sales + quotation items(Considered as sales order 1299189) -> exclude if quotation_only is true
             lv_delete = abap_true.
           ELSE.
    *** Pure Types
             IF lv_quotation_only EQ abap_true.
               IF iv_quotation_only EQ abap_false.
    *** only pure quotations required
                 lv_delete = abap_true.
               ENDIF.
             ELSE.
               IF iv_quotation_only EQ abap_true.
    *** only pure orders required
                 lv_delete = abap_true.
               ENDIF.
             ENDIF.
           ENDIF.
           IF lv_delete = abap_true.
             DELETE lt_proc_type_t.
             CONTINUE.
           ENDIF.
         ENDIF.
    *   Check whether the naviagtion is supported
         IF cl_crm_uiu_bt_get_proctypes=>is_navigation_supported(
              iv_bus_category = iv_bus_category
              iv_proc_type    = ls_proc_type_t-process_type
              iv_btx_class    = iv_btx_class ) NE abap_true.
           DELETE lt_proc_type_t.
         ENDIF.
       ENDLOOP.
       SORT lt_proc_type_t BY p_description_20 AS TEXT.
       LOOP AT lt_proc_type_t ASSIGNING <proc_type_t>.
         ls_value-key = <proc_type_t>-process_type.
         ls_value-value = <proc_type_t>-p_description_20.
         INSERT ls_value INTO TABLE rt_proc_types.
       ENDLOOP.
    Can anyone please guide me what navigation it is checking for transaction types. Can i find it anywhere in the configuration.
    Thanks & regards,
    Chiru

    Hi Chiru,
    please check below configuration.
    1. go to spro>crm>transactions>basic settings>define transaction types
    2. mark your Z transaction type
    3. in navigation bar on the left side click on Channel
    4. add channel GUI CRM WEBCLIENT UI
    and one more thing check inactive check box should be empty.
    check below link also
    http://scn.sap.com/community/crm/sales/blog/2013/08/23/quotation-transaction-type-not-shown-in-webui
    http://scn.sap.com/thread/1648811
    http://scn.sap.com/thread/2130867
    regards,
    vishwa.

  • Used windows update, installed 8 updates, FireFox does not display some websites and images correctly.

    Hello,
    Windows update installed 8 updates to my computer and now several websites are not displaying images or text correctly. Some forum looks like they were loaded in an extreme basic mode, another forum main page looks fine but sub forums are loaded in in the same basic looking mode, another forum only displayed 1 user avatar out of hundreds.
    Chat/IRC clients wont load.
    Everything works when I used IE.
    I tried to follow the help thingies but was led to a dead link.
    http://support.mozilla.com/en-US/kb/Firefox%20cannot%20load%20websites%20but%20other%20programs%24%20can
    Anybody have any ideas?

    If you have increased the minimum font size then try the default setting "none" as a high value can cause issues like you described.
    * Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    *Tools > Options > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"
    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can use one of these extensions to set a default font size and page zoom on web pages:
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

  • Condition type  not displaying in po

    Hello,
    I have defined a new condtion type copied frm FRC1 and in prociing sechme , i have not ticked that cond type in manul column.
    when i do po, i not geting that new condition type in po condiition tab.
    pls tell me, where to maintain ??

    Hi mahesh,
    Firat check if the condition typw is present in the pricing procedure and check if this pricing procedure is been picked up in the PO by going into condition tab and then click on analysis button. check if ur condition type is displayed here.
    Logic is that in case if you maintain the condition type as manual then the condition type will be automatically appears in the condition tab. In case if it is not manual then you have to maintain a condition record for this condition type, then only the condition type will appear. Or you can maintain this condition in the inforecord and it automaticlly gets picked up in the PO.
    Thanks & regards,
    Kiran

  • Reimbursement type not displaying

    Hi experts,
               we are working on claims and reimbursements . Ecc 6.0 / EHP 4 .   I have configured all prerequisites in the back end. My reimbursement type is not displaying in the portal . Wat s the problem behind this . Please suggest . I have even checked the cumulation table v_t54c1 and updated also. Still its not working please suggest.
    Waiting for positive response .

    Hi...
    We are facing the similar problem..please share the solution implemented for this.
    Thanks & Regards,
    Alok

  • UIWebView not displaying my website !!?

    Greeting to all developers,,
    i have make my first application using UIWebView,, it  is simple application just to display a webpage
    i have made a webpage and publish it in the internet using Sencha Touch http://www.sencha.com/products/touch
    unfortunately all websites working fine, except my website (http://www.itrack21.com/itrack21mobile)
    also the application open the website in iPad simulator, but not opening the website in iPhone simulator !!
    i have attached the project files for your review .. (http://www.mediafire.com/?hm0v153bk81m5nm)
    Many thanks for your cooperation
    best regards,

    Hi ,,
    I think there is a problem ,, the screen below should appear not the image that you post it
    can any one recognize what is the problem please !!?
    this is the website check it in the browser (http://itrack21.com/itrack21mobile)

  • Problem with data not displaying in website

    Hello All,
       I am having a problem with one of our applications. It is written in ColdFusion and uses SQL server. The problem that we are having is when we use the URL Http://bma.com (that is not actually the site name)  we cannot see all the data that it is suppose to pull in. I get an error on page and when I select to view the error this is what I get
    Message: 'WddxRecordset' is undefined Line: 184 Char: 2 Code: 0 URI: http://bma.com/user_maintenance.cfm and Message: 'jsusersTLV' is undefined Line: 3208 Char: 6 Code: 0 URI: http://bma.com/user_maintenance.cfm
    If I put the IP address in the URL for example http://165.83.109.246/bma/login.cfm all of the data is displayed as it should.
    Any thoughts or sugguestios on how to correct this?
    Thanks

    Yes, the user_maintenance.cfm is one of the forms that the data is not displaying on. There are multiple forms in the application and that just happens to be one of them. the login.cfm is just the login screen. Once you select your name and enter your password to the application then you can select the user maintenance form. If you select someones name the application should pull in all of that persons information. That is the problem, it is not pulling in any information on the user. We get a blank screen where data should be. When we use the IP address in the URL and select someones name in the user manintenance form, it pulls in all the data from that user as it should.

  • Type not displaying correctly when publishing

    I have a Flash MX file which I created a couple of years ago.
    I edited it (in MX) and when I published the .swf, the type only
    displayed every other letter or so. Any one know what the problem
    is and how to fix it. The type face was Avante Garde Italic, if
    that matters.

    Ignore. Have found out it was down to paths. Sorted

  • Certain letters - uppercase N and uppercase E not displaying on website. Just a space instead. Safari 5.1.7

    Any ideas? Also I notice that "&" is not displaying.

    Hi..
    MIght be a problem with your fonts, duplicate or corrupted.
    Help here > Font problems and management in OS X | MacFixIt - CNET Reviews

  • IE can not can not display the website

    start -> all Programs -> oracle Home -> Database Control - ORCL
    when I click on ORCL  to open the GUI
    i am getting a internet error http:/localhost:1158/em
    IE can not can not display the web site How can I get the GUI to open
    Please advise

    In version 4.2 on the controller SSLv2 is disabled by default. IE by default doesn't do SSLv3. Either enable SSLv2 on the controller or SSLv3 on the client.

  • Quicktime controller not displaying on website

    Hello all. Usually I don't want the QT controller to show up on the video I have on my website. I want viewers to watch the short clips complete without messing around them. So I did something (who knows what) to ensure that the controller would not show or that viewers could download (Kiosk mode I think).
    I have now added a client only section to the site where I want to add the controller back so that clients can review work and make edit notes, etc. For this they need to be able to pause, rewind, etc. I can't for the life of me figure out how I get the controller to show back up. All the trues, falses, etc.
    The video is encoded as h.264. The player shows up when played native from the desktop in the Quicktime Player - just not when it's on the website.
    Many, many thanks for any help.

    Adrian Smith4 wrote:
    The video is encoded as h.264. The player shows up when played native from the desktop in the Quicktime Player - just not when it's on the website.
    When you're running off your computer, the controller is part of the application you are using, Quicktime.
    When someone hits a movie file on a web site, there are many different ways it can be displayed or controlled, all determined by the settings of the code that enables the movie file to appear on the page.
    If you are designing the page, you will see an option for movie objects: control true or false or yes or no.
    bogiesan

  • FI doc type(ex.MM doc type)  not display Report FMAVCR01

    Hi Experts,
    I have to control FMAVCR01 Report display that
    FI doc type(Blart type - WZ (MM doc)  transfer posting is not included in the output.
    How to control display fi Doc type at FMAVCR01?
    Thanks for your answers

    Hi,
    FMAVCR01 is the report for displaying consumtion in AVC budget ledgers. If the documents in question were included in budget consumption, the FMAVCR01 will show them. So, the question is whether you simply don't display this consumption or you don't want these documents to consume the budget. In the first case, you will have to define your own report; in the second case, you have to modify the derivation logic for controlling objects in AVC.
    Regards,
    Eli

  • Why does my tab name keeps saying 'Connecting...' when page is already done? It does not display the websites' name.

    Whenever I open a website in a different tab, it keeps on saying 'Connecting...' when the page is already done. And it wouldn't display the web pages' name. This is really hard for me to identify the different websites.

    Try the Firefox SafeMode. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    # You can open the Firefox 4/5/6/7 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    # Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    If it is good in the Firefox SafeMode, your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • Fiori Approve Timesheets - Activity Type not Displayed

    According to the BPD document for the Approve Timesheets App, the Activity Type should be displayed in the details area of the timesheet.
    However, when a user selects the details option, the following is displayed.
    Has anyone else experienced this issue?  I'm testing in Chrome and we're on the latest service pack that was just released last week.

    HI Pankaj,
    Thank you for supplying these notes. They look like exactly what I need. We have implemented Fiori App My Timesheet and Approve Timesheet, but during the approval process, the approving manager cannot see what kind of time (attendance type) is being approved. All of the days shown below were entered as 8hrs of sick time, but that doesn't show up anywhere.
    I was able to install the first OSS note 1994214 on the ECC back-end, but when I try to install 1994889 on the gateway, it won't because it can't find the right place to insert the new code in many objects.
    I could find no prerequisite notes that were not already installed. Incidentally, the code it was looking for in the first one was a copyright notice for 2013, but instead the code had a copyright notice going to 2014.
    We just installed UIX01HCM SP03. Was this OSS note included in that support pack? If so, it doesn't look like was effective because we are still not seeing any attendance types in the approval app.
    In case, its helpful here is a list of which components are installed on our gateway:
    SAP_ABA
    740
    0007
    SAPKA74007
    Cross-Application Component
    SAP_GWFND
    740
    0007
    SAPK-74007INSAPGWFND
    SAP Gateway Foundation 7.40
    SAP_UI
    740
    0009
    SAPK-74009INSAPUI
    User Interface Technology 7.40
    PI_BASIS
    740
    0007
    SAPK-74007INPIBASIS
    Basis Plug-In
    ST-PI
    2008_1_710
    0007
    SAPKITLRE7
    SAP Solution Tools Plug-In
    SAP_BW
    740
    0002
    SAPKW74002
    SAP Business Warehouse
    IW_PGW
    100
    0005
    SAPK-10005INIWPGW
    Process Gateway
    IW_SPI
    100
    0004
    SAPK-10004INIWSPI
    Service Provider Infrastructure
    IW_SCS
    200
    0008
    SAPK-20008INIWSCS
    Screen Scraping
    UIAPP001
    100
    0005
    SAPK-10005INUIAPP001
    UIAPP001 100: Add-On Installation
    UIAPP002
    100
    0004
    SAPK-10004INUIAPP002
    UIAPP002 100: Add-On Installation
    UISRA001
    100
    0003
    SAPK-10003INUISRA001
    HTML 5 Purchase contract approval
    UISRA002
    100
    0004
    SAPK-10004INUISRA002
    HTML5 Time Recording
    UISRA010
    100
    0004
    SAPK-10004INUISRA010
    HTML5 Staffing List
    UISRA012
    100
    0004
    SAPK-10004INUISRA012
    HTML5 My Department Spend
    UISRA020
    100
    0005
    SAPK-10005INUISRA020
    HTML5 Change Order (Address/Delivery Date)
    UIX01HCM
    100
    0003
    SAPK-10003INUIX01HCM
    UI for HCM Application
    Likewise, in case its helpful, here are our component versions on the ECC system in case that's helpful:
    GBAPP002
    600
    0005
    SAPK-60005INGBAPP002
    GBAPP002
    SRA001
    600
    0003
    SAPK-60003INSRA001
    Approve Purchasing Contracts OData Integration Component
    SRA002
    600
    0004
    SAPK-60004INSRA002
    Time Recording OData Integration Component
    SRA010
    600
    0004
    SAPK-60004INSRA010
    Staffing List OData Integration Component
    SRA012
    600
    0003
    SAPK-60003INSRA012
    My Department Spend
    SRA020
    600
    0005
    SAPK-60005INSRA020
    Purchase Order Status (In Process, Approved)
    thanks for any advice or suggestions you might have!
    -Rob Solomon

  • When I drag and drop an icon from the address bar to the desktop is does creat the shortcut but will not display the website icon, only the firefox icon, how can I display website icons?

    When I drag and drop a website icon from the Forefox address bar to the desk top, the short cut is created but the icon that appears is the firefox Icon. I want to disply the icon from the website that the short cut refers to. I have checked all I can think of in my computer to no avail.

    You have to assign the favicon yourself to the desktop shortcut (right-click the shortcut: Properties) after you have dragged the link to the desktop.
    You can usually find the favicon in Tools >Page Info > Media and save the icon there.
    Otherwise use the main domain of the website and add favicon.ico (e.g. mozilla.com/favicon.ico ) to display the favicon in a tab and save that image to a folder.

Maybe you are looking for