Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author Dipak C. Gajjar

    (@dipakcg)

    @nealghoshal,

    Many of plugin users use Divi theme and they never reported any conflict(s) yet. However, I will double check to make sure about it.

    Could you share your site URL to look further?

    Thread Starter nealghoshal

    (@nealghoshal)

    Thanks for the reply.

    It is just the very recent Divi Update in the last couple of days that has made this happen.

    The url is https://www.waihekewalkingfestival.org/

    but I’ve had to de-activate your plugin for now.

    Hope you can help as your plugin has been pretty effective in speeding up sites.

    Thanks for any help …

    Neal

    Plugin Author Dipak C. Gajjar

    (@dipakcg)

    @nealghoshal,

    Can you also make sure that this plugin conflicts with Divi theme, not with other plugins? I appreciate you share list of activated plugins.

    Thread Starter nealghoshal

    (@nealghoshal)

    Here’s my list of plugins. I’ve tried de-activating all the other plugins and the only plugin that creates the problem is this one. I guess it could be a conflict between your plugin and another one, but not sure how to test that.

    Admin Menu Tree Page View
    Ajax Event Calendar
    Akismet
    All 404 Redirect to Homepage
    Black Studio TinyMCE Widget
    Bloom
    CMS Tree Page View
    Contact Form 7
    CSSHero
    Display Widgets
    Divi Booster
    Elegant Themes Updater
    Enhanced YouTube Shortcode
    Essential Grid
    Forget About Shortcode Buttons
    Google XML Sitemaps
    Gravity Forms
    Gravity Forms – Placeholders add-on
    Gravity Forms Auto Placeholders
    Gravity Forms CSS Ready Class Selector
    Gravity Forms MailChimp Add-On
    Gravity Forms PayPal Standard Add-On
    Gravity Forms Toolbar
    Imsanity
    Jetpack by WordPress.com
    Logos Showcase
    MapPress Easy Google Maps
    Math Captcha
    MaxButtons Pro
    Monarch Plugin
    Nested Pages
    No Self Pings
    Revolution Slider
    Simple History
    Surbma – Divi & Gravity Forms
    TinyMCE Advanced
    UpdraftPlus – Backup/Restore
    Wordfence Security
    ZenCache

    Phew – that’s quite a lot I guess! Any ideas?

    I have just tested WP Performance Score booster, on a site with Divi and only a few other plugins… No issues… @nealghoshal, do you still have the problem? That’s a LOT of plugins – is probably going to give you a headache at the next major WP upgrade, if not before. Consider making a simpler setup, maybe ditch overlapping functionality.

    @dipakcg

    Hm,
    I just got the same conflict with WordFence and the latest version of Divi 2.6 which I updated an hour ago.
    Pagebuilder stopped working.

    I disabled all the plugins and activated it one by one.
    WordFence is the only plugin that is causing this conflict.

    It worked ok before I updated Divi.

    Is it a theme thing?

    Plugin Author Dipak C. Gajjar

    (@dipakcg)

    torkild,

    I can’t say now that it’s theme thing (until I run some tests at my own first).

    Have you tried to untick WP Performance Score Booster options one by one?
    Ref. Screenshot: https://www.ads-software.com/plugins/wp-performance-score-booster/screenshots/

    I have the same problem. I updated Divi to 2.6.1 and the ePanel (Divi theme options) layout was distorted. Also, my Divi contact form was distorted. I’m using a minimum of plugins, but when I disable WP Performance Score Booster, all is OK.

    Hi Dipak,

    Thanks for coming back to me.
    I don’t have that plugin, but I cleared the Browser’s cache and it works ok now.
    If the issue repeats I’ll let you know.

    Cheers

    Plugin Author Dipak C. Gajjar

    (@dipakcg)

    and5rey,

    Do you mind to post before and after (plugin activation) contents of your .htaccess.

    torkild,

    I am glad that it works now. ??

    I too had issue. was unable to edit any content until I disabled WP Performance Score Booster. disabled all plugins and reactivated one by one. when I reactivated the booster it again made editing impossible.

    you asked in one response to view .htaccess…I have included mine in the pursuit of a fix. your plugin is an important one and we divi users are anxious for a fix.

    Booster is currently disabled at https://www.saintmaryadoption.com

    ========================================================

    # BEGIN WPSuperCache
    # END WPSuperCache

    # BEGIN WP Performance Score Booster Settings

    ## BEGIN Enable GZIP Compression ##
    <IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    AddOutputFilterByType DEFLATE application/x-httpd-php
    AddOutputFilterByType DEFLATE application/x-httpd-fastphp
    AddOutputFilterByType DEFLATE image/svg+xml
    SetOutputFilter DEFLATE
    </IfModule>
    ## END Enable GZIP Compression ##

    ## BEGIN Vary: Accept-Encoding Header ##
    <IfModule mod_headers.c>
    <FilesMatch “\.(js|css|xml|gz)$”>
    Header append Vary: Accept-Encoding
    </FilesMatch>
    </IfModule>
    ## END Vary: Accept-Encoding Header ##

    ## BEGIN Expires Caching (Leverage Browser Caching) ##
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/jpg “access 2 week”
    ExpiresByType image/jpeg “access 2 week”
    ExpiresByType image/gif “access 2 week”
    ExpiresByType image/png “access 2 week”
    ExpiresByType text/css “access 2 week”
    ExpiresByType application/pdf “access 2 week”
    ExpiresByType text/x-javascript “access 2 week”
    ExpiresByType application/x-shockwave-flash “access 2 week”
    ExpiresByType image/x-icon “access 2 week”
    ExpiresDefault “access 2 week”
    </IfModule>
    ## END Expires Caching (Leverage Browser Caching) ##

    # END WP Performance Score Booster Settings

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    update

    If I disable query strings option, divi works.

    unchecked: Remove query strings from static content

    checked: Enable GZIP compression (compress text, html, javascript, css, xml and so on)

    checked: Set expire caching (Leverage Browser Caching)

    Plugin Author Dipak C. Gajjar

    (@dipakcg)

    Thanks webwright for taking time to share the fix.

    ==========================================

    Does anybody willing to test the next version 1.4.1 of WP Performance Score Booster before I make it live to public (on www.ads-software.com)? The next release should fixup the conflict with Divi, (and that way users don’t have to disable/uncheck ‘Remove Query Strings’ option to make the plugin work with Divi) It will also help to boost up the site a bit further.

    Tweet me at @DipakCGajjar to step ahead.

    Thanks in advance.

    ==========================================

    Thread Starter nealghoshal

    (@nealghoshal)

    Hi there – me again – the issues have got better – I’m not getting the same kind of issue I was before at the top of this post. However there is still another issue now –

    My client, who uses a Mac (not sure whether this makes a difference or not) cannot edit any of the modules when this plugin is activated. I can on my pc, but he can’t.

    I checked on the Elegant Themes forum and there are a few posts around this with the plugin – they suggest it is something to do with the way the plugin caches:

    This occurs when your caching plugin does not update it’s cached files, or when the plugin adds its own versioning to files and your browser caches them. Clearing both caches will solve the problem.

    Hope this helps make some positive changes …

    Neal

    Thread Starter nealghoshal

    (@nealghoshal)

    Another update – I had the Zen Cache plugin also installed and after clearing the cache within this plugin, and then re-activated WP Performance Score Booster – my client can now once again edit the modules within Divi builder.

    Hope that gives more information.

    Neal

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Conflict with the Divi Theme and Builder’ is closed to new replies.