Viewing 30 results - 361 through 390 (of 958 total)
  • Author
    Search Results
  • There is no block log in Wordfence . Perhaps it was somthing else. Please try again and inform me as soon as possible!!!!!!!!!!!!!

    #979943

    Hi,

    We can’t recommend the same script before because of DSGVO or GDPR. Please try Sucuri or Wordfence to protect your site from third party scripts or spams.

    // https://www.wpbeginner.com/opinion/sucuri-review-how-sucuri-helped-us-block-450000-wordpress-attacks-in-3-months/

    Best regards,
    Ismael

    #979935

    Hi,

    We no longer recommend that script anymore. Please try Sucuri or Wordfence to protect your site from spams and malicious scripts.

    // https://www.wpbeginner.com/opinion/sucuri-review-how-sucuri-helped-us-block-450000-wordpress-attacks-in-3-months/

    Best regards,
    Ismael

    #979206
    aicompcloud
    Participant

    Since yesterday an error occured with self builded icons uploaded from fontello. They are just shown as little squares.
    I already tried this: http://kriesi.at/documentation/enfold/enable-cors/ but that doesn’t help. Clearing the cache didn’t help too? I think it is something in the htacces cause that error doesn’t happen on my cloned side.
    But these entries there are copied from other websites…I don’t know much about it.

    Could you check it if you find the error?

    # BEGIN WordPress
    
    # ----------------------------------------------------------------------
    # Rewrite from HTTP to HTTPS - if you want to use it, comment it out
    # ----------------------------------------------------------------------
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    </IfModule>
    
    # ----------------------------------------------------------------------
    # | Compressing and Caching - Version 2017                                                    |
    # ----------------------------------------------------------------------
    
    # Serve resources with far-future expires headers.
    #
    # (!) If you don't control versioning with filename-based
    # cache busting, you should consider lowering the cache times
    # to something like one week.
    #
    # https://httpd.apache.org/docs/current/mod/mod_expires.html
    
    <IfModule mod_expires.c>
        ExpiresActive on
        ExpiresDefault                                      "access plus 1 month"
    
      # CSS
        ExpiresByType text/css                              "access plus 1 year"
    
      # Data interchange
        ExpiresByType application/atom+xml                  "access plus 1 hour"
        ExpiresByType application/rdf+xml                   "access plus 1 hour"
        ExpiresByType application/rss+xml                   "access plus 1 hour"
    
        ExpiresByType application/json                      "access plus 0 seconds"
        ExpiresByType application/ld+json                   "access plus 0 seconds"
        ExpiresByType application/schema+json               "access plus 0 seconds"
        ExpiresByType application/vnd.geo+json              "access plus 0 seconds"
        ExpiresByType application/xml                       "access plus 0 seconds"
        ExpiresByType text/xml                              "access plus 0 seconds"
    
      # Favicon (cannot be renamed!) and cursor images
        ExpiresByType image/vnd.microsoft.icon              "access plus 1 week"
        ExpiresByType image/x-icon                          "access plus 1 week"
    
      # HTML - Behält die Website eine Stunde im Cache, neues wird erst nach Ablauf einer Stunde
      # angezeigt. Wenn nicht gewuenscht, bei 3600 eine Null eintragen
        ExpiresByType text/html                             "access plus 3600 seconds"
    
      # JavaScript
        ExpiresByType application/javascript                "access plus 1 year"
        ExpiresByType application/x-javascript              "access plus 1 year"
        ExpiresByType text/javascript                       "access plus 1 year"
    
      # Manifest files
        ExpiresByType application/manifest+json             "access plus 1 week"
        ExpiresByType application/x-web-app-manifest+json   "access plus 0 seconds"
        ExpiresByType text/cache-manifest                   "access plus 0 seconds"
    
      # Media files
        ExpiresByType audio/ogg                             "access plus 1 month"
        ExpiresByType image/bmp                             "access plus 1 month"
        ExpiresByType image/gif                             "access plus 1 month"
        ExpiresByType image/jpeg                            "access plus 1 month"
        ExpiresByType image/png                             "access plus 1 month"
        ExpiresByType image/svg+xml                         "access plus 1 month"
        ExpiresByType image/webp                            "access plus 1 month"
        ExpiresByType video/mp4                             "access plus 1 month"
        ExpiresByType video/ogg                             "access plus 1 month"
        ExpiresByType video/webm                            "access plus 1 month"
    
      # Web fonts
    
        # Embedded OpenType (EOT)
        ExpiresByType application/vnd.ms-fontobject         "access plus 1 month"
        ExpiresByType font/eot                              "access plus 1 month"
    
        # OpenType
        ExpiresByType font/opentype                         "access plus 1 month"
    
        # TrueType
        ExpiresByType application/x-font-ttf                "access plus 1 month"
    
        # Web Open Font Format (WOFF) 1.0
        ExpiresByType application/font-woff                 "access plus 1 month"
        ExpiresByType application/x-font-woff               "access plus 1 month"
        ExpiresByType font/woff                             "access plus 1 month"
    
        # Web Open Font Format (WOFF) 2.0
        ExpiresByType application/font-woff2                "access plus 1 month"
    
      # Other
        ExpiresByType text/x-cross-domain-policy            "access plus 1 week"
    </IfModule>
    
    <IfModule mod_deflate.c>
    # Insert filters / compress text, html, javascript, css, xml:
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE text/vtt 
    AddOutputFilterByType DEFLATE text/x-component
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/js
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    AddOutputFilterByType DEFLATE application/x-httpd-php
    AddOutputFilterByType DEFLATE application/x-httpd-fastphp
    AddOutputFilterByType DEFLATE application/atom+xml 
    AddOutputFilterByType DEFLATE application/json
    AddOutputFilterByType DEFLATE application/ld+json 
    AddOutputFilterByType DEFLATE application/vnd.ms-fontobject 
    AddOutputFilterByType DEFLATE application/x-font-ttf
    AddOutputFilterByType DEFLATE application/font-woff2
    AddOutputFilterByType DEFLATE application/x-font-woff
    AddOutputFilterByType DEFLATE application/x-web-app-manifest+json font/woff
    AddOutputFilterByType DEFLATE font/woff 
    AddOutputFilterByType DEFLATE font/opentype
    AddOutputFilterByType DEFLATE image/svg+xml
    AddOutputFilterByType DEFLATE image/x-icon 
    
    # Exception: Images
    SetEnvIfNoCase REQUEST_URI \.(?:gif|jpg|jpeg|png|svg)$ no-gzip dont-vary
    
    # Drop problematic browsers
    BrowserMatch ^Mozilla/4 gzip-only-text/html
    BrowserMatch ^Mozilla/4\.0[678] no-gzip
    BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
    
    # Make sure proxies don't deliver the wrong content
    Header append Vary User-Agent env=!dont-vary
    </IfModule>
    
    #Alternative caching using Apache's "mod_headers", if it's installed.
    #Caching of common files - ENABLED
    <IfModule mod_headers.c>
    <FilesMatch "\.(ico|pdf|flv|swf|js|css|gif|png|jpg|jpeg|txt)$">
    Header set Cache-Control "max-age=2592000, public"
    </FilesMatch>
    </IfModule>
    
    <IfModule mod_headers.c>
      <FilesMatch "\.(js|css|xml|gz)$">
        Header append Vary Accept-Encoding
      </FilesMatch>
    </IfModule>
    
    # Set Keep Alive Header
    <IfModule mod_headers.c>
        Header set Connection keep-alive
    </IfModule>
    
    # If your server don't support ETags deactivate with "None" (and remove header)
    <IfModule mod_expires.c> 
      <IfModule mod_headers.c> 
        Header unset ETag 
      </IfModule> 
      FileETag None 
    </IfModule>
    
    <IfModule mod_headers.c>
    <FilesMatch ".(js|css|xml|gz|html|woff|woff2|ttf)$">
    Header append Vary: Accept-Encoding
    </FilesMatch>
    </IfModule>
    
    <FilesMatch ".(ttf|otf|woff)$">
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
    </IfModule>
    </FilesMatch> 
    
    # ----------------------------------------------------------------------
    #   Block WordPress files from outside access
    # ----------------------------------------------------------------------	
    
    # No access to the install.php
    <files install.php>
    Order allow,deny
    Deny from all
    </files>
     
    # No access to the wp-config.php 
    <files wp-config.php>
    Order allow,deny
    Deny from all
    </files>
     
    # No access to the readme.html
    <files readme.html>
     Order Allow,Deny
     Deny from all
     Satisfy all
    </Files>
     
    # No access to the liesmich.html for DE Edition
    <Files liesmich.html>
     Order Allow,Deny
     Deny from all
     Satisfy all
    </Files>
     
    # No error log access 
    <files error_log>
    Order allow,deny
    Deny from all
    </files>
    
    #No access to the .htaccess und .htpasswd
    <FilesMatch "(\.htaccess|\.htpasswd)">
      Order deny,allow
      Deny from all
    </FilesMatch>
    
    # Block access to includes folder
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^wp-admin/includes/ - [F,L]
    RewriteRule !^wp-includes/ - [S=3]
    RewriteRule ^wp-includes/[^/]+\.php$ - [F,L]
    RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F,L]
    RewriteRule ^wp-includes/theme-compat/ - [F,L]
    </IfModule>
    
    # ----------------------------------------------------------------------
    #   Switch off the security risk XML-RPC interface completely
    # ----------------------------------------------------------------------
    
    ### @see https://digwp.com/2009/06/xmlrpc-php-security/
    
    <Files xmlrpc.php>
     Order Deny,Allow
     Deny from all
    </Files>
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # Wordfence WAF
    <IfModule mod_php7.c>
    	php_value auto_prepend_file '/is/htdocs/wp12698195_92KVI3G99T/www/aicomp_group/wordfence-waf.php'
    </IfModule>
    <Files ".user.ini">
    <IfModule mod_authz_core.c>
    	Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    	Order deny,allow
    	Deny from all
    </IfModule>
    </Files>
    
    # END Wordfence WAF
    
    # END WordPress
    # BEGIN Hotlinking
    
    # END Hotlinking
    

    Hi IraLeeNesbitt,

    Sorry to hear that.

    I personally have not seen your thread with credentials. Did you post it in private box? Do you use some security plugin? Thousands of WordPress get hacked, there plenty of bots out there trying to break anything they can and so you should have security plugins installed and properly configured.

    Here are some articles for you to consider
    https://sucuri.net/guides/how-to-clean-hacked-wordpress

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #974321

    In reply to: Enfold Theme Issue

    Hey raofu168,

    Here are some articles for you:

    https://sucuri.net/guides/how-to-clean-hacked-wordpress

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #970985

    Hi,

    Thanks for that, though I get a “locked-out screen” by WordFence. Could you deactivate the plugins until we have had a look at your site?

    Best regards,
    Rikard

    #970738

    Hi web4698,

    Can you please deactivate Wordfence and see if the issue remains?

    Also, you have 2 different key for Google maps. One in theme options and the other in the functions.php, you need to remove one.

    Best regards,
    Victoria

    • This reply was modified 7 years, 6 months ago by Victoria.
    #969830

    Hello Ismael,
    No I did not try Sucuri because I use a different firewall plugin on my own and all my clients websites “Wordfence” which gives me excellent results and works just fine.
    Why/how can the form be submitted without resolving the Captcha and without data protection policy being accepted?
    Does this means captcha and obligatory fields are useless in the enfolds own form?!?!

    #967400

    Hi Arlie_Francis,

    Can you please deactivate Wordfence and check if the issue persists?

    Best regards,
    Victoria

    This reply has been marked as private.
    TechMyBiz
    Participant

    Hi !
    I just made the last update of Enfold (4.3.1) and I have now a black screen for all color section video background on all the pages of our website : http://tech-my.biz
    For example, we use a local .mp4 video on our homepage http://tech-my.biz.
    Here is the link of this video : http://tech-my.biz/transformation-digitale-video.mp4

    How can we fix this problem please ? Is it a quick css parameter to add ? Or a conflict with our configuration of WP Rocket Plugin ? A parameter on Enfold Panel to change ?

    For information, here is the list of plugins we use :
    – Akismet Anti-Spam
    – BackWPup
    – Block Bad Queries (BBQ)
    – MailChimp for WordPress
    – Mobile Contact Bar
    – Rename wp-login.php
    – Simple Login Lockdown
    – Wordfence Security
    – WP Asset CleanUp (Page Speed Optimizer)
    – WP Rocket
    – WP Sitemap Page
    – Yoast SEO

    Thanks a lot for your answer, do not hesitate to contact me for more details.

    Have a nice day,

    Best regards,

    Jérôme Lacoste
    TechMyBiz Team from France

    • This topic was modified 7 years, 7 months ago by TechMyBiz.
    #954470

    In reply to: page attributes eror

    Hi Victoria,

    The issue still remains after deactivating wordfence…

    greetings Winston

    #954260

    Hi,
    I find this error odd:

    
    Mixed Content: The page at 'https://yoursite.de/' was loaded over HTTPS, but requested an insecure image 'http://yoursite.de/wp-login.php'. This content should also be served over HTTPS.

    I wonder why wp-login.php is considered an image?
    I tested your site at whynopadlock.com and it says:

    Errors that are reported on line 1 are generally not part of the source code. This error may be caused by an external javascript file which is writing to the page

    So it seems that there maybe a script that is writing to wp-login.php
    Do you use wordfence or something seminar? I can’t think of any other scripts that would write to wp-login.php

    Best regards,
    Mike

    #950731

    In reply to: Separators not working

    Hi, coming back to you on this as now, after the update to 4.3.1 EasySlider isn’t working – really need an urgent reply on this – is it a WordFence clash/problem? please help – the previous login details I supplied should still be active – so please can someone look at this as soon as possible?

    Thanks!

    #948982

    In reply to: Problem with CSS Codes

    Hi,
    Sorry about disabling the wordfence plugin, it was making it hard to remove the css from your child theme stylesheet, I forgot to turn it back on.
    As for the Quick CSS, it looks like there was a couple of errors in the code that slipped by me, I checked again and it should be fine now.
    Perhaps instead of using the Quick CSS box, you could move the css to WordPress > Customize > Additional CSS:
    2018-04-30_050813
    as it has a nice automatic error checking feature and you can see your css changes in real time.
    I adjusted the font size for the socket, I saw you tried for 25px, but at smaller screens it would be a issue, so I used a media query to only target medium to large screens.

    Best regards,
    Mike

    #948957

    In reply to: Problem with CSS Codes

    Hi Mike, thank you so much for your work and time. The only thing is still, when I put another code into the quick CSS, like I wanted to change the font colour on mobile – then the socket is destroyed again. Otherwise, when I put a code to quick CSS that should change the backround colour of the slider text, then nothing happens. So there are still some problems left with the css and I don’t know why.

    Is there a reason why you deactivated the wordfence plugin?
    And how can I make the font bigger in the socket. We have the css inside the quick css, but nothing changes, when I change the px value.

    Thanks so much again. Hope we can fix the problems!

    #948441

    thanks Mike, i haven’t. I have been running the same plugins. I even tried disabling wprocket cache and wordfence. Was still getting the same errors. Also, on a previous thread, when clicking theme options or anything under enfold menu the only way to get there is to open in new window, it stays on the same page.

    This is working now! Yay… but still now LayerSlider working, even with WordFence disabled… Any ideas if this is something that will be fixed soon? or is it just me?

    The issue that I am having is that I have no images in layerslider even after the update so I tried to de-activate Wordfence – now I get a blank screen after login and can’t access the WP dashboard at all. Any ideas???

    #947715

    In reply to: page attributes eror

    Hi raiondesign22,

    I tried on my installation and this functionality is working. Can you please disable Wordfence and see if the issue remains.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #945593
    AB
    Participant

    We are running Enfold on 4 of our sites for a few years now and never had any update issues until recently. The site crashes and we have to call our hosting to get the site back online via our backups.

    We are stuck on Enfold 4.1.2 using WordPress 4.8.6

    Plugins installed are Yoast SEO, Wordfence Security, Limit Login Attempts, Huge IT Google Map, Google Analytics for WordPress by Monster Insights, FomrCraft and All In One Wp Migration.

    We can update plugins and wordpress but not the Theme. I didn’t want to keep updating WordPress without getting the theme updated as well.

    I did an extensive troubleshoot with our host, they took all plugins out and the error happened again. They did a few more checks and said it was trouble with some of the Theme code. I wasn’t able to get the error code that displayed the exact location because they got the site back up before I could.

    Is there a way to troubleshoot and correct this error or do I need to try and get it updated to recreate the error first?

    Site info is posted in private section.
    Thank you

    #944861
    norbou
    Participant

    Hi, I have this notices everywhere I am using Enfold:

    This is new instalation only with demo content: There are only few plugins needed for security like Wordfence, BBQ.

    Notice: Undefined index: index in /mnt/data/accounts/w/wlyceumcz/data/www/jiripr/wp1/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 550
    Notice: Undefined index: index in /mnt/data/accounts/w/wlyceumcz/data/www/jiripr/wp1/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 553
    Notice: Undefined index: index in /mnt/data/accounts/w/wlyceumcz/data/www/jiripr/wp1/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 554

    Production site ARC.cz has the same problem. Debug log is 40 MB long! Same problem:

    [20-Apr-2018 08:47:03 UTC] PHP Notice: Undefined index: index in /mnt/data/accounts/n/norbou/data/www/arc.cz/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_gallery.php on line 450
    [20-Apr-2018 08:47:03 UTC] PHP Notice: Undefined index: index in /mnt/data/accounts/n/norbou/data/www/arc.cz/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_gallery.php on line 453
    [20-Apr-2018 08:47:03 UTC] PHP Notice: Undefined index: index in /mnt/data/accounts/n/norbou/data/www/arc.cz/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_gallery.php on line 454

    What is wrong?

    Jiri

    #943300

    Hey Jordan and the Kriesi team,

    So this issue is still present on my site, but I can maybe provide more details. To recap, I was receiving a weird, grayed-out screen when I tried to create a new form in Gravity Forms. There is a screenshot of it in the thread above. This makes Gravity Forms unusable.

    I have tried disabling plugins with Enfold active and it does not fix the issue. I have tried reinstalling a fresh copy of the theme from ThemeForest, which didn’t work either. What DOES fix the issue is activating a default theme, such as Twenty Fifteen. Going back to Enfold breaks the plugin(s) again.

    However, I am now realizing this issue is not just specific to Gravity Forms. Whenever ANY plugin tries to initiate a popup menu of some kind, the screen just turns gray as if something is blocking the popup.

    For example, in Gravity Forms, the “New Form” dialog is a popup. Trying to initiate the New Form popup makes the screen turn gray (and no popup is visible). In the newest release of Wordfence, there are some popups that appear to walk the user through virus scan scheduling, etc. However on my driveweb.com site, these popups do not appear and the screen just turns gray.

    On my other site, bardac.com (Enfold v4.0.2) I do not have any of these issues and all popups appear as expected. I’d like to update Enfold on that site, and have tried before, but the same issue arises so I can’t.

    Any thoughts on what might be blocking these popups? I’d really like to try and get this issue resolved. Again, this still happens when I have deactivated plugins, including Wordfence, WP Super Cache, etc.

    Thanks again for your help,
    Julian

    #942646
    enigmaverse
    Participant

    Been going back and forth with Wordfence. I’ve got a script error that is preventing modal windows in Wordfence, thus preventing me from fixing other issues. This error only shows when Enfold is the active theme… no issues when Enfold is deactivated.

    Uncaught ReferenceError:
    load-scripts.php?c=1&load[]=utils,jquery-ui-core,jquery-ui-widget,jquery-ui-position,jquery-ui-menu&ver=3705ecc6e8317a1dbdba4005a946f351:12 Uncaught ReferenceError: jQuery is not defined
    at load-scripts.php?c=1&load[]=utils,jquery-ui-core,jquery-ui-widget,jquery-ui-position,jquery-ui-menu&ver=3705ecc6e8317a1dbdba4005a946f351:12
    at load-scripts.php?c=1&load[]=utils,jquery-ui-core,jquery-ui-widget,jquery-ui-position,jquery-ui-menu&ver=3705ecc6e8317a1dbdba4005a946f351:12
    (anonymous) @ load-scripts.php?c=1&load[]=utils,jquery-ui-core,jquery-ui-widget,jquery-ui-position,jquery-ui-menu&ver=3705ecc6e8317a1dbdba4005a946f351:12
    (anonymous) @ load-scripts.php?c=1&load[]=utils,jquery-ui-core,jquery-ui-widget,jquery-ui-position,jquery-ui-menu&ver=3705ecc6e8317a1dbdba4005a946f351:12
    load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,jquery-ui-mouse,jquery-ui-resizable,jquery-ui-draggable,jquery-ui-button,jquery-ui-dialog,wp-pointe&load[]=r,svg-painter,heartbeat,wp-auth-check,jquery-ui-tooltip&ver=3705ecc6e8317a1dbdba4005a946f351:14 Uncaught TypeError: a.widget is not a function
    at load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,jquery-ui-mouse,jquery-ui-resizable,jquery-ui-draggable,jquery-ui-button,jquery-ui-dialog,wp-pointe&load[]=r,svg-painter,heartbeat,wp-auth-check,jquery-ui-tooltip&ver=3705ecc6e8317a1dbdba4005a946f351:14
    at load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,jquery-ui-mouse,jquery-ui-resizable,jquery-ui-draggable,jquery-ui-button,jquery-ui-dialog,wp-pointe&load[]=r,svg-painter,heartbeat,wp-auth-check,jquery-ui-tooltip&ver=3705ecc6e8317a1dbdba4005a946f351:14
    at load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,jquery-ui-mouse,jquery-ui-resizable,jquery-ui-draggable,jquery-ui-button,jquery-ui-dialog,wp-pointe&load[]=r,svg-painter,heartbeat,wp-auth-check,jquery-ui-tooltip&ver=3705ecc6e8317a1dbdba4005a946f351:14
    (anonymous) @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,jquery-ui-mouse,jquery-ui-resizable,jquery-ui-draggable,jquery-ui-button,jquery-ui-dialog,wp-pointe&load[]=r,svg-painter,heartbeat,wp-auth-check,jquery-ui-tooltip&ver=3705ecc6e8317a1dbdba4005a946f351:14
    (anonymous) @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,jquery-ui-mouse,jquery-ui-resizable,jquery-ui-draggable,jquery-ui-button,jquery-ui-dialog,wp-pointe&load[]=r,svg-painter,heartbeat,wp-auth-check,jquery-ui-tooltip&ver=3705ecc6e8317a1dbdba4005a946f351:14
    (anonymous) @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,jquery-ui-mouse,jquery-ui-resizable,jquery-ui-draggable,jquery-ui-button,jquery-ui-dialog,wp-pointe&load[]=r,svg-painter,heartbeat,wp-auth-check,jquery-ui-tooltip&ver=3705ecc6e8317a1dbdba4005a946f351:14

    #941369

    I have fixed the issue myself.

    The problem was with Wordfence plugin. Even-though we had that plugin removed, some of the DB table remained. We had to clean uninstall in order to get these DB entries removed. After that it worked like a charm.

    Thanks a lot for your support. Please close this thread.

    #940794

    In reply to: Cache Minify Plugins

    Thanks Ismael, so I can remove the compression & minification plugins – BWP, EWWW Image Optimizer (made a difference to images and analytical results using this).

    What about AMP plugin?

    That does raise another question, and answers another question too :-)

    The answered one, is that the CSS in the custom CSS box for Enfold is therefore minified.

    The other question is, why do I get feedback from a variety of analytical tools that my site is lacking minification in many errors – CSS, JS, HTML?

    What about the WordFence issue?

    Thanks

    #940263

    In reply to: Cache Minify Plugins

    Haven’t figured out anything!

    I was asking whether if use W3 can I drop my minify plugin?

    I stated that I don’t use WordFence anymore, so why is it stopping me from doing something, and posting warning messages?

    Another question I have – if I use a CDN does it handle all my minifying and image optimisation?

    Thanks

    So exciting news Nikko, you’re recommendation worked! I have multiple installs of wp sites on one server and and one of them had Wordfence installed so I white listed my IP address on it (Wordfence detected that I had multiple installations) and then installed Wordfence on the Making Food for Friends website and whitelisted my IP on that install and, Viola, it totally works now!

    Thank you so much, I’ve been racking my brain and have had this issue before but gave up but it all makes sense now ;)

    Have a great day!

    #939870

    In reply to: Cache Minify Plugins

    Hi Mike,

    Sorry, been on holiday & away on business too!

    Just been looking through minify & cache plugins, reading reviews and looking into a CDN as well!

    W3 seems to be popular so was looking into that, especially since it has minifying built-in – thought I could drop the separate minify plugin, and less plugins is goo, correct?

    Concerned that BWP hasn’t been updated in 3 years – hard to believe that a plugin was 3 years ahead of its time!

    The thing is, I don’t use WordFence anymore, so not sure why I’m getting warnings from it, haven’t for a while.

    Thanks

Viewing 30 results - 361 through 390 (of 958 total)