Simone
Forum Replies Created
-
AuthorPosts
-
Hello Pablo, if your issue is the missing icon in the categories, and you’re running the latest GD version (1.4.1), please try to edit the category and re-save it, you should fix it.
10 popular categories
Hello, I perfectly understand your feelings, but this is a customization and as a such, it is not a premade and not-geeky solution. Also, most of the customization we suggest are not being lost in next updates because the code will be added in the child theme’s folder (and not in the core of the plugin/template).
Said that, could you be more clear about what you need please? do you want to use the user-inserted tweet username to show tweets?If you need that, there is a widget in themetailors (I developed it some time ago), you can find it here http://simone.themetailors.com/tt/portfolio/gd-latest-tweet-for-a-venue/
Hello, unfortunately it is not so easy and foolproof, because GD uses also wordpress tables, (postmeta etc..) so it might result in a broken website.
You could export al the wp_geodir* tables, but in the fresh install you need to have the, for example, the same categories (with the same ID) you have on the “old” website. The best choice should be to have a csv of the listings to be uploaded on the new installationHello, you can set the number of category to display, for example this will show 10 categories
[gd_popular_post_category category_limit=10]
You can find more details about shortcodes in this page
http://docs.wpgeodirectory.com/core-shortcodes/March 30, 2015 at 11:50 pm in reply to: Multiple questions on GD home page, listings, location #35644Hi Marsha,
4- The location (virtual) page will show the listings based on the location (it could be “Everywhere” or any other selected city). You can add widgets in the GD Listings sidebar and top area.
5- Location description is displayed if you add the GD > Location Description widget
6- Location Neighborhood will show a list of neighborhoods for that location
Hello, I think this is happening because of New Delhi being set as Default city, also if an url is manually edited with a random city, it still shows the same listing. I will notify the team so they will take a look
glad it works, you’re welcome
try to set the ID in a different variable such as
$postid = $wp_query->post->ID; // retrieve the ID
and then use it like this
$address= geodir_get_post_meta($postid,'post_address',true); echo $address;
Hello the correct is
<?php echo geodir_get_post_meta($post->id,'post_address',true); ?>
Hello, if you’re running the latest GD version, try to edit a category and re-save it and it should be fine.
hi, please post your url and login details and we might be able to help you
Glad to know you’re capable of tweaking it 🙂
March 30, 2015 at 3:48 pm in reply to: Multiple questions on GD home page, listings, location #35560Hello Marsha, you can se the homepage using WordPress (Settings/Reading) then in Geodirectory/Design untick “Geodirectory home page”.
Then in the page you decided to use as homepage, you can use shortcodes to display map and search in your case [gd_homepage_map] and gd_advanced_search] ,more info here http://docs.wpgeodirectory.com/core-shortcodes/ ).
If your theme has already a widget area at the top, you can use he GD widgetsHello, I’m afraid but the only way to have an alt in the images is to set the filename of the image during the upload process
-
AuthorPosts