Giri
Forum Replies Created
- 
		AuthorPosts
- 
		
			
				
You are welcome 🙂 Hi, If you are satisfied with the css hack, then the only way to remove it is by editing the original source file. If thats the way you want to go, This is the file /wp-content/plugins/geodirectory/geodirectory-functions/general_functions.php Function: geodir_helper_cat_list_output Line number: 3033 Replace this line echo $cat->name . '</span> <span class="geodir_term_class geodir_link_span geodir_category_class_' . $post_type . '_' . $cat->term_id . '">(' . $total_post . ')</span> ';With echo $cat->name . '</span> ';ok Thanks Hi there, I have installed yoast seo and tested with supreme theme in my test site. I don’t see any issues. Please try disabling 3rd party plugins one by one. If you still see that issue even after deactivating all third party plugins, then i’ll ask my colleagues to try to reproduce this issue in their test site. Thanks You are welcome 🙂 Ok no problem. Please provide admin login details. I’ll take a look. Thanks When yoast enabled GD will use yoast meta. https://wpgeodirectory.com/docs/gd-core-plugin-titles-metas/ Try clearing your site cache if you have any. Hi Yes, It was a bug in whoop. Thanks for reporting. Follow these steps to fix it. File: /wp-content/themes/geodirectory_whoop/post-formats/format.php Line: 29 Replace this part <meta itemprop="mainEntityOfPage" content="<?php the_author_link() ?>">with <meta itemprop="mainEntityOfPage" content="<?php echo esc_url( get_the_author_meta('url') ); ?>">Thanks If you are talking about this part, then you don’t need this https://wpgeodirectory.com/support/topic/link-business-dropdown/#post-208138 Those changes already added. You can find that in line 1057 Thanks Hi Joy, Without modifying the code its not possible to get 6 results. You can check this file. /wordpress/wp-content/plugins/geodir_location_manager/geodir_location_hooks_actions.php Line number: ~ 1820 But modifying the value would affect everywhere I guess. I’ll assign this to stiofan. He can tell you if there is another way. He will reply you on monday. Thanks The setting I mentioned in #6 only adds the links in menus. Not the exact part you mentioned in your screenshot 1. That might require custom coding. So you may have to hire someone. Thanks 5) If you don’t see any js errors, then i’m guessing it may be a bug. If you can post test login details in a private reply, i’ll check whats wrong. 6) Geodirectory > Design > Navigation > 
 Show geodirectory navigation in selected menu locationsNo problem, If it doesn’t work please post wp-admin. I’ll add the code myself and check whats causing the issue. Thanks Hi you need to use the RSVP widget in detail sidebar. When the event is not yet started then the widget would display “Are you interested” with yes or maybe. If the user click yes then the user is marked as attending. 
- 
		AuthorPosts