Data Picker, Subscription, Search

This topic contains 9 reply and 2 voices, and was last updated by towhid 8 years, 12 months ago
Viewing 9 Posts - 1 through 9 (of 9 total)
Author Posts
April 18, 2015 at 8:48 pm 41708
towhid Hello, I have 3 question: 1. How to translate Data Picker(Months and Days) 2. IT is possible connect specific subscription with specific form? 3. How to search by meta fields? Eg. by Date?
April 19, 2015 at 11:34 am 41736
towhid towhid

Hello Sokołowski,

1. Date Picker(Months and Days) Can you please provide me a screenshot.
2. I am really sorry to say that we do not have this kind of feature right now.
3. I have given you an example how how to search by meta fields. Please try the following code:

$date = date('Y-m-d H:i:s',strtotime("-1 days"));  // 1 day ago

meta_query' => array(
        array(
            'key'       => 'name of your key',
            'value'     => $date,
            'compare'   => '<=',
            'type'      => 'DATETIME',
        ),
    )

Also please read this documentation though this link – http://codex.wordpress.org/Class_Reference/WP_Meta_Query

Thank you 🙂

April 20, 2015 at 11:50 am 41799
Chili it Chili it

1.
DATA PICKER
2. Page with subscription is individual with somethink? I mean that, depending on the chosen form may be different css class in body, url link etc…?
3. Ok thx, i will try

BTW. Filip is enough :). Sokołowski is Last Name 🙂

April 20, 2015 at 3:27 pm 41828
towhid towhid

Hello Filip,

1. Translate Data Picker(Months and Days) is not possible right now. If you need this option urgently I will request you to please hire a developer.

2. It is depend how you manage the subscription with form.

Thank you 🙂

April 21, 2015 at 5:56 pm 41930
Chili it Chili it

1. Tell me pls where i can find Data Picker files 🙂
4. Where i can translate “Days” and “Months” on Subscription page?
5. How to add new payment method. I need SMS, exactly sms.qiwi with panoramix api. Do you support this? Or your plugin: https://wedevs.com/plugin/wp-sms-verification/

April 22, 2015 at 2:48 pm 42016
towhid towhid

Hello Filip,

For Data Picker:

Step 1: Please open plugins/wp-user-frontend/assets/js/jquery-ui-timepicker-addon.js

Step 2: Find below code :

if (o.timeOnly === true) {
					$tp.prepend('<div class="ui-widget-header ui-helper-clearfix ui-corner-all">' + '<div class="ui-datepicker-title">' + o.timeOnlyTitle + '</div>' + '</div>');
					$dp.find('.ui-datepicker-header, .ui-datepicker-calendar').hide();
				}

Thank you 🙂

April 22, 2015 at 3:00 pm 42017
Chili it Chili it

And for 4 and 5? 🙂

April 22, 2015 at 4:02 pm 42019
towhid towhid

For 4:

I did not uderstand your question clearly. Can you please share screenshot.

For 5.

Please navigate to User Frontend->Settings->Click(Payment Tab) and configure payment in this page. Please see the screenshot below:
https://www.copy.com/s/tbZnBlfTJF3hSf6V/Settings%20%E2%80%B9%20Payment%20%E2%80%94%20WordPress.png

Yes, WP Sms Verification works with Wp User Frontend Pro. It sends sms verification to verify users via SMS and show information only to verified users.

And SMS Gateways it support:

SMS Global
Clickatell
Nexmo
Twilio

Thank you 🙂

April 22, 2015 at 10:08 pm 42068
Chili it Chili it

4.
Days

5. So there is much chance that it will not work with SMS.QIWI :)?

April 23, 2015 at 12:23 pm 42115
towhid towhid

Hello Flip,

4. Please open plugins/wp-user-frontend/class/subscription.php and find this line $recurring_des = '<div class="wpuf-pack-cycle wpuf-nullamount-hide">'.$recurring_des.'</div>';. In this line you have to include WordPress translate function.

5. Please check this link – https://wedevs.com/plugin/wp-sms-verification/ where it says which SMS Gateway support for WP SMS Verification plugin.

Thank you 🙂

Viewing 9 Posts - 1 through 9 (of 9 total)