Simone
Forum Replies Created
-
AuthorPosts
-
Hello, the post_type column should reflect the name of the post type you have in your website (you can see here http://www.yourdomain/wp-admin/admin.php?page=geodirectory&tab=geodir_manage_custom_posts)
Default post types name are gd_place and gd_event
Hello, add this to the functions.php in your child theme. That will print out country region and city right below the title
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; }
Hi,
that’s what i meant when I say “edit things with care” 🙂Hi Wes, if you take a look at the demo site now (here), you’ll see in action, at the bottom, the widget for the popular location.
S.
Hello Wes,
GeoDirectory will have all the things you’re looking for (and even more..).
You can change location using the switcher, and you can list all the locations with the proper widget (It will be similar to the one you mentioned at the bottom of the website, see it live here).You’ll find a live demo here.
Sorry, I skipped the word “tabs” from your post, now it is clear.
Tried to spread the tabs, but I was unable to do that without losing the responsive layout
You need to play at least withdl.geodir-tab-head dd a { }
I will notify Vikas, he might be helpful.
Hello, there is no ETA for the conversion tool yet.
You can still import your listing using a CSV file, here you can find a tutorial.hello,
for the first thing, you can translate using the provided .po file
more info here .For the second thing, that’s not possible, a registered user is mandatory in order to have a listing published.
Manilaboy, I think that’s due to the modifications you (or your developer) are doing. It does not come from GD, please edit things with care, not wildly.
you can set the blog post title in the style css (please use a child theme)
h1.entry-title { width:yourwidht; }
and the footer
p.source-org.copyright { padding-left:5px; }
Hello Valérie, I’m sorry, actually it is not possible to add your personal video, only embed codes from video services.
Hello, what you mean exactly? spread them in a specified number per page? or what 🙂
Hello, this will involve code-tweaking (of course..).
You can take a look here ((maybe the FB api are obsolete in this example) or you can take a look at this plugin and wrap it in the proper GD function.I dont understand what you mean with “pay regularly”, you mean that every month, the user should like something else in order to “pay” for the package?
Hello Dmitri,
I think that’s due to keep the aspect ratio 1:1 and it happens because the images resolution is not the same for each image.
I’ll leave the final words to Paolo (notified)Hello, the to-do list is an internal list for the GD Team.
At first look, the address doesn’t have a specified span class, so first it must be declared in the template tags and then added to the css.
(I know…I’m being vague 🙂 ) -
AuthorPosts