I am trying to install wordpress again. I am on a Windows 11 box. Apache 2.4 is installed somewhat. I am using PHP 8.+ This is on my home computer. Mysqli exists, but it is not coming up in phpinfo(). Word press won’t install until it sees that mysqli is installed. In my php.ini word press is uncommented. In the php file there are 2 places where mysqli exists. I commented out the first one and left the second one uncommented.
I know that I have another entry but did not get any help. I don’t like the ai they use here as it tends to not be good at all. I need real people who have fixed the problem on their computer. By the way I did eventually get mysqli working in the past. I have had to reinstall Win 11.
I have installed wordpress into my htdocs file. I know that there is a problem with Apache 2.4 too. I cannot find Apache in my services and yet it is working. I can run localhost/index.html. By the way, mysqli does exist in the php folder.
Thanks
Mark
]]>A client of mine uses GamiPress and H5P integration (https://gamipress.com/add-ons/h5p-integration/).
When the setting “Award only one time” is enabled, it awards points only to the first person that completes the lesson.
Is there a way to award all students but only for the first time they take the lesson?
]]>I notice this because the search console and merchant center show all my new pages as an error or no mobile page available and of course that’s really bad for seo.
I have thousands of samples but unfortunately, if someone accesses them before the one that is going to solve this he will see the amp normal version, anyway, the sample page is given.
Or could someone explain me the amp page generation process? to see if it’s possible to autogenerate all pages at once? Or be generated even in the first access? (that I thought was the normal behavior)
]]>Is there a way to configure a popup so that it is not shown to first-time visitors to the site? I only want to show it to people who are coming back to the site – is there a setting or cookie trigger that I can reliably use to do this?
Thank you
]]>here is the CSS code:
#popup-win{
display: none;
opacity: 0;
position: absolute;
width: auto;
height: auto;
max-width: 300px;
background: #ffffff;
border: 1px solid #cccccc;
padding: 10px ;
overflow: hidden;
z-index: 10;
-webkit-box-shadow: 0px 0px 7px -1px rgba(8,74,124,1);
-moz-box-shadow: 0px 0px 7px -1px rgba(8,74,124,1);
box-shadow: 0px 0px 7px -1px rgba(8,74,124,1);
-webkit-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
and here is the Javascript code:
var button = document.quesrySelector('#button');
var win = document.quesrySelector('#popup-win');
button.addEventListener('click', function(){
win.style.display = 'block';
win.style.opacity = '1';
});
does anyone have any idea why?
]]>