Issue : Cannot embed a stripe pricing table in a mautic landing page - html

I have a problem to integrate stripe on a landing page in mautic.
I would like to integrate this snippet in a mautic landing page:
<script async src="https://js.stripe.com/v3/pricing-table.js"></script>
<stripe-pricing-table pricing-table-id="prctbl_1MSGvoJcMHqHTYoTIVyL1cFb"
publishable-key="pk_test_Lq67Fg0UjiKpjmAYh3InJiri00Go5gF6Y8">
</stripe-pricing-table>
The first thing I tried to do was to copy my html code directly into the mautic mode code.
The problem is that mautic delete immediatl the <stripe-pricing-table></stripe-pricing-table> tag after I pasted it in the code.
Then I tried to solve the problem by importing the code as a theme in mautic. But the result gives me a blank page.
Does anyone know what is the reason of this issue and if he knows how to solve it.
Thank you.

Related

How to make many pages in vs code

So I made 200 line code for a website I'm making and then I made a button to open another page that i will code as well but here is the problem I don't know how to start another page in vs code please help I'm beginner at coding I tried searching in YouTube but nothing helped
It can be hard to learn how to start - but we've all been there. You can do it!
For a brief starter, in VSCode, you can try this, and start learning from this point.
In your first HTML file button, ideally you'll have HTML similar to this: <a href="/file2.html"/>. In VSCode, just create file2.html in the same directory as file1, and add some HTML. It should populate.

Dropdown not responding on all pages

I am attempting to include a dropdown menu on the nav-bar of this website (http://thrivematching.com/)
The login dropdown is working on the homepage, but when you navigate to other pages, it is not responding! Can anybody help me solve this issue? I am using the same code on other pages as I am on the homepage.
Apologies: stackOverflow is displaying my code weird. So if you can inspect the page in your browser, that would be great.
This drop-down uses a js file called thrive.js, and this file doesn't exists in the other pages, adding this file may fix the problem.
For example: <script src="javascript/thrive.js" data-minify="1"></script>

AngularJS unable to load page on specified location with hash

I have this 2-page website which uses angularjs. I like to be able to load page 1 on a certain position by clicking a link on page 2.
Normally, without angular you would give a div an ID like <div id="test"> and put a link on page2 test
On my angular website I use duScroll library to create smooth scrolling.
As a concept I've created the following example website: http://jdenuijl.com/test/#chapter2
this link will open the correct location and smoothscrolls when clicking the links at the top of the page.
On my production website the following link https://escapist.nl/nl/#gallery gets rewritten to https://escapist.nl/nl/#!#gallery and it doesn't open on the correct position.
I've read a lot of questions on stackoverflow about $hashprefix, $locationProvider, $location but I don't see why it's working on my test site and not on my production site. I use some other angularjs functionalities on the production website but I can't find what is causing the rewrite.
What is causing the rewrite and the failure of the normal behaviour?
Thank you very much!
Aleksey Solovey put me in the right direction. I was using the angular-google-analytics module which I found out was loading ngRoute which caused the problem.

How do I make changes in HTML code of website on wordpress?

Website source:http://www.salefee.com/blog/
The above website is made on wordpress.In this I have an html code which looks like: <div class="image-title-bg loading" style="padding-top: 140px;">(found out using inspect element option in chrome)
I want to change the padding-top: to 50px,But I am not able to find it in admin panel. Basically I am trying to reduce the image size on my first page of blog. Please help me out with this problem. Thanks in advance!!
You probably will enjoy this WordPress plugin : Simple Custom CSS
;)
You will have to find the relevant file and make changes in it.
Tip: You can search that html tag line in php files.
To change html in Wordpress in admin part you should get to source of home page which can be usually found in Appearance Editor tab. Over there you can find php and html which you can edit. Or if you have FTP access you can track file there.

Joomla 1.5 module displaying code instead of widget

I need to add a widget within my website, which is based in Joomla. I have gotten the widget code and pasted it into the module manager, but instead of showing the widget, it started showing the code itself.
You can see the example of what I'm talking about here.
Can anyone point out what I'm doing wrong, please, and help me figure out how to remove the code from displaying? Thanks in advance!