flicker07
Forum Replies Created
-
Yes all transactions are successful. I can see it on the orders page. Says Capture ( because i set this as preauthorization )
Just wondering, when should be the transaction reflects in Stripe account? is it after clicking the capture button of the order?Forum: Fixing WordPress
In reply to: Unable to add new userI mean on the Network settings, I enabled/checked the “Allow site administrators to add new users to their site via the “Users ? Add New” page.”
check screenshot: https://www.webpagescreenshot.info/#v2=Kz5Ew-Yok
but it seems it’s not working. Nothing happens when I try to add new user.
( I’m adding as Administrator by the way )Forum: Fixing WordPress
In reply to: Automatic Crop Image on Woocommerce Product PageHi @sukafia
I saw it already. but what i need is the should have the same dimensions. in terms of width and height. As of now my Main Image width is set to 600px. is there a way to make their height all the same?
Thanks
Forum: Networking WordPress
In reply to: WP Multisite Domain MappingThanks. i’ll get in touch with GoDaddy
Forum: Plugins
In reply to: [WooCommerce] How to unpublish multiple woocommerce productsHi Lorro, What plugin should i use?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Categories DisplayHi Stef,
what do you mean? do you have a snippet or something that would achieve this one?
Forum: Plugins
In reply to: [Appointments] I can’t receive any notificationCool. Thank you! i will check that one.
Forum: Plugins
In reply to: [Appointments] I can’t receive any notificationHello,
Well the paypal sandbox works now. and you right that it doesn’t require any confirmations on the paypal account. i don’t know yet if LIVE payment works fine.
Now what i notice is that if you enable the “Payment” in live or sandbox mode.
the FREE service i have doesn’t email the admin for the booking Confirmation. Even though i already enable this option on the Payments – https://www.screencast.com/t/jjL4VIJBby the way here’s my plugin settiings – https://drive.google.com/open?id=1Wg6fUQI8dHkIZnTKQsbt_HC1BhvnZEHl
Thanks!
Forum: Plugins
In reply to: [Appointments] I can’t receive any notificationDoes the owner’s paypal account should confirm first the payment in paypal in order to receive the email confirmation?
Forum: Plugins
In reply to: [Appointments] I can’t receive any notificationThank you. It’s working now.
However, the problem now if the paypal payment is enabled. I can’t receive the confirmation email even one of my service is free, i can’t receive any email. but if i disable the paypal payment. i can receive emails.
I’m using sandbox account to test my paid service, also this one wont email me the confirmations.
how do i fix this?
Forum: Themes and Templates
In reply to: adding of conditions on the template filethanks a lot sir for your reply. i already figured out 🙂
Forum: Themes and Templates
In reply to: Help on query_posts() Show only specific categoryHello, i tried the codes you’ve given however it doesn’t work. ahmmm. maybe because it is not a post. actually this a custom page which is portfolio. In portfolio i made this entries not on page or posts. we all know that page doesn’t have any category that’s why i used portfolio to sort things up.
any more suggestions?Thanks a lot for your responses 🙂
Forum: Themes and Templates
In reply to: Disabling posted details and commentIs there any other way to hide it? i mean a function or something like that?
Thanks. ahmm.. Using CSS or any Code is my last option though. 🙂Forum: Themes and Templates
In reply to: Adding of Date Time Tickeroyea! tnx 🙂
Forum: Themes and Templates
In reply to: How to add footer linksthanks,
I added this line on the end of the code
<?php register_nav_menu( 'footer_menu', 'Footer Menu' ); ?>but it seems it gives me error. Where should i particularly add this line on the file?