fabio323ti
Forum Replies Created
-
you’re right, but if customer delete itself (deleting account), why his info continue to be stored inside database? should be removed automatically.
Thanks for reply, my plugin version is 3.2.3
I confirm you that on deleting user from wordpress.. (not from plugin > support > customer) , supportcandy is not deleting customer and his ticket.
I solved creating manually hook and a lot of codes to match userid, customer_id and while data inside plugin.
Anyway, i don’t setup GDPR inside supportcandy because ticket system are available only for member customer, that already confirm his gdpr on sign-up.
Enbale “load JS & CSS in all pages” not solve my issue..
i’m using Pro version of plugin but have expired support validity time.
Can be fixed at same or need to buy new support subscription?
thanks
i had same issue and I solved.
the Referral page is working only for restricted page managed by arm ember plugin.if you setup content restriction and try to request the restricted url.. you’ll redirect to login page and successful redirect to original url.
Plugin is working.. only if you its restriction settings and his rules.hope its helps
Forum: Plugins
In reply to: [WooCommerce] Review with only 4 starsim currently using Kava theme from Crocoblocks, their technical support told me isn’t theme issue, im really surprised of that.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sidecart issueHi Robert, its the menu cart widget pro icon from elementor, and Kava theme from crocoblock.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Sidecart issueHi Robert, what i mean, header is sticked on top (after scrolling page) the sidecart is rendered in header height, it show in height of 90px with vertical overflow…
if back on top of page (without sticking effect), sideart render full screen.
hope ita more clear- This reply was modified 2 years, 3 months ago by fabio323ti.
- This reply was modified 2 years, 3 months ago by fabio323ti.
- This reply was modified 2 years, 3 months ago by fabio323ti.
Forum: Plugins
In reply to: [Elementor Website Builder - More than Just a Page Builder] Paypal Widgetmy mistake, item_id = SKU . sorry
Mee to, not works.
All setup correctly but plugin not works as expectedThe Problem still On, i can’t back to previous page after login… plugin always come back to “setted page in setup settings”.. no way to redirect to last page…
very struggle about this.
Reputesystem can you make and example or share php example to work with it as you wrote?
my php line is : wp_redirect( get_option(‘home’) . ‘/login?redirect_to=’ . esc_url($_SERVER[“HTTP_HOST”] . $_SERVER[“REQUEST_URI”]) );
(the url on top bar is correct, i can see correct page value.. but plugin not works as axpected)
thanks
- This reply was modified 2 years, 5 months ago by fabio323ti.
Did you read my posts? did you understand what i mean?
i need > “www.yoursite.com/restrictedpage” > “login page ” > “back to “www.yoursite.com/restrictedpage” …
- This reply was modified 2 years, 11 months ago by fabio323ti.
Yes you’re tight but armember redirect settings is for whole site and whole pages….
this is not for my scenario…
if unlogged users browse to a url > “www.yoursite.com/restrictedpage” .. it automatically redirect to login page… but after successfull login it comes to > “Default armember redirect settings” …..
i need > “www.yoursite.com/restrictedpage” > “login page ” > “back to “www.yoursite.com/restrictedpage” …
when user call a pages that need login should be redirect to them and not to globaly armember settings redirection.
its ok now? can be done?
with this snippet also not works.
function wc_redirect_non_logged_to_login_access() { if ( ! is_user_logged_in() && ( is_woocommerce() || is_shop() || is_cart() || is_checkout() || is_account_page() ) ) { global $wp; $redirect = rawurlencode( trailingslashit( site_url() ) . $wp->request ); wp_safe_redirect( get_option( 'home' ) . '/login?redirect_to=' . $redirect ); exit(); } }
i need woocommerce and account under login and redirec to called page.
Its so complicated fix armember plugin?
The custom code is for woocommerce page and is added to function.php, by the way, also removing the code, the url link https://sitename/login/?redirect_to=-….. is not working on your plugin.
i’d follow your steps but not works.
this is snippet i’d used to :
if ( ! is_user_logged_in() && is_account_page() && ( is_woocommerce() || is_shop() || is_cart() || is_checkout() || is_account_page() ) ) { wp_redirect( get_option('home') . '/login?redirect_to=' . esc_url($_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]) ); exit(); }
with this always back to home after login…
i’d already setted up in your plugin redirect after login to referral…
maybe i’m wrong, can you make me a example of login with redirect link?
for example, calling /my account page > redirect to /login page and after back to account page.
thanks
- This reply was modified 3 years ago by fabio323ti.
- This reply was modified 3 years ago by fabio323ti.