I have created a multi-step gravity form. Here , any users ( Logged In / Non-Logged In ) can see this form. Talking about Non-Logged In users , if the user visits the form and fill the form by completinging ALL 6 steps , and when at the end , User submit Form , One Login POP-UP will be shown.(
Tag: wordpress
WordPress how to check if a query has posts
This code allows me to display to the connected user the list of his written articles. However, I would like to choose the message that appears when no articles have been written (when the list is empty). I know that I need an IF statement but I don’t really know where to put it and with which data. I would
Cant access variable outside of function in wordpress
I am having trouble understanding why I can’t access the $theme_text_domain when it is placed outside of the following function in wordpress. I am getting the following error but if I place it inside the function it works fine. But I would really like to just state the text domain once for all of the functions inside of the functions.php
WooCommerce: “You Only Need x pieces to Get Free Shipping!” @ Cart
Each product weighs is 1kg. From the second product onwards (so 2kg) shipping is free. how can I get this notice to appear?: you Only Need x pieces to Get Free Shipping! Thank you Answer Following from https://www.businessbloomer.com/woocommerce-add-need-spend-x-get-free-shipping-cart-page/ where I believe you got the snippet from, and based on your statement (basically if Cart is not empty and there is
Convert an int to time()
I want to send a reminder email “x” days after an initial email was send. The admin can choose after how many days they want to send a reminder (after the date of the initial mail). This amount is stored in this function and returns an integer (for example 14) The date/time of that the initial email was send is
Calculate and update product price in cart – WooCommerce
I’m creating a WooCommerce (Version 5.6.0) site where users can buy foam products and the prices are calculated on the archive page. Basically, the users enter the dimensions and the price is calculated based on a formula. I’m currently struggling with updating the prices in cart, I don’t have previous experience in customizing the products and prices at this level,
wow.js and animate.css doesn’t work on wordpress theme
I added wow.min.js and initializing the WOW on the end of the body and animate.css on the header. But after adding the classes to elements, animation doesn’t appear. I tried adding the CSS and js file via function.php but that didn’t work too. body: header: Answer After spending 2 days on the issue, I’ve found out that I should add
Is there any way or method to concatenate while loop inside the string of HTML?
Is there any way to concatenate while loop inside the string? Basically, I need a string of HTML and there is some Metadata I want to retrieve from custom post type and want to store that data into HTML. thanks in advance for your help. Answer If you need to return html code, we can form that code first, put
Impossible to display list of *past* or *all* events (events manager plugin) in WP BACKEND with self-created theme
Sorry, this problem needs a longer description and I don’t really have any code to post (or rather, I wouldn’t know what code to post – see below)… I have two websites with two self-created themes in which I use the Events Manager plugin. These themes are very similar concerning HTML structures, php code and javascripts, they differ mainly layout-wise,
WordPress how to display all posts based on tags
I have 3 tags: Tag 1 Tag 2 Tag 3 I need to display all of the posts in my custom post type and specified term. They need to be sorted by tag and hiding the tags that are not being used like this: Tag 1 Post A Post C Tag 2 Post B But it’s displaying like this: Tag