Giri
Forum Replies Created
-
AuthorPosts
-
If you are using MultiRatings and Reviews addon, you can upload your own rating stars here.
Geodirectory -> Multiratings -> Overall rating
September 11, 2015 at 2:25 pm in reply to: Cant change header or button color in design settings #52799This reply has been marked as private.September 11, 2015 at 1:52 pm in reply to: Cant change header or button color in design settings #52795I have created an account. Please give me admin access. So I can check whats wrong.
This is my profile. http://tradr.com/giri-dhar/
September 11, 2015 at 1:39 pm in reply to: Cant change header or button color in design settings #52789Can you give me the site url?
This bug was reported already and I have fixed it. Fix will be included in 0.0.4
Thanks
I think thats a problem with your font. That font contains non english characters. So for some reason double s converted to non english character. https://www.google.com/fonts/specimen/PT+Sans
You should report that to font author.
September 11, 2015 at 1:17 pm in reply to: How to Display Buddypress Compliments in Members Directory #52783This reply has been marked as private.Not sure, whats wrong with your computer. When i click activate, whoop theme activated without any error.
Check your website now.
Thanks
If you are talking about whoop, no its not only coming from general.php file.
Listing detail page is generated using hooks.
This is the detail page templates that contain hooks.
wp-content/plugins/geodirectory/geodirectory-templates/listing-detail.php
Yes, but please place it in child theme’s functions.php file. Otherwise your changes will be lost when you upgrade whoop
Place this code in your child theme.
function whoop_change_sidebar_content_order() { return array('geodir_social_sharing_buttons', 'geodir_share_this_button', 'geodir_detail_page_google_analytics', 'geodir_detail_page_review_rating', 'geodir_detail_page_more_info', 'geodir_edit_post_link' ); } add_filter('geodir_detail_page_sidebar_content', 'whoop_change_sidebar_content_order');
I have fixed this bug. Fix will be included in the next version.
——————————————————————
He fijado este error. Fix se incluirá en la próxima versión.
You have to use this action hook
geodir_detail_before_main_content
Something like this
function my_hero_picture() { // your function code here } add_action('geodir_detail_before_main_content', 'my_hero_picture', 1);
cPanel login details not working.
-
AuthorPosts