vibecustomtypes 2.0.6.2 issue

Home Forums Legacy Support Support queries Update Issues vibecustomtypes 2.0.6.2 issue

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #35408
    chinolz
    Spectator
    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.
    #35413
    chinolz
    Spectator
    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
    #35460
    chinolz
    Spectator
    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(); }); });
    #35634
    Anshuman Sahu
    Keymaster
    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.
    #37068
    chinolz
    Spectator
    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???
    #37265
    Anshuman Sahu
    Keymaster
    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  .
    #37285
    chinolz
    Spectator
    http://javamag.org/ username: admin password: San@Sze11110
    #37487
    Anshuman Sahu
    Keymaster
    Hi can you please share a valid ftp credentials to fix your site .
    #37624
    Anshuman Sahu
    Keymaster
    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 .
    #37650
    chinolz
    Spectator
    thanks
    #37692
    Anshuman Sahu
    Keymaster
    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 .
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘vibecustomtypes 2.0.6.2 issue’ is closed to new replies.