kaynoba
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Theme and Plugin Upgrades] error: The destination folder already existsThanks @chris,
I’ll be tested and confirmed.
Forum: Plugins
In reply to: [Easy Theme and Plugin Upgrades] error: The destination folder already existsHello Chris,
When will be released final version on wordpress plugin store? Should I use your developed version on your site or wait final version for use production web-site?
Thank you for your effort and solved the problem.
Forum: Plugins
In reply to: [WooCommerce] login/logout button and say welcomeedit:
this is my need code
<a href="<?php echo wp_logout_url( get_permalink() ); ?>">Logout</a>Forum: Plugins
In reply to: [WooCommerce] login/logout button and say welcomeHello again Mike,
I would like to add one more question about logout link.
This is my need code:
Where I should use this code in .php file to understand web site after customer login? Of course you know that, this code should be active after login the website that’s why I ask you.
Thank you
Forum: Plugins
In reply to: [WooCommerce] login/logout button and say welcomeHello Mike,
I’m using “My Account” button in top toolbar widget area. Where I can use the code for example is:
<?php
$current_user = wp_get_current_user();
if ( 0 == $current_user->ID ) {
// Not logged in.
} else {
// Logged in.
}
?>Which .php file should be configured ?
Forum: Plugins
In reply to: [WooCommerce] login/logout button and say welcomeHello Caleb,
I don’t know which codes I have to use, but is there any web sites or source’s about that I can use them. I think so no need developer only change this area.
Thank you
Forum: Fixing WordPress
In reply to: login/logout button and say welcomemoved again, thanks
Forum: Fixing WordPress
In reply to: add custom fields in checkout and user detail areaThanks James, moved again.
Forum: Fixing WordPress
In reply to: Ajax search filteringThanks James, I moved.
Hello cedcommerce,
It Works. Thank you for your great support.
Have a nice day..
Ali Enver Isman