"Add This" Tools

I am trying to have "Add This" Tools on the my page template but nomatter how I add it it will not show up?
I know the code is correct because it works fine on my other sites?
http://ericaleonnutrition.businesscatalyst.com/index.html
Any idea why it would get blocked?
        <!-- AddThis Button BEGIN -->
        <div class="addthis_toolbox addthis_default_style addthis_32x32_style">
        <a class="addthis_button_preferred_1"></a>
        <a class="addthis_button_preferred_2"></a>
        <a class="addthis_button_preferred_3"></a>
        <a class="addthis_button_preferred_4"></a>
        <a class="addthis_button_compact"></a>
        <a class="addthis_counter addthis_bubble_style"></a>
        </div>
        <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
        <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-52958abb5d7e5a2b"></script>
        <!-- AddThis Button END -->
Message was edited by: TAGrafx

Apparently, at least in my system, putting a space anywhere in the syntax will not work to open Firefox in safe mode. I just tried again. A space between firefox and the dash will simply open Firefox in standard mode; without the space, Firefox correctly opens in safe mode. Perhaps if it doesn't make any difference on most systems, the Firefox articles should omit the space completely or suggest trying both alternatives. Frankly, I don't see how my system is any different than any other generic Vista system, as it's basically a standard factory setup. But I suppose it's possible. Thanks for your feedback.

Similar Messages

  • Why doesn't my "add this," tool bar show email?

    Why can't I use the (email to friends) on the add this? I love this feature and used it very much. I prefer not to use the social media for personal messages and suggested sites, or articles. Why can't I use this?
    It says isn't working try again, for a week now. Please help me out.
    Thank you for your anticipated cooperation.

    I found that after Firefox v29, a LOT of my settings and<BR>
    add-ons were changed / reset. Try this;
    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]'''''
    <BR>While you are in safe mode;<BR>
    '''''Firefox Options > Advanced > General'''''.<BR>
    Look for and turn off '''Use Hardware Acceleration'''.<BR>
    Then check ALL of your settings. Browser and add-ons. Then restart.

  • How to add selection tool? (NOT selection-and-text-edit tool)

    I need to add the selection tool to my Acrobat XI interface.
    The icon for this tool is an arrow.
    I do NOT want the tool whose icon is an arrow along with a text-edit cursor.  I already have that, and it doesn't serve all my selection needs.  For example, I can't use it to "window" to select several objects at once.
    How can I add this tool to my toolbars / to my interface?

    The problem with this is that the tool doesn't appear in the tools pane.  I can't find the tool anywhere, but I know that it exists, because at some point I did somehow manage to see it either in the tools pane or in the Quick Tools area.  It does exist in Acrobat XI, right?  If so, please tell me how to find it.

  • Tool Bar icons missing, cannot add more tools

    Using Adobe Photoshop Elements 10 with Windows 7. I have a very limited tool bar on the left side of the screen. It has three tools, a zoom icon, a hand tool, and a color picker icon. They reside in a gray bar that spans the left side of my screen. There is a small white triangle above them that resets tools but doesn't seem to do anything. Above that is the file menu. I wish to add more tools to this bar but cannot find a way to do it. I especially want the burn and dodge tool. Presently I have to go to the guided menu, click on perfect portrait, and scroll down to the tool each and every time that I use it. Very tedious. Hope someone can help.

    Hi,
    It sounds as though you are in Guided edit mode - have you tried switching to full edit?
    Hope that helps
    Brian

  • How to Lock the Plug in Add on Tools in Adobe X?

    Hello,
    I have a folder level javascript with a tool button installed on users hard drives.
    Those with Adobe Reader 8 and 9 shows the add on tool button automatically.
    Those with Adobe Reader X have to use the steps as follows to show the plug in tools
    show tools pane
    extended features
    Plug in add on Tools
    The user has to follow all of the above steps each time a document is opened to click on the tool button.
    This can become time consuming when many documents need to use the tool button consecutively.
    Is there a way to lock the tool button so the user just has to click the tool button when a document is opened in Reader X?
    Any assistance will be most appreciated.
    Thank you

    In response to a question about finding the internal name of a custom button (such as one added using a folder-level JavaScript):
    The app.addToolButton() method for Acrobat 9 and earlier uses the cName parameter to define the internal name of the tool and posts it to a special "Add-on" toolbar, for example:
    app.addToolButton({
      cName: "myToolButton",
      cExec: "app.alert('Someone pressed me!')",
      cTooltext: "Push Me!",
      cLabel: "My Button",
      cEnable: true,
      nPos: 0
    In Acrobat X this function will create a new pane in the Tools Panel called "Plug-in Add-on Tools" if it's not already present, and post the button there rather than on the system toolbar or Quick Tools area; but the internal name of the resulting button used by the registry preferences will have the prefix "_legacy:". In this example, if you create a button using the above script and are referring to the button in the Acrobat X registry keys to pre-populate the button into the Quick Tools area, you should use the name
    _legacy:myToolButton
    However the button itself still has the internal name "myToolButton", so if you try to create it a second time, the script will fail because the name "myToolButton" is no longer unique. Don't use the "_legacy:" prefix in your button-creation script.
    Note that in Acrobat X 10.0 you cannot use the app.removeToolButton() method to remove any buttons from anywhere (the toolbars or the Panes), nor can you use the app.listToolbarButtons() function to return an array of all the objects; as the API has no direct connection to the toolbars or Panes. When a script tries to create a new button the Acrobat X API diverts the function call to the Tools Pane, but it's strictly a one-way conversation.

  • How do I add a tool bar button?

    I would like to create a button on the Acrobat X Standard tool bar ribbon on the top of the page that saves the document I'm viewing to a specific directory TIFF format.  I have to do this MANY times per day, a script of this nature would save me MANY key strokes. Note I don't want the button on a form or burried in the "tools" menu, but rather along side the Save, Open, and other buttons.
    Do I need to upgrade to a more expensive Acrobat to get this functionality?
    Thanks
    Jim

    It should be possible with Standard. For more information, read the following:
    http://acrobatusers.com/tutorials/how-save-pdf-acrobat-javascript
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.524.html
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.134.html
    When you use the app.addToolButton method in a folder-level JavaScript in Acrobat 10, it adds the button in the "Tools > Add-on Tools" panel, but you can drag it up to the Quick Tools toolbar.

  • Add ons tool bar and tabs disappeared when opened closed browser.

    I have deleted and re-installed 17.01 three times now. The first time was to get into my bank site. The second because I still was having problems with downloading. My browser has been working well for about a couple of weeks. I was using the browser, closed it with tabs open (oh, and I haven't had a tab open alert, since upgrading to 17). Normally, when I reopen the browser, all the tabs are there and open. This time, the tabs were open but my add on tool bar on top was closed, even though it was checked to be open. I closed the browser, and reopened it, and not only was the add on tool bar gone, but now all the tabs were gone too. I uninstalled and re-installed 17.01, and nothing changed. I have come to hate 17 with a passion.
    And, no, I haven't installed anything new, and I don't have tab mix (what ever that is) add on.

    Try to boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.

  • Way to show the Add-on Tools in javascript?

    I've created custom buttons in javascript, which show up in the Add-on Tools submenu of the Tools section in the Acrobat X toolbar, but I can't find a way to programatically open that toolbar, so users know it's there when they open the document (we're hosting the documents in the browser as part of a web app).
    Is there any way to do this, either in config.js, or in some javascript I could inject into the document itself so that it executes when the document is opened?
    Thanks -

    Bear in mind that if users are running Acrobat X on Windows, they may be using Protected View when opening PDFs within a browser window. Protected View is in effect a copy of Reader X, and the ability of scripts to do things to the UI is pretty much absent. You also cannot script the activation of Read Mode (the black floating HUD) - document scripts cannot detect which mode they're in, nor can they turn Read Mode off and on.

  • No shortcut key for "Add Text" tool?

    we have shortcuts for comment tool (S), textbox tool, but why not one for Add text tool? or did i miss it out? I'm on acrobat XI pro right now.please advise!    

    ah yes, you're right.
    this brings me to another question. in previous versions of acrobat, when in hand tool or selection mode (v), i can just double click on MY own typed text (not comments) to add on/modify my contents. however, nothing happens when i double click now. i can highlight my text but can't delete it, nor can i add anything to it.
    a prompt comes up and tells me to use the text edit tools. when i tried using the text insert tool, it simply adds a popup comment to my text, instead of editing the text that i wrote.
    i just realized i could hit "Edit text and images" button that reveals all the textboxes, then i can edit the text. again that has no shortcut, and is one step more than what i usually would do.
    what can i do to revert this behavior to the old versions?    if not, what would be the shortcut for edit text+images?

  • Can't edit text using "Add text" tool

    Hello, I click "Add Text" in "Content Editing" and add some text into a PDF document. Then, I save the pdf. Then, I re-open the document and I can't edit the same text using the same "Add Text" tool OR delete that piece of text.

    by the way, when you said
    Test Screen Name wrote:
    What you are doing is adding comments, in the Acrobat sense, rather than text (which is part of the original page). Comments are separate. So try the commenting tools.
    did you mean something like this: http://www.nitropdf.com/pdf/EN/Nitro_Pro_8_User_Guide.pdf under "Annotation layer and content layer" pages 251-252. Also, when I added text using "Add Text" did it go into content layer so that I was unable to edit it after saving using acrobat ?

  • I can not get the add this extention to work today will you please fix it so I can use it as it is broken Please fix the add this button so that it will work!

    I get this error message Something went wrong in processing your request. (If you were a web browser, I would say "400 rate limited".) when I try to use the add this button extension for firefox. Will you please help me to fix this problem so that I will be able to use the add this again real soon thank u.

    This issue can be caused by corrupted cookies or cookies that are blocked.
    *check the permissions on the about:permissions page and in "Tools > Page Info > Permissions"
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"

  • Vibe Resource Library Page: Add-on tools for Vibe

    Novell has a nice new section on their Novell Vibe Resource Library Page where Novell partners can publish their add-on tools and products for Vibe: https://www.novell.com/products/vibe.../partners.html
    You should have a look. There is some interesting new stuff for those of you who are using Vibe inside their organisation or company.
    Best Regards
    Erik

    e-ebell,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • How do you set the "add-on" tool bar to disapear when it's inactive?

    I discovered the bottom of the page "add-on" tool bar.
    I downloaded the progress bar and it's working just great. Exactly as it should be.
    Now, how do you make the bottom "add-on" tool bar disappear when it's "inactive" and become "visible" only when it's "active"?

    Hrm... that may be true and this may be a function of the phone email client that Apple just doesn't do.
    No, I can easily MANUALLY delete the messages. I would prefer if I didn't have to do it twice, tho. Once on the mail server and once on the phone.
    What I think the phone needs to do is, when it checks the POP, anything NOT there should be removed locally. I think you are correct on POP; the phone will poll the mx (mail exchanger) and the mx will pass off the messages to the phone. The phone then keeps ALL of that unitl you manually delete it.
    If, say, I remove a message from the mx, I would like the phone, when next polls, to see that that particular message isn't on the server anymore and remove it locally.
    Perhaps it's just me but if I delete the message on the mx itself, via my ISP's webmail interface, I really don't want to have to remove it again from my phone.
    thxs!
    cheers
    rOot

  • Some add-on tool bars sporatically do not appear

    Some of my add-on tool bars such as Roboform, my points, etc only appear on occasion. How do I get them to appear all the time?
    == This happened ==
    Not sure how often
    == I upgraded to 3.6.6, but it occasionally happened in earlier versions.

    Keith,
    The way I read your question is that it sounds like you have a mix of extensions where one or more of those extensions don't "play well with others". IOW, one or more of your extensions have a conflict with your other extensions. You didn't provide the ''correct'' Troubleshooting Information as requested when you started this thread, so I can't see everything you have installed and see if I can recognize any extensions that are known as problematic.
    http://kb.mozillazine.org/Problematic_extensions
    You're going to have to do some troubleshooting to find the cause. Starting with the extensions that add a Toolbar to Firefox, disable extensions one at a time and use Firefox until that problem re-appears; you may have to disable non-toolbar type extensions, too. It is quite possible that more than one extension could be contributing to your problem; that's a little harder to troubleshoot.

  • Difference between 'add text' tools and adding Layers

    I am trying to add text to a .pdf form that has no preset text boxes. I see I can either add text via the tools menu with the 'add text' tool or the fill and sign menu with the 'add text' tool as well. They both seem to behave differently and I have a difficult time selecting, moving or editing text that is close to existing elements with both tools. What is the intended difference between these tools? Also, it would be nice to add a layer to just add my text to without interfering with the existing elements, but I see no way to actually add a layer in Acrobat Pro XI. I know I can do this in Illustrator, but I was looking for a simpler solution that works in Acrobat.
    Thanks!
    Colin

    Hey Kolinized,
    Difference between "add text" tool via the 'tools' pane and "add text" tool via 'fill and sign' pane :-
    * Tools>Content Editing>Add Text :- Selecting this option, we can customize the text as well the rectangular box it will create.We can place the box anywhere on the page.
    * Fill & Sign>Fill & Sign Tools>Add Text :- This option is slightly easier ,however, customizes text only(Typewriter tool in Acrobat X).This tool is preferred to fill up various kinds
    of forms .
    Thanks
    Sukrit Dhingra

Maybe you are looking for

  • Photoshop CC 2014 Paint bucket doesn't work

    I am just trying to fill a layer with the foreground color using the paint bucket.   I have the layer set to Normal 100% opacity and the paint bucket set to foreground 100% opacity, Normal mode. But I get zero. No color at all. The layers panel does

  • Cannot login E-mail with Macbook Air 2011 through proxy in my school

    I have a strange problem, I bought a new Macbook Air last week, when I bring it to school, I cannot login my school email and yahoo email but other loptops and school computers can.....

  • Adding property/field to an item inside array collection

    Hi I'm newbie. But I'm spending a huge amout of time trying to figure out something that should be simple. in short: I wanted to add a new field/property to an item inside an arraycollection(ac). I thought something like: ac.souce[i].push(object:valu

  • Rendering Problem in FCP 6.01: throws footage out of synch

    When I render my footage in FCP 6.01 it completely changes the footage to a different timecode in the clip so my final edit ends up completely different footage than what I orginally edited. It's extreemly frustrating. Anyone know how to fix this? Ma

  • Task Assignment Notes in Reporting Database

    Hi, I am working on a requirement to display task Assignment level comments (entered by Task Assignees in My Tasks screen) in a Report from Reporting Database. I would like to know the tables from where this information can be queried. Please note th