Simone
Forum Replies Created
-
AuthorPosts
-
Hello Mat, you can place the search widget wherever you like 🙂
Hi Stacey,
when you select a main category, it then will show the subcategories, see attach, i first selected Feature, which has 2 subcategoriesOctober 21, 2014 at 8:15 am in reply to: ReferenceError: Can't find variable: geodir_all_js_msg #19001Thanks for letting know
Hi, I guess this will involve a custom work, as GD doesn’t allows to do that.
Pratically, you want to have listings inside a listing, correct?Hello Aris, this is not possible unfortunately. The plugin was tested using WPML, I will alert Stiofan in any case, he might knows something I don’t 🙂
Hi again,
you need to use the .po file and translate that string, you can find the documentation hereOk, I will notify Stiofan about this, I think this was a known issue
October 20, 2014 at 1:22 pm in reply to: Can you have the map ONLY show a specific Post Type? #18933Hi, this cannot be done natively, I guess only with some custom code
Hello,
you can file the media files in Media, and the images are stored in wp-content-uploads-year-month (e.g. 2014/10 for october)
…I did not understood your problem…you can’t see the images?, only the thumbnails you attached?Hello, this involves css customization, it should be appropriate in the Jobs thread…should I move it there?
Hello, are you uploading the date with the yyyy-mm-dd format?
Hello, I created this function to obtain the value you are looking for (and place it in the detail page), if you read it, it is easily understandable and you can use it whenever you want
add_action( 'geodir_after_listing_post_title', 'country_listing', 45 ); function country_listing() { global $post; global $wp_query; $postid = $wp_query->post->ID; $postcity= geodir_get_post_meta($postid,'post_city',true); $postregion= geodir_get_post_meta($postid,'post_region',true); $postcountry= geodir_get_post_meta($postid,'post_country',true); echo $postcountry." - ".$postregion." - ".$postcity; }
Hello, and welcome on GD.
geodirectory is a plugin, so you can use your wordpress as usual, setting the frontage as you want, with blog contents etc, and you can place widget that will interacts with GD (such as the featured businesses and events).
Regarding the users, and the group of users, you can use and set a plugin, for example s2member which is widely used by the GD users.
Also, Buddypress is using the WP users and GD uses the same database.you can add the location in the multilocation settings, this will be helpful if you want to add the language switcher in the menubar
you can set the location in the multilocation settings
-
AuthorPosts