Simone
Forum Replies Created
-
AuthorPosts
-
Thanks for letting us know about it, enjoy GD
Hello, please post url and login details in a private reply and we will assist you,
thanks
SimoneTry to download the plugin from the download page, and upload the folder into the wp-content/plugins and manually activate
You have 1.1.6 now, not 1.1.7. You need to update all the GD plugin if you’re using the latest GD Core
Hi Frank, the latest version of the GD events is the 1.1.7.
PS- please don’t write in capital
don’t worry, we’re here to help 🙂
Hi, as I said, you should first activate Buddypress (the main plugin, not the GD integration).
you don’t have buddypress installed in first place 🙂you’re welcome, anytime
Hi John, is Buddipress activated?
Please provide url and login details in a private reply so we can help you outThe modern theme is itself a child so theoretically you should not to be worried, and also, to be honest, I’ve never used a grandchild theme..this is quite new to me 🙂
This reply has been marked as private.Hello, all the custom modifications need to be done in a child theme, the reason is simple: all these alterations will be preserved in future updates (both if theme or plugin is being updated).
you can post your requests in the Jobs board, I’m also a developer so you can drop me a line.
Hi, add this in your css
a.geodir-pinpoint-link, span.geodir-pinpoint { display:none !important; }
Hello,
1- add this function in your functions.php
add_action('geodir_after_listing_post_excerpt' ,'tag_in_search'); function tag_in_search($tab_index) { if (geodir_is_page('search')) { global $post, $wpdb, $wp_query ; $postid = $wp_query->post->ID; $post_details = geodir_get_post_info($entry[$postid]); echo $post_details->post_tags; } }
2- You can add custom fields (checkbox), (Place Settings), expand the fields and set them to be shown in the Advanced search enabling “include this field in filters” at the bottom. After that go to the advanced search tab and set them up
try to add to your style.css
.geodir-search .search_by_post { width:100px; }
-
AuthorPosts