Questions tagged [html]
Covers all flavors of HTML: HTML5, XHTML and old-school HTML 4.
1,209 questions
0
votes
2
answers
57
views
How can I add <sup> code to a Wordpress Post Title?
I have a WordPress website with various products set up in a Custom Post Type. Some of these products need to have the superscripted registered mark (®) on them. I can add the Registered mark ...
0
votes
1
answer
59
views
How can I process a form submission from an HTTP POST request?
I have the following form in HTML on the front-end of a WordPress website which I am trying to convert from a website that is currently built in NodeJS.
<form id="regForm" action="/...
-1
votes
1
answer
38
views
start_el function in Navwalker is only styling the first menu link?
I'm trying to learn how the NavWalker class works. I undertand it has 3 default methods which need to be implemented: start_lvl, start_el, end_el
It is my understanding that the output of the page is ...
0
votes
1
answer
49
views
Website Title Not Showing in Browser Tab / Title Tag Empty in Page Source
I have set my WordPress' Website title and tagline in the settings, but it's not showing in any browser tab. It only shows the website URL in the tab. When I check the source code, the tag is blank
I ...
0
votes
2
answers
67
views
How to define the HTML structure when registering a menu in Wordpress?
I'm new to Wordpress. I understand that if you want to create a menu object, you have to go into your theme folder, and then into the functions.php file.
And then in that functions.php file, you have ...
0
votes
0
answers
66
views
How to use a common header and footer in the 'Custom HTML' block across pages in WordPress?
I have a few websites that need to be migrated to WordPress. For each website, I’m uploading each page’s whole HTML content into a Custom HTML block using the /wp/v2/pages API. Each upload creates a ...
0
votes
1
answer
150
views
Allow HTML in custom taxonomy description, and show it on front end
Sorry I'm quite new at coding, and also working with WordPress and ACF, and I'm trying my best but I can't figure this out:
I'm trying to load my taxonomy description in rich text. Currently I'm using ...
0
votes
0
answers
57
views
How to delete widget in Wordpress?
I would like to remove the widget that is in the attached screenshot. Recently I managed to write a short code in the additional CSS code in Wordpress. Unfortunately, I changed the theme and this code ...
0
votes
1
answer
85
views
Function to filter numbers from string
I'm looking to filter numbers from a string, and make them bigger in one case, and hide them in the other. The best way, as I understood, would be to use a custom function via functions.php and ...
0
votes
0
answers
44
views
Custom Form Validation not Working and junping to next step
I am working in WP and using the elementor builder. I am trying to create an own form, with steps.
I am able get it working, but I want to validate the fields at submit and that is not working.
By ...
0
votes
2
answers
72
views
Why does the "visual editor" add useless html-comments and how can I get rid of them?
This is a paragraph and a hr-separator in html:
<p>Test</p>
<hr/>
This is what happens when I create it in the visual editor:
<!-- wp:paragraph -->
<p>Test</p>
<...
1
vote
1
answer
35
views
Added .lowercase-alpha-list now my list is adding an extra period
I have added this code to the additional css:
.lowercase-alpha-list {
list-style-type: lower-alpha;
}
.lowercase-alpha-list li::after {
content: none;
}
Here is how I implemented the HTML:
<...
1
vote
1
answer
42
views
why did the homepage button go down from the row of other menu items when I deleted text within the navigator information?
I deleted text within the navigator information (marked in yellow below) to delete text in the header of the website.
Why did the Homepage button (marked in red below) go down from the row of other ...
0
votes
2
answers
884
views
WordPress with Avada Theme Is Stripping Custom HTML Tags
I am using WordPress (v6.5.4) and the Avada Theme (v7.11.3). I am re-developing an existing website (checktls.com) that contains a ton of custom HTML tags. I need to display these tags in Avada Text ...
0
votes
0
answers
41
views
Endpoint exists and shows up in My Account dashboard. Need to add endpoint to My Account DROPDOWN menu in Porto theme
NOTE: StackOverflow closed this question claiming it was a duplicate but there isn't any similar questions. I looked through the other "similar" questions but those were in regards to adding ...