Chat Bot with AI
Right now I am creating a React app “Chat Bot App”, which allows user to chat with AI. It is within udemy.com course: “React JS: Build 6 Real-World React Apps with AI Integration.” However, in my app, there are some…
Frontend development & Web design
Frontend development & Web design
Right now I am creating a React app “Chat Bot App”, which allows user to chat with AI. It is within udemy.com course: “React JS: Build 6 Real-World React Apps with AI Integration.” However, in my app, there are some…
I have tried several options of how to integrate Bootsrap with WordPress. According to Bootstrap guidelines, we need Bootstrap’s css to be loaded before all the other css files. The scripts for Bootstrap’s JavaScript should be loaded before the closing…
This is a temporary solution, not the correct one. The correct solution is descibed in this later article. To integrate Bootstrap in WordPress, one option is to follow Bootstraps’ own guidelines. We need to include their stylesheet in the <head>…
I have been working on the web of my husband, who is a translator. Since it is my husband, the priority of this work is unfortunately very low…But now the time has come to improve the design. This is the…
There is no direct way using just Worpdress without a plugin to display posts by tag. It s possible using e.g. this shortcode. Here the hyperlinks to the posts with the tag ‘game’ are displayed in an ordered list. The…
In august 2022 I have become the administrator of the page kalvarka.sk of our local parish church. Most of the work I have done here is “behind the scenes”. A year later, I received proposals for a re-design from a…
On the page kalvarka.sk, that I am the admin of, the child theme’s style.css is loaded twice: According to wordpress.org’s support the problem is that in the file “functions.php”: In the support, Howdy_McGee suggests: WordPress uses the first parameter ($handle)…
I have made a child theme of the Idyllic theme by Freesia, following WordPress’s tutorial. The parent theme’s style.css is loaded and working fine. One can see that, because the page look just as with the Idyllic theme. However, thy…
So the webpage I have became admin of has these plain buttons. The color is taken from the logo, but the button itself gets sort of lost. So… Let’s make the button 3D This is from dev.to – Simple 3D…
So this is certainly not desirable responsive behavior on mobiles: The top gap is too large. And the text around contacts and QR codes is our of order. On desktop all seems to be quite fine (although not perfect, since…