Giri
Forum Replies Created
-
AuthorPosts
-
Whoop update fixes few small bugs.
But the major change is we moved AYI to a new addon.
Thats it.
Hi there,
It seems like something wrong with your cache.
When i click “Delete Cache” option in admin bar, its throwing me this error
Fatal error: Call to undefined function get_supercache_dir() in /home/wwil0win/public_html/wp-content/plugins/wp-super-cache/wp-cache.php on line 425
So i believe its you cache issue.
Please fix that first.
if that doesn’t resolve your issue, let us know
Thanks
Hi Michael,
Good news.
I thought tags were already available in supreme sidebar and you were asking for customization. But it looks like tags are not getting displayed anywhere.
i have just added tags display feature in supreme.
You can now display the tags in sidebar (default) and in the top section using hook.
To display in the top section, you need these two lines
remove_action('geodir_before_detail_page_more_info','sd_tags_content');
add_action('sd_detail_before_cat_links','sd_tags_content');
Thanks
PS: You have to wait till next version.
You can also apply the patch by yourself.
https://github.com/GeoDirectory/supreme-directory/pull/21/files
Thanks
You still have that duplicate event date problem?
AYI means “Are You Interested”.
This is what you have been using so far for RSVP like I’m In, Sounds Cool
Hi omnicity,
I uploaded everything and configured.
Can you make sure AYI working correctly?
So i can fix the date bug you mentioned.
Thanks
Hi there,
Whoop uses Profile tab as default tab to match Yelp design.
You can make Activity tab as default.
Follow these steps.
You need to edit this file.
File: /wp-content/themes/geodirectory_whoop/functions/buddypress.php
Line number: ~ 36
Replace this code
define( 'BP_DEFAULT_COMPONENT', 'profile' );
with
if (!defined('BP_DEFAULT_COMPONENT')) { define( 'BP_DEFAULT_COMPONENT', 'profile' ); }
And the edit your wp-config.php file
Add this line before
/* That's all, stop editing! Happy blogging. */
define( 'BP_DEFAULT_COMPONENT', 'activity' );
Let me know how that goes.
If you want me to do that for you, then give me the FTP details.
Thanks
If I upload the zip file via FTP, can you unzip from your side?
Can you post your cPanel login if possible?
Thanks
Hi Sorry,
I started my work 30 minutes back.
Let me test the ftp.
Can you view your source code of home page using “View Source” option of your browser and see how many times you load google maps API?
If you multiple API links then make sure all of them has the same API key.
If that still doesn’t work, please post your whole javascript errors here and attach the whole html source here.
Thanks
I’m unable to upload whoop theme file since it exceeds the size. Please post your FTP details.
I’ll upload it for you.
Thanks
This reply has been marked as private.Hi Michele,
File: /geodir_ayi/includes/ayi-buddypress.php
Line no: ~ 144
Function name: geodir_ayi_bp_events_interested_users
Replace that whole function with this code.
https://gist.github.com/mistergiri/7aec196c989cf695041bf29ed5a17560
Let me know how that goes.
Thanks
PS: You may not need that php tag in the first line.
Hi there,
that would require customization.
You need to hire a dev for that.
Sorry about that.
Thanks
PS:
This is where the category items start.
https://github.com/mistergiri/supreme-directory/blob/master/inc/geodirectory-compatibility.php#L909
Hi Michele,
I’m working on this. i’ll let you know by today.
Thanks
-
AuthorPosts