skriaz
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Use customize_changeset_uuid in PHPThank you. It could be a best option if got any option to call changeset from php api. It might help everyone to give opt to expand like user, country based menu. Searching from where url string is implemented
As last solved it. Now trying to add only avatar
add_filter(’em_event_output_placeholder’,’my_em_bpgroup_name_placeholders’,1
function my_em_bpgroup_name_placeholders($bpgroup_info, $EM_Event, $result){
if ( $result == ‘#_BPGROUP’ ) {
$bpgroup = groups_get_group( array( ‘group_id’ => $EM_Event->group_id) );$bpgroup_info = ‘
slug.'”>’.$bpgroup->name.’</br>
<div class=”more”>’.$bpgroup->description.'</div>’;
}
return $bpgroup_info;
}We got a complete solution. Greatly thanks. It is working
- This reply was modified 5 years, 11 months ago by skriaz.
Forum: Fixing WordPress
In reply to: Create New WP Site with New Host and Same Domain [ WP.org]It might be due to the dns caching in your computer. Try proxy site to check if really domain took the nameservers.
It usually take 24 hours to be solved.
Believed no one here to help
I am also required same solution, can anyone help
Adding,also categories selection panel is blank on subsite
Thanks for digging the same and helping to resolve.
Pls see below details…
Events Manager Version 5.6.4
WordPress Version 4.5.2
Buddypress Version 2.5.3Yes. Everything working fine. Only problem in buddypress profile event section where only getting local site event and booking, not from all sites. Since buddypress activated in subsite may be it happening.