Andy Feliciotti
Forum Replies Created
-
Forum: Reviews
In reply to: [Lightweight Accordion] Shortlived bug… rapidly addressedI just pushed 1.5.19, can you let me know if that resolves the issue? @punnorg
Forum: Reviews
In reply to: [Lightweight Accordion] Shortlived bug… rapidly addressedHey @punnorg, mind giving me more information, I am happy to fix the issue!
Forum: Plugins
In reply to: [Lightweight Accordion] HTML Tag ShowingJust pushed version 1.5.18 which fixes this!
Forum: Plugins
In reply to: [Lightweight Accordion] HTML Tag Showingthanks for spotting! Working on a fix.
Forum: Plugins
In reply to: [Lightweight Accordion] How can I change font size when using shortcode?To change the font size when using the shortcode I recommend using CSS to achieve this effect. Currently no support to change the icon sadly but I am working on it!
Forum: Plugins
In reply to: [Lightweight Accordion] How can I create a 3-level Accordion?Sadly there is no way currently but I will see what I can do!
Please add!
Forum: Reviews
In reply to: [Lightweight Accordion] Vraiment top!Thank you! I am working on auto close ability since it’s becoming a standard HTML feature.
Forum: Plugins
In reply to: [WP Anti-Clickjack] display site out of a frame?@erikajurney If you disable the x-frame options with the hook in the readme it should do what you are looking for.
add_filter('wp_anti_clickjack_x_frame_options_header', '__return_false' );Forum: Reviews
In reply to: [Lightweight Accordion] Really appreciate this pluginThank you for using the plugin!
Hey @dirkliesenfeld, currently there is no way to do this out of the box (I want to keep the plugin Javascript free). A thread like the one linked below will help you make a button that does this though (Lightweight accordion uses the default HTML details attribute).
Hope this all helps!
@yachi0114 you can use a plugin like http header spy for chrome or use an online checker like https://clickjacker.io/
Forum: Plugins
In reply to: [WP Anti-Clickjack] Plugin PageHey @tjalexander70, update to 1.7.8 and let me know if it fixes it for you.
Forum: Plugins
In reply to: [WP Anti-Clickjack] Redirects with Elementor@smhcis I’ll take a look at fixing that! Basically any place that is iframed the script tries to remove it. This is because in theory an attacker could iframe your site and do malicious things. I will see if I can get it fixed on that one!
Forum: Plugins
In reply to: [WP Anti-Clickjack] disable the clickjacking X-Frame-OptionsHey @sanchezger you can use a function in place of where ‘__return_false’ is ( https://developer.ww.wp.xz.cn/reference/functions/add_filter/ ). In that function you can return false to disable anti-clickjack under any condition. Let me know if that helps!