Simone

Forum Replies Created

Viewing 15 posts - 2,851 through 2,865 (of 2,874 total)
  • Author
    Posts
  • in reply to: Default image for places #8411

    Simone
    Expired Member
    Post count: 3515

    Hello,
    yes, you can set the filename (e.g. image.jpg) in the CSV in the IMAGE column (right after the geodir_facebook column).
    Then upload the image in wp-content/uploads/2014/07 (07 because we’re in July)

    Simone

    in reply to: Error 404 – Page not found! #8410

    Simone
    Expired Member
    Post count: 3515

    Hello, for the events you need to assign at least one category, and then you can see all the events by going to the events page (yourdomain/events) or listing all the events in a widget

    in reply to: home top section not being shown #8407

    Simone
    Expired Member
    Post count: 3515

    Hello, could you please write down your URL so we can take a look?
    Thanks

    in reply to: popular category widget? #8401

    Simone
    Expired Member
    Post count: 3515

    That widget will show all the popular categories

    in reply to: search not working? #8346

    Simone
    Expired Member
    Post count: 3515

    Thanks,
    my first look went to the geodir_backpacker in the url, it’s set to 1 so it will search for listings with “1” as custom field. In your place (test backpaper) have you set the custom field in a checkbox? and is it ticked? if you type this url

    yourdomain/?geodir_search=1&stype=gd_accommodation&s=+&snear=&sgeodir_backpacker=0&sgeo_lat=&sgeo_lon=

    , you’ll see it is showing all the listings with geodir_backpacker=0 (not ticked)

    Also, in the custom field setting for backpapers, have you enabled “Show on listing page” ?

    in reply to: search not working? #8343

    Simone
    Expired Member
    Post count: 3515

    Hello, could you write your URL down so we can check please?

    Thanks,
    Simone

    in reply to: popular category widget? #8342

    Simone
    Expired Member
    Post count: 3515

    Hello,
    the GD > Popular Post Category widget will show the popular categories

    in reply to: Installed latest plugin upgrades, now site is messed up #8295

    Simone
    Expired Member
    Post count: 3515

    Hello,
    Could you please tell us the URL of your website with user/psw in a private reply.
    I will let Stiofan be aware of this.

    Thanks
    Simone

    in reply to: How to show text in a box on place categories description #8269

    Simone
    Expired Member
    Post count: 3515

    Hello,
    you can add a a text widget in the GD List Top Section with very basic css rules, for example

    <div style="background:#dadada;color:#ffffff;"> Your text here </div>

    in the background: you can add your custom color for the background box and in the color: the color of the text.

    Simone

    in reply to: Permalink Options #8192

    Simone
    Expired Member
    Post count: 3515

    Hello Brian,

    on my test site I’ve set the permalinks with /year/month, so each blog post will have the structure /2014/07/some-post

    GD will maintain its individual structure like /places/country/region/city/category/place/

    You can test it here:
    blog post

    GD place

    Simone

    in reply to: New moderator part 2 #8133

    Simone
    Expired Member
    Post count: 3515

    Ok I really need to take a nap.

    in reply to: New moderator part 2 #8130

    Simone
    Expired Member
    Post count: 3515

    oops…I was meant to say that real soon it will be the first 100% GD-friendly theme 🙂

    in reply to: IE 8 compatibility issues #8129

    Simone
    Expired Member
    Post count: 3515

    Had a quick look at it, changed this in the style.css (in the framework child)
    this will “split” the boxes in 2 columns

    
    
    .geodir_category_list_view LI.geodir-gridview{
    width:49% } 

    then changed the h1 term description (the big images in the content) from 1040px to 100%

    
    
    h1, .term_description {
    width:100%
    float: none;
    margin-left: auto;
    margin-right: auto;
    }

    take these with a grain of salt, it might “broke” something else, I’ll leave the words to Stiofan or Vikas

    PS- you can test it live on my sandbox site here

    in reply to: Change color of calendar. #8123

    Simone
    Expired Member
    Post count: 3515

    That’s strange. Does it happens in IE, right? I see it fine on chrome/firefox/safari.

    Try to add this in the style.css

    
    
    .geodir-event-filter SELECT {
    background-color: #yourcolor !important; 
    }
    
    in reply to: Change icon and text for "Favorite" #8109

    Simone
    Expired Member
    Post count: 3515

    The .po file is a file used for translating (or just editing) the strings.
    You can learn how to translate (or just edit, as in your case) by reading this tutorial
    http://docs.wpgeodirectory.com/translate-core/

Viewing 15 posts - 2,851 through 2,865 (of 2,874 total)