Simone

Forum Replies Created

Viewing 15 posts - 676 through 690 (of 2,874 total)
  • Author
    Posts
  • in reply to: CSV Upload Error #38432

    Simone
    Expired Member
    Post count: 3515

    Hello, yes it changed in the latest release.

    in reply to: Display Address Elements in Search Results #38373

    Simone
    Expired Member
    Post count: 3515

    Hello, add the attached file to your child theme folder, under the folder geodirectory (create it)

    rename the file to .php

    in reply to: Adding text to the "add listing page" #38364

    Simone
    Expired Member
    Post count: 3515

    Hello,
    you can use the following code inside your functions.php

    
    
    add_action( 'geodir_add_listing_page_title', 'geodir_add_listing_page_title_custom',10 );
      function geodir_add_listing_page_title_custom()
        
      {
    	global $wp, $term, $post, $current_term, $wp_query;  $gd_post_type = geodir_get_current_posttype();
      $post_type_info = get_post_type_object( $gd_post_type );
      
      
      echo "List ".$post_type_info->labels->name;
      }

    note the

    
    
      echo "List ".$post_type_info->labels->name;
    

    after the echo you can insert your own text, e.g.

    echo "This is my custom text";

    If you want to use the name of the current post type you can use

    $post_type_info->labels->name

    About your other questions, you can translate/rephrase the strings, using the .po file inside the language folder, more info here
    http://docs.wpgeodirectory.com/translate-core/

    in reply to: change full name to username #38329

    Simone
    Expired Member
    Post count: 3515

    Hello, GD is using the email as username field..
    you can however use a third part plugin for the registration / login

    In this case, you can use the following code in your functions.php to change the default login page to the new one

    
    
    add_action('init' , 'geodir_redirect_to_default_login') ;
    function geodir_redirect_to_default_login()
    {
    if(isset( $_REQUEST['geodir_signup']))
    {
      wp_redirect(home_url().'/login/');
      exit();
    }
    }

    in this code, the default gd login page will be redirected to the new one in yourdomain.com/login

    in reply to: CSV Upload Error #38327

    Simone
    Expired Member
    Post count: 3515

    Hello, your csv is not correct, the column post_status is missing. use the attached, I used three of your listings (and it works)

    in reply to: Set default featured image #38325

    Simone
    Expired Member
    Post count: 3515

    Ahah.. I was kinda scratching my head since then 🙂

    in reply to: Set default featured image #38322

    Simone
    Expired Member
    Post count: 3515

    In this way I see it working, as the default ../images/featured.png is not longer active

    in reply to: Set default featured image #38319

    Simone
    Expired Member
    Post count: 3515

    I’m still seeing this path in your website

    background: url(//domain.com/wp-content/themes/domain-child/images/featured.png) no-repeat !important;

    and the image is taken from there, not from the default, i see “Destacada”

    in reply to: Set default featured image #38308

    Simone
    Expired Member
    Post count: 3515

    you can set the path to /images/featured.png

    (just saw your css and you’re using the “long” path)

    in reply to: CSV Upload Error #38306

    Simone
    Expired Member
    Post count: 3515

    Hello, could you attach the csv?
    Url and login details would be useful too, thanks


    Simone
    Expired Member
    Post count: 3515
    This reply has been marked as private.
    in reply to: Home Page Layout and Settings #38283

    Simone
    Expired Member
    Post count: 3515

    Hi, I said Genesis Settings, the one you see in the left hand side of the backend, not the compatibility settings in GD.
    Many themes (such avada) have their settings for the layout.
    I don’t have a Genesis copy to test so I can’t really tell. You could leave your URL and login details in a private reply so we will check it out.

    in reply to: Home Page Layout and Settings #38280

    Simone
    Expired Member
    Post count: 3515

    Hello, frankly I don’t know Genesis, but please check in the Genesis settings, maybe there is some option for the layout that is overriding GD


    Simone
    Expired Member
    Post count: 3515

    add

    
    
    .geodir-search input[type="button"] {
    float: none !important;
    margin-left:auto !important;
    margin-right: auto !important;
    }

    Simone
    Expired Member
    Post count: 3515

    add

    
    
    select.search_by_post {
    width:100%;
    }
Viewing 15 posts - 676 through 690 (of 2,874 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount