Can a form be created on WordPress?
Greeting I have a problem, I would like to create a form on wordpress manually but I cannot attach a php file to my wordpress page. How to do ?
Greeting I have a problem, I would like to create a form on wordpress manually but I cannot attach a php file to my wordpress page. How to do ?
I have created two media queries in an attempt for a responsive page but the bottom media query is not working. @media screen and (min-width: 1920px) and (max-width: 1920px) { .header-my-account-btn { position: absolute; top:-64px; right: -240px; } .header-cart-withlist-links-container-inner {…
I'm trying to update my company's website to be more ADA friendly by ensuring all images have alt-text assigned. However, when I add alt text on the Wordpress CMS, I'm not able to view it in the HTML. Please see…
I have a form with steps created with GravitForms/WordPress. I created a function to copy dropdown value to an input value and a div from the first page to the second page. At the first time, it works fine, but…
I have a question. I am new and still learning :) I want to create a review block with gutenberg. And the rating has to be stars. But for some reason i dont get it worked. Maybe i am doing…
The width of Title is too short and the display is bad.
I have 2 big tables in my database (wp_frm_items with about 3 million rows and wp_frm_item_metas with about 35 million rows). I'm using the Query Monitor WordPress plugin and noticed that queries using joins and making counts are slow. Some…
I am having a problem with some new CSS due to an update of our plugin. The page in question is here: https://www.renophil.com/event/ghostbusters-in-concert/ Basically from the title below the image down to the share icons should be a left column.…
I have the following query. It works great, except when the row for _billing_company does not exists. Can I get some kind of a default or an empty value if _billing_company does not exist? In the example below, the post…
I followed this giude to install wordpress in a container for test purposes but using mariadb and linux as a host. Here is my docker-compose: version: '3.8' services: database: image: mariadb restart: always environment: MYSQL_ROOT_PASSWORD: password MYSQL_DATABASE: wordpressDB MYSQL_USER: user…