Changing Suffusion for WordPress 3.6.

Aug 022013
 
 Posted by on 02/08/2013 How-To's Tagged with: , , , ,  Add comments
04.08.2013 at 07:32. – My previous patch and the theme update don’t take in account that the new method which replaced the ‘select’ method need an index for selecting correctly. As result, the changes are saved, but after that will return to the first screen of options. I ended to make another 2 changes in suffusion/admin/js/admin.js file:
I added a new function:
I changed the line of $tabs.tabs with:
Can download this new patch from the bottom of this page
03.08.2013 at 13:00 – Suffusion 4.4.7 – which address the issue – was released and can be downloaded from repository – Please update the theme

If you upgrade WordPress to version 3.6. will notice that Suffusion cannot save anymore the changes in options.

This is because the new version of jQuery UI used in this update (1.10.3) don’t have a “select” method for tabs, and this method was used in backend of Suffusion for Save/Reset  button tabs.

For solving the problem, need to open /suffusion/admin/js/admin.js in a text editor, look for the line:

and replace it with:

After that Suffusion will works as expected.

Can download the modified file from here:

Download New Patched admin.js for Suffusion (downloaded for 808 times)

https://drafie-design.nl/changing-suffusion-for-wordpress-3-6/trackback/Trackback URI:  

Ciprian

Experienced web developer and graphic designer. Former consultant for Suffusion theme and former moderator on Suffusion Support forum. I teach others while learning myself.

Google+ Profile

    Google+ Page

 Leave a Reply

(Your comment will be published. To contact me privately, use the contact form.)

This site uses Akismet to reduce spam. Learn how your comment data is processed.

  11 Responses to “Changing Suffusion for WordPress 3.6.”

Comments (10) Pingbacks (1)
  1. […] I detailed in the post about upgrading Suffusion for WordPress 3.6., the method ‘select’ need to be replaced with ‘option’, […]