@Home text in widget

please help me figure out which app writes  that @Home in widget? Thanks
and what that means?
BTW: Sorry wrong section
Nokia Please Help N9 live!
Please Fix:
Browser Downloads
Video Call
Voice Deal
Fm Radio
Attachments:
Scr000003.jpg ‏77 KB

http://community.spiceworks.com/topic/407919-step-by-step-on-removing-page-title-in-sharepoint-2013
    Click the gear in the upper-right corner
Select Site Settings
Under Look and Feel, select Title, description, and logo
Delete the text in the Title: box
http://social.msdn.microsoft.com/Forums/sharepoint/en-US/e5fbdd39-fb64-4db4-907a-63afa89b5462/remove-title-from-sharepoint-site?forum=sharepointcustomizationlegacy
If you are only wanting to remove it from a single page you can add a "Content Editor Web Part"  to the page.   Then change the Layout properties of the Content Editor Web Part to  hidden. 
Using the Source Editor for that webpart you can paste the following code:
<style>
.ms-globalTitleArea {
display:none;
</style>
This will hide that entire area.  If you still would like to have the search bar available you will want to paste in this instead:
<style>
.ms-sitetitle {
display:none;
</style>
This will only hide the title and will leave the search visible.
http://amalhashim.wordpress.com/2013/12/04/sharepoint-2013-hide-page-title/
<script type="text/javascript">
function hidePageTitle() {
var elem = document.getElementById('pageTitle');
elem.style.display = 'block';
_spBodyOnLoadFunctionNames.push("hidePageTitle");
</script>
If this helped you resolve your issue, please mark it Answered

Similar Messages

  • Change position Contact or Home text in Flash Gallery

    Perhaps I overlooked a possibillity, but I want to change the position of the Contact (or Home) text (in de upper right corner of a Lightroom Flash Gallery) to the left upper corner. Or to the center. Anyone any idea how to realise this? Thanks in advance.

    Looking at the accessible XML files, I can't see that this is possible even through minor hacking. For more information about what you can do with the Flash gallery, have a look at http://blog.bluefire.tv/?cat=13

  • Where is Hint Box for Validation Text Field widget?

    I want to enter a hint for my form.
    I am following the instructions on the Adobe Using Dreamweaver CS4 page for Insert and edit the Validation Text Field widget page:
    <http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WSEB5440BC-453A-4101-928C-302199E7E02F. html#WS8E6EA74E-87AC-4a81-A5CC-2DB6FB451DE0a>
    It says:
    Create a hint for a text field
    Because there are so many different kinds of formats for text fields, it is helpful to give your users a hint as to what format they need to enter. For example, a text field set with the Phone Number validation type will only accept phone numbers in the form (000) 000-0000. You can enter these sample numbers as a hint so that the text field displays the correct format when the user loads the page in a browser.
       1. Select a Validation Text Field widget in the Document window.
       2. In the Property inspector (Window > Properties), enter a hint in the Hint text box.
    However, the is no hint box in my Propeties area.
    How do I get this hint box to show up?
    Dreamweaver CS4, Windows Vista

    Hi David,
    My Property inspector looks different than what you have below.
    I do not have a Hint box and I do not have the Customize this widget.
    I did have a Hint box and the Customize this widget for CS3, howver not for CS4
    Alison

  • Outlined Text on Widgets

    Hi
    So recently all the text on widgets became outlined. Its really hard to read. Help anyone?? What could help?

    Hi terribeth, welcome to Apple Discussions!
    The problem you are having is due to the font "Helvetica Neue" - you may have a copy or duplicate installed in your ~/Library/Fonts (or it could be missing from your system's Libary/Fonts). Disabling "Helvetica Neue" in Font Book should fix the problem in your widgets.

  • QooQee Text Magic Widget Not Working Properly

    Hi,
    I recently installed the QooQee text magic widget on my Muse website. (Here's the page in question.) It has always worked great in "preview in browser." But when I uploaded it to my site via ftp, it no longer functions. (I use BlueHost as my host.) Any idea why this might be happening. I already contacted QooQee and this was the response I received:
    "I am not sure, but to make sure that the muse project uploads correctly, please use the “upload to FTP host” option in muse instead of uploading manually. If that does not work you need to contact your hosting to see why you do nougat all the scripts uploaded.
    Note that the widget functions as it shows up in the preview but it will not upload so it will  not in the hosted site."
    I upload my site using the Muse upload to FTP host option.
    So I contacted BlueHost and they said they couldn't help me since it was 3rd party software.
    Please, any help would be appreciated.
    Thanks,
    -Kristine

    Thanks for trying anyway, Bernard!
    Yeah, I've now had two of QooQee's widgets either not work or completely break my site. Bummer.
    Time to stop using them.

  • Can our translators easily localize "Home" text in Breadcrumbs?

    Our testers noticed this problem in the breadcrumbs in a help generated from a localized RH project:
    Notice that the "Home" text in the breadcrumbs is always in English. I hoped if I specified the non-English language in the RH's project settings, it would automatically localize these,  but this doesn't happen. Is there a way to expose these strings, so that our translators can localize "Home" into the equivalent non-English text? I know you can change the breadcrumb format and type in new text that way, but our translators don't have RH and so can't access it that way. Is there a text file somewhere that contains these strings?

    I just wanted to share a workaround I figured out that allows me to expose the "Home" text stored in the breadcrumbs to localization and to formatting. I believe the solution also works around a bug that's in RH version 9 where you can't modify the breadcrumb formatting when it's done from within the single source layouts and make the changes stick in a .chm output.
    Basically, what I have to do is edit the .htt file's header to use breadcrumbs, instead of using the option inside of the single source layouts.
    Clear the check box from the single source layout.
    You'll want to add the breadcrumbs into your header of the master page. But since you can't do that using the UI, you have go about it this way:
    Open your master page.
    From the Design editor, goto the Body section of your master page, and select Insert | Placeholder | Breadcrumbs to add the breadcrumbs.
    Select the inserted breadcrumbs, and switch to the HTML editor.
    The breadcrumbs command should be highlighted. Cut the breadcrumbs command, and paste it inside the header where you want it (someplace after the <?rh-region_start type = header .... > tag).
    Tweak the breadcrumbs as desired and then save the master page.
    Build your chm file. You'll notice that the breadcrumb formatting changes you made stick.
    This also makes the "Home" text visible for localization purposes from the master page (.htt file).

  • Remove "Home" text in page title

    Anyone know how to remove the "Home" text in the page title's breadcrumb?
    I've tried .s4-title h2{display:none}, which doesn't remove it.  But, actually, I see the "Home" text in both the "h1" and the "h2" tags.
    I looked in IE Developer Tools, and I see the "Home" text within this code:
    <h1 name="onetidprojectpropertytitle">
    <span id="ct100_PlaceHolderSiteName_ContentMap">
    <span>
    <a class="ms-sitemapdirectional" href="/sites/sitecollectionname">
    Text - sitecollectiontitle
    <span>
    Text - >
    <span>
    <a class="ms-sitemapdirectional" href="/sites/sitecollectionname/sitename">
    Text - sitetitle
    <span>
    Text - >
    <span class="ms-sitemapdirectional">
    Text - Home
    I want to get rid of that arrow ">" and the "Home" text.
    any help would be appreciated.  thanks!

    http://community.spiceworks.com/topic/407919-step-by-step-on-removing-page-title-in-sharepoint-2013
        Click the gear in the upper-right corner
    Select Site Settings
    Under Look and Feel, select Title, description, and logo
    Delete the text in the Title: box
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/e5fbdd39-fb64-4db4-907a-63afa89b5462/remove-title-from-sharepoint-site?forum=sharepointcustomizationlegacy
    If you are only wanting to remove it from a single page you can add a "Content Editor Web Part"  to the page.   Then change the Layout properties of the Content Editor Web Part to  hidden. 
    Using the Source Editor for that webpart you can paste the following code:
    <style>
    .ms-globalTitleArea {
    display:none;
    </style>
    This will hide that entire area.  If you still would like to have the search bar available you will want to paste in this instead:
    <style>
    .ms-sitetitle {
    display:none;
    </style>
    This will only hide the title and will leave the search visible.
    http://amalhashim.wordpress.com/2013/12/04/sharepoint-2013-hide-page-title/
    <script type="text/javascript">
    function hidePageTitle() {
    var elem = document.getElementById('pageTitle');
    elem.style.display = 'block';
    _spBodyOnLoadFunctionNames.push("hidePageTitle");
    </script>
    If this helped you resolve your issue, please mark it Answered

  • Text validation widget bug?

    I have used text validation in a table body like this:
    <table style="width:20%">
    <tbody id="login_val">
    <tr><td>E-Mail</td><td><input
    name="login" id="login" type="text"></td></tr>
    <tr class="textfieldRequiredMsg"><td
    colspan="2">Enter your login E-Mail.</td></tr>
    <tr class="textfieldInvalidFormatMsg"><td
    colspan="2">Enter a valid E-Mail address.</td></tr>
    </tbody>
    <tbody>
    <tr><td></td><td><input
    name="submint" id="submit" type="submit" value="Log
    In"></td></tr>
    </tbody>
    </table>
    Initialised with: var login_val = new
    Spry.Widget.ValidationTextField("login_val", "email",
    {validateOn:["blur"]});
    If there is an input error - the error table-row shows up as
    expected but the first td of the first row (the one showing the
    word 'E-Mail') suddenly has a colspan"2" on it too. (tested only in
    Firefox)
    Do I miss something here? Or is this a bug? Feature???
    Cheers from down under.

    Hello,
    I think the problem in this situation appears because of the
    CSS definition. The default definition right now to display an
    error message is:
    .textfieldRequiredState .textfieldRequiredMsg,
    display: inline;
    color: #CC3333;
    border: 1px solid #CC3333;
    When this class is used with table rows the results are
    unexpected because the table rows have a special status and cannot
    normally be displayed as an inline element. Unfortunately your
    scenario hit a browser limitation in the CSS implementation. The IE
    because it doesn't have yet support for display:table as the CSS2
    specify will render "correctly (?!)" the display:inline or
    display:block on table row elements. FF because it has correct
    support for display:table-row will work incorrectly with the inline
    as the specification mention.
    The only solution I see is to manipulate the CSS height
    property, margin and padding instead of manipulating the display if
    you want to continue to use the table structure above.
    Regards,
    Cristian

  • Searchable text in widgets?

    Hi,
    The rules for state textbook adoptions are pretty strict. All of the text in an e-book has to be searchable and it looks like any text that appears in a widget is not searchable.
    Do any of you have suggestions? I did put this in as an Enhancement Request but I don't know how quickly it might be addressed.
    Thanks for any ideas!
    Angela

    Frankly it sounds like you're looking for a solution where you should be looking for another distribution method.
    It seems like you're either trying to apply a printed book concept or unkowningly needing an app instead of an ebook .

  • Validation Text Field widget to validate zip

    How do you validate a zip code to allow either a regular zip
    or a zip + 4. I do not see how to use an "or" validation for the
    format("zip_us5" or "zip_us9")? Also, an example of using a regular
    expression to do a custom validation would be nice.
    Thanks

    If u take a closer look to that page, u will see that Spry
    Allows custom validations: (check the source of the file)
    <script type="text/javascript">
    <!--
    var passwordStrength = function(value, options){
    if (value.length < 8 || value.length > 10)
    return false;
    if (value.replace(/[^0-9]*/ig, '').length < 2)
    return false;
    if (value.replace(/[^a-z]/ig, '').length < 2)
    return false;
    if (value.replace(/[0-9a-z]/ig, '').length == 0)
    return false;
    return true;
    var passwordTheSame = function(value, options){
    var other_value = document.getElementById('text212').value;
    if (value != other_value){
    return false;
    return true;
    var customFunction = new
    Spry.Widget.ValidationTextField("customPasswordFunction", "custom",
    {validation: passwordStrength, validateOn:["blur", "change"]});
    var passwordDuplication = new
    Spry.Widget.ValidationTextField("dupFunction", "custom",
    {validation: passwordTheSame, validateOn:["change", "blur"]});
    //-->
    </script>
    So this might be the solution for u.
    I don't think Spry supports double validations.. Atleast i
    wouldnt have a clue how, unless.... u use the custom validation
    function ;o

  • N8 Facebook Home screen or widget problem

    I can't add any widget or home screen app for facebook in my Nokia N8. I tried to Install 'Social update 1.2' But it didn't install. Phone says 'Unable to install." I tried to install from Ovi PC suite. But again got a message 'There was a problem installing the file. Error code: 2148535541"
    Can anybody help me to solve this problem? Is there any other way to use any widget for my N8?
    Please help

    You can use the social application widget built into the phone , or try the Socially app which gives homescreen  notification and social contacts intergration with contacts.
    http://www.sociallyapp.com/download
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Spry Validation Text Field widget

    I want to make sure users insert a properly formatted email
    address, which I found out how to do here.
    http://livedocs.adobe.com/en_US/Spry/1.4/help.html?content=WSC7D22C22-1123-4e9b-8218-F317C DD39F2B.html
    The problem is that when the user inserts an invalid email
    address the text box stays red but no error message displays. How
    do I go about having the error message show. Right now it only
    shows if they leave the box blank.

    I went to
    http://labs.adobe.com/technologies/spry/demos/formsvalidation/
    to try to get an idea how they did their form and they have check
    marks and x to better define their section. It seems all the
    customizing requires knowledge of Javascript which I am not too
    strong in. I guess there is no menu driven method to duplicate that
    form.
    Looks like nobody else has played with form validation
    either.

  • Gqview and xscreensaver: no text in widgets

    Hi there. I've been playing with ArchLinux for about 3 weeks now, and so far, everything is hunky dory.
    Unfortunately, I got a weird problem:
    gqview and xscreensaver don't have text in any of their buttons, menu items.. etc.
    All the buttons are there and the programs DO work, but it's really difficult as I don't know what I'm clicking on
    I did "pacman -S" on both of them, and "pacman -Syu". I even used abs to compile a custom gqview but the problem is still there.
    If anyone can point me in the right direction on what to do, I'd really appreciate it. Thanks!

    Thanks for the quick reply, Green..
    5 minutes after my initial post, I realized that I didn't really run the apps from the command line, so I did.
    Lo and behold, there was error messages complaining about something called "Pango".
    So I just "pacman -S pango", and now everything works fine.
    Baa....
    (Same problem also with The Gimp: now no worries)

  • Counting words in a text widget

    Hi,
    Is there a way I can count the number of words in a text box widget?  I realise that means counting the number of words in the attached variable - but can I do this?
    I have tried playing with Javascript (about which I know nothing)
    I put the script below into the script window for a button, but nothing seems to happen!
    Test=Q5WidgetAnswer.split(" ").length-1;
    document.write(Test);
    I want to check for three words in an answer and if there are only two, or four, warn that there are Three answers.
    Would be grateful for any help!

    After much heartache I solved the issue. 
    The code needed to be as follows:
    var objCP = document.Captivate;
    var Answer = objCP.cpEIGetValue('WidgetAnswer');
    var Words;
    if(Answer ==  ''){   /* tests for empty answer */
      Words=0;
    alert("Fred")
    else {
    Words = Answer.replace(/[^ ]/g,'').length+1;    /* counts the number of spaces in answer */
    Where objCP can be any name you want, and cpEISetValue and cpEIGetValue are special Captivate functions
    /* and */ enclose a comment

  • Not to retein text in the combobox widget

    Hello,
    Just want to know any possiblity not to retein the text in the combobox widget? I am using Captivate 5.5. The current behavior is I select a value in the list of combobox on page A, and then I click a button to go to the next page B. When I am back to the page A, the value I just selected is there displayed in the combobox (as the selected value). I do not want to retein the text.
    Thanks

    In those blog posts, you'll find the direct link to Jim's (FREE) widgets:
    TextArea widget extended
    Extended widgets for ...
    If you are not yet fed up with me:
    Source list: Widgets and Custom Questions
    Tips for Widgets
    I'm planning a second part for the last post, about the Listbox and Vivid Text Caption widgets.
    Lilybiri

Maybe you are looking for