your latest vibecustomtypes 2.0.6.2 (yoast seo support) broke download manager plugin (wpdownloadmanager – cant add media in backend)
The screenshot shows how its broken and how its supposed to look like. Also sending you the console error.
https://pentestmag.com/wp-admin/post.php?post=11283&action=edit
username: daria.zmuda
password: O$BMLw)FiT^TQ3su!FPPt5ju
if you want to see in the backend
what does this code do? i had to remove it in order to fix the problem with download manager.
jQuery(document).ready(function($){
jQuery('.author-social-remove').live('click', function(){
jQuery(this).parent().parent().fadeOut('slow', function(){jQuery(this).remove();});
});
$('#add_social_info').click(function(event){
event.preventDefault();
var new_input = jQuery('#socialtable tr:last-child').clone();
jQuery('#socialtable').append(new_input);
jQuery('#socialtable tr:last-child').removeAttr('style');
jQuery(new_input).find('select').each(function(){
jQuery(this).attr('name' , jQuery(this).attr('rel-name'));
});
jQuery(new_input).find('input').each(function(){
jQuery(this).attr('name' , jQuery(this).attr('rel-name'));
});
return false;
});
$('select.chosen,select.chzn-select').each(function(){
$(this).select2();
});
});
Yep this is an issue in wplms as of now .
Will be fixed in the next update of vibe customtypes plugin .
Thanks for reporting the issue.
your update 2.0.7 fixed the problem but the woocommerce add file stopped working
your update 2.0.7.1 fixed the woocommerce but broke again the download manager.
Whats going on???
CAn you please share your site url and admin credentials to fix this issue at your end .
Smae fix will be available in the update of wplms theme and vibe customtypes plugin .
PS : mark reply as private while sharing credentials .
http://javamag.org/
username: admin
password: San@Sze11110
Hi can you please share a valid ftp credentials to fix your site .
Since there is not response form you yet .
i am attaching the " meta_box.php " file that you need to replace in your wp-content/plugins/vibe-customtypes/metaboxes/ folder .
I have made another change in the theme register.php (in your wp-content/includes folder) file along with the meta_box.php file in vibe-customtypes plugin.
So please consider that chnage also .