Skip to main content

Questions tagged [html]

Covers all flavors of HTML: HTML5, XHTML and old-school HTML 4.

-1 votes
0 answers
24 views

How To Convert a Downloaded Site Into a Theme [closed]

I have downloaded a website (appinventiv) using the HTTRACK tool, and once the downloading has completed I was trying to convert it into a WordPress theme, all the images are displaying well but css ...
Ridhi Garg's user avatar
0 votes
2 answers
50 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 ...
Bill Vallance's user avatar
0 votes
0 answers
16 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 ...
Mr. Victor's user avatar
0 votes
0 answers
17 views

My backround image in css is not showing

Css styles.css body { position: relative; background-image: url('blue.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; background-...
killua Zoldyck's user avatar
0 votes
1 answer
30 views

How can I highlight the active page using paginate_links()?

I wrote this code: <div class="col-12"> <div class="pagination d-flex justify-content-center mt-5"> ...
user242793's user avatar
1 vote
1 answer
148 views

Output HTML Tags In Gutenberg Block

I've been working to update our custom gateway plugin to make use of the block checkout in WooCommerce. I have managed to get the gateway to output but one of the settings fields we have takes raw ...
Burgi's user avatar
  • 403
0 votes
1 answer
47 views

#038 & wordpress Help

Please help me edit the code so that wordpress does not change the & symbol to #038 when I publish links on my site function esc_url( $url, $protocols = null, $_context = 'display' ) { $...
James's user avatar
  • 1
0 votes
1 answer
23 views

How to change css poperty through webhook in wordpress

Here is the code that I have wrriten in the snipnet plugin and it is return parse error when i am returning data. // JavaScript function to toggle button visibility function showTheButton($...
Shahryar Rafique's user avatar
0 votes
0 answers
27 views

Is there a simple way to convert an HTML newsletter into a WP blog post?

I've been tasked with something that I suspect is not easily possible (keyword: easily). I manage a WP-based news website and we also send a monthly newsletter using MailerLite. Each newsletter issue ...
Trisha's user avatar
  • 418
0 votes
2 answers
441 views

window.location.href doesnt' work to redirect page

I am trying to add a custom HTML block to the page with the below code. I created a Drop-down List and a search button for redirecting pages. But it seems like that window.location.href doesn't work ...
Leanne's user avatar
  • 1
0 votes
0 answers
12 views

Inserting link into text creates unnecessary indentation

I'm trying to insert a link into my text on Wordpress via Elementor, but it is creating a new line after the linked word. How do I get it to run consecutively on one line? When creating it in ...
Lexi's user avatar
  • 1
0 votes
1 answer
31 views

Why does my JavaScript work in the browser console but does not work in my shortcode?

I am trying to create a shortcode the user can just insert which creates a button that loops through an array and displays it or hides it. On page load I want every item with an index >= 1 to have ...
rnkwill's user avatar
1 vote
0 answers
69 views

Extracting and Replacing HTML Post content with PHP DOM

I'm working on updating/replacing certain data in WordPress blog posts(1000+) from 2 categories from which I need to extract specific HTML content from two p tags and replace one of the p tags with ...
Bork's user avatar
  • 11
0 votes
0 answers
22 views

Header menu permanently expanded in header responsive theme

It's been a long time since I have played around with the WordPress admin and style/theme and have discovered my sites header menu is permanently expanded, showing all the submenus. I am using the ...
user36867's user avatar
1 vote
1 answer
69 views

How to use Javascript to get data from a Wordpress form

I'm building a booking form using WS Form in Wordpress. Because of the several calculations and conditions accuring when selecting the number of people partecipating in the booking, the form is crazy ...
Paolo Montalto's user avatar

15 30 50 per page
1
2 3 4 5
81