Kiran
Forum Replies Created
-
AuthorPosts
-
February 14, 2018 at 9:46 am in reply to: Woocommerce integration, buddypress not showing up, send enquiry goes to wp-admi #417521This reply has been marked as private.
Hello Michele,
The BuddyBoss theme causing problem here, the theme hides the BP nav menu for /events/ component slug.
BuddyBoss theme has code in file \themes\boss\buddypress\members\single\home.php that prevents the nav menu display for /events/.<?php if(!bp_is_current_component('events') || ( bp_is_current_component('events') && 'profile' == bp_current_action() ) ): //show if not Events Manager page or My Profile of Events ?> <div id="item-nav"> <div class="item-list-tabs no-ajax" id="object-nav" role="navigation"> <ul id="nav-bar-filter"> <?php bp_get_displayed_user_nav(); ?> <?php do_action( 'bp_member_options_nav' ); ?> </ul> </div> </div><!-- #item-nav --> <?php endif; ?>Please ask the BuddyBoss support team why they hides nav for /events/ slug.
Let us know what you her from BuddyBoss support team.
Thanks,
KiranThis reply has been marked as private.Hello,
FTP credentials no longer working for me. Can you double check please?
Kiran
Hello,
To fix problem with the neighbourhood Kaka’ako, i have updated patch on your site and now it is working fine.
can you please look at the related listing on the detail page? I have set it not to show up at the bottom of the listing but it keeps populating.
This Related Listing widget is added via page builder. You have to remove it from edit listing page in backend. You can remove it from Edit listing > Load page builder > Remove widget.
Thanks,
KiranHello
Currently Add Franchise link rendered by function geodir_franchise_add_franchise_link() using following hook.
add_action( 'geodir_after_edit_post_link', 'geodir_franchise_add_franchise_link', 1 );Kiran
Hello Kent,
There was a GeoDirectory + Genesis theme compatibility issue, we have already fixed this issue and it will be in upcoming release.
I have updated patch on your site and now pages looks ok.Please check and let us know.
Thanks,
KiranThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Eduardo,
The issue has been fixed, please check now.
Thanks,
KiranHello,
FTP credentials no longer working for me, please double check.
Also please provide phpMyAdmin database access, we have to check data after conversion.
Kiran
Hi Julia,
I have added some theme compatibility at GeoDirectory > Theme Compatibility and now it looks fine.
Kiran
Hi Eduardo,
Please provide FTP credentials, we have to do some debugging to find why this happening.
Thanks,
Kiran -
AuthorPosts