Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Gauravk Posted December 5, 2019 Posted December 5, 2019 Is there any way to design a custom calculator for car loan, evaluation, depreciation etc? Happy to purchase if any such app exists in marketplace. Thanks in advance.
bfarber Posted December 5, 2019 Posted December 5, 2019 Usually you can find calculator javascript widgets online that you can freely embed into your site. You would just copy the code into a manual HTML Pages block, then embed the block where-ever you want the calculator to display on your site.
James Adams Posted December 11, 2019 Posted December 11, 2019 On 12/5/2019 at 9:37 AM, bfarber said: Usually you can find calculator javascript widgets online that you can freely embed into your site. You would just copy the code into a manual HTML Pages block, then embed the block where-ever you want the calculator to display on your site. So, not on calculator topic, but I am having trouble embedding javascript code into a wysiwyg block on my site. I am clicking the "code" button, pasting the code, selecting "javascript" and all that is displayed is the code, not what it is supposed to do. this is the code: <!-- Calendly inline widget begin --> <div class="calendly-inline-widget" data-url="https://calendly.com/adminwizard" style="min-width:320px;height:630px;"></div> <script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script> <!-- Calendly inline widget end --> Help is appreciated.
bfarber Posted December 11, 2019 Posted December 11, 2019 When you paste "code", this is code designed to display in a code box. i.e.: <!-- Calendly inline widget begin --> <div class="calendly-inline-widget" data-url="https://calendly.com/adminwizard" style="min-width:320px;height:630px;"></div> <script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script> <!-- Calendly inline widget end --> What you would need to do is click the "Source" button on the editor and paste your javascript embed code in there.
James Adams Posted December 11, 2019 Posted December 11, 2019 7 hours ago, bfarber said: What you would need to do is click the "Source" button on the editor and paste your javascript embed code in there. Thanks for your reply. I thought that what the "code" button was for, but now I know. However, on my editor I did not have a source button. I tried to install a new ckeditor, but the plugin keeps failing. I have a trouble ticket submitted.
Joy Rex Posted December 11, 2019 Posted December 11, 2019 You might want to use this excellent (and FREE) addon so you can put your calculator widget on your site (instead of in a post):
bfarber Posted December 12, 2019 Posted December 12, 2019 16 hours ago, James Adams said: Thanks for your reply. I thought that what the "code" button was for, but now I know. However, on my editor I did not have a source button. I tried to install a new ckeditor, but the plugin keeps failing. I have a trouble ticket submitted. You may need to give your group permission to post HTML in the AdminCP > Members > Groups area in that case.
James Adams Posted December 13, 2019 Posted December 13, 2019 22 hours ago, bfarber said: You may need to give your group permission to post HTML in the AdminCP > Members > Groups area in that case. That worked thanks!!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.