rickystefano
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Customizer page is brokenNope, nothing strange in the wp-config. The site has been around for a while but we try to keep it up to date whenever a new version of wp comes out.
I made the template that the site is using right now recently and that is how I found out about this problem. I thought that was maybe the problem, but my other themes that has almost the same code base has no problem at all. Neither on my development environment.
I am not sure for how long the problem has been there. Maybe since when the wp itself is first installed on the server. Also thank you for helping!
Forum: Fixing WordPress
In reply to: Customizer page is brokenThe site runs on php 8.0.26.
Yes you are right, I tried some other themes and Twenty Eight and Seventeen as well just to be sure but unfortunately the same error occurs.
@jmcelhaney thank you for the answer. I couldn’t get any value form the documentation. A lot if things simply do not work. For the time being I found solution for my problem with different approaches but it will be nice if the documentation is being updated.
Thanks for the reply. I have tried to fill all other information but that is not the case unfortunately. I am running the website on my development environment and this is how it looks like: https://imgur.com/a/NNAXCKr
I inspected the
<select>element on both sites. The one on my development environment has<span>with class nameselect2while the live websites only has a normal<select>element.I use the shortcode
[woocommerce_checkout]on both pages so I was expecting the same result. I don’t use any plugins that is related too woocommerce expect for payment.The only thing is that the I’m running wordpress version 4.9.5 and woocoommerce version 3.5.5 while the live websites running on wordpress 5.2 and woocoommerce 3.6. Even though I don’t think that is the problem since I did not see any changes related to the shortcode or the template for checkout.