I am new to WordPress, and don’t know a lot about scripting. Recently when I click certain links on the website it takes me to the WordPress user login page instead of directing me to the page with all the website information like it’s supposed to. I have tried taking away the plugins and it ..
Category : wordpress
I want to create a html news ticker that pulls the title of wordpress posts as a news ticker. I’m using this example from Codepen the JavaScript currently uses an array of strings var newsItem = [ { "date" : "05/16/18", "story": "Lorem ipsum dolor sit amet, consectetur adipiscing elit." }, { "date" : "05/13/18", ..
This is my first Wordpreess Gutenberg block using the <img> tag. I can’t seem to get the image to display. The text renders but it seems the image src doesn’t work. When I open up the DOM and inspect elements the <img> tag is in the DOM tree but there is no src it’s just ..
Using the ninja forms plugin in WordPress, I currently have Name, Email, Phone as the form fields. I would like it so the Name is required, and either email OR phone be filled out for the form to submit without an error. Is this possible? I don’t see anything on their docs that mention this ..
I want to know the name of the effect or how to do It in wordpress or in normal html css js combined sites. The effect I’m talking about is when user scrolls but section do not move until something finishes(scale effect of an image/video finishes/background colour transition). The effect is used in this site’s ..
I maintain a WordPress-based website. Some days ago, they asked me to do something to improve the default search provided by the CMS. While investigating, I found a strange issue. The website loads the posts using ajax, instead of a more traditional pagination: this part of the code appeared broken (when a user clicks a ..
I want to achieve this like delhivery.com have done this increasing shipment number automatic enter image description here Source: Ask Javascript..
Plugin «MetForm» submit form data via wp-json route /wp-json/metform/v1/entries/insert/ and current page does not reload after sending (its normal). But i need to submit a form to another page after REST API POST-request. How i can do this? What i need: I go to page example.com/contact I submit form data Current page is being redirected ..
I’m using the Stripe payment gateway on my WooCommerce website. There’s 3 credit card fields: Card Number, Expiry Date and Card Code (CVC). I would like the focus to automatically jump to the next credit card field after maxlength is reached. I have found this JavaScript: const wrapper = document.getElementById("autojump"); const el = wrapper.querySelectorAll(".form-control"); const ..
My question is about what technology or library i can use to to this : I already have a python script running 24/24 and it can send POST request with json data when it triggers. I want visitors of the website recieve a notification inside the webpage with the dynamic data from the json ( ..
Recent Comments