Skip to main content

All Questions

Tagged with
0 votes
2 answers
70 views

Problem with dividing pdf page into two in php using dompdf

The following code is from my resume.php file. I have tried to divide the page into two blocks each represented using (.left) and (.right) class. Content on left block is being displayed but on the ...
Pratik's user avatar
  • 19
0 votes
1 answer
45 views

How do I get a login page to work as intended?

I have this code (html): <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-...
Methodius5510's user avatar
0 votes
0 answers
120 views

Difficulty Accessing PHP Files in Vercel Deployment

I'm encountering an issue with my Vercel deployment, specifically related to accessing PHP files. I'm currently in the process of deploying my PHP project on Vercel, and while it's not perfect yet, my ...
Petcu Mihnea's user avatar
1 vote
1 answer
139 views

How to change the color of the winning tic tac toe squares in php?

I have a tic tac toe game in PHP that uses an array of three arrays and displays the winner (or tie) upon completion. There's a play again button that also resets the board. How can I make it so the ...
alexonwheels's user avatar
0 votes
0 answers
34 views

WooCommerce cart table summary

I'm looking to change the table summary like image size and the position of it want and other in table want to add an icon to the remove item like that, but I'm trying to get around it for 2 days ...
Kuzuri's user avatar
  • 1
1 vote
0 answers
30 views

How to create custom post type same as another post type in wordpress

I am using the gettree theme in WordPress. There is a custom post type called "service" in the theme. I want to create exactly the same post type with a different name and link. These are ...
aspectsiz's user avatar
0 votes
0 answers
52 views

Custom WP_list_table alternating row colors in WooCommerce

Friends, I implemented a class that extends WP_List_Table, and I use the function single_row to override the styles of the rows based on their contents. My code is here: public function single_row( $...
user2963789's user avatar
0 votes
0 answers
51 views

Nav Bar Menu Disappear

I need some help with this php code please... Ive been trying to fix the problem with the nav bar holder. /* CSS overwrites for new navigation */ #nav li .drop { background: rgba(0, 0, 0, 0) url(&...
S J's user avatar
  • 1
1 vote
1 answer
85 views

How can I fix my button positions on my html,css,js,php website

I have a website, where i have some images and buttons, the problem is when I perfectly alligned the buttons their position changes on different resolutions and for me it looks good but for someone ...
PoprostuIzI's user avatar
0 votes
1 answer
74 views

Start a Gif on Hover

I cannot figure out how to make my button start a gif while hovered and if its not hovered - it goes back to the previous background, and again on hover its start a gif from the starting position. ...
PoprostuIzI's user avatar
0 votes
0 answers
33 views

wkhtmltopdf in PHP - problem with splitting table into pages

I'm using wkhtmltopdf and mikehaertl PDF plugin in PHP to generate PDFs. I have troubles properly splitting tables in PDF. In the picture below, I want that rows can be splitted in the middle, without ...
Michał Pochopień's user avatar
0 votes
1 answer
22 views

I can't Figure Out Why My Profile Pictures Aren't Appearing on my Profile Card

Alright, so I'm currently using this REPOSITORY to help build a login system. It's mostly going great except, for the sake of preventing NSFW images, I'm wanting to allow them to choose from a ...
Lance Davis's user avatar
0 votes
2 answers
76 views

How do I style Javascript output for html? [closed]

I'm creating a sign-up page. I use PHP. The PHP has an error code. The error codes are being read by JS. The JS should provide an error message in HTML. The text I get does not have any style. I would ...
Vladislav Dobriakov's user avatar
1 vote
1 answer
178 views

Google chrome headless is rendering html as mobile view

I am using google-chrome headless in laravel to convert HTML to PDF, however, it is rendering as a mobile view instead of rendering as a large screen-sized device. My code: $content = '.......'; $html ...
Saroj Shrestha's user avatar
1 vote
0 answers
44 views

Class attribute in <td> disappears in browser?

Good evening, I have this table with buttons in it. And to recognize values in the tables, I would like to add classes to a table data cell (). However, when I do this, the class disappears when ...
Coolebooster's user avatar

15 30 50 per page