Simone

Forum Replies Created

Viewing 15 posts - 2,386 through 2,400 (of 2,874 total)
  • Author
    Posts
  • in reply to: Preview Slider Not Showing #15983

    Simone
    Expired Member
    Post count: 3515

    Hello, it’s most likely a permission issue, try to set 777 to the uploads folder (just to see if it’s a permission thing)

    in reply to: How to exclude GeoDirectory listings from RSS feed? #15972

    Simone
    Expired Member
    Post count: 3515

    Hi Tom, you could do something like this:

    
    
    
    function myFeedExcluder($query) {
     if ($query->is_feed) {
      $query = new WP_Query( array( 'post_type' => array( 'post', 'page' ) ) );
     }
    return $query;
    }
    
    add_filter('pre_get_posts','myFeedExcluder');

    in this case, $query will have only posts and pages.
    Not tested thou, should be working

    in reply to: Questions on CSV upload/Spreadsheet #15971

    Simone
    Expired Member
    Post count: 3515

    Yes, you can add a custom field named County in the post type settings,and then join in the Advanced Search Tab you can add it to the search filters

    in reply to: Can users add a new city or region #15893

    Simone
    Expired Member
    Post count: 3515

    You can do that, you just need to wait for the drop down to load, I’ve added Vancouver now

    edit: you figured out just a minute before I was about to write 🙂

    in reply to: Can users add a new city or region #15887

    Simone
    Expired Member
    Post count: 3515

    Hello, to lock the region/city/country you need to edit the setting in the multi location. (Geodirectory/multilocation)
    If you enable the default city/region/country, the drop down will not appear and it will force the user to choose an address in the default city

    in reply to: Questions on CSV upload/Spreadsheet #15885

    Simone
    Expired Member
    Post count: 3515
    This reply has been marked as private.
    in reply to: Custom Fields #15879

    Simone
    Expired Member
    Post count: 3515

    Hello, could you please write us your URL?

    Taxonomy field is supposed to have the html variable name (which is used by the database), but this field seems to be missing.
    I will summon Stiofan.

    in reply to: How to use the basic search and advance search #15878

    Simone
    Expired Member
    Post count: 3515

    Hello Peter, please set the permalinks in your WordPress to, at least, post name /%postname%/

    in reply to: Questions on CSV upload/Spreadsheet #15874

    Simone
    Expired Member
    Post count: 3515

    Hello,
    @zauberer: honestly, I use multiple values without spaces after the comma, about the ZIP code, you can create a text custom field but…why don’t you use the “search by distance”?
    About the conditional field, that’s not possibile

    @thebirdiemachine: yes sure I can try

    in reply to: Heading2 Heading3 styles – font sizes wrong? #15821

    Simone
    Expired Member
    Post count: 3515

    you can increase the h1, h2, and h3 values in your style.css (in your child theme folder), just add the values

    
    
    h1 {
        
        font-size: 25px !important;
       
    }
    
    h2 {
        font-size: 28px !important;
    
    }
    
    h3, #simplemodal-container h3 {
        
        font-size: 18px !important;
      
    }
    

    feel free to adjust the font size

    in reply to: Heading2 Heading3 styles – font sizes wrong? #15810

    Simone
    Expired Member
    Post count: 3515

    Hello, if you look at the style.css, you will see that
    h1 is 25px, h2 is 28px, h3 is 18px.
    Can you post your URL so we can have a look please?

    in reply to: Places and creating Categories #15787

    Simone
    Expired Member
    Post count: 3515

    Hi, I’m afraid but categories need to be there before importing any data. What could you do is to play with the database and see if you can create them using sql (obviously this involves some SQL knowledge).

    ps- I’d happy to be wrong about that

    in reply to: Need online product to convert Addresses (lots) to Long & Lat #15759

    Simone
    Expired Member
    Post count: 3515

    Hello Stacey, I use this website and it’s great.

    in reply to: Questions on CSV upload/Spreadsheet #15738

    Simone
    Expired Member
    Post count: 3515

    if it’s a checkbox, 1 is “Yes” and 0 is “No”

    in reply to: Questions on CSV upload/Spreadsheet #15713

    Simone
    Expired Member
    Post count: 3515

    No, these values are for the CSV upload, for the optional values there is the description below the field, explaining how to use them. If you are using multiselect you can just use “value1,value2, etc”, if you are using a tick filter, just use value1/1,value2/0 and this will be value1 if thicked and value2 if not ticked

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