RafaelDeJongh
Forum Replies Created
-
Forum: Plugins
In reply to: [BulletProof Security] Plugin Display Problem after update?Hmm yea I see what it does, that’s some heavy nulling of the other scripts there. While this indeed “fixes” the problem it does create other problems with every file being then 404’d.
I’ve setup a test site with no Cloudflare, no WP-Rocket and I’m still experiencing the same problem: http://www.rafaeldejongh-testwebsite.ga
If you’d like I could provide a login for you, but it does seem to be a conflict between WPML Translation Management and BPS.
What version of WPML Translation Management are you testing it with?
Forum: Plugins
In reply to: [BulletProof Security] Plugin Display Problem after update?Having both Cloudflare and WP Rocket is a must for me to be honest, with that said I’ve disabled rocket loader and minifying to test if this changed anything, but it did not. Even completely disabling Cloudflare did not alter the behavior of this problem.
As said before because of my page rules (https://ctrlv.cz/shots/2017/06/28/HV6N.png) it doesn’t minify the files or use rocket loader if it’s in the WP-Admin area.
The script that’s beeing loaded is also non compressed/merged by WP Rocket as seen by the location of the script being executed: (https://www.carlino-fgs.com/wp-content/plugins/wpml-translation-management/res/js/scripts.js?ver=2.3.1)
The front end also does not have any JavaScript errors nor does it have on any other pages in the backend other than the BPS page.
I’ve had no problems before the update with Bulletproof security or WPML, so I’m not really sure why this is caused now…
Forum: Plugins
In reply to: [BulletProof Security] Plugin Display Problem after update?Thanks once again for the fast reply.
Here’s a list of all the plugins:
Ajax Search for WooCommerce 1.1.2 – Activated: ajax-search-for-woocommerce/ajax-search-for-woocommerce.php
Booster for WooCommerce 2.8.2 – Activated: woocommerce-jetpack/woocommerce-jetpack.php
BulletProof Security 2.1 – Activated: bulletproof-security/bulletproof-security.php
Cloudflare 3.2.1 – Activated: cloudflare/cloudflare.php
CloudFlare Flexible SSL 1.2.2 – Activated: cloudflare-flexible-ssl/plugin.php
EWWW Image Optimizer 3.4.1 – Activated: ewww-image-optimizer/ewww-image-optimizer.php
Favicon by RealFaviconGenerator 1.3.10 – Activated: favicon-by-realfavicongenerator/favicon-by-realfavicongenerator.php
Fruitful Shortcodes 1.5 – Activated: fruitful-shortcodes/ff-shortcodes.php
Heartbeat Control 1.0.3 – Activated: heartbeat-control/heartbeat-control.php
Instagram Feed 1.4.9 – Activated: instagram-feed/instagram-feed.php
Jetpack by WordPress.com 5.0 – Activated: jetpack/jetpack.php
Maintenance 3.5 – Deactivated: maintenance/maintenance.php
Mollie Payments for WooCommerce 2.6.0 – Activated: mollie-payments-for-woocommerce/mollie-payments-for-woocommerce.php
MouseWheel Smooth Scroll 2.4 – Activated: mousewheel-smooth-scroll/mousewheel-smooth-scroll.php
Page Builder by SiteOrigin 2.5.7 – Activated: siteorigin-panels/siteorigin-panels.php
Product CSV Import Export (BASIC) 1.3.4 – Activated: product-import-export-for-woo/product-csv-import-export.php
SiteOrigin Widgets Bundle 1.9.2 – Activated: so-widgets-bundle/so-widgets-bundle.php
Slider Revolution 5.4.5.1 – Activated: revslider/revslider.php
UpdraftPlus – Backup/Restore 1.13.4 – Activated: updraftplus/updraftplus.php
WooCommerce 2.6.14 – Activated: woocommerce/woocommerce.php
WooCommerce Barcode 1.0 – Activated: woocommerce-barcode/barcode.php
WooCommerce Helper 1.7.2 – Activated: woothemes-updater/woothemes-updater.php
WooCommerce Multilingual 4.1.4 – Activated: woocommerce-multilingual/wpml-woocommerce.php
WooCommerce POS 0.4.13 – Activated: woocommerce-pos/woocommerce-pos.php
WooCommerce POS Pro 0.4.10 – Activated: woocommerce-pos-pro/woocommerce-pos-pro.php
WPML Media 2.2.0 – Activated: wpml-media-translation/plugin.php
WPML Multilingual CMS 3.7.1 – Activated: sitepress-multilingual-cms/sitepress.php
WPML Page Builders 1.1.3 – Activated: wpml-page-builders/plugin.php
WPML String Translation 2.5.4 – Activated: wpml-string-translation/plugin.php
WPML Translation Management 2.3.1 – Activated: wpml-translation-management/plugin.php
WP Rocket 2.10.4 – Activated: wp-rocket/wp-rocket.php
Yoast SEO 4.9 – Activated: wordpress-seo/wp-seo.phpRegarding Cloudflare, it’s only set to the front-end that it’s minifying and using rocketloader. Everything on the WP-Admin page is bypassed (as per page rules) to make sure that those kind of errors wouldn’t happen with the minifying/rocketloader process of Cloudflare. So that’s something we can rule out of being the problem.
WP Rocket is also only front-end that caching/compression is being applied to, so nothing in the back-end of those kind of files are touched.
The thing is that this error was non existence before the 2.0 update of BPS. It was all working fine then, but after the update this started appearing. I did not update WPML since that update as there isn’t any to my knowledge.
Further investigation makes it clear that WPML isn’t directly the problem, but one of it’s WooCommerce required addons being: WPML Translation Management. Sadly it’s not caused an old version of WPML as all latests versions of WPML and addons are installed 😐
- This reply was modified 8 years, 10 months ago by RafaelDeJongh.
- This reply was modified 8 years, 10 months ago by RafaelDeJongh.
Forum: Plugins
In reply to: [BulletProof Security] Plugin Display Problem after update?Thanks for the fast reply!
It was indeed caused by WPML, after deactivating it, BPS worked again.
However I never had problems with WPML/BPS before, and I do require WPML, so is there any way to fix this so I can use both plugins?Thanks in advance for further information.
Further investigation noted that the themes I was testing this on did had the body height being 100% as stated here (https://github.com/Automattic/jetpack/issues/1125) that this is actually a bug.
By removing the height:100% of the body this will actually fix the scroll to top, but that isn’t the best fix as some themes rely on this body height in percentage to make use of height in percentage for child elements.
There was a fix stated in that issue, but as I also do not want to alter my jetpack files, I therefore would like to see if there’s another solution for this problem!
Thanks in advance for further information.
Hi there Lamday,
The website is: https://www.ddcare.be/
I have indeed set that it links to the attachment page, but I also tried other combinations to see if this changed anything.
My best guess is that it has to do something with the hashtag that gets added when clicked on the image, as there is no id with that hashtag my animated scroll goes to the very top. I prefer to also not have this hashtag as it is rather ugly and not descriptive. So in case there is a way to just preventDefault(); on the image gallery that might also fix the scroll to top, then that would be great!
Either way thanks!
Forum: Plugins
In reply to: [YITH WooCommerce Dynamic Pricing and Discounts] Move Admon Menu IconThis is still bothering me, anyone has any idea?
Thanks for the detailed reply, I was searching for this as well as I couldn’t find an option in the widget to do this! I would love to see this as a feature rather than a code change!
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Error: invalid_scopeWow that’s pretty vague, I was reading up to this and I was really losing so much time that I barely just accepted about anything. I first doubted quite a lot but after joining the Risky App Group it went without a hitch!
https://groups.google.com/forum/#!forum/risky-access-by-unreviewed-apps
So yea that’s something new… Thanks Google!
Forum: Plugins
In reply to: [Staff Directory] Featured Image SizeI am still in need of this, can anyone inform me more about it? Or do I have to use another plugin for this functionality or?
Might be with updating to the latest version and changing some settings, not sure how this happened though, but thanks either way!
Great thanks, not sure why it is there in the first place to be honest!
Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] Slowing down website page load.I don’t use the plugin anymore as it caused various loading issues, but yes everything was optimised as recommended by gtmetrix and google page speed, still gotten +90% scores on them but the loading times were still a burden.
But yea can’t really say I have to problem now anymore.
Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] Slowing down website page load.In general I personally find this plugin being rather obsolete as not much later after posting this thread, Chrome and all other modern Browsers integrated smoothscroll on a browser level rather than a site level.
So while it might still be useful to make use of this plugin if you want to control the way the smooth scrolling happens, in general if it causes such problems it could be better excluded.
Yea with the message that’s quite clear, it could be just a layer for non tech-savvy people to not directly see/copy the current plain text password.
Even if it still gets stored as plain text in the database, having it open like this just feels bad in a way :/