Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 4,066 through 4,080 (of 13,774 total)
  • Author
    Posts
  • in reply to: Woocommerce for Payment #392878

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    What do you use it for?

    in reply to: Woocommerce for Payment #392876

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Neil,

    The rationale for this would be to keep all user transaction history in one location and to use the same gateway and payment options for all transactions between platforms.

    That is exactly the point of our Invoicing plugin that GD uses: https://wpinvoicing.com/

    Woo is a a heavy and expensive plugin just to take payments, it would slow your site down more and cost more than our Invoicing plugin does.

    Hopefully that explains things, if you have any more questions just let me know.

    Thanks,

    Stiofan

    in reply to: CHANGE OF DOMAIN IN THE PLUGIN BOUGHT #392861

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    The database stores serialized data which is character specific, if you simply do a search and replace on the database it WILL break things if the domain length is different even by 1 character. I think you have done this in this situation as the “Places” tab is not even showing?

    Stiofan

    in reply to: Maps not working #392860

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    are u changing the site url or doing some other edits before uploading?

    Stiofan

    in reply to: WP Invoicing #392859

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    if you want i can give you a small snippet of code to remove that warning, but its your call 🙂

    Stiofan

    in reply to: WP Invoicing #392843

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    I believe if all of your packages are free that you actually don’t need invoicing installed at all 🙂

    If you have any problems just let me know.

    Thanks,

    Stiofan

    in reply to: Connect Recurring Payments Across Subdomains #392842

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    It can’t be done by default but could all be done with customisation, it would be relatively easy for a dev.

    Thanks,

    Stiofan

    in reply to: New Listing Status #392841

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Shane,

    We do not do customization, we will provide you examples of how our hooks/filters work but we won’t build your site for you. You can post in the forum jobs section or try hiring a developer elsewhere.

    The above example would do both things but you would need to replace the custom post type name and the user IDs with your specific requirements.

    Thanks,

    Stiofan

    in reply to: Maps not working #392840

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Jan,

    Did you do something DB related? You no longer even have a default locations set? What did u do?

    Stiofan

    in reply to: Invoicing Stripe plugin #392839

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    You are welcome! 🙂

    in reply to: website restructuring #392838

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Vlad,

    It is always advisable to set 301 redirects, there are many plugins to do this.

    If you listings also include the category slugs and they change then you might want something automated, if not let me know.

    Thanks,

    Stiofan

    in reply to: User Levels for editing all listings #392837

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    I recently added a filter that will allow you to do this but it is not released yet, you would need update this function geodir_listing_belong_to_current_user() or replace this whole file:
    https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/post_functions.php#L2812

    Then you could allow it like this:

    
    
    add_filter('geodir_listing_belong_to_current_user','_allow_userx_to_edit',10,3);
    function _allow_userx_to_edit($result,$listing_id,$current_user_id){
        // allow user with ID 123 to edit any GD listing
        if($current_user_id && $current_user_id==123){
            $result = true;
        }
    
        return $result;
    }

    Thanks,

    Stiofan


    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi aptoitos,

    Please check your account now: https://wpinvoicing.com/your-account/
    If you have any problems just let me know and i will take care of them 🙂

    Thanks,

    Stiofan

    in reply to: Advice on Location Structure #392834

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Corey,

    Firstly you would always need a prefix for the locations page like /location/ but this can be changed to anything via the page slug.

    Secondly, you could enable the neighbourhoods functionality are re-purpose it to zipcodes without too much hassle to get the urls like that.

    Thanks,

    Stiofan

    in reply to: Listings from dashboard #392759

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Dany,

    You are using UsersWP (which is great! 🙂 ) so you need the UWP GD addon to show the listigns in the user profile page, you get it free because you are a full member, you can get it from here: https://userswp.io/your-account/

    If you have any problems just let me know.

    Thanks,

    Stiofan

Viewing 15 posts - 4,066 through 4,080 (of 13,774 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount