Again problems with updating plugin

Viewing 5 posts - 1 through 5 (of 5 total)
#157978

Oliver Hernandez
Participant

Hi,

I updated the WPForms Mailchimp and WPDM – MailChimp plugins, they were removed and I had to download them from http://www.wpdownloadmanager.com and reinstall them.

But again I do the test to download a product and it remains loading, nothing happens.

I need your help urgently.
Thanks

#157979

Oliver Hernandez
Participant
This reply has been marked as private.
#157989

Shahjada
Keymaster

It was due to css conflict, I’ve added the following code at the end of your active thneme’s functions.php to resolve it:

add_action("wpdm_modal_iframe_head", function(){
	?>
<style>
	.modal-open #wpdm-locks{
			display: block !important;
		opacity: 1 !important;
		}
	#wpdm-locks .modal-content{
		padding: 40px 10px 10px !important;
	}
	</style>
<?php
});
#157995

Oliver Hernandez
Participant

Thank you so much

#158057

Humayon
Moderator

Hi @oliver-hernandezoslriskmanagement-com,
You are welcome.
If you found our support helpful, could you leave your valuable review here?
Your rating keeps us inspired.
Thank you

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Again problems with updating plugin’ is closed to new replies.