Joomla 1.5 module displaying code instead of widget - 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!

Related

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

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.

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.

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.

Adding a CSS Container In Joomla

Hello could anyone please help me with my Joomla website. I need to add a CSS Container in the middle of the page but don't know how to add it. I can provide login details if you like if anyone wants to have a look for me and help me out.
Thankyou so much much appreciated.
Hi The best thing to do is to either edit an article by targeting the code editor and adding an element there e.g. <div></div> and then style that appropriately.
The second option would be to create a custom html module (Extensions > Module Manager) and then create a Custom HTML module. You should then chose your module position and include it on the page that you want to display the Custom HTML from your module. see Joomla Module Positions
Finally if you add this directly to your active template code (which can be found under the templates folder in your main Joomla folder).

How to remove Linkwithin / Related Posts?

I wanted to try out Linkwithin, a widget to show related posts underneath each post, to see how it looks like and stuff. On the Linkwithin website you can install the widget by clicking on a link which directed you to Blogger. I added the widget to my blog.
Now I would like to get rid of it, but on the Linkwithin website it's stated NOWHERE how to remove Linkwithin! So I tried deleting the widget but it wasn't showing up. So I went to the HTML source code and wanted to delete it straight from there, but I simply can't find it...
Does anyone know how to get rid of it, or can find it in the code?
Website is www.wldhrts.com
Many thanks!
You need to remove that widget from your blog. It's the first widget on your right sidebar (just above the search box).
Move to
Blogger >> template >> edit Template >>
Search for 'id='HTML2' it's the widget holding your linkwithin code. You should be able to find code like
<b:widget id='HTML2' locked='false' title='' type='HTML'>...</b:widget>
Remove the whole widget.
you can alternatively set nRelate on your Blog which is way better then LinkWithin.Here is the link of complete post explaining every process step by step. nRelate also offer you to earn some money by showing ads on your Blog or website.
http://sarcaassm.blogspot.com/2014/02/setup-nrelate-widget-to-your-blog.html
it is not always 'HTML2'. it depends upon where you have it. just try to reinstall it from linkwithin site, you will see codes, see what are they, note down on notepad and then search them in tempelate and remove. that will only work super fast. you may also like 'how to remove it only from blogger home'