preston111
Forum Replies Created
-
Forum: Plugins
In reply to: [Clef Two-Factor Authentication] Clef & WoocommerceOh i don’t know how to code..If your programers would tell how to do this it would be great..
I think that it would make most of the users switch to passwords if the plugin has an option to add front end linking with Clef for wordpress websites.. 😀
I want my users to use Clef badly but the problem is back end linking with Clef..
Please consider adding this to issue to road map or something 🙂Cheers
Forum: Plugins
In reply to: [Clef Two-Factor Authentication] Clef & WoocommerceOk thanks
What i want is to integrate Clef on custom front end page, where users can link their phone with their account after they login with password.Let’s they are is a custom front end page “Link with Clef” and when they enter the page(they have to be already logged in) they are able to link their account to their phone so that next time they can login with Clef..
Is this possible to achieve?This would be awesome because it really sucks for common users to see the back end of the WordPress :/
Forum: Plugins
In reply to: [WP Job Manager] Restrict Jobs AccessWoohoo! 🙂 It’s working! 😀 Thanks a lot Mike. I appreciate it.
Best wishesForum: Plugins
In reply to: [WP Job Manager] Restrict Jobs AccessGreat thank you! Before doing that, do i need to copy template file to theme’s folder?
Forum: Plugins
In reply to: [WP Job Manager] Restrict Jobs AccessOk so i added the redirection code to this file (it’s already in Listify theme folder):
https://www.dropbox.com/s/j8ys9wzyo8f6fed/single-job_listing.php?dl=0Forum: Plugins
In reply to: [WP Job Manager] Restrict Jobs AccessWould appreciate if you can tell me step by step what to do in order to redirect those who are not in subscriber role (in simple language)
Thank youForum: Plugins
In reply to: [WP Job Manager] Restrict Jobs AccessI could send you theme files if that would help
Forum: Plugins
In reply to: [WP Job Manager] Restrict Jobs AccessThis is what i did:
1)I copied wp job manager “template” file to listify theme directory
2)I renamed the “template” file to job_manager
3)Edited single-job_listing.php (that is in the listify folder)
and added this what you told me above all the codes: <?php
if ( ! current_user_can( ‘subscriber’ ) ) {
wp_redirect( ‘http://mywebsiteurl’ );
exit;
}
4)Saved the file.I think it’s syntax error on “themes/listify/single-job_listing.php on line 17.”
If redirection is not working i would just settle with listing restriction but grids listings in gallery have bugs after i restrict them… (Like stars for the review are not showing up)
Forum: Plugins
In reply to: [WP Job Manager] Restrict Jobs AccessIf not can you tell me at least how to fix the view of listings. Because they look ugly in the listing gallery when i put the subscriber restrict on single job listing..
Forum: Plugins
In reply to: [WP Job Manager] Restrict Jobs AccessMike, would it be ok if i give you credentials of my server so that you can make this redirection work?
I tried but i’m getting an syntax error. I’m doing something wrong.
But even when i just put the first solution (only to restrict access) the listings in the gallery are crashed, they don’t appear well.
I’m using Listify theme..Forum: Plugins
In reply to: [WP Job Manager] Restrict Jobs AccessOk so i have to put this on the beginning of the file in content-single-job_listing.php or single-job_listing.php ?
Forum: Plugins
In reply to: [WP Job Manager] Restrict Jobs AccessI messed up everything unfortunately.. I suck at coding.. :/
Thank you
Forum: Plugins
In reply to: [WP Job Manager] Restrict Jobs AccessActually my site is crashing and the images of listing are not showing. :/
Forum: Plugins
In reply to: [WP Job Manager] Restrict Jobs AccessAwesome it works! But how can i make them redirect to certain page?
Forum: Plugins
In reply to: [WP Job Manager] Restrict Jobs AccessHi Mike,
Thanks a lot for the response but I don’t know how to code unfortunately and the plugin that you recommended is not helping.
I’m using WP Job Manager with Woocommerce, so i basically want to restrict access to listings to “costumer” role because this is the role where user is automatically putted when his subscription expires.
This may sound completely nuts, but are you maybe able to publish this solution through the plugin? Or maybe to guide me step by step on how to achieve this?
Would really appreciate any of this.
Thanks
Kind Regards