Can someone tell me why this refund calculator does not work on Business Catalyst?

Hi, I hope someone can see what is happening here, I don't know if it's a matter of Business Catalyst or a code issue itself, which I think is not.

Pretty easy fix, you forgot to download jquery - 1.8.2.min.js and modernizr - 2.6.2.min.js

Tags: Business Catalyst

Similar Questions

  • Can someone tell me why my menu link does not work?

    Can someone tell me why my "FAUX FINISHES" menu link does not work even though it works perfectly in my preview of DW - 6? Page link is: http://carynakins.com/c_akins_2016/

    As I said before, I'm not using the PVII extensions, but I had a quick glance at the affinity + Drop seven Magic Menu page on the project site. Drop Menu Magic interface has the options to add an element and the void Add. I think that given the submenu prevents the interface for adding a normal link to the top-level menu item.

    Try to remove the false finish existing menu item and its submenu. Then click on add item, Item Link Text finished false and path of the link to the page that you want to load. Save it and upload it to your site.

    If that doesn't resolve it, you might be best to consult the PVII support forum.

  • Administrator log - on: can someone tell me why Windows Vista Premium does not create a user profile ADMINISTRATOR for me by default

    Can someone tell me why Windows Vista Premium does not create a user profile ADMINISTRATOR for me by default, as I am the main user and why he keeps me access to many programs and features in Windows, including installation and view and edit privileges?  How can I set up my profile as ADMINISTRATOR rather than another user profile and get rid of all the other profiles?  Please write to * address email is removed from the privacy * for your answer.

    Steve

    Can someone tell me why Windows Vista Premium does not create a user profile ADMINISTRATOR for me by default, as I am the main user and why he keeps me access to many programs and features in Windows, including installation and view and edit privileges?  How can I set up my profile as ADMINISTRATOR rather than another user profile and get rid of all the other profiles?  Please write toEmail removed privacy for your answer.

    Steve

    Let me soce entry details:

    1. all computers need to have at least one administrator account. It will not work without it.
    It does NOT, however, create a profile For YOU defaultAdmin. It belongs to the user or the owner to create and decide who is Admin, and who is a regular user.
    2. even an admin account will not get to install and change the settings automatically. UAC (user account control) always appears to ask for confirmation of the task by clicking on continue, or by typing the admin password.
    3 be the main user is not to be an administrator. It is up to the user/owner of the computer to be configured as such.
    That said, now my question... How do you know that you're not an admin?

    t-4-2

  • can someone tell me why this flv appears in chrome and not ie10

    can someone tell me why this flv appears in chrome and not ie10

    http://barbaracohenmusic.com/help.htm

    replace your div with this code

    http://www.Adobe.com/go/getflash' > '.

    http://www.Adobe.com/images/shared/download_buttons/get_flash_player.gif"alt ="Get Adobe Flash player"/ >

  • can someone tell me why this makes its appearance?

    I'm not a noob, but no web designer either. I can't understand this problem.

    On this page, www.YPTusa.com/tv.html, for some reason, I have a white strip across the top of my page. By comparison, he does not appear on my index page: www.YPTusa.com.

    I tried everything I know to understand why he is here, including the code (html and css) dissection.

    Anyone would be able to inspect the elements of the two pages to tell me how I can get rid of him? Its really driving me crazy.

    Thank you for all that anyon ecan do.

    J

    Delete this line:

    The white stripe should disappear.

  • Can someone tell me why my realplayer will stop it working?

    Now that it's confusing.  It shows the same question for each quistion I asked.  WHY?

    I am a veteran and I have health problems. I need my computer to help me with school work. Nobody seems to be able to show me how to configure my computer. Help please.

    When I download, it's for school, you tube, Yearbook, music, emails, RealPlayer etc stops working. I have something set wrong?

    Hello

    1. were you able to download videos before this problem?

    2. have you made any recent changes to hardware/software on the computer?

    3. have you installed the latest version of real player on the computer?

    4. What is the exact error message you get?

    Use your favorite search engine to download and install the latest version of Real player. If you already have the latest version, then re-install the application and check if the problem persists.

    Uninstall or change a program:

    http://Windows.Microsoft.com/en-us/Windows7/uninstall-or-change-a-program

    Install a program:

    http://Windows.Microsoft.com/en-us/Windows7/install-a-program

    Note: Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

  • Why this UL CSS does not work as expected

    I try to add a picture as a bullet in a UL, but just appears on a start page, it will be in a standard HTML5 page.

    Here is the code in the start page:

    {.bluesquare}

    list-style - image: URL(images/bullet.png);

    }

    < side class = "col-lg-4 4-md-col col-sm-4 mtop" >

    < section class = "greypnl" >

    < ul class = "bluesquare" >

    < li > links side here < /li >

    < li > links side here < /li >

    < /ul >

    < / item >

    < / side >

    Here's the code in a HTML5 page:

    {.bluesquare}

    list-style - image: URL(images/bullet.png);

    }

    < side class = "col-lg-4 4-md-col col-sm-4 mtop" >

    < section class = "greypnl" >

    < ul class = "bluesquare" >

    < li > links side here < /li >

    < li > links side here < /li >

    < /ul >

    < / item >

    < / side >

    There is no difference between the two that I see, so preventing it from working?

    I can only get the image to appear as the point of the ball when I add an inline style to the AMT itself as follows: < ul class = "bluesquare" style = "list-style - image: url(images/bullet.png);" ">.

    No matter what control of image for the chip set could only inline code as follows: < style li = "background: url(images/bullet.png) non-repetition 0px 0px;" padding: 0 0 5px 30px; ">

    Any thoughts on what is predominant images of ball in a start page layout? I don't really want to encode each ball that will appear like this!

    Thank you.

    I just did a test using Bootstrap and everything worked as expected - hand coded. Nothing in the Bootstrap css file overides the ball style here.

  • Why this simple trigger does not work?

    For one of our Test environments, I was asked to implement a trigger which limits users based on ip.
    IP addresses of eligible users is stored in the maint.ip_dtls table. But, does not seem the trigger to trigger the application error and reject the connection when a user with an IP address that is not present in the table ip_dtls try to connect.
    create or replace trigger sys.testlogon after logon on database
    declare
    v_ipadd varchar2(100);
    ip_exists number;
    
    begin
    -- Getting the IP
    select sys_context('USERENV','IP_ADDRESS') into v_ipadd from dual ;
    select count(*) into ip_exists from maint.ip_dtls where ip = v_ipadd;
    
    if ip_exists = 0
       then raise no_data_found;
    end if;
    
    exception
    when no_data_found then
    raise_application_error (-20103, 'Insufficient privileges to login');
    
    end ;
    /
    The code works when tested from an anonymous block.

    Published by: Steve_74 on November 25, 2010 06:36

    Probably the fact that you create the trigger in the SYS schema could cause problems.
    Have you tried to create the trigger in another schema/as another user?
    SYS (and SYSTEM) belong to Oracle, and you should not create objects in the schema.

    Edit
    See:
    http://asktom.Oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:3236035522926

    Published by: hoek on November 25, 2010 15:53

  • can someone tell me why I can't update to El Capitan 10.11.2? the line "Show details" gets up and I click on it to make the update. When I do this, it just goes back to doing nothing, so I can never get past this point.

    can someone tell me why I can't update to El Capitan 10.11.2?

    When I try to update "updates available have changed" guest shows up.i click "Show details" prompt to complete the update and when I do that, it just goes back to doing nothing, so I can never get past this point. can someone help me with this, please?

    Thank you very much.

    In some cases, this error message is caused by a problem in the network. Restart your router as your device at wide band, if they are separated. If there is no change, see below.

    This procedure will remove some temporary and cache files. The files are generated automatically and do not contain any of your data. Sometimes they can become corrupted and cause problems like yours.

    Please, back up all data and read this message before doing anything.

    Triple-click anywhere in the line below on this page to select this option:

    /var/folders/zz/zyxvpxvq6csfxvn_n00000s0000068

    Right-click or Ctrl-click on the highlighted line and select

    Services ▹ reveal in Finder (or just to reveal)

    the contextual menu.* file should open with a selected subfolder. The subfolder has a long name beginning with "zyx" and ending with "68". Place this subfolder in the trash. Do not move other subfolders with similar names. You may be prompted for administrator login password. Restart the computer and empty the trash.

    * If you do not see the item context menu copy the selected text in the Clipboard by pressing Control-C key combination. In the Finder, select

    Go ▹ go to the folder...

    from the menu bar and paste it into the box that opens by pressing command + V. You won't see what you pasted a newline being included. Press return.

  • Can someone tell me why 'Script Skipper' has been disabled by the administrator?

    I'm looking for a script that disables javascript prior to load a Web page. I was told that the Script Skipper is such an addin. But this script has been disabled by the administrator. Can someone tell me why?

    This add-on? Or can you find a more recent version of this elsewhere?

    https://addons.Mozilla.org/en-us/Firefox/addon/script-skipper-3x/

    Version 1.0.2
    Published on August 28, 2010 14.3 KB
    Works with Firefox 1.5 - 4.0b4

    With only 69 users without ever obtaining a comprehensive review and was never updated to the version of Firefox 4 + -, I would classify it abandoned further.

  • First, I'm joining the forum with a question CS4 and CS5 Suite for Mac. Can someone tell me why it is NOT a place to submit a question as it is here?

    First, I'm joining the forum with a question CS4 and CS5 Suite for Mac. Can someone tell me why it is NOT a place to submit a question as it is here?

    Creative Suites Mac forum seems to be closed, so moved that Creative Suites Windows the Forum of Creative Suites "base".

    Then... Post your question and someone may be able to help... is your question about the installation of the old software on a new Mac?

    IF El Capitan Mac read below

    CS6 and previous programs have not been tested and will not be updated to run on Mac El Capitan

    -which means you are trying to use CS6 and earlier at YOUR risk of having problems

    -You can get CS6 and previous programs to install and run, or you can not (some do, some don't)

    -IF not, Details of the message from the error messages and a person may be able to help (just not Adobe)

    This information is a MUST to install old programs on Mac El Capitan

    -You can't get the same error message, but here are some links that CAN help with old programs

    -Java https://helpx.adobe.com/dreamweaver/kb/dreamweaver-java-se-6-runtime.html can help

    Install CS5 on Mac 10.11 https://forums.adobe.com/thread/2003455 can help (also for others than CS5)

    -also a TEMPORARY security change https://forums.adobe.com/thread/2039319

    -http://mac-how-to.wonderhowto.com/how-to/open-third-party-apps-from-unidentified-developer s-mac-os-x-0158095 /

    -the guardian https://support.apple.com/en-au/HT202491

  • I just picked up a 12 inch I have pad PRO and bought a keyboard provided by Apple, however I find that the base remains unstable and keeps the hustle when you type, the seller it says it's a design flaw. Can someone tell me if this is the case?

    I just picked up a 12 inch I have pad PRO and bought a keyboard provided by Apple, however I find that the base remains unstable and keeps the hustle when you type, the seller it says it's a design flaw. Can someone tell me if this is the case?

    find it hard to imagine that Apple could sell these defective products.

    If the seller is an authorized Apple reseller, an independent company,

    You may need to ask you if you could see & try a different product sample

    because you might be looking at something that has a defect.

    {According to the related help page, Type position should be more

    stable to use. However if the keyboard is not flat, this sounds like default.}

    Sounds as if you're not at the official Apple Store (apple retailer)

    but, on the contrary, are somewhere else. Could you give more information?

    Some keyboard accessories are made by third party companies; so

    If the product has an Apple product model number, we note here.

    When considering the purchase of an accessory, it's a good idea to test

    and check in the store before you buy. An official Apple Store has

    a different return policy as an independent reseller of Apple.

    Don't know if I can be useful; These chat rooms are usually Apple

    users of products such as yourself, who have taken their unpaid time

    to see if they can help the other users of the product.

    Good luck...!

  • Can someone tell me why my phone will not be updated? I can't put it to day/download apps either.

    Can someone tell me why my phone will not be updated? I can't put it to day/download apps either.

    Try to reset the App Store:

    Close the App Store completely from the window of the selector app by double clicking the Home button and slide up the App Store preview pane until it disappears from the display. You may be able to pick up the tab App Store covering scribbles to the left.

    Then sign out of the iTunes Store (in the settings).

    Then perform a forced reboot. Hold down the Home and Sleep/Wake buttons simultaneously for about 15-20 seconds, until the Apple logo appears.

    Then reconnect to the iTunes Store.

    Also try by going to settings > general > Restrictions > and make sure that iTunes Store, Apps install, delete the Apps and In - App purchases are all under the section allow. Try to install again.

  • I just upgraded my Firefox to version 9.0.1, I get multi-page opening now when I launch my browser. A page is my home page, another is welcome to Firefox, and the other is my LassPass. Can anyone tell my why this is happening?

    A page is my home page, another is welcome to Firefox, and the other is my LassPass. Can anyone tell my why this is happening?

    Create a new profile as a test to see if your profile is the source of the problems.

    See "basic troubleshooting: a new profile:

    There may be extensions and plugins installed by default in a new profile, so check that in "tools > Modules > Extensions & Plugins" in case there are still problems.

    If this new profile works then you can transfer files from the old profile to the new profile, but make sure not to copy corrupted files.

    See:

  • When I updated the shock of the clans for my daughter on his iPad, it has its own apple ID. and iCloud, my ID apple came on his id for the update, where it has its own apple ID now. Please can someone tell me why the update came not through its id.

    When I updated the shock of the clans for my daughter on his iPad, it has its own apple ID. and iCloud, my ID apple came on his id for the update, where it has its own apple ID now. Please can someone tell me why the update came not through its ID thanks

    It seems that if the application has been downloaded on his iPad while it is connected to your Apple ID. If so, he'll always want to be updated with your Apple ID.

    You must remove the application from his iPad and then download it again while it is connected to its own code of Apple.

Maybe you are looking for

  • My Qosmio G50 keeps closing OFF by itself!

    Can someone explain this, how my laptop G50 to self-extinguish? This maintains the fact every time, especially when I play games. And my other question how do the fans for my laptop cost?

  • Is Satellite M70-339 supports port external monitor?

    This model has a (d - Sub 15-pin) port for connecting an external monitor? -The data sheet on this site does not list one! Copy of it please respond to [email protected] Thank you

  • data table how to separate?

    Hey everybody, How can I separate the table of data, which is in a graphic visualization and analysis columns txt file? Marek

  • (Redirected) Inspiron 1545 printer driver

    I am a mobile Inspiron1545, who had command problems a Dell All in One Photo 926 printer. On the recommendation of Support from Dell, I removed all the drivers, for resettlement.  To date, I spent 2 days in the long round and round, without being abl

  • Windows 7 will not install

    Try to install Windows 7 on new HD with the gateway factory reinstall disks. Will of the whole process, but the final reboot, I get the "Windows Setup cannot configure windows to work with this material" or something like that. I searched on several