Skip to main content

All Questions

Tagged with
4,739 questions with no upvoted or accepted answers
6 votes
1 answer
338 views

Lazy Load for CSS Images

I have the following lazy load function which works for <img>. <script> document.addEventListener("DOMContentLoaded", function() { var lazyloadImages; ...
Andrei Gradinaru's user avatar
5 votes
1 answer
2k views

Async or defer (or delay) CSS load

I'm working on my site speed score and trying to improve my Pagespeed (Remove unused CSS report). First I have followed this page: load CSS simpler and I have deferred the following way but page speed ...
z-1881's user avatar
  • 123
5 votes
2 answers
2k views

Change Subject and Content of WordPress Default Activation Email

When a user registers on my site, they receive an email to activate their account, but this email is in english and I need to change its content. I've tried changing the default WordPress language ...
Rui Farinha's user avatar
5 votes
0 answers
2k views

Css page counter reset

Im using Dompdf to create pdf files and to not get huge files i create multiple pdf files at once. (Talking about 1.4 mb instead of >300) So the plan is to add first pdf, add a page break and then ...
cottton's user avatar
  • 1,599
5 votes
0 answers
721 views

Bootstrap 4 nav menu not working properly on iOS Safari

The bootstrap 4 nav collapsing menu isn't working properly on iOS Safari for some reason. When pressing the hamburger icon it doesn't expand like usually but displays like that. Screenshot: https://i....
Hurtox's user avatar
  • 89
5 votes
1 answer
2k views

Making a blue score animated bar

I have a circle score rating item in HTML, CSS (don't know their real name) basically the blue bar around the circle goes up to the point of the number. I would like the bar to go around as an ...
Bradley's user avatar
  • 133
5 votes
1 answer
401 views

How to provide different sizes of images according to viewport size in WordPress?

May be a very basic question because of the less understanding of the procedure, but what I believe is NO question is less important. In WordPress we have 4 default sizes: Original (as it's ...
Mayeenul Islam's user avatar
4 votes
0 answers
1k views

Creating Numbered Pagination for Search and Filter Pro Template

We are using the plugin Search and Filter Pro which creates a template file for providing results. I want to change from it showing older posts/newer posts to showing numbered pagination. Im including ...
Mara Swenson's user avatar
4 votes
0 answers
114 views

how to span html table when selecting particular row and column from select input?

IF you select day and time that slot turn vertically like change value of rowspan and colspan base on selection you can view in image link in this blog view image click here $("#hour,#day").on("...
Rocky's user avatar
  • 69
4 votes
0 answers
541 views

Adding CSS into mPDF just creates extra blank pages

Using: PHP 7.1 mPDF 6.1.0 I'm currently trying to attach CSS to my mPDF files, but i'm coming across the problem that the CSS doesn't apply but it just adds new pages? It is quite confusing. I'm ...
pandaJuan's user avatar
4 votes
0 answers
570 views

Calling PHP wrapper on client side

I´m currently working on a school project, where we are using Apache cordova (HTML, CSS and JS side) and currently our school has a server, where our .php file is located. In our project, (one of the ...
Cod3r-b0ss's user avatar
4 votes
1 answer
1k views

How to show address suggested by google map in js model popup when i want to edit address text box field

Please help me to resolve the below issue : i want to show google map suggestion address when i press key on address field, but it is not showing in js edit model popup, Link : http://api.ranbasera....
user5860519's user avatar
4 votes
0 answers
67 views

In my webpage it is showing results from id=3 and missing id 1,2

My code is below. Since my items are many in numbers i showed on 12 items at a time but it is starting from item number 3 and skipping item 1, 2 if (isset($_GET["page"])) { $page = $_GET["page"];...
M.Nabeel's user avatar
  • 1,066
4 votes
0 answers
592 views

How to use nth-child correctly in html2pdf?

I'm using html2pdf class to export a certain html page into pdf. The pdf is generated correctly with all styles applied successfully except for nth-child selector. When I use the tr:nth-child(even) ...
Gideon Appoh's user avatar
4 votes
1 answer
147 views

Database results displaying in reverse order of inline and block from what is assigned

I'm attempting to output info from my db through a while loop. I am wanting the results to display like this... Firstname Lastname - Firstname Lastname - Firstname Lastname player1 -------------...
Paul's user avatar
  • 3,368

15 30 50 per page
1
2 3 4 5
316