prokops
Forum Replies Created
-
Forum: Plugins
In reply to: [bbp style pack] Remove Forum Index countsSorry, I ment [bbp-forum-index]
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Auto hide sidecart after x secondsAwesome!
Forum: Plugins
In reply to: [Library Viewer] 403 forbiddenI overwrote the htaccess file with standard content and saved permalinks. Still 403 :/
What should I try?
Forum: Plugins
In reply to: [Library Viewer] 403 forbiddenSo I should manually add an .htaccess file for every folder I make via Library Viewer?
Forum: Plugins
In reply to: [Library Viewer] 403 forbiddenForum: Plugins
In reply to: [Library Viewer] 403 forbiddenForum: Plugins
In reply to: [Library Viewer] 403 forbiddenIt is permalink-input-post-name
Awesome thanks. I image the function makes gtranslate load delayed to get a better pagepseed value.
Sure, there is no “before” only “after”, where the notice is shown frontend:
thanks for the request Peter
For now, I will be checking the usermeta for the 2FA notice and pulling it in frontend like this: https://codeshare.io/ldv3OR
Thanks Phil
Is there any way I can force any core file change to get classed as “critical” on my site? Or is rating threats strictly off site.
Hi Peter
I did some more digging and found out that Wordfence was set to:
“Exclude files from scan that match these wildcard patterns (one per line): wp-includes/js/* “So a bad actor did exclude the js folder from scans and the infected file was placed there.
My suggestion for you team would be to include on scan result page or web health summary that:
“Warning: your wordfence scan options excludes these paths from scans: url1, url2 etc”
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Elementor Header on “Hello elementor”SO it turns out that this is only the case in “focus” mode. Turning off focus will use elementor header as expected.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Elementor Header on “Hello elementor”Can the header be inserted via template as shortcode or via hooks?
Forum: Plugins
In reply to: [Checkout Field Editor (Checkout Manager) for WooCommerce] It does not workYour checkout is made with Gutenberg blocks, so I am guessing you need to clarify with Themehigh if these two systems are compatible.
Until then, you might want to use a CSS solution:
.woocommerce-checkout .wc-block-components-text-input.wc-block-components-address-form__address_2?{
display: none !important;
}Sk?l!