Divi Theme Builder Keeps Loading - php

The Divi theme builder keeps loading when enabled in any pages. I updated the WordPress, Divi and PHP although the problem persists. Can anyone help me solve the issue.

Try the safe mode from dashboard > Divi > Support option.
Enable Safe Mode, sometimes 3rd party plugins or server causes this issue.

If you have purchased the Divi theme, you should be able to get direct support from Elegant Themes regarding this.
I am guessing the firs thing they will ask you to do is disable all of your plugins to see if the issue goes away when you do. If so, you can re-enable them one by one to isolate which plugin conflicts.

Related

Admin Ajax causing slow wordpress site (waterfall)

Can someone help me figure out how to fix the slow admin-ajax.php problem? Sorry I'm new to wordpress.
I understand it could be related to the wpbakery (visual composer) plugin used to build the site. But I've disabled plugins one by one and can't figure out the cause.
EDIT: I've used Heartbeat API Plugin as well to no avail.
Thanks in advance.
https://i.imgur.com/05gDDQi.png
Plugins might be using this admin-ajax for the various purposes which eventually slows down the website.
The best solution is by disabling the Heartbeat API. Install the Heartbeat control plugin. Heartbeat control plugin allows you to easily manage the frequency of the WordPress heartbeat API. Through this plugin, the heartbeat API can be disabled entirely.
Refer to the below articles for more info.
https://visualmodo.com/reduce-admin-ajax-server-load-wordpress/
https://www.hostinger.in/tutorials/how-to-fix-admin-ajax-file
https://www.cloudways.com/blog/reduce-admin-ajax-php-related-server-load-wordpress/
https://kinsta.com/blog/admin-ajax/
Actually, are you using wp advanced search plugin? This looks like its not supported and causing this issue.
I ended up just deferring it with W3 Total Cache under the Minify settings for JS by copying and pasting the admin-ajax.php script.

Wordpress theme option data's missing after domain change

The theme option data are missing after website domain change.I faced the issue many times,usually reenter the data ,but its not a practical solution.
I am using Options Framework plugin.
Is there any way to resolve the issue ?
Are you using a custom theme options framework? If so which one, a majority have an export/import option.
If you refer to the native WP Customizer, you can use this handy plugin: https://wordpress.org/plugins/customizer-export-import/
Please edit your question and I can update my answer to reflect this.
As you use the Options Framework Plugin, this Github thread will help you do an SQL export/import: https://github.com/devinsays/options-framework-plugin/issues/77
There’s also a fork of the theme version, where someone built the export/import functionality you require: https://github.com/vauvarin/options-framework-theme

How to disable core plugin "SimplePie" in WordPress 3.8.1

i've got a WordPress installation on another hoster and the hoster informs me, the site got hacked. (everything is up to date)
So i looked at the files and found a corrupted "gpzdecode.php" with an injected code in "wp-includes/SimplePie/".
The code was probably uploaded though a security breach in the core plugin "SimplePie" (know issue but i've found no solution).
We don't use the Plugin but it's a core item and i don't know how to disable it.
The FAQ, Support etc. from Wordpress and SimplePie doesn't seem helpful. If you find something, correct me :)
You know how to disable the core plugin (it's not shown in the "Plugin-Panel" and simply delete the SimplePie directory in wp-includes wont help me, i guess)
thanks in advance,
IT Meyer

My wordpress.ORG theme breaks comments functionality

I'm helping to develop a wordpress.ORG website (www.teloscares.org). The site is using a custom theme that I didn't develop (for the record, I know very, very little about php or css) and for some reason the theme is breaking our ability to view or leave comments. IS there any advice on how I can track down what about the themes .php files is breaking it or where I can look it up? Please feel free to point me in the right direction if it's not a quick, easy fix somehow. When I switch to the wordpress "2012" theme it works just fine, which is how I was able to determine that it was our theme. Any advice would be appreciated. Thank you.
First of all disable all your plugins, see if that fixes the problem? If not then the problem is indeed with your theme. You can track down problems by enabling WP_DEBUG, you can do that in the wp-config.php file which you can find in the root of your WordPress installation directory.
Links from the very mighty codex:
http://codex.wordpress.org/WP_DEBUG
http://codex.wordpress.org/Debugging_in_WordPress
http://codex.wordpress.org/Editing_wp-config.php#Debug
EDIT
It appears that the OP's theme didn't have any comment functionality at all, so there wasn't anything wrong it just wasn't there. You can add the comment functionality yourself using comments_template()
More in the mighty codex:
http://codex.wordpress.org/Function_Reference/comments_template
http://codex.wordpress.org/Function_Reference/comment_form
http://codex.wordpress.org/Function_Reference/wp_list_comments
You can use Disqus — it's widget is JS-based, has Wordpress integration, supports login with social network accounts and works fine

I can't move widgets in the Wordpress sidebar

I have an issue with a wordpress theme that I'm using, where I cannot add widgets to the sidebars. The drag and drop function does not work.
I am able to move widgets around in other themes.
I was wondering what kind of code in the theme may be causing such an issue?
I have tried to fix this by adding a Google plugin, but it doesn't seem to have helped.
Are there any plusgin that allow me to edit widget without the drag and drop functionality needed by default?
This is a common problem with themes that don't correctly enqueue jQuery. Switch to the twentytwelve theme and see if widgets work; if so, it's your theme. (It could also be a plugin problem.)
You need to
use Firebug with Firefox, or use the developer tools in Chrome or Safari or IE to see what javascript is loading on your site and any errors.
Ask the theme developer if you can't debug javascript. The error you see undefined' is not an object is too vague to figure out without much more info.
I had a similar problem - found out that by deactivating the feedburner plugin it got resolved. Some kind of possible conflict there - see if disabling any plugins would help?

Categories