Social LIKE/SHARE : remove extra text alongside icons?

Top right: http://aa14.businesscatalyst.com/index.html
has the accompanying text on how many people like this apge, can I leave the icons and delete the text.
Also have been trying to reduce the icons/buttons to approx 80% of actual size, but I haven't figured out how.
BTW, I've been with MU since the beginning and lots of great changes have taken place, even the help on this forum has gotten to be outstanding. Thanks for all the effort into making a great product.

Hi
You can use the FB like code and uncheck share , this would remove the share "be the first..."
https://developers.facebook.com/docs/plugins/like-button
Other text can be removed using the workaround mentioned here :
http://stackoverflow.com/questions/7543694/how-can-i-remove-the-people-like-this-message-n ext-to-facebook-like-button
For resizing , I have explained here :
http://forums.adobe.com/message/6110428#6110428
Thanks,
Sanjit

Similar Messages

  • Removing extra text after a certain point for a field

    Post Author: ralph.devlin
    CA Forum: Formula
    Hello,
    What we want to do is remove extra text, IE (PO12345.195) We would want to remove the .195 from the end of that data so that the groupings will group them correctly. How can I accomplish this. The defaul trim commands seem to only elimnate white space, I want to elimnate text up to a certain point. thanks
    Ralph

    Post Author: Charliy
    CA Forum: Formula
    You want to do an INSTR to locate the period, then a LEFT to only show the data before it.  Something like:
    IF INSTR({table.field},".") > 0 THEN LEFT({table.field},(INSTR({table.field},".") )-1) ELSE {table.field}
    I subtracted 1 because in your example above the period is in position 8 and you want the first 7 characters.

  • How to hide extra text and icons in address bar

    I want to make the icons and extra text in the address bar go away since they do nothing for me and only take up space that I need to use to see the whole URL. Right now there's a green padlock icon on the left side with 1/4 of the space taken up by "Mozilla Foundation (US)" instead of the URL, other times it's a little globe or a little lego/car battery looking thing, or several icons in a row. There's a permanent star shaped thingy on the left and a down arrow that want to get rid of as well. I don't care at all what they mean, I just want them gone. I need to see as much of the URL in the URL bar as possible, not a bunch of icons and extra non-URL text. The address bar should be for addresses, and that's how I want my browser to function. I don't care one single bit what those icons or extra text are for, so please don't try to advocate for their staying. I've made up my mind 100% that I want them gone. Can I make them go away, yes or no?

    I use code to hide the URL in case of a EV certificate and only show it on hover.
    You still see the green padlock.
    That gives me extra space on the location bar
    Add code to the <b>userChrome.css</b> file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #identity-box #identity-icon-labels {display:none}
    #identity-box:hover #identity-icon-labels {display:-moz-box}
    </nowiki></pre>
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the <b>chrome</b> folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    You can also add some background color.
    <pre><nowiki>/* Site Identity Button background */
    #urlbar[pageproxystate="valid"] #identity-box.verifiedDomain *{
    background-image: -moz-linear-gradient(hsl(215,60%,92%), hsl(215,58%,88%))!important;
    box-shadow: 0 1px 0 hsla(215,54%,33%,.05) inset!important;
    -moz-border-end-color: hsla(215,54%,33%,.2)!important;
    color: hsl(215,54%,33%)!important;
    #urlbar[pageproxystate="valid"] #identity-box.verifiedIdentity *{
    background-image: -moz-linear-gradient(hsl(91,70%,90%), hsl(93,60%,81%))!important;
    box-shadow: 0 1px 0 hsla(92,81%,16%,.05) inset!important;
    -moz-border-end-color: hsla(92,81%,16%,.2)!important;
    color: hsl(92,81%,16%)!important;
    </nowiki></pre>

  • I would like to remove the icons that came preloaded when I did the update for ios7. The Disney, yahoo, Espn etc. these icons aren't in my bookmarks so how do I remove them from my safari home screen?

    I would like to remove the icons that came preloaded when I did the update for ios7. The Disney, yahoo, Espn etc. these icons aren't in my bookmarks so how do I remove them from my safari home screen? Can anyone help?

    I am trying to figure this out as well. It is really frustrating. I wish I could go back to iOS 6 this *****

  • Remove extra space value of the field  in text element

    Dear All,
    Can any one please help me out to remove the blank spaces in the text elements of SF.
    we are printing Label in which i want print  quantity of material. and i am using MSEG-MENGE for quantity of maetrial.
    But the issues is when we are printing the label. We are getting spaces  in the Text elements fields &MSEG-MENGE&.
    i am also check menge field within mseg table. in which menge field define as QUAN data type with length 13.
    <
    MAT CODE:&t_MSEG-MATNR&
    DESC:&MAKTX&
    QTY:&t_MSEG-MENGE&          
    UOM:&t_MSEG-MEINS&
    >
    My Output in SF:
    MAT CODE:11000002
    DESC:Coarse Aggregate 10mm Sieve
    QTY:             960
    UOM:LBM
    MIGO.NO.:4900000025
    how to remove extra blank spaces in the text elements ( QTY:             960 )
    guide me.........

    Dear All,
    I am using  code block in SF before text element.
    In  The Text Element ...
    <
    MAT CODE:&t_MSEG-MATNR&
    DESC:&MAKTX&
    QTY:&t_MSEG-MENGE&
    UOM:&t_MSEG-MEINS&
    MIGO.NO.:&t_MSEG-MBLNR&
    PO.NO.:&t_MSEG-EBELN&
    LOCATION:&t_MSEG-WERK&&NAME1&
    >
    In programe Line ( code block )....
    <
    read table t_mseg index w_index.
    qty = t_mseg-menge.
    condense qty.
    SELECT SINGLE name1 FROM t001w INTO name1 WHERE werks = t_mseg-werks.
    SELECT SINGLE maktx FROM makt INTO maktx WHERE matnr = t_mseg-matnr.
    >
    My Output:
    MAT CODE:11000002
    DESC:Coarse Aggregate 10mm Sieve
    QTY:                                                      960
    UOM:LBM
    MIGO.NO.:4900000025
    Only problem in value of Quantity field .
    guide me.........

  • Is there a way to remove the text that appears over dock icons when the cursor is over them?

    Is there any way to remove the text that appears over dock icons when you hover over them?  Or at least make it time out, or become more transparent?

    You can do that with the Menu Editor extension - https://addons.mozilla.org/firefox/addon/menu-editor/
    This extension has not been updated by its author in a couple of years, but another developer has updated it for Firefox 4, you can get the updated version from http://netticat.ath.cx/MyAddons/MyAddons.htm#3rdpartyaddons

  • Is there a way to annotate a PDF by adding a text box any where on the screen rather than having to click on the text box Icon each time? It was like this before I downloaded Yosemite.

    I use the Preview app to annotate my notes for class. It use to be where I could add text where ever I wanted on the screen just by double clicking. Now since I downloaded Yosemite I have to click on the text box icon at the top each time and it adds the text box in the middle and I have to move it to where I want it. This is very inconvenient for class. Any suggestions on how to get the old preview back or fix this problem?

    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • [SOLVED] Can't get rid of a wine-polluted text file icon [KDE]

    Hello folks,
    For some reason, my KDE system likes to use a Wine program based icon for all text files when I'm using a Faenza theme. The problem occurs only for my user (not root) so I think this is an user-specific issue.
    I've already checked .local/share/icons folder for matching icon images. I found one which was named "text-plain.png", being equally the same "W-space" icon image as shown in the picture below. Thus I removed this png file from all necessary subfolders (22, 24, 32, 48...), so as far as I can think, there should not be any traces for the old icon image left. I've already re-checked all folders which I think are relevant to the issue. In addition, I've updated icon cache by using gtk-update-icon-cache and kbuildsycoca4 --noincremental commands. However, the system seems to disagree with me and the annoying icon appears still in text file icons.
    The problem appears practically like in the following picture:
    W-space icon image is very likely related to Adobe Photoshop which I've installed on my PlayonLinux installation (.PlayonLinux/wineprefix/photoshop). I still don't understand by which logic the system decides to use this W-space image for text files.
    I wonder if I need to take further steps to get rid of this annoying icon. Am I missing something? All I want is that KDE would use basic Faenza icon for text files. Any hints are welcome!
    Thank you!
    Last edited by Fincer (2014-09-30 11:30:43)

    Allright, this was, after all, a very simple issue. As expected.
    I simply removed file /var/tmp/kdecache-fincer/icon-cache.kcache, rebooted the system and all icons are fine now.
    Topic marked as solved.
    Last edited by Fincer (2014-09-30 11:30:58)

  • Text annotation icon

    Hi would like to change a text annotation's icon.
    I do the following code in the PDPageDidAddAnnot notification :
    CosDictPutKeyString(cosAnnot,"Name",CosNewNameFromString(cDoc, false, getAnnotStyleFromXML(xmlLayer,annotClass)));
    But is has no effect. I have the same pb if I want to change the filling color of Square and Polygon annot.
    However I can change color for line, and polyline, it works.
    I saw in the pdfReference that if an annotation has an "AP" dict it takes precedance over the "Name" key. So I tryed to remove the AP but it doesn't work too.
    If someone has an idea,
    Thanks in advance

    Ok So I really don't understand what I'm doing wrong.
    I do my changes then notify Acrobat : no effetc.
    I try to remove AP Dictionnary : no effet
    Here is my code may be I can help a bit more cause I'm totally lost now.
    I have registered for PDägeDidAddAnnot and here the code I wrote :
    ACCB1 void ACCB2 PDPageDidAddAnnot (PDPage page, PDAnnot annot, Int32 error, void * clientData)
    char buf[512], annotFont[512];
    ASInt32 pageNum;
    AVDoc avDoc;
    DURING
    if (inPlugin)
    writeLog("****************************************************************");
    writeLog("[PDPageDidAddAnnot] - Récupère le document actif");
    avDoc = AVAppGetActiveDoc();
    writeLog("[PDPageDidAddAnnot] - Récupère la cosAnnot et le cosDoc");
    CosObj cosAnnot = PDAnnotGetCosObj(annot);
    CosDoc cDoc = PDDocGetCosDoc(AVDocGetPDDoc(avDoc));
    writeLog("[PDPageDidAddAnnot] - Association avec le layer actif");
    writeLog("[PDPageDidAddAnnot] - Creation du tableau d'OCG pour L'OCMD");
    PDOCG t_annotOCGs[2]; t_annotOCGs[0] = myPlugActiveLayer; t_annotOCGs[1] = NULL;
    writeLog("[PDPageDidAddAnnot] - Creation de l'OCMD");
    PDOCMD annotLayer = PDOCMDFindOrCreate(AVDocGetPDDoc(avDoc),t_annotOCGs,kOCMDVisibility_AnyOn);
    writeLog("[PDPageDidAddAnnot] - Association annot <-> OCMD");
    PDAnnotSetOCMD(annot, annotLayer);
    PDAnnotNotifyDidChange(annot,ASAtomFromString("OC"),0);
    writeLog("[PDPageDidAddAnnot] - Recupère le type de l'annotation ");
    CosObj aSubtype = CosDictGetKeyString(cosAnnot,"Subtype");
    char *cSubtype = CosCopyNameStringValue(aSubtype,NULL);
    writeLog(cSubtype);
    //writeLog("[PDPageDidAddAnnot] - Détruit le AP Dict");
    //CosDictRemoveKeyString(cosAnnot,"AP");
    //PDAnnotNotifyDidChange(annot,ASAtomFromString("AP"),0);
    //il faut différencier les types d'annot car pour les 'Text' et 'Line' on utilise la clé 'C'
    //et sinon on utilise la clé 'IC'
    //idem pour la couleur de bord elle n'est affectable que pour les Rectangle, polyligne, polygones et cercle' et on utilise la clé 'C'
    if ((!strcmp(cSubtype,"Text")) || (!strcmp(cSubtype,"Line")) || (!strcmp(cSubtype,"PolyLine")))
    writeLog("[PDPageDidAddAnnot] - Affecte la couleur de fond");
    PDColorValueRec annotBgColor = getAnnotColorFromXML(xmlLayer,annotClass,"BG");
    CosObj annotBgColorArray = CosNewArray(cDoc,false,3);
    CosArrayPut(annotBgColorArray,0,CosNewFixed(cDoc,false,annotBgColor.value[0]));
    CosArrayPut(annotBgColorArray,1,CosNewFixed(cDoc,false,annotBgColor.value[1]));
    CosArrayPut(annotBgColorArray,2,CosNewFixed(cDoc,false,annotBgColor.value[2]));
    CosDictPutKeyString(cosAnnot,"C",annotBgColorArray);
    PDAnnotNotifyDidChange(annot,ASAtomFromString("C"),0);
    if (!strcmp(cSubtype,"Text"))
    writeLog("[PDPageDidAddAnnot] - Affectation de l'icone");
    CosDictPutKeyString(cosAnnot,"Name",CosNewNameFromString(cDoc, false, getAnnotStyleFromXML(xmlLayer,annotClass)));
    PDAnnotNotifyDidChange(annot,ASAtomFromString("Name"),0);
    else
    writeLog("[PDPageDidAddAnnot] - Affecte la couleur de fond");
    PDColorValueRec annotBgColor = getAnnotColorFromXML(xmlLayer,annotClass,"BG");
    CosObj annotBgColorArray = CosNewArray(cDoc,false,3);
    CosArrayPut(annotBgColorArray,0,CosNewFixed(cDoc,false,annotBgColor.value[0]));
    CosArrayPut(annotBgColorArray,1,CosNewFixed(cDoc,false,annotBgColor.value[1]));
    CosArrayPut(annotBgColorArray,2,CosNewFixed(cDoc,false,annotBgColor.value[2]));
    CosDictPutKeyString(cosAnnot,"IC",annotBgColorArray);
    PDAnnotNotifyDidChange(annot,ASAtomFromString("IC"),0);
    writeLog("[PDPageDidAddAnnot] - Affecte la couleur de bord");
    PDColorValueRec annotBdColor = getAnnotColorFromXML(xmlLayer,annotClass,"BD");
    CosObj annotBdColorArray = CosNewArray(cDoc,false,3);
    CosArrayPut(annotBdColorArray,0,CosNewFixed(cDoc,false,annotBdColor.value[0]));
    CosArrayPut(annotBdColorArray,1,CosNewFixed(cDoc,false,annotBdColor.value[1]));
    CosArrayPut(annotBdColorArray,2,CosNewFixed(cDoc,false,annotBdColor.value[2]));
    CosDictPutKeyString(cosAnnot,"C",annotBdColorArray);
    PDAnnotNotifyDidChange(annot,ASAtomFromString("C"),0);
    writeLog("[PDPageDidAddAnnot] - Affecte l'opacite");
    CosDictPutKeyString(cosAnnot,"CA",CosNewFixed(cDoc, false, getAnnotOpacityFromXML(xmlLayer,annotClass)));
    PDAnnotNotifyDidChange(annot,ASAtomFromString("CA"),0);
    inPlugin = false;
    HANDLER
    ASGetErrorString(ERRORCODE, buf, sizeof(buf));
    fprintf(stderr, "Error code: %ld, Error Message: %s\n", ERRORCODE, buf);
    writeLog(buf);
    END_HANDLER
    Thank you Leanord for your help

  • Windows updates gave me version of Firefox that does not allow me to have Text and Icon in Menu Bar, lost my autofill; how do I get old version back?

    Windows updates this morning gave me a different firefox: the Customize box includes fewer choices. No Text and Icon, which I want. Also, this new version dropped my Autofill.

    It wasn't Windows update that caused this, but Firefox automatic updates. It's the new Firefox 29 Australis, their attempt to look more like Chrome. They dramatically changed the UI, removing several features in the process. If the way it looks bothers you as much as it does others you can install Firefox 28 again by going here;
    https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/28.0/win32/en-US/
    That of course does come with the risk of security exploits they fixed with 29, so beware of that. I also don't know if it will repair your auto fill or anything.
    Otherwise if you don't mind the new look, keep using it.

  • Selecting Messages or Text Messages Icon takes me to the recent calls screen instead.

    Hi,
    This just started yesterday.
    When I select either Messages or Text Messages icon I am not taken to those apps, Instead I get the recent calls screen.
    Any suggestions?
    Thanks

    Try this -
    When you device is POWERED ON, remove the battery for a minute, and then reinsert the battery. This make a reboot to your device which resolves minor issues with the BlackBerry device.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • Grep for removing extra paragraph returns?

    Hey all you smart people out there. Can I use GREP to remove extra paragraph returns? I'm working on basically a directory, pages and pages of names, addresses, and phone numbers imported from a Word doc. Each line has a style applied,with the first line of each listing being a different style than the others, and a hard paragraph return at the end of each line. There is an extra paragraph return in between each listing. Once I get the styles applied, will GREP allow me to search for the first style in each listing and remove the extra paragraph return in front of it?
    Here's a screen shot. The listings at the top are already formatted, the bottom ones haven't been formatted yet. Basically, I import and apply the style that's most used, and then go in and change the gray bars, and the name/phone. So, I do have to go through the whole thing, but it would still be less clicks overall if I could format everything and then have GREP do the rest.
    Thanks!

    Thanks, John, I'll try that. There are a few more (larger) sections coming that will need cleaning up.
    I've been doing this project annually for a few years now, need to get better organized with InDe's automation features, which I know will make my life much easier.
    Sometimes I do some of the cleanup in Word, simple find/changes for double spaces and the like. Their styles are never my styles so I always strip out the Word styles when I place the text, rather than try to match them up on import. Often, the listings come in with a return instead of a tab, grrr. So, the name listing, when it's formatted in InDe, is the person's name/space/right-tab with leader dots/space/phone number (a lot like the White Pages). But in the Word doc, each item is a separate line, and sometimes I have to put everything in the right order so that when I get it into InDe at least all I have to do is delete a paragraph return and then apply a style to the line.
    I only do one of these a year, so it's not worth it to invest in expensive scripts or extensions. That said, I do need to take better advantage of the built-in features. I'll have to look on Lynda.com for tutorials--I'm sure there are some there.

  • Removing Extra Stuff from Scanned Page...

    Hi All,
    I have a scanned page saved as a JPEG file. The page contains handwritten stuff (like text or drawings in black or colored ink). How to remove extra stuff like page shrink marks or background of the paper from the scanned page so that only written or drawn things should be visible ? Usually we do that using package like PhotoShop. Any Idea to achieve that in Java ? (If possible with codes...)
    Thanks in Advance...
    JShishya

    Hmmm....
    If you have lots of free time, you will need to design and create the necessary algorithms... not
    easily achieved if you have no previous experience.
    The math/processing required is large and complex - you will need to identify per pixel errors and
    tolerance , based on the algorithm's output you would then have an include/exclude decision... :)
    Good luck....

  • Using social media share codes with custom buttons

    Is there a way to use custom buttons/icons for social media share, like, etc..? I have tried inserting the html with no luck. The canned social widgets don't really match the look of the site I am designing.

    Facebook doesn't allow changing that. Refer to their Guidelines with Do's and Don'ts here - https://www.facebookbrand.com/guidelines?asset=5&media=1,2,3&platform=
    Thanks,
    Vinayak

  • Photoshop CC 2014 UI Menu Text And Icon Size?

    so i really like that adobe has added the "experimental" option to increase the ui menu text and icon size in photoshop cc 2014, it was almost unreadable on my 2560 x 1440 27" monitor with photoshop cs4 and illustrator cs4, but the lone 200% setting is too big... seems that 125%, 150%, or maybe even 175% would be much better solutions. in fact, for reasons i can't quite understand, the ui text and icon size in illustrator cc 2014 is spot on, absolutely perfect on my monitor, even tho there is no option for increased ui size as far as i can tell, it was spot on the moment i installed and launched it.
    in short, the photoshop cs4 and illustrator cs4 user interfaces were identical in size as far as i could tell, and far too small on my 2560 x 1440 27" monitor. in terms of cc 2014, the illustrator ui is perfect out of the box on my monitor, considerably larger than illustrator cs4, while the photoshop cc 2014 ui is identical to cs4, tiny, but can be enlarged 200% which makes the ui too big. why couldn't/didn't adobe just make the photoshop cc 2014 base ui the exact same size as the illustrator cc 2014 ui? it would have been perfect (for my monitor size).

    thanks... just wish illustrator cc 2014 wasn't so perfect in terms of ui size, i mean it's just great and, consequently, makes it seem as if the ball was dropped with photoshop cc 2014... i mean how can one be spot on while the other be so far off?

Maybe you are looking for

  • Cannot sync with Windows Vista and BB 7105t

    I was using Windows XP and everything worked great. Now I have Vista and cannot sync. I open the BB Desktop Manager and it says my device is disconnected. I am plugged in to a USB port, tried two different ones and makes no difference. Thus when I go

  • Docs issue, or file missing from iprint?

    Hi. http://www.novell.com/documentation/...a/bm5h5a4.html Section 12 of paragraps 8.3.2 reads: check the iPrint driver store & printer manager Start the iPrint driver store and printer manager by running the following script: - exit_on_error /opt/nov

  • Can some playlists shuffle by default and others not?

    I have some playlists that I ALWAYS want to shuffle, like my "everything except jazz and classical" or maybe my "rock only" playlists. And now that I think about it I pretty much want almost all my playlists to shuffle. BUT, I nearly always want albu

  • Can someone please tell me in simple terms how to retrieve deleted videos?

    I would like to retrieve some of my deleted videos.

  • Contaminated Catalog

       My catalog has too many missing photos, probably from moving the photos around since trying a demo LR3. I would like to just erase my present catalog and start all over again. Which would be the best way of doing this?