Giri
Forum Replies Created
-
AuthorPosts
-
Have you completed these steps?
https://wpgeodirectory.com/support/topic/maps-not-showing-on-detail-page/#post-223302
July 22, 2016 at 3:26 pm in reply to: Warning: Missing argument 2 for whoop_bp_activity_content_filter() #231875This reply has been marked as private.July 22, 2016 at 3:19 pm in reply to: Warning: Missing argument 2 for whoop_bp_activity_content_filter() #231871Ok thanks, working on it
July 22, 2016 at 3:09 pm in reply to: Warning: Missing argument 2 for whoop_bp_activity_content_filter() #231860Hello Ernest, can you undo this and make the warning reappear?
I have fixed this in my local. I can apply the fix in your site and make sure those error messages gone.
Thanks
You are welcome..
Development version can be found here.
https://github.com/mistergiri/directory-starter
Language folder
https://github.com/mistergiri/directory-starter/tree/master/languages
By “Business Name”, I presume you are talking about your listing title.
If thats the case just paste the following code in your child theme’s functions.php file
function cutsom_gd_address_output($html, $variables_array) { if (geodir_is_page('detail')) { $html = str_replace('<br>', '', $html); $html = str_replace('<span itemprop="streetAddress">', '<span style="display: block; clear: both;">' . get_the_title() . '</span><span itemprop="streetAddress">', $html); $html = str_replace('<span itemprop="streetAddress">', '<span itemprop="streetAddress" style="clear: both; display: block;">', $html); $html = str_replace('<span itemprop="addressRegion">', '<span itemprop="addressRegion" style="display: none">', $html); $html = str_replace('<span itemprop="addressCountry">', '<span itemprop="addressCountry" style="display: none">', $html); $html = str_replace('<span itemprop="postalCode">', ',<span itemprop="postalCode"> ', $html); } return $html; } add_filter('geodir_show_post_address', 'cutsom_gd_address_output', 10, 2);
Bonjour Hervé,
Vous pouvez télécharger le fichier complet po à partir d’ici
https://raw.githubusercontent.com/mistergiri/directory-starter/master/languages/en_US.po
Hey Craig, can you post you wp-admin login details? So i can apply the fix and test it.
Thanks
Hi Melissa,
It looks like your site is using a outdated supreme version 0.3.0
Latest supreme version is 1.0.2
Can you take backup of your supreme if you made any customizations, then install the recent version.
There is no auto update available for supreme since its a child theme.
You can either update via ftp OR switch to directory starter, delete current supreme theme, upload latest supreme, activate it
Let me know once you complete those steps.
I’ll apply the checkout page fix after that.
Thanks
You are welcome 🙂
Also provide ftp details if possible.
Thanks
Paste this code in your child theme’s functions.php file
function gd_custom_change_sidebar_content_order() { return array( 'geodir_detail_page_review_rating', 'geodir_social_sharing_buttons', 'geodir_share_this_button', 'geodir_detail_page_google_analytics', 'geodir_edit_post_link', 'geodir_detail_page_more_info' ); } add_filter('geodir_detail_page_sidebar_content', 'gd_custom_change_sidebar_content_order');
Let me know how that goes.
Thanks
Hi jshawcross,
I have just applied the fix. Please test your site and let me know.
Thanks
-
AuthorPosts