Patrik

Forum Replies Created

Viewing 15 posts - 331 through 345 (of 416 total)
  • Author
    Posts
  • in reply to: Supreme Directory Hooks #441054

    Patrik
    Moderator
    Post count: 1971

    Hi Gui,

    You can find the hooks and filters in files of supreme directory folder and also in Directory starter theme as it is the parent theme of SD. You can find ‘do_action’ and ‘do_filter’ from SD folder using the text editor or IDE application. If possible let us know what exactly you want to do so that we can tell you the possible hook or filter for that.

    Let me know if you have any question.

    Regards,
    Patrik

    in reply to: Can't search Chinese in my web #440900

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: New GD Post Category added #440892

    Patrik
    Moderator
    Post count: 1971

    Hi jotomas,

    Can you provide us the FTP details in private reply so that we can look into this issue? If you have a staging site then provide its credentials as well.

    Regards,
    Patrik

    in reply to: Supreme Directory Hooks #440891

    Patrik
    Moderator
    Post count: 1971

    Hi Gui,

    SD is the child theme. You can use the hooks from both GD and SD in the SD child theme. You can either find hooks and filter by searching in the folder or you can go to the function which you want to customize and look for the hook or filter.

    Let me know if you have any questions.

    Regards,
    Patrik

    in reply to: Can't search Chinese in my web #440739

    Patrik
    Moderator
    Post count: 1971

    Hi M Jin,

    Kindly provide admin and FTP details in private reply to have a detailed look into your site.

    Regards,
    Patrik

    in reply to: Send Inquiry Not Working #440735

    Patrik
    Moderator
    Post count: 1971

    Hi Akash,

    It seems there is an issue with $_POST data on your site. So we have changed the form to use GET method instead of POST and now it works fine. Can you please check it from your side as well and let me know how it works? Also, check on your main site.

    Regards,
    Patrik

    in reply to: Editing Top of Details Page #440524

    Patrik
    Moderator
    Post count: 1971

    Hi Guilherme,

    You can try to put following code in your currently active theme’s functions.php file and let me know if it works or not for you.

    
    
    add_action('sd_detail_before_cat_links', 'sd_detail_before_cat_links_cb');
    function sd_detail_before_cat_links_cb(){
        global $post;
        //Display custom fields
        echo $post->geodir_division;
    }

    You have to use your custom field HTML variable name with ‘geodir_’ prefix.

    Regards,
    Patrik

    in reply to: Your cart is empty #440517

    Patrik
    Moderator
    Post count: 1971

    Hi Ashish,

    I am not sure I understand what you want to ask. But stripe will also have the same flow as paypal. A user adds listing and go to checkout and pay using stripe details.

    More info you can get here: https://wpinvoicing.com/docs/

    Regards,
    Patrik

    in reply to: Your cart is empty #440512

    Patrik
    Moderator
    Post count: 1971

    Hi Ashish,

    There is no any error log showing in FTP. Maybe you can get it from your hosting provider or cPanel.

    Also, There are only non-recurring invoices you have created which will not display in invoicing-> Subscriptions as invoicing-> Subscriptions will display subscriptions created by recurring invoice which contains the recurring item and there is no any recurring items/package you have created. So if you checkout with recurring invoice it will display in invoicing-> Subscriptions list.

    Let me know if you have any queries.

    Regards,
    Patrik

    in reply to: changing filter to fa-cog #440511

    Patrik
    Moderator
    Post count: 1971

    Hi Anderson,

    Please try the following code in your current theme’s functions.php file and let us know if it works for you or not:

    
    
    add_filter('gd_adv_search_btn_value', 'gd_adv_search_btn_value_cb');
    function gd_adv_search_btn_value_cb(){
        return '<i class="fa fa-cog" aria-hidden="true"></i>';
    }

    Also, remove the changes you have made in core files before trying this.

    Regards,
    Patrik

    in reply to: Send Inquiry Not Working #440352

    Patrik
    Moderator
    Post count: 1971

    Hi Akash,

    It seems one of the plugins or the theme is modifying the $_REQUEST param and is causing an issue that we are not getting any fields from the form. We need to check by deactivating plugins one by one and as this is the live site, I suggest to do it on the staging site first and then fix on live site.

    Let me know your thoughts.

    Regards,
    Patrik

    in reply to: Your cart is empty #440335

    Patrik
    Moderator
    Post count: 1971

    Hi Ashish,

    It takes time to get invoice updated due to delay in PayPal response but I can see it is receiving the response and update the invoice to paid with PayPal transaction ID added to notes. If possible provide us the error log where we are dumping the data for payments.

    Also, Can you explain where you are not seeing the subscriber with example screenshots or steps so that we can look more into this?

    Regards,
    Patrik

    in reply to: Editing Top of Details Page #440332

    Patrik
    Moderator
    Post count: 1971

    Hi Guilherme,

    Kindly provide us the admin and FTP details in private reply so that we can look into this and provide you some solution.

    Regards,
    Patrik

    in reply to: Your cart is empty #440325

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Your cart is empty #440087

    Patrik
    Moderator
    Post count: 1971

    Hi Ashish,

    The FTP is again not working. We need to check if IPN response is processed properly or not so please provide us the FTP details so that we can look into it.

    Regards,
    Patrik

Viewing 15 posts - 331 through 345 (of 416 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount