yckelvin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Create invoice via APIDear Anton Korotkoff,
I try execute the script by adding
define('WP_USE_THEMES', false); require('wp-blog-header.php');
before the sample script but not success to create invoice. May I know what is the $credentials for? Is it one of the user account who can create the invoice from backend is fine?
In the sample script, I can’t find the field about slug, how can I name the slug for the invoice?
Best regards,
Kelvin.
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Process payment without the addressDear MariaKravchenko,
Thanks for your explanation.
Dear MariaKravchenko,
Yes, thanks for your reply. I think there is the bug to the Client Dashboard. From the Business Process Tab, there is only the checkbox to activate Client Dashboard and a dropdown list to select the page for displaying the Client Dashboard but there is no other option how it handles the page with different language.
From the dropdown list of “Display dashboard on the”, it lists all pages including all languages, for example, I have “My order” page with 3 languages, then the download list lists out total 3 pages for selection, does it mean the Client Dashboard can only be displayed on one of the pages but not auto language switched?
Hope above information can help your developer to shorten the time to figure out the bug.
Best regards,
Kelvin.
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Create invoice via APIDear MariaKravchenko,
I refer to the document from https://wp-invoice.github.io/docs/api/, I don’t see the download link for the two class files class-IXR.php and class-wp-http-ixr-client.php, do you mean getting the files is considered as technical consulting?
In the article it says
It is the third argument that should contain an Associative Array of parameters. It varies depending on methods. Detailed lists of arguments you can find in WP-Invoice installation. Settings->Help->WP-Invoice XML-RPC API Reference.
, there is no information about how a user can get the classes files, does it mean we need to order it? If we submit the consulting question, it charges for minimum $280, I don’t think the two class files cost $280.
We are not seeking consulting service how we code the api, we don’t know how to get the class files it mentioned in the document and there is no download link or link for us to order.
Best regards,
Kelvin.
I use the WPML
I don’t have problem in other page/post translation
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Create invoice via APIDear MariaKravchenko,
Noted with thanks. How can I get the class-IXR.php and class-wp-http-ixr-client
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Process payment without the addressDear MariaKravchenko,
Thanks for your reply, I may not agree with that set for each particular payment gateway. I try a different kind of online billing system but not necessary to fill all fields to complete the payment. Or they handle the empty fields with some default content so the customer doesn’t need to fill.
Best regards,
Kelvin.
Forum: Themes and Templates
In reply to: [Customizr] Add content above and below my category pageThanks for sharing, may I know how I can change the order of the post listing?
I tried the code from https://gist.github.com/eri-trabiccolo/aafdea95fc3b0f15d0d2, is it only for Customizr but not for Pro version, I get content empty. I view the source from inspector, I can see all the post loop article but empty between this tag.
Forum: Plugins
In reply to: [Theme My Login] Correct location of language fileIf both folders
wp-content/languages/plugins
wp-content/plugins/theme-my-login/languagesare fine to place the translated file. I would suggest to place it under the
wp-content/plugins/theme-my-login/languages because we can easily zip the whole plugins and ready for another site use. In fact, translation work is not an easy task.Just don’t know if I keep language under the
wp-content/plugins/theme-my-login/languages, will the upgrade remove it.Here is a good article I found https://wordpress.stackexchange.com/questions/30555/how-to-keep-plugin-translates-after-updates
I think we need the author’s final answer.
Best regards,
Kelvin.
Forum: Plugins
In reply to: [Theme My Login] Correct location of language fileHi Rudi,
Thanks for your sharing. .mo is read by machines and is in binary format while .po is for human edit use.
I find the language also works if I put under folder
/wp-content/languages/pluginsA bit confusing. Don’t know which folder is the best practise. I find lot of other plugins also put their own language there.
Best regards,
Kelvin.
Forum: Plugins
In reply to: [Shashin] Shashin ErrorYou can modify the shashin/lib/ShashinDatabaseFacade.php, around the line 58 and 59
Replace the charset
$charset = ‘utf8’;
$collate = ‘utf8_general_ci’;I don’t know why but it works. The $wpdb->charset get the wrong setting from my server.
Kelvin
Forum: Plugins
In reply to: [Frontend Uploader] Deleting uploaded fileIs it using the standard WP database structure using the post_meta? If so, can delete the image according to the _wp_attached_file ?
Forum: Plugins
In reply to: [Frontend Uploader] How to make field requiredHi chrouzzy,
Do you mind sharing your solution here?
Kelvin
Forum: Plugins
In reply to: [Facebook Posts Embedded] Responsive?I tried but it didn’t work in responsive. Any solution?