Advance Custom field post tile and image url - advanced-custom-fields

I am using elementor pro with advanced custom field pro. I have Created Fron end posting for the user. I have created 3 fields Post tile -> Event Name, Post Category - > Day and Event Invitation link, What I want is when user put and submit URL it should attach to featured image and post title

Related

how to create a link to dial a phone number?

good time to all friends
I am going to create a link so that when the user clicks on that link a contact number will be taken. Note that I don't mean how to create this link inside my website, because with the 'tel 'attribute of the a tag in the 'href' he did it on the internal pages of the site.
Number
I don't mean this code above!
What I mean is that I can create a link and, for example, put that link in the Instagram story, and when the user clicks on the link, he will be referred to the contact number on his phone screen and he can call.
for example:
https://sl.inoti.com/r/04hm62

Dynamic iCal link

I would like to create a iCal file which I will be using as a link in one of my emails. The links will be as follows "Remind me tomorrow" and "Remind me in 3 days". So essentially the iCal link I will be using will need to take the day that the link was clicked and then add an additional day/ 3 days to save the appointment into, depending which link they clicked on.
Example, I click on the "Remind me tomorrow" link 26/04, a calendar appointment is added for 27/04.
Is this possible?

Angular - Preview form data on image before print

I need help to understand how I can fill a form and at the same time have an image of the label next to the form which will show user the data which it is entering will go where in the label before it prints I have seen something like this for credit card payments, as the user is entering the CC details there is a CC image next to the form were the details are also getting populated. What is this feature called and if anyone can refer me to some tutorial or blogs.
Appreciate your help!!

How to make a basic member system for a website

I want to make it so that people can log into an account that they've made using a signup form and I also want to make it so that when the account is created they it makes a profile page where they can edit their profile picture, banner, and bio.
I'm very new to well... everything so I need this explained in as much detail as possible.
The concept is simple, consider the following
1.It can be done if you have implement a login system. First you should have page for the user profile, like changing name, picture, etc....
2. Once they register you store the data in the db, with the user id (it can be auto increment column.
3. In you navigation have link for user page, once use click it show page you created for user profile.
4. When user login, store their user id in session, then based on their user id you can retrieve the information and show.
5. The entire page input elements has to be inside a form tag, so if user edit something and click on the update button (or any name you wish) it will update the values in the db.
Basically in the register you will have the insert coding for the user table, and in the user profile page you will have the update coding.
Hope you get the idea!!

User profile with map

I'm using Drupal 7 with the following modules to show in the user profile their location.
Locaction
Gmap
With these modules, a map views can be built, or the provided location node displays the "bubbles" on the map.
However, I couldn't find out how to display the location map on the user profile node itself.
There are other modules like GMap CCK Field, but this means double entering the location.
Did I miss anything, or is there any other approach?
If you want to display the map view on the user profile node, then you will have to custom code the user profile template file and add the view to the profile page. Then this will be displayed on the website easily.
Another way to do this can be by creating a block which shows the map view and then using Contexts module to display this block only when the user is viewing the profile page. In the view you have to add the relation on "Author" and then you should have the filter criteria to show map of the logged-in user.
With context, you can say that "when user is on profile page X with path "www.xyz.com/user" then display the block Y in region Z."