Shahjada

Forum Replies Created

Viewing 25 posts - 2,226 through 2,250 (of 15,650 total)
Jul 10, 2020 at 7:42 pm
#132634
Keymaster
Shahjada
Staff OP

Okay now, notifications were not due to invalid from email, I’ve updated from email as noreply@avionics411.com

Image 2020-07-11 at 1.42.08 AM

Jul 10, 2020 at 5:24 pm
#132631
Keymaster
Shahjada
Staff OP

Hi,
First of all, Mailchimp is working fine now on your site. For phone number, I added a dummy number when sending api request from wpdm.

There is no wpdm specfic, the form is for the list you select in wpdm settings. The form can be found here: Go To MailChimp Audience Menu ► Select the list from dropdown ► Click View Contacts button ► Click on tab Signup Forms ► Select Form builder

And you will the MailChimp form, there you can delete the phone number.

Jul 10, 2020 at 2:58 pm
#132619
Jul 10, 2020 at 1:59 pm
#132609
Keymaster
Shahjada
Staff OP

Hi,
The error is coming from the plugin Multisite Networkwide Notifications

Jul 10, 2020 at 1:53 pm
#132607
Keymaster
Shahjada
Staff OP

Hi,
Please give me your URL to check.

Jul 10, 2020 at 1:47 pm
#132606
Keymaster
Shahjada
Staff OP

Use add_filter("wpdm_nivo_lightbox", "__return_false"); to hide nivo lightbox
Unselect any google font from wpdm UI setting to hide the CSS.

Jul 10, 2020 at 1:24 pm
#132605
Keymaster
Shahjada
Staff OP

Okay now, updated on your site.

Jul 10, 2020 at 1:16 pm
#132604
Keymaster
Shahjada
Staff OP

got it, we shall adjust it with the next update.

Jul 10, 2020 at 12:43 pm
#132600
Jul 10, 2020 at 11:57 am
#132594
Keymaster
Shahjada
Staff OP

Hi,
I’m not seeing any issue, everything seems to be normal:
Image 2020-07-10 at 5.56.33 PM

Jul 10, 2020 at 11:49 am
#132592
Keymaster
Shahjada
Staff OP

Hi,
Sorry, we missed some placeholder text from translation, we shall adjust them with the next update.

Jul 10, 2020 at 11:46 am
#132591
Keymaster
Shahjada
Staff OP

Please follow the steps to upgrade:
1. Deactivate and Delete the old version from Admin Menu ► Plugins
2. Download the latest version from https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3. Install and activate the latest version
4. Done! ( The process will not harm your old data/settings )
From the next update, you will be able to use the automatic upgrade as usual.

Jul 10, 2020 at 11:44 am
#132590
Keymaster
Shahjada
Staff OP

Hi,
Please do that following:

  1. Go to admin menu ► Pages ► Add New
  2. Add page title and select thee custom page template you just created from the Page Attributes
  3. Publish
  4. View the page and you will see the search bar
  5. Search something to see results
Jul 10, 2020 at 11:36 am
#132588
Keymaster
Shahjada
Staff OP

Please update to 5.1.17.

Jul 10, 2020 at 11:33 am
#132587
Keymaster
Shahjada
Staff OP

Hi,
Pagination issue is generating by your theme. It can be adjusted by adding the following CSS:

@media (max-width: 600px) {
.w3eden .pagination li a.page-numbers{
  padding: 0 10px !important;
  min-width: 30px !important;
}
}
Jul 10, 2020 at 11:02 am
#132585
Keymaster
Shahjada
Staff OP

Issue #1 & #2, a new major update is coming soon with the fix. However, for now, I’ve patched it on your site temporarily

Jul 10, 2020 at 10:18 am
#132580
Keymaster
Shahjada
Staff OP

With the latest version of the form lock add-on, need the latest version of wpdm pro. If you are already using the latest version of wpdm pro, please send me temporary wp-admin login info in a private reply to check your issue.

Jul 10, 2020 at 10:04 am
#132576
Keymaster
Shahjada
Staff OP

Hi,
Found the issue, it will be adjusted with the next update.

Jul 10, 2020 at 6:31 am
#132548
Keymaster
Shahjada
Staff OP

Still, it is not allowing me to access https://magneticwin.pt/wp-admin/

Jul 10, 2020 at 6:04 am
#132541
Keymaster
Shahjada
Staff OP

Hi,
To open a link in Nivo lightbox in the package details page, use class wpdm-lightbox with the a tag.
Ex: <a href='full-image-url' class='wpdm-lightbox'><img thumb/></a>

Jul 10, 2020 at 5:34 am
#132537
Keymaster
Shahjada
Staff OP

Hi,
I think you can do that using our PDF viewer add-on:

WordPress PDF Viewer


And from the page template simply remove the [download_link..] tag

Jul 10, 2020 at 5:30 am
#132536
Keymaster
Shahjada
Staff OP

That option is not available for now, the default redirect page is the dashboard membership plan page. However, a new and major update of membership plugin is coming within this month, we shall add those options there.

However, you can track stripe successfull subscription payments using the following code:

add_action("plugins_loaded", function(){
  if (wpdm_query_var('wppmaction') === 'stripe-new-subscription') {
     $url =  "your tracking url"; //Set you  tracking url
     $params  = [ ]; // Additional Parameters 
     $params  = $params + $_REQUEST;
     wpdm_remote_post($url, $params);
   }
});
Jul 10, 2020 at 4:50 am
#132530
Keymaster
Shahjada
Staff OP

Hi,
I’m not seeing login page anywhere there, also standard login url is not working.

Jul 10, 2020 at 4:15 am
#132529
Keymaster
Shahjada
Staff OP

Hi,
Sorry for the delays, we missed this as the topic is already marked as resolved, next time please create a new topic.
Please send me temporary wp-admin login info in a private reply to check your issue.

Jul 9, 2020 at 3:26 pm
#132516
Keymaster
Shahjada
Staff OP

Hi,
You. can use the following code to push the data to a remote URL:

add_action( 'gform_after_submission', 'handle_api_request', 10, 2 );
function handle_api_request( $entry, $form ) {
  //Handle your remote. api request here
}

Doc: https://docs.gravityforms.com/gform_after_submission/

Viewing 25 posts - 2,226 through 2,250 (of 15,650 total)