Vikas

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 1,123 total)
  • Author
    Posts
  • in reply to: Listing Detail shown as geodire-listing #10031

    Vikas
    Full Member
    Post count: 1128
    This reply has been marked as private.
    in reply to: Image Size (MB) Limit? #9949

    Vikas
    Full Member
    Post count: 1128

    Hi,

    I have added a hook on that limit now, so u can easily add a filter in ur child theme functions.php, it will be available in next release.
    After next release, plz add this code in your theme’s functions.php to change upload limit.

    
    
    
    add_filter('geodir_default_image_upload_size_limit', 'geodir_change_default_image_upload_size_limit') ;
    function geodir_change_default_image_upload_size_limit($limit)
    {
       $limit = '10mb'; // change it as per ur need.
       return $limit;
    }

    Thanks

    in reply to: No emails to admin? #9942

    Vikas
    Full Member
    Post count: 1128

    database access ?

    in reply to: No emails to admin? #9934

    Vikas
    Full Member
    Post count: 1128

    Hi,
    Send me ftp login, database access and wp-admin access too.

    Thanks

    in reply to: Any Google Card "add new" or "edit" #9923

    Vikas
    Full Member
    Post count: 1128
    This reply has been marked as private.
    in reply to: Home Page Stopped Loading #9915

    Vikas
    Full Member
    Post count: 1128

    Hi,

    I am not sure what was the issue there, i just removed popular post widget from Home page content sidebar and added it again, now everything is working fine.

    Please check and let me know.

    Thanks

    in reply to: Home Page Stopped Loading #9911

    Vikas
    Full Member
    Post count: 1128

    Now its loading. Let me check

    in reply to: Home Page Stopped Loading #9910

    Vikas
    Full Member
    Post count: 1128

    now ur site is not loading for me at all ?

    in reply to: No emails to admin? #9907

    Vikas
    Full Member
    Post count: 1128

    did u check ur spam folder ?

    in reply to: Default Category Icon Error #9902

    Vikas
    Full Member
    Post count: 1128

    Hi,

    Plz download attached zip, extract it and upload .php file in geodirectory/Geodirectory-functions/map-functions folder using ftp.
    Take backup of existing file first.

    Let me know ur comments.

    Thanks

    in reply to: Home Page Stopped Loading #9900

    Vikas
    Full Member
    Post count: 1128

    Hi,

    I checked and found that there is a Javascript error when home page loads and it is due to W3 Total cache plugin. Plz try to deactivate that plugin and see result.

    Thanks

    in reply to: Default listing image not displaying #9890

    Vikas
    Full Member
    Post count: 1128

    Hi,
    I have fixed this issue manually for time being and will investigate it more later.

    What i found is, in post_detail table the featured image column had a value which was not there in geodir_attachement table, so i just set featured_image column value to blank for this post.

    Please advise ?

    in reply to: Default Category Icon Error #9889

    Vikas
    Full Member
    Post count: 1128

    Yes it is possible and i will work on it very shortly.


    Vikas
    Full Member
    Post count: 1128

    Plz have a look on attached image with an explanation. U have wrong value for a setting, i have corrected it.

    Thanks

    in reply to: All Listings Page Blank #9885

    Vikas
    Full Member
    Post count: 1128

    Hi,

    I need database access too in private reply.

    Thanks

Viewing 15 posts - 46 through 60 (of 1,123 total)