Welcome, Guest
Username Password: Remember me

calculator-submit problem
(1 viewing) (1) Guest
Discussion about "Real Estate" Joomla template
  • Page:
  • 1

TOPIC: calculator-submit problem

calculator-submit problem 1 year, 8 months ago #1395

HELLO Mr MILOS
I HAVE 2 PROMBLEMS
1.THE MORTGAGE CALCULATOR ITS NOT WORKING THAT IS THE MESSAGE:

404 ERRORThe resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

2.AND THE SAME MESSAGE WITH SUBMIT INQUIRY
AT THE BEGINING AFTER HAVE DOWNLOADED IT WAS WORKING.
PLEASE TELL ME WHAT I HAVE TO DO?
THANK YOU.

Re: calculator-submit problem 1 year, 8 months ago #1396

  • milos
  • NOW ONLINE
  • Support Staff
  • Posts: 2823
I checked both things and they are working fine on our server. Please give me your link to see what's wrong on your server. If they worked once you installed and then stopped, then you probably did something wrong, but I don't know what until I see your site.

Re: calculator-submit problem 1 year, 8 months ago #1397

www.diktio-realestate.gr/joomla/
AND THE SAME PROBLEM WITH JFORMS

Re: calculator-submit problem 1 year, 8 months ago #1401

  • milos
  • NOW ONLINE
  • Support Staff
  • Posts: 2823
Multilanguage component caused your problems. Perhaps you haven't set this up properly. Please translate page of Calculator properly and make sure multi-language component is compatible with jForms.

Original HTML code of Calculator is
<div style="margin: 2px; padding: 0; width: 685px;"><script language="javascript" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js">  </script><script language="javascript" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js">  </script><script type="text/javascript" src="http://www.mortgageloanplace.com/scripts/mortgage-calculator.pack.js">  </script><script type="text/javascript"> $(function() { $("#calculator_widget").MortgageCalculator({  mode: "normal", animate: "true", title: "", footer: "", intro: "With this calculator you can put in your values and estimate the amount of your loan and get an estimate on the amount of your monthly payments. Click on the &#39;Calculate&#39; button when you&#39;re ready.", logo: {path: "", url: ""}, fields: { principal: { enabled: "null", type: "input", desc: "The total value of the loan (in dollars)"} , interest: { enabled: "null", type: "input", desc: "The annual interest rate of the loan"} , term: { enabled: "null", type: "select", desc: "The term of the loan (in years)"} , down: { enabled: "true", type: "input", desc: "The down payment on the loan (in dollars)"} , taxes: { enabled: "true", type: "input", desc: "The annual property taxes (in dollars)"} , insurance: { enabled: "true", type: "input", desc: "The annual homeowner&#39;s insurance (in dollars)"} , pmi: { enabled: "true", type: "input", desc: "The monthly private mortgage insurance (in dollars)"} , extra: { enabled: "true", type: "input", desc: "Extra to pay to the principal per month (in dollars)"} }, defaults: { taxes: 1.5, insurance: 0.5 }, bounds: { min: { principal: 0, interest: 0, term: 15 }, max: { principal: 15000000, interest: 15, term: 40 }, step: { term: 5} }, colors: { main: { text: "#000", back: "#eef2fd", border: "#39c" }, title: { text: "#39c", back: "" }, tab: { text: "#39c", back: "#fff", border: "#39c" }, pane: { text: "#000", back: "#fff", border: "#39c" }, input: { text: "#000", back: "#fff", border: "#aaa", error: "#fcc" }, button: { text: "#fff", back: "#46a026", border: "#1f731a" }, nav: { text: "#fff", back: "#39c", border: "#39c" }, table: { text: "#000", back: "#fff", border: "#aaa" }, footer: { text: "#999", back: "" }, link: { text: "#39c" }, values: { payment: "#6a9f35", taxes: "#0584af", insurance: "#ff9300", total: "#eee", principal: "#6a9f35", extra: "#90d948", interest: "#f00", balance: "#333"} }}); });  </script><div id="calculator_widget"></div><a href="http://www.mortgageloanplace.com/home.html" style="text-decoration: none; display: block; width: 100%; text-align: center; float: left; font-family: Verdana, san-serif; font-size:7pt; color: #3399CC;" target="_blank">Home Loan Calculator</a></div>

Please paste this code but DISABLE wysiwyg editor in Global Configuration before you doing that (or before you edit this page later).

Re: calculator-submit problem 1 year, 8 months ago #1421

hello again.
1,The Multilanguage component is joomfish 2.04 and i have not translate anything in my language yet,my default language is greek from joomla is that a problem?how i can tranlate the calculator?(sory iam not web developer)and how i can find out if jforms is compatible with joomfish?
2,you wrote me:
Please paste this code but DISABLE wysiwyg editor in Global Configuration before you doing that (or before you edit this page later). how i do that?

and finaly:iwould like to check the componet that i use jomestate pro if this cause any problem.
please help!!

Re: calculator-submit problem 1 year, 8 months ago #1423

  • milos
  • NOW ONLINE
  • Support Staff
  • Posts: 2823
I think you messed Mortgage Calculator by editing it's page while wysiwyg editor was enabled with code cleanup enabled as well. Go to Site > Global Configuration and for "Default WYSIWYG Editor" select "Editor - No Editor".

Then go to edit Mortgage Calculator page and paste all code from my previous post. Save it. You can then re-enable editor in Global Configuration but don't edit Mortgage Calculator page anymore when the editor is enabled.

Components like "jomestate pro" and other extensions can't damage template itself. They just can damage content, no matter what template was active.
  • Page:
  • 1
Time to create page: 0.10 seconds