Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
7 views

How to Add a Profile Image Upload Field in Auth0Lock SignUp Form?

I'm using Auth0Lock to handle user signups in my application. The default additionalSignUpFields option allows me to add fields like full_name and phone_number, but I need to add an image upload field ...
Om_Telavane's user avatar
0 votes
0 answers
8 views

How do I make cards inside a container blurred but not the first card inside of the container?

So to breakdown what I am trying to achieve: I want all the cards inside of a container to be blurred besides the very first card, until you actually hover on the next card in the container to which ...
Callum Luxford's user avatar
0 votes
0 answers
4 views

WebGL Context Error on iOS Browsers Device

I'm encountering a frustrating issue with my Godot 4.3 game exported for the web. When I try to run it on an iOS device using Safari and other browsers, I get a WebGL context error. I've tried ...
jp dog's user avatar
  • 1
1 vote
0 answers
12 views

Angular 16: My form's input values are not cached by the browser when the form is inside an ng-container

In my Angular project I have the following form. test.component.html: <ng-container *ngIf="{ loading: loading$ | async, options: options$ | async, } as vm" > <form [...
Eirini Tepelidou's user avatar
-2 votes
0 answers
31 views

How to make divs hight flexable inside another div? [closed]

"SearchForm" has a display of none and a height of 40px. The display is toggled to block with JavaScript onclick of a button. I need "AppAccordion" and "SystemMenu" be ...
DUSTIN ANGELETTI's user avatar
1 vote
3 answers
46 views

How can I remove the red part of the svg so that whatever behind it is showing?

How can I remove the red part of the svg kinda like how when you remove the background of an image for example the file turns into a png and the part you removed shows the checkered pattern. After ...
base's user avatar
  • 41
0 votes
0 answers
12 views

How to integerate Saleor in my Django project

I have an existing Django project that I've been working on, and I'm interested in integrating the Saleor dashboard as an app within this project. Ideally, I would like to access the Saleor dashboard ...
Yassin Rakha's user avatar
1 vote
2 answers
26 views

My flex-boxes are not aligning properly / overlapping

I'm working on a section of a basic website that requires an image and text on the left and other smaller boxes on the right side. The left side is supposed to take 60% of the available screen and the ...
Zack Riquelme's user avatar
0 votes
0 answers
9 views

How to connect HTML button to Express server delete route?

I have an Express server with a route for deleting a (psychology) experiment. (I have split my routes into multiple files. This route is in admin.js and thus its full route path is /admin/experiments/:...
America Holloway's user avatar
0 votes
0 answers
22 views

How to Convert Bootstrap Nav Tabs to a Dropdown Menu

I have a list of Bootstrap nav tabs and I want to convert them into a dropdown menu instead. Here’s the original code that generates the tabs: <ul id="manifests-all-tabpane" class="...
minul hemasara's user avatar
-1 votes
0 answers
24 views

dropdown list row height increased after updating googlechrome to the latest version

this was the previous version that is working fine. after updated to the latest google chrome, it become like this. I've tried changing css, or using select2, still does not work. here is my code: ...
wyncent's user avatar
  • 37
0 votes
0 answers
22 views

How to use variable within the linear-gradient property of border-image on iOS 16.2

It doesn't work in iOS 16.2, but it's works in iOS 17.4.1 I'm testing animation using linear-gradient for border-image. I've checked that most browsers on Windows are working properly. But when I ...
NINE's user avatar
  • 521
0 votes
0 answers
27 views

JS variable from html undefined [duplicate]

I wrote this code 2-3 years ago for a class and it worked perfectly. I know this as I got a perfect score on the assignment it was for. But recently I went back to the program and found that it no ...
bombhawk's user avatar
1 vote
2 answers
60 views

How can I add a white border inside the shape?

How can I add a white border inside the shape like this? The code below was from https://stackoverflow.com/a/65504158. I just made some slight changes. .hexagon { width: 200px; display: ...
base's user avatar
  • 41
0 votes
0 answers
16 views

Vertical gaps between table cells and their contents [duplicate]

I have a tabular layout which contains graphical contents. I understand that using tables for layout is no longer a best practice, but I'm exploring this approach for educational purposes and to ...
Humberto Fioravante Ferro's user avatar
0 votes
0 answers
21 views

I can't access sub url from fluter web page after deploying it with github actions

I create .github/workflows/workflow.yml to deploy flutter web with github actions. name: gh-pages on: push: branches: [main] jobs: build: runs-on: macos-latest steps: - uses: ...
Hyejung's user avatar
  • 1,180
0 votes
1 answer
44 views

Eggshell gradients in css

What is the best strategy to creating subtle complex gradients like the attached. I tried to see what the css was in this element, but it may be set in the canvas javascript itself. I am not sure if ...
The Old County's user avatar
0 votes
0 answers
15 views

Css transform zoom in and out scrolling issue

I have 3 divs with the transform being on the 2nd div which has a div inside of that. I have added zoom in and zoom out buttons but when I zoom in I can't scroll all the way to the left and top but ...
user26813661's user avatar
0 votes
0 answers
22 views

Error using Firebase Auth through vscode Live Server extension [closed]

I am trying to test my firebase app using vscodes live server extension, but when i try logging in it gives unauthorized domain error. Im using vanilla js firebase skd. This is the url: http://127.0.0....
Julian's user avatar
  • 1
-2 votes
3 answers
37 views

How to trigger multiple animations when the user clicks on the <a> (link)

I have this Html code and I want all the animations to be played after clicking on the link : document.querySelector('.play').addEventListener('click', function() { document.querySelector('....
Mehrad's user avatar
  • 1
0 votes
0 answers
17 views

How can I display chart js graph data line like a heartbeat design?

I make an graph for my project. Everythings seems working well. I just wanted to show my graph data line like a heart beat design. If i manually do that, seems like i need to insert so many data. I ...
Rejuan hossain's user avatar
0 votes
0 answers
11 views

Dynamic Astro.js Link with data from api

We have a page where we are going to call some data from API, and use one of these data to create a variable link. Our page code includes the following which calls 3 variables from API. I plan to use {...
Yousef Keyghobadi's user avatar
-2 votes
0 answers
22 views

Remotely running JavaScript function and returning result [closed]

I have a simple folder with two html, js, and css files I want to be able to click a button on one html file and when I do I want it to execute a js function on the other one and return results to the ...
Noob's user avatar
  • 1
-2 votes
1 answer
53 views

I'm stuck for 5 days on solving an issue with node.js

I'm taking the web application course and have been building my own website on the side. I'm trying to have items.js grab contents from the posts(.html) save them in an object, and then app.js will ...
Purply Main's user avatar
0 votes
0 answers
14 views

Dealing with transparent backgrounds when using framer motion

I am currently designing a UI for a website I am working on, and have an asset of a png with a transparent background. I can sucessfully make the background of the image appear transparent, but the &...
H I's user avatar
  • 185
0 votes
0 answers
11 views

How to Make the Blog Section of My Onepage HTML/Bootstrap Website Dynamic Using Sanity, Contentful, or Netlify?

I'm currently working on a one-page website built with HTML, Bootstrap, and a bit of JavaScript. I want to make the blog section dynamic so that I can easily update content without manually editing ...
melih eken's user avatar
0 votes
0 answers
26 views

Background Image Not Displaying on Smaller Screens with Tailwind CSS

I’m having trouble with a background image not displaying correctly on smaller screens in a Tailwind CSS-based project. The image is correctly showing up on larger screens, but it's not visible or ...
doneil chapman's user avatar
1 vote
1 answer
26 views

How to append a symbol to user input and allow backspace once appended (to ignore it)

I have a field where the user can enter a number, and I'm trying to append a % symbol to it as the user types. I've done it, but as soon as it appears, the user can no longer use the backspace key, as ...
bboooooyintheuk's user avatar
0 votes
0 answers
39 views

How to make HTML table responsive?

Right now because my table has many columns, right side of table overflows outside of the screen. I want to make it responsive so that the table wraps itself below for more columns. I want the table ...
 Asadullah khan's user avatar
0 votes
1 answer
24 views

How to force a animated background in a website to run on a mobile? [duplicate]

I'm encountering an issue with my code. I want to set a video as the background of my website. While the code runs perfectly on my computer, the video doesn't play automatically on my phone. Instead, ...
Othman Oo's user avatar
0 votes
0 answers
25 views

How to prevent the right and bottom edges of my grid from being white on certain grid sizes?

I have an etch-a-sketch program which works fine apart from one small issue. When I click the "change grid size" button and enter certain numbers (such as 51, 44, 45), the right and bottom ...
alexanderherta's user avatar
-1 votes
1 answer
23 views

What value does the html datepicker send when the user does not select a date?

I'm writing some PHP to display and process an input form that includes a date picker, identified by <input type="date" id="offdate" name="offdate"> When the user ...
Steven Johnson's user avatar
-1 votes
1 answer
18 views

I am trying to select multiple check box with below HTML page, please help to locate the check box

Not able to locate the check box elements self._lot_ids_selection="//div[@class='e-checkbox-wrapper e-css e-listview-checkbox e-checkbox-left']" def select_lot_ids(self): lots = self....
Amarendhiran Amar's user avatar
1 vote
0 answers
21 views

aspect-ratio in grid container is ignored by other columns

I'm encountering an issue with a CSS Grid layout that works as expected in Chrome but exhibits a problem in Firefox. Specifically, the second column of the grid seems to ignore the first column in ...
Yura Beseda's user avatar
0 votes
0 answers
18 views

PHP Simple HTML DOM Parser not Returning Anything [duplicate]

I'm trying to use the PHP Simple HTML DOM Parser for the first time from here - https://simplehtmldom.sourceforge.io/docs/1.9/index.html Unfortunately, I'm having an issue where it's not returning ...
Lewis Hardisty's user avatar
0 votes
0 answers
16 views

How to feed a Facebook page to a website without requiring viewer to log into Facebook

I'm looking at creating a company news portal that would pull in the social media posts for the company. I would like to start with Facebook, but would eventually include others like instagram, ...
user18367430's user avatar
0 votes
0 answers
24 views

Why does my Elementor header break after publishing, despite looking fine in the editor?

I've created a custom header using Elementor, and it looks perfect in the editor across all responsive modes (desktop, tablet, and mobile). However, when I publish the header and view it on different ...
Dominik Duje Vukasović's user avatar
0 votes
0 answers
25 views

Calendar ‘Print’ not showing grid lines and Text light gray

When clicking the ‘Print’ button the grid lines between each day don’t show and the test shows as light gray for a calendar event when I print to a printer or print as PDF. Is this a fix that can be ...
developer8492's user avatar
0 votes
0 answers
25 views

Want to set the Pre-loader only for the HOME page using PHP

<!-- preloader --> <div class="art-preloader"> <!-- preloader content --> <div class="art-preloader-content"> <!-- title --> ...
sky's user avatar
  • 1
0 votes
0 answers
9 views

react-create-app project console error hot-update.js

I'm having problems with vscode too. 1-when I do ctrl+s, the changes I made in html and js are not visible in the live server. 2-when i develop a project with react-create-app, html is also updated ...
Rabia Ateş's user avatar
0 votes
1 answer
24 views

Smooth slide on details disclosure not working (using jQuery slideUp)?

I'm sure Im just missing something silly here, but I'm pulling my hair out trying to understand what's going wrong here. I have a details disclosure section that I'm trying to use slideUp and ...
Myzwer's user avatar
  • 49
0 votes
0 answers
59 views

Remove blank space in HTML Table

I have an HTML Document that I'm using to create warehouse labels. I have this formatted currently, but am trying to add barcodes to display in a table side-by-side. Here is the image: Barcode Label ...
AlliDeacon's user avatar
  • 1,467
0 votes
0 answers
23 views

How to apply a .css style to a div tag with air flight board effect

I have the following "div" in HTML, <div id="random_decimal" class="departure-board"> {{ x }} </div> Even though the departure-board class is applied to ...
Ramiro's user avatar
  • 411
0 votes
0 answers
27 views

Script doesn't recognize HTML file name

I am working through Google Sheets and Google App Script. I am trying to access an HTML file called "Send Grades" through a script. This works fine... var emailTemp = HtmlService....
Dave Zawilinski's user avatar
0 votes
0 answers
44 views

How to remove html code from a string in PHP [duplicate]

I am a novice in PHP code. I am maintaining a legacy product which is written in PHP 5.3.3 (cli) (built: Oct 30 2014 20:12:53). The application has search options in various pages and if the user ...
Ash_and_Perl's user avatar
0 votes
0 answers
22 views

how to add a link to dropdown buttons

Currently I am working on a django project and I am trying to add a dropdown menu on home page to change password and Log out.I tried to add links to dropdown menu buttons but it didnt work . I used ...
newdawnnewday's user avatar
0 votes
0 answers
10 views

LinkedIn and Twitter Not Scraping My Next.js Page

I'm facing a bit of a challenge with getting LinkedIn and Twitter to properly scrape and preview one of my pages built with Next.js. Here’s what’s happening: The Issue: LinkedIn Post Inspector: When ...
Ren's user avatar
  • 101
-1 votes
0 answers
29 views

How to create Octagon Border, HTML/CSS [duplicate]

I tried and I searched and with acquired knowledge I tried - many times over - to create an html/css element that resembles a traffic sign/roadsign: the STOP sign, octagon shapped, with something else ...
Gabirobertz's user avatar
0 votes
2 answers
37 views

How to overlap divs [closed]

I am trying to produce the following result: Desired outcome However I am getting this so far and I am stuck. What I am getting This is my code: .base { background: #e2e2e2; width: 1020px; ...
RUMBIDZAI MUKUNGUNUGWA's user avatar
-1 votes
0 answers
40 views

Unable to show/hide element on button click [closed]

I coded it so when I press the button on a mobile/mobile screen size button it should show a menu but it does not seem to be working. This is my app.js: 'use strict'; import { fetchData, url } from &...
Aiden Knight's user avatar

1
2 3 4 5
23783