-
AuthorPosts
-
April 18, 2016 at 12:27 pm #616354
After updating WordPress to 4.5 version, there is no option Theme Options in backhand, as well as general layout, general styling, advance styling, theme update and others are lost. Links in the menu and on the website are not working. Child theme is installed and I inserted into functions.php at the bottom as you suggested:
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘modify_jquery’);It is still not working. Please help me solve this problem.
https://www.dropbox.com/s/dv6h9049l5sow0n/Screen%20Shot%202016-04-18%20at%2012.03.07.png?dl=0
https://www.dropbox.com/s/j2loj44di10s6x4/Screen%20Shot%202016-04-18%20at%2012.03.32.png?dl=0
https://www.dropbox.com/s/egmrlhp3m0rjq7h/Screen%20Shot%202016-04-18%20at%2012.03.43.png?dl=0
https://www.dropbox.com/s/2vx083nt90d4p5l/Screen%20Shot%202016-04-18%20at%2012.04.29.png?dl=0April 18, 2016 at 12:32 pm #616358April 18, 2016 at 12:34 pm #616362April 18, 2016 at 12:37 pm #616368Hi!
Can you please go to Settings > Permalinks and flush permalink settings and check if that helps?
Also, please create a temporary admin login and post it here privately so we can look into it.Regards,
YigitApril 18, 2016 at 1:04 pm #616396after changing permalink i get white screen in admin :( ahd i cant create new user tu :(
https://www.dropbox.com/s/mtduxm0a133w2tb/Screen%20Shot%202016-04-18%20at%2013.02.54.png?dl=0April 18, 2016 at 1:07 pm #616402Hey!
Could you please post FTP logins and WP admin logins that you are using here privately in that case so we can try to solve the issue? You can change your password later on.
Cheers!
YigitApril 18, 2016 at 1:17 pm #616415this is all i have
April 18, 2016 at 1:23 pm #616425Hey!
WordPress login credentials are not working for me however frontend and backend is accessible at the moment. Can you please try logging in and creating a new user?
I increased memory limit to 256M by referring to this post – http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP. However it does not seem like it is being applied. You can contact your hosting provider and ask them to increase memory limit
Cheers!
YigitApril 18, 2016 at 5:28 pm #616694I will send you WP admin logins later today.
Thank you.
April 18, 2016 at 6:45 pm #616736WP admin logins
April 19, 2016 at 10:14 am #617265WP admin logins are in private content.
Thank you
April 20, 2016 at 1:28 am #617832Hi!
I am not able to load login page on my end. Are you having the same issue as well?
Regards,
YigitApril 20, 2016 at 9:33 am #618100Hi
no i logged in just fineApril 20, 2016 at 9:39 am #618102I have the same problem with missing options. If you get it working again please provide the solution :)
April 22, 2016 at 10:42 am #619725Has there been any progress on the issue?
April 22, 2016 at 1:21 pm #619886Hey!
I have not been able to login so i asked my teammates to check the thread. Please kindly wait to hear from them.
I will keep trying to login in the meantimeRegards,
YigitApril 22, 2016 at 1:46 pm #619925Ok thanks
April 22, 2016 at 2:21 pm #619964Hey!
We checked for the issue and found out that the theme options are not visible because of a conflict with a plugin.
To find the plugin in conflict please follow the below steps
1. Goto plugins page > Deactivate all active Plugins
2. Updated WordPress and Enfold to latest version if you have not.
3. Activate one plugin at a time… refresh the page and check for the issue.
4. Make sure the plugins are all updatedCheers!
VinayMay 2, 2016 at 11:42 am #625666Hi
from the april 22 site was working properly, and since yesterday problem was back again. Please help.
May 2, 2016 at 11:46 am #625671Hi!
Have you tried de-activating all active plugins as Vinnie suggested above and checked if that helps?
Regards,
YigitMay 2, 2016 at 12:02 pm #625678Hi
yes I did, but it didn’t help.
May 3, 2016 at 8:49 pm #626734Hi,
You are getting an error in js console
Uncaught Error: Syntax error, unrecognized expression: #icl_side_by_site a[href=#cancel]
It is mostly caused by WPML updating the Translation-management might fix the issue. Please refer to this link for a possible solution https://wpml.org/forums/topic/bug-wpml-translation-management-when-i-updated-to-wordpress-4-5/
We await your test results.
Best regards,
Vinnie -
AuthorPosts
- You must be logged in to reply to this topic.