Patrik

Forum Replies Created

Viewing 15 posts - 361 through 375 (of 416 total)
  • Author
    Posts
  • in reply to: Your cart is empty #439677

    Patrik
    Moderator
    Post count: 1971

    Hi Ashish,

    The FTP details you have provided above is not working. Can you please check and provide the correct details so that we can look into it?

    Regards,
    Patrik

    in reply to: Profile tab extend- view in preview #439669

    Patrik
    Moderator
    Post count: 1971

    Hi Alex,

    The same hook and filter also called on the listing preview page. So it should work same on preview page as well. Kindly provide the admin and FTP details in private reply to look more into your site and fix the issue.

    Regards,
    Patrik

    in reply to: Your cart is empty #439660

    Patrik
    Moderator
    Post count: 1971

    Hi Ashish,

    Kindly provide FTP details in private reply so that we can look into the error log to trace the issue.

    Regards,
    Patrik

    in reply to: Translating and understanding permalinks and slugs #439566

    Patrik
    Moderator
    Post count: 1971

    Hi Marius,

    Regarding #1, #2 and #3 are part of core WordPress. You can try following code in the functions.php file of the currently active theme:

    
    
    function re_rewrite_rules() {
        global $wp_rewrite;
        $wp_rewrite->author_base        = 'autor';
        $wp_rewrite->pagination_base    = 'seite';
    }
    add_action('init', 're_rewrite_rules');

    You will need to reset the permalink from Settings->permalink. Let me know if it works or not.

    #5: You have to make the required settings in Geodirectory->Permalinks page. Single listing permalink handled from GD > Permalinks Section, archive URLs like location + categories or location + CPT managed from GD > Locations settings and for archive URLs country/region only hidden from URLs when there is default country or default regions enabled

    Regards,
    Patrik

    in reply to: You have entered an incorrect reCAPTCHA value #439548

    Patrik
    Moderator
    Post count: 1971

    Hi Neil,

    Can you please create a clone of the site and provide us the credentials to admin and FTP in a private reply to have a deep look into the site as it is not recommended to make changes on live site directly for troubleshoot the problem. This issue seems on your site as it works fine on our side.

    Let me know if you have any other queries.

    Regards,
    Patrik

    in reply to: Payment not working #437843

    Patrik
    Moderator
    Post count: 1971

    Hi Steffen,

    The issue is due to the country and state fields are hidden using CSS. So it is throwing javascript error. You need to display those required fields instead of hiding using CSS.

    You can go to Invoice->Settings->Misc->Fields Settings and untick the state field as a required field and then hide it using CSS.

    Let me know if you have any questions.

    Regards,
    Patrik

    in reply to: New customers being charged twice after joining site #434689

    Patrik
    Moderator
    Post count: 1971

    You are welcome!

    If you have the time, do you think you can leave us a quick review?

    It helps us grow!

    https://wordpress.org/support/plugin/invoicing/reviews/?rate=5#new-post

    Regards,
    Patrik

    in reply to: New customers being charged twice after joining site #434666

    Patrik
    Moderator
    Post count: 1971

    We have made the required changes. Please do the test payment and let us know if it resolved issue or not. I suggest you first check with sandbox and then live payment.

    Regards,
    Patrik

    in reply to: New customers being charged twice after joining site #434654

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: New customers being charged twice after joining site #434624

    Patrik
    Moderator
    Post count: 1971

    Hi Vladimire,

    Thanks for pointing this. We suggest before enabling the live payments first you should check with the sandbox so that if there are any issues with plugin or Paypal, we can fix before going live.

    For this issue, Kindly let me know the FTP details so that I can modify the code and disable the initial payments from code so it will charge only on profile activation. We will also make the changes in the add-on and it will be available in the next release.

    Let me know if any questions.

    Regards,
    Patrik

    in reply to: Restrict page access #429903

    Patrik
    Moderator
    Post count: 1971

    Yes, you can use the following function to check if the current page is listing details page or not:

    geodir_is_page('detail')

    So you can use this function to check if the current page is listing detail page and then check if the logged in user is the owner of the current listing or not.

    Regards,
    Patrik

    in reply to: Restrict page access #429898

    Patrik
    Moderator
    Post count: 1971

    You can check if the current user is listing owner then allow to view details else redirect to home or 404 page.

    in reply to: Restrict page access #429877

    Patrik
    Moderator
    Post count: 1971

    Hi Alex Howes,

    Thet is not possible without customization and there are no such hooks in GD but maybe you can try to use ‘template_redirect’ hook to redirect users on the home page or 404 page when they try to access the listings you specify.

    More info about hook at https://codex.wordpress.org/Plugin_API/Action_Reference/template_redirect

    You can override the listing detail page in the theme and put required conditions in that template.

    Let me know if this works for you.

    Regards,
    Patrik

    in reply to: Login Issue #426576

    Patrik
    Moderator
    Post count: 1971

    Hi Joy,

    This will be fixed in next release of the plugin. We are going to release the new update soon.

    You can have a look at PR here: https://github.com/UsersWP/userswp/pull/180

    Thanks for your patience.

    Regards,
    Patrik

    in reply to: Only one Tab in WPUsers-Profile translated #424877

    Patrik
    Moderator
    Post count: 1971

    Hi Birgit,

    We have already fixed this issue and it will be available in next release of the plugin. You can see the pull request at https://github.com/UsersWP/userswp/pull/174 and if you want to do it before you get the plugin update then you can make the changes as per this pull request.

    Let me know if any questions.

    Regards,
    Patrik

Viewing 15 posts - 361 through 375 (of 416 total)