Giri

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 2,661 total)
  • Author
    Posts
  • in reply to: Forgot Password Email #400161

    Giri
    Expired Member
    Post count: 3155

    Thanks Joy.

    Just added now.

    in reply to: gd_bestof_widget #399995

    Giri
    Expired Member
    Post count: 3155

    Hi there,

    You can use media queries in that case.

    
    
    @media only screen and (max-width: 420px) {
        .gd-bestof-tabs {
             overflow: hidden;
         }
    }

    Change the value 420 according to your needs.

    Thanks

    in reply to: switch Reviews and form #399991

    Giri
    Expired Member
    Post count: 3155

    Hi there,

    I presume you are talking about the whoop theme.

    If thats the case you have to create a child theme, copy reviews.php file and then do modification.

    Thanks

    in reply to: Forgot Password Email #399990

    Giri
    Expired Member
    Post count: 3155

    Hi Joy,

    Check this link.

    https://userswp.io/userswp-1-0-7-released/

    Especially, “New Email Tags” section

    in reply to: Forgot Password Email #399843

    Giri
    Expired Member
    Post count: 3155

    We have added more tags in UsersWP right? Can you not able to modify in UsersWP notifications page?

    in reply to: gd_bestof_widget #399841

    Giri
    Expired Member
    Post count: 3155

    Can you try adding this css.

    
    
    
    .gd-bestof-tabs {
    overflow: hidden;
    }
    in reply to: Supreme Directory – category list bug in mobile view #399622

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: Photo stream #399276

    Giri
    Expired Member
    Post count: 3155

    @stiofan,

    I guess he was talking about the images added by using whoop “Add Photos” button.

    @Aadhil

    I’m sorry. Only the listing author can upload the image. If you would like to let others upload the image, then you may have to hire someone since that would require customization

    Thanks

    in reply to: translating GD #399263

    Giri
    Expired Member
    Post count: 3155

    Hi Abel,

    Discussed with stiofan. Its not a different string. We changed that string slightly.

    See the change here.

    https://github.com/GeoDirectory/geodirectory/commit/e3dc1d7c8733bda172175fadfab1bf880100c211#diff-4a5b9bb66401e3aed524ac35a04298a1R72

    Thanks

    in reply to: Buddypress integration #399247

    Giri
    Expired Member
    Post count: 3155

    Hi Denise, Locations are supported only in the GD listings. You cannot add a location to a user profile. You can only list user listings.

    in reply to: Author page and link #399246

    Giri
    Expired Member
    Post count: 3155

    Hi Marisol,

    Just discussed with stiofan. We are planning to release GD early next week. Please wait till then.

    Thanks

    in reply to: Hide Tags on Listings #398993

    Giri
    Expired Member
    Post count: 3155

    Joy,

    If Guust code doesn’t work, try like this.

    
    
    add_action( 'init', '_my_delay_functions' );
    function _my_delay_functions(){
        remove_action('geodir_before_detail_page_more_info','sd_tags_content');
    }

    Thanks

    in reply to: how to edit the menu width size? #398619

    Giri
    Expired Member
    Post count: 3155

    Yes you can.

    
    
    .nav li ul.sub-menu li a {
       padding: 10px !important;
    }
    .nav li ul.sub-menu li a:hover {
       color: #000000 !important;
    }

    Change the values as per your needs.

    Thanks

    in reply to: Author page and link #398618

    Giri
    Expired Member
    Post count: 3155

    Hi Marisol,

    If you still have trouble, you can post your FTP details in a private reply. I’ll apply the patch.

    Thanks

    in reply to: Hide profile tabs to users by role #397906

    Giri
    Expired Member
    Post count: 3155

    You are welcome 🙂

Viewing 15 posts - 16 through 30 (of 2,661 total)