How to fix Mystique comments problems WordPress theme when updating to v3.8

To the people who search the response to fix the error in the Mystique wordpress theme, there’s a solution for us.

You must edit 2 files of the theme and the problem is fixed.

Go to wp-content/themes/mystique/js and edit this:

– jquery.atom.js : change absolute to relative

var tabs = $(this),
instance = tabs.attr(‘id’);

$(‘.section’, tabs).css({‘position’ : ‘relative‘, ‘width’: ‘100%’});
$(‘.sections’, tabs).css(‘height’, $(‘#’ + $(‘.navi li.active a’, tabs).attr(‘href’), tabs).outerHeight(true));

 jquery.atom.min.js : change absolute to relative

(function(b){b.fn.tabs=function(){return this.each(function(){var a=b(this),c=a.attr(«id»);b(«.section»,a).css({position:»relative«,width:»100%»})

How to edit this, download Notepad ++ or edit with notepad from windows and reupload the files to the server at the same location.

NOTA: Lo he escrito en ingles por que hay usuarios en todo el mundo usando este tema. En resumen, para reparar el tema mystique de wordpress en versiones superiores a la 3.5.2, solo hay que modificar esos dos ficheros y resubirlos al servidor sobreescribiendo los originales.

Si esto os ha servido de ayuda, podéis agradecérmelo con una donación por Paypal, gracias!!

 

Leave a Reply