alocin-deu
Forum Replies Created
-
hi,
thanks a lot…i did it…but does not work.
we have 2 possibility now:
1- If i never insert a event…i have no img of organizer logo and it supose to take the profile picture.
2- If i already post a event in the past it take sthe last organizer logo i used
I just need that in the form submit the organizer logo is for default the profile picture of the user.
This can help more?
many thanks
i tryed like this:
<?php if($field['$key'] == 'Profile Picture' && $field['type'] == 'file' ) $field['value'] = get_avatar_url(get_the_author_meta('ID'),$args = null ); ?>
and it comes out the img organizer…but i need the profile picture of the user
thansk
i hope this can helpi have this, does not work:
<?php if($field['$key'] == 'Profile Picture' && $field['type'] == 'file' ) $field['value'] = get_avatar_url(get_the_author_meta('ID'),$args = null ); ?>
Is it ok like this?
i have did this now, does nto work:
<?php if($field['label'] == 'Profile Picture' && $field['type'] == 'file' ) $field['value'] = get_avatar_url(get_the_author_meta('ID'),$args = null ); ?>
any extra help?
thanks a lot
nicolahi,
thansk to be so fast answetring.
Yes i have override the file in the them ??
So u mean change this:
get_avatar(get_the_author_meta('ID')); ?>
for this:
get_avatar_url( mixed $id_or_email, array $args = null );
?
Or i have to change more code?thanks a lot
ok, but for now i just discover the problem source ?? i ma working on it to solve, after i will text here too
Nicola
hi,
yes it depend of the plugin Profile Builder Hobbyist and not becuase of u plugin ??
thanks i just discovered thatnicola
hi, any extra suggestion? I stil did not get it.
Thanks
hi, yes of course.
Reset button in file event-filter.php in ‘child mode’
this one just reset multiple field, text field: NO.
<button onclick=”document.getElementById(‘event_filters’).reset = ””>Reset</button>so i just insert a button with redirection to the home event:
<INPUT Type=”button” Value=”Reset” Onclick=”window.location.href=’https://marketplacemtd-uat.azurewebsites.net/event'”>
nicola
Thanks man, i solved using some other trick and it is ok ??
imarked like reslved for this.
sorry
regards
nicolaYes i did it ??
thanks for suggestion.
Yep solved !
here if someone need:
file: content-single-event_listing.php
line: 53Change: <?php echo display_event_location(); ?>
For: <?php echo get_event_location(); ?>Nicola
Hi,
I have created a event for today 21-9-18 until 23-9-18
If i filter today: it Does nto show up
If i filter tomorrow: it does not show up
If i filter this weekend: it does not show up
If i filter this week: It showupSo i think that change start_date for End_date now just cechk on the end date..so it does not work for intermediate or start date…
Is it possible to fix it or tell me how to solve?
thankswait ! i solved ??
- This reply was modified 6 years, 5 months ago by alocin-deu.
how i can pass it in the name of the organizer?
thanks
nicola- This reply was modified 6 years, 5 months ago by alocin-deu.