Views: 14In this quick guide, I will demonstrate how to keep UTM parameters in cookies and collect this information in Elementor Forms without losing it when a visitor changes pages. Many articles on the Internet propose solutions for when a user has UTM parameters in the URL, but this solution is more flexible. In the video, you can […]
Tag: Wordpress
Woocommerce Shop Page / Archive Page
Views: 13Product Title Link for Shop Page Then, you can add the following code snippet to your functions.php file, in a site-specific plugin, or by using a code snippets plugin. Product Thumb Image Link for Shop Page Then, you can add the following code snippet to your functions.php file, in a site-specific plugin, or by using a code […]
Change Text within Nested Class, Populate Dynamic Year & Concatenate in js – For WordPress Copyright
Views: 49Code to display year with Concatenate inside Nested Class Triggering them in footer to make them work, To get full year, Using QuerySelector to select the nested class & using innerHTML to replace the content with
Create WPBakery component / Add-On (Plugin)
Views: 55Method 01 How to create a new WPBakery component If you use WPBakery in the past and want to build your own custom component, look no more. In this blog post, we will build our own WPBakery component that allows us to use our own semantic HTML and design it the way we want it. If you […]
How To Show Number of Queries and Page Load Time in WordPress
Views: 13Simply paste the following code anywhere you like in your theme files (such as footer.php). And refresh the page. You will see the number of queries and the execution time. Source : WP Beginner
Custom Column with Currently Active Page Template
Views: 45Do you want to add a column to your admin pages showing the active WordPress page template? While you need to display additional information in your WordPress dashboard, we have created a quick code snippet that you can use to add a custom column with currently active page template. Use the following snippet at functions.php OR at […]
Permitted File Types for Uploading – WordPress
Views: 20WordPress core filters When WordPress validation for the file type fails and the above third-party plugins can’t help, you can also try using the upload_mimes WordPress filter to implement your own solution. You can find below a few examples: Where Do I Put This Code? Here is one that is widely used: Code Snippets Third Party Plug-In
Gravity Forms – How to show a Pre-submission confirmation page with all the filled form information to users ?
Views: 82 How to use (gform_review_page) filter. You can apply the review page filter for all your Gravity forms or for a specific form. Paste the below code in the child theme’s function.php file. OR use Code Snippets by Code Snippets Pro Apply filter on all the active forms. Apply filter on a particular form. Source : https://wpmonks.com/blog/how-to-show-a-pre-submission-confirmation-page-with-all-the-filled-form-information-to-users/
Contact Form 7 – Stop Duplicate Submissions
Views: 255 The above code to be added in My Custom Functions – Space X-Chimp