Skip to content

Tag: wordpress

Stop requesting a script from loading in HTML-file

I am trying to stop a script from loading in HTML on my WordPress website. In my HTML file I can see these two scripts: <script type=”0f1a6d7ca503db410c0d10c4-text/javascript” src=’https://www.[———–].se/wp-content/plugins/theme-my-login/assets/scripts/theme-my-logi…

Can I write HTML tags inside of a React code?

Sorry I’m newbie to React. It might be a stupid question but can I write HTML code inside of a React code? I’m trying to make a custom block for my wordpress theme and found a example code of JavaScript. I inserted some div tags and p tags inside of the code like HTML, but keeps giving me error. I

How to init hidden swiper on page load?

I have a swiper positioned inside a tab on a wordpress site, thus it is not initiated on page load, so the navigation function does not work. You can see it here by clicking on the “görüşler” tab. I did a research and I found out that it’s a common issue and it can be initiated with some cus…