nibetanco
Forum Replies Created
-
Forum: Plugins
In reply to: [Connections Business Directory] Directory block search by lastnameThank you, I can see it now. But then I have another question. Do I have to do this for each employee then?
Forum: Plugins
In reply to: [Connections Business Directory] Directory block search by lastnameI can’t find that Custom Metadata Fields option
Forum: Plugins
In reply to: [Connections Business Directory] Directory block search by lastnameNo, I can’t 🙁 I actually use those fields too.
Forum: Plugins
In reply to: [Connections Business Directory] Upcoming birthdaysActually I also changed the if clause and compare $day==5 because I only want this behavior on Fridays. Thank you very much for your help
Forum: Plugins
In reply to: [Connections Business Directory] Upcoming birthdaysNo, it works now, the problem was the $atts[‘day’] it should be $atts[‘days’]
Forum: Plugins
In reply to: [Connections Business Directory] Upcoming birthdaysI did this in a test env that I have with the same page. I’m not sure if in the shortcode I have to remove the whole day parameter? It shows the birthdays I think by default (like for the whole month starting today)
I decided to add the days parameter again with the 0 value and it shows today’s birthdays. I’m not sure if the snippet is working or no.
- This reply was modified 4 years, 1 month ago by nibetanco.
Forum: Plugins
In reply to: [Connections Business Directory] Upcoming birthdaysCan I use something like this days={Date().includes(‘Fri’) ? ‘2’ : ‘0’} ?
Forum: Plugins
In reply to: [Connections Business Directory] Upcoming birthdaysHi, sorry, I think I didn’t make myself clear enough. That shortcode I shared works perfectly, I don’t have any issues with it and it works as I expected. The problem is that I want to show the current birthdays ‘0’ only from Monday to Thursday, because on Fridays I want it to show the Friday + Weekend birthdays ‘2’. I have to change that value manually and I was wondering if it wasn’t a way to pass a value dynamic to that parameter (days)
- This reply was modified 4 years, 1 month ago by nibetanco.
I used this but it doesn’t seem to be working
I changed the names but it doesn’t work
I used the Name field that Forminator has by default. I’m not sure what are the actual text fields names or where I can find those.
Hello, thank you, that worked perfect. Actually, that was the first thing I tried when I started to use the component and it didn’t work. I’m glad it works now 🙂
Forum: Plugins
In reply to: [Connections Business Directory] Team block add years of serviceThank you Steven, I found what I was looking for.
Forum: Plugins
In reply to: [Connections Business Directory] Team block add years of serviceThat worked perfect, I would like to do the same for the Grid layout. Do you think that same code works? Also, the template slug would be block-team-grid? Thank you
- This reply was modified 4 years, 2 months ago by nibetanco.
Forum: Plugins
In reply to: [Connections Business Directory] Team block add years of serviceI was able to create the template override file and as an example I added a duplicate of the tittle. But then I can’t find how to calculate the years or work using the Anniversary Date.