Simone

Forum Replies Created

Viewing 15 posts - 2,716 through 2,730 (of 2,874 total)
  • Author
    Posts
  • in reply to: CSV Import problems #10940

    Simone
    Expired Member
    Post count: 3515

    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

    in reply to: Display City, State and Zip Code in Thumbnails #10938

    Simone
    Expired Member
    Post count: 3515

    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;
    
    }
    in reply to: Footer Widgets #10928

    Simone
    Expired Member
    Post count: 3515

    Hi,
    that’s what i meant when I say “edit things with care” 🙂

    in reply to: Looking to create a UK based "days out" site #10926

    Simone
    Expired Member
    Post count: 3515

    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.

    in reply to: Looking to create a UK based "days out" site #10921

    Simone
    Expired Member
    Post count: 3515

    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.

    in reply to: Spread Listing Details Tabs Evenly #10884

    Simone
    Expired Member
    Post count: 3515

    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 with

    dl.geodir-tab-head dd a { }

    I will notify Vikas, he might be helpful.

    in reply to: Conversion Tool #10883

    Simone
    Expired Member
    Post count: 3515

    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.

    in reply to: Add Listing #10882

    Simone
    Expired Member
    Post count: 3515

    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.

    in reply to: Footer Widgets #10881

    Simone
    Expired Member
    Post count: 3515

    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; }
    in reply to: uplaod vidéo #10877

    Simone
    Expired Member
    Post count: 3515

    Hello Valérie, I’m sorry, actually it is not possible to add your personal video, only embed codes from video services.

    in reply to: Spread Listing Details Tabs Evenly #10875

    Simone
    Expired Member
    Post count: 3515

    Hello, what you mean exactly? spread them in a specified number per page? or what 🙂

    in reply to: Pay with a Like #10873

    Simone
    Expired Member
    Post count: 3515

    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?

    in reply to: detail page image slider at mobile devices #10872

    Simone
    Expired Member
    Post count: 3515

    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)

    in reply to: Problem with Listings Slider #10871

    Simone
    Expired Member
    Post count: 3515

    Hello, the to-do list is an internal list for the GD Team.

    in reply to: Default Location – Region #10870

    Simone
    Expired Member
    Post count: 3515

    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 🙂 )

Viewing 15 posts - 2,716 through 2,730 (of 2,874 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount