aries.mehehe
Forum Replies Created
-
The easiest way: download this file pinboard.1.0.8-functions_mod.zip and go to yoursiteaddress/wp-admin/theme-install.php and install this zip (do not unzip this file). Changes made by my: only this missing line. I didn’t test it, but it should works. Do it on your own risk.
If you don’t want to do this, you can go to yoursiteaddress/wp-admin/theme-editor.php, chose Pinboard, then chose from the right side functions.php and then you have to find (CTRL+F – web browser should manage with this) this line:
wp_register_script( 'ios-orientationchange-fix', get_template_directory_uri() . '/scripts/ios-orientationchange-fix.js', false, null );
hit enter at the end of this line and add:
wp_register_script( 'jquery-migrate', get_template_directory_uri() . '/scripts/jquery-migrate.js', array( 'jquery' ), null );
Then save this file (button is below this window).
Let us know what is the result and witch metod did you choose.
—
Sorry for my poor english…Ok, I made a file with this missing line: https://prawiejakfotograf.pl/share/functions.zip – unzip to /www/wp-content/themes/pinboard (first, change the name of the original file that you do not overwrite it to have a copy in case of problems).
PS. I do not understand what I did, but it works for me.
I just swapped one file from version 1.0.7: functions.php and ajax works fine.
The line number 589 is missing:
wp_register_script( 'jquery-migrate', get_template_directory_uri() . '/scripts/jquery-migrate.js', array( 'jquery' ), null );
I suspect this is the cause of the problem.