nilay89
Forum Replies Created
-
Events Manager : 5.6.2
BuddyPress : 2.4.3
WordPress : 4.4.2
Thanks For reply
Yes Some js error show
Uncaught TypeError: maincat_obj.find(...).chosen is not a function
Right now i am working on xampp in my computer so i can’t share link
But I debugging “BadgeOS Community Add-on” plugin and found some php code is conflict.
see below code
if ( $query->have_posts() ) { while ( $query->have_posts() ) : $query->the_post(); endwhile; }
Thanks for reply
Yesterday, I was debugging more about this issue and found conflict code see below.
if ( $query->have_posts() ) { while ( $query->have_posts() ) : $query->the_post(); $arr_achievement_types[$query->post->post_name] = $query->post->ID; endwhile; }
This code show in ‘plugins\badgeos-community-add-on\includes\bp-members.php’
Line No.:165 to 169
I don’t know why this code conflict.
and this code break “GeoDirectory – Directory” plugin backend post. see below which section not working on plugin
1.when i select category and after update post category not save
2.google map not show
3.Place attachment not working.ok..i have solved but some issue in ordering i want to ordering as per given event_id like.
echo EM_Events::output( array('event'=>$event_Ids,'limit'=>5,'pagination'=>1,'scope'=>"future") );
I want to order by set on $event_Ids. is it possible?
like orderby => ‘post__in’ on wordpress
And i want event list with order maximum “Booked Spaces”.
ok i understand about it. But i want to different sorting like popular. It’s means which event has maximum attend number.
plugin has any parameter for it?
Forum: Plugins
In reply to: [BuddyPress Like] is it possible to add likes nav under activity sub nav?Thanks for reply but i figure out. Solved this issue.
OK i figure out.Thanks
Forum: Plugins
In reply to: [BuddyPress Like] is it possible to add likes nav under activity sub nav?How to get all my likes show in separate page?
yes i have checked it but i want to change layout show below code
echo EM_Events::output($args);
basically i want to all event show togethor on event page.Means user created event and attending event both are set on my profile tab in buddypress nav with pagination.
and also checked all output come from setting formatting.
I want to change layout for only buddypress pages not for main event listing page.
thanks it”s working
Forum: Plugins
In reply to: [WP Job Manager] Job not Display in career page@chrisitancia i have loaded two jquery in site so Jquery Conflict and result not display.
Forum: Plugins
In reply to: [WP Job Manager] Job not Display in career pageok i go it problem and solve it.
Forum: Plugins
In reply to: [WP Job Manager] Job not Display in career pageanyone has idea how to resolve it?
Forum: Plugins
In reply to: [W3 Total Cache] how to combine inline css using plugin?Thanks For Reply
But i want to answer about below
I have used “Prevent caching of objects after settings change” but when i check all images,js and css has query tag but some images has no query tag.
See Below example
I have used some dynamic images in li as background like
<li style=”background-image:url(image_url)”>
and this image has no query tag how can i set it?
Thanks