Giri

Forum Replies Created

Viewing 15 posts - 1,921 through 1,935 (of 2,661 total)
  • Author
    Posts
  • in reply to: Preview Listing page blank (Youtube/Google calendar) #229307

    Giri
    Expired Member
    Post count: 3155

    Hi there, please apply this code in your child theme’s functions.php file.

    Note: replace “geodir_google_calender” text with your google calender field name.

    
    
    function skip_iframe_tag_on_google_cal($tags, $pkey) {
        if ($pkey == 'geodir_google_calender') {
            $tags = '<iframe>';
        }
        return $tags;
    }
    add_filter('geodir_save_post_key', 'skip_iframe_tag_on_google_cal', 10, 2);

    Let me know how that goes.

    Thanks

    in reply to: Event notification email #229290

    Giri
    Expired Member
    Post count: 3155

    Thanks for informing us. Its closed

    in reply to: Import of CSV file #229200

    Giri
    Expired Member
    Post count: 3155

    Are you sure you have the latest version of our plugins?

    in reply to: Photo Upload #229185

    Giri
    Expired Member
    Post count: 3155

    Upload the file to dropbox and then give us the dropbox link. So we can try from our side

    in reply to: Empty map in add listing confirmation page #229184

    Giri
    Expired Member
    Post count: 3155

    Hi there, this has been fixed by stiofan. Fix will be available in next supreme version.

    Thanks

    in reply to: Supreme Theme Blog Search results page #229145

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

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

    Giri
    Expired Member
    Post count: 3155

    Hello Oliver, I’m checking your problem.

    Thanks

    in reply to: change default buddypress links #229141

    Giri
    Expired Member
    Post count: 3155

    You’re welcome 🙂

    in reply to: testing #228102

    Giri
    Expired Member
    Post count: 3155

    test

    in reply to: change default buddypress links #228086

    Giri
    Expired Member
    Post count: 3155

    @m-forbes

    After lot of debugging i have found out the problem.

    Register, Login and Logout menu items are added by BuddyPress and they hard coded the slugs.

    So here is the current solution.

    
    
    add_filter('login_url', 'gd_custom_bp_login_url');
    function gd_custom_bp_login_url($url) {
        $login_page = home_url( '/gd-login/' );
        return $login_page;
    }
    
    add_filter( 'wp_nav_menu_items', 'my_nav_menu_profile_link');
    function my_nav_menu_profile_link($menu) {
        $menu = str_replace(home_url( '/register/' ), home_url( '/gd-login/' ), $menu);
        return $menu;
    }

    You said you would like to redirect users user-info page. It looks like you use Dashboard widget on that page. So just replace “gd-login” text in my code with “user-info”

    As far logout, I don’t see any issue in your site. Can you give me more detail about that issue?

    in reply to: Tranlation issue #227987

    Giri
    Expired Member
    Post count: 3155

    Patrick, I’m working on that translation problem.

    Free: number of publish days are 0 (0.00 USD)

    Do you need translation only for string “number of publish days are” or package name too?
    I believe package name is what you enter in form field. So i don’t think you need translation for that. Please confirm

    Also provide FTP details. I’ll apply the fix once I regenerate translation files.

    Thanks

    in reply to: Supreme Directory Theme #227330

    Giri
    Expired Member
    Post count: 3155

    Hello Stephen, I have fixed this bug and applied the fix on your site. You can use other category types now.

    Thanks

    in reply to: Supreme Directory Theme #227291

    Giri
    Expired Member
    Post count: 3155

    Hello Stephen, Looks like this is a supreme bug. We will fix that in the next version.

    I have switched your category display type to “Ajax Chained”. because as of now supreme only supports that type.

    Please use that type till we release next version.

    Thanks

    in reply to: Supreme Directory Theme #227274

    Giri
    Expired Member
    Post count: 3155

    Thanks Stephan, Can you tell me where exactly you get this problem? Is it in front end or backend?

Viewing 15 posts - 1,921 through 1,935 (of 2,661 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount