How to remove the extra fields in the events calendar
Requirements: In this tutorial I will teach you how to disable the extra field at the backend of your events post.
Requirements: In this tutorial I will teach you how to disable the extra field at the backend of your events post.
Requirements: In this tutorial I will teach you how to create an option where you can enable/disable a video from media text block. Step 1: Go to your acf menu and create an acf option with “true/false” type, name it “Enable Autoplay” and “Enable Mute’ (note: we have included an enable mute here because in […]
Requirements: Step 1: Go to your js file and copy the code below Step 2: Change the selector on this “$(“.video-player iframe”);” to your iframes selector Step 3: Save your file and check your changes on the front-end That’s all for this tutorial, if you have any questions, contact the support.
Requirements: Step 1: Create an acf field for your video embed. In this tutorial we will add “video_embed” for our video embed and “enable_autoplay” for enabling autoplay. note: we have added an autoplay because the client for this code requested if its possible to have a switch that disable or enabled the autoplay feature. note: […]
Requirements: In this tutorial i will teach you how to add a quick edit link at the top of you admin panel in your front end. Step 1: copy the links below in your functions.php note: if you want to add stylings to you quick link button, just add some css code to your css […]
Requirements: In this tutorial I will teach you how to display related post. Basically, this related post is post under the same category of the current post. This post is only applicable to put in a single post that has an assigned category else this will not function. Step 1: create a dummy post(atleast 3 […]
By default, your social share will appear at the bottom of your post, but in this tutorial, I will teach how to put it anywhere you want using shortcode. Step 1: Of course, the first thing you need to do is to enable your social share on jetpack. you can do it by going to […]
In this tutorial i will teach how to fix the video autoplay not working on iphone. This tutorial assumes that your video is using <video></video> tag. Step 1: Go to your html code where you can find the video tag.Step 2: You will need to add muted and playsinline in your video tag. check ex. […]
In this tutorial you learn how to make your jetpack testimonial into a slider. (note: This tutorial assumes that you have already enable the testimonial settings on jetpack) Requirements: note: this is assuming that you have added the script and styles of the slick slider. If you have any question just contact the author of […]
This tutorial will help you set a same height on html element that has the same class/id. This feature gets the highest height pixel and set it as the height of all the html element. note: after updating the code kindly add the code above inside the resize() function also. Here is the example on […]