Skip to main content

All Questions

Tagged with
0 votes
1 answer
40 views

How To Add Link With Thumbnails In Sidebar In WordPress

I'm trying to add few manual links with thumbnails in sidebar using Custom HTML Widget. The thumbnail images are unclickable as I do not know how to make them clickable. My main problem is that when I ...
ppsren's user avatar
  • 1
0 votes
0 answers
53 views

The submenus of my drop-down menu are not displayed on any browser [closed]

I develop my site in php with the Laravel framework. Below is the source code for my drop-down menu, however the submenus are not displayed on browsers. What can be the problem ? <div class="...
simplice wambe's user avatar
-1 votes
1 answer
39 views

Adding CSS class to element with PHP for what time of day it is

Okay, so I asked this question before, but I really did a terrible job explaining myself & may have even annoyed some folks. For that, I am sorry. So let me explain the issue better. I have a ...
TIBrent's user avatar
  • 15
1 vote
2 answers
44 views

How to load css files in code igniter 4, but not from public folder

I want to load css file from app/asset/css/tes.css This is my css file This is my controller This is my route This is my view I tried many ways but still couldn't. Please help me I want to access the ...
Rifkhy Charisma's user avatar
0 votes
0 answers
37 views

Move the color and size table to be under the product tilte on Mobile Version

I am having a problem trying to figure out why on my mobile version. The table for color and size variations watches is above my title. On the website and the desktop version It looks perfectly fine ...
WǑMISUW's user avatar
0 votes
1 answer
32 views

Problem displaying an img when i upload the file

I am learning php and i am facing a problem. I am creating an upload form and when i upload a pic it doesn't appear automatically on html form.Below i am posting both html form and php code to help me....
0 votes
0 answers
18 views

CSS scrollbar-gutter causing STATUS_BREAKPOINT on partially loaded page

I think that I just discovered a very specific CSS bug which I'll try to demonstrate: I have "scrollbar-gutter: stable" set to a DIV element. I use JS to load cached HTML content to the DIV ...
OciXCrom's user avatar
1 vote
0 answers
34 views

Rotating a Barcode in TCPDF when embedded in HTML

Im generating a PDF in PHP with a barcode. Within the document, I need one vertical barcode and one horizontal. Heres my sample code. The barcodes generate fine. $data = $pdf->serializeTCPDFtag('...
Shane's user avatar
  • 11
1 vote
0 answers
38 views

AMP buttons by location

I'm working on a project (AMP website) where I have buttons that should only show up at certain locations and be hidden at other locations. However, I'm struggling to make each of the selected ...
uuu's user avatar
  • 11
0 votes
0 answers
29 views

Strange behavior of google-revocation-link-placeholder link/message

I'm trying to understand what is causing the Google Adsense Conesnt message to go 100% wide, across the whole screen, instead of placing the cute little tab to the bottom left of the screen on my ...
Jon Atle Sandbakken's user avatar
1 vote
1 answer
79 views

Where does the phpinfo() function get it's structure?

PHP Version: 8.2.12 I have been looking for the HTML structure of: <?php phpinfo(); ?> I know the details of the call comes largely from php.ini on my web server, but I can't figure out where ...
Josh1985's user avatar
1 vote
0 answers
36 views

Is it possible to user filter_input together with htmlspecialchars?

I am reading about FILTER_SANITIZE_STRING being deprecated so I am looking for the best option to filter inputs for security reasons to prevent mysql injections and xss injections too. My users will ...
New-Girl's user avatar
0 votes
0 answers
43 views

I put a static popup for details view but it's not work for dynamic

I put a static popup for details view but it's not work for dynamic. please tell me the solution for this. these are the screen shots in website popup page, menu when we click on the substation in ...
Maleesha Hettiarachchi's user avatar
1 vote
1 answer
65 views

Cropperjs or Javascript issues uploading cropped image to the server with php

Please help me with this: <h5 style="color: <?php if (isset($color)) { echo $color; } ?>;"><?php if (isset($statusupload)) { echo $statusupload; } ?></h5> <...
sphinx's user avatar
  • 17
0 votes
0 answers
23 views

Repeater ACF WORDPRESS is not wordking

<?php // Check rows exists. if( have_rows('accordion') ): // Loop through rows. while( have_rows('accordion') ) : the_row(); // Load sub field value. $sub_value1 = ...
Nam Hoàng Phương's user avatar

15 30 50 per page
1
2 3 4 5
974