delbot
Forum Replies Created
-
Ignore this error
ajax error is with Latepoint Plugin, raised issue with them instead
Re:
– Some FOUC occurring when collapsing each ‘accordion’ to closed state (css issue – but my own issue)FOUC – resolved (relatively) ??
Also when the nested ‘accordion’ in the first ‘accordion’ loads ( + is collapsed ), there is two cf7 drop-down’s + repetitive field section, on first load and when the first ‘accordion’ is selected they are ‘greyed out’ / ‘disabled’
the css applied to the is:
select[disabled] > option { color: -internal-light-dark(graytext, rgb(170, 170, 170)); }
>> then when the first ‘accordion’ then is clicked again to ‘collapse’, then ‘uncollapsed’ to show the form again.. the css above is removed and becomes active
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload - Contact Form 7] disable the auto deleteHi Glen,
Tested this today,
Can confirm your above code fix is working as per my setup:
via child themefunctions.php
file
(which is a normal one – nothing fancy – and within the guidelines
and hosting via bluehost)thanks for all your help + and for a great plugin
other support request – this fix should update to (may be others):
file-gets-deleted-automatically-next-day
file-gets-deleted-automatically
delbot
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload - Contact Form 7] disable the auto deleteHi Glen,
will get back to you this monday – with an update…
appears fine at this stage, but monday better day to test..
delbot
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload - Contact Form 7] disable the auto deleteHi glen,
Thank you for your response, will try on my end
and report backForum: Plugins
In reply to: [Drag and Drop Multiple File Upload - Contact Form 7] disable the auto deleteTried also
add_action( 'plugins_loaded', 'remove_action_auto_delete_files', 30, 1 ); function remove_action_auto_delete_files() { remove_action( 'template_redirect', 'dnd_cf7_auto_clean_dir', 10 ); }
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload - Contact Form 7] disable the auto deleteremove_action('template_redirect', 'dnd_cf7_auto_clean_dir', 30);
oop extra space missing there
Not sure if this is working
and wondering what ’30’ means too
thank you
Forum: Developing with WordPress
In reply to: CSS editor Grid supportVersion 5.0.3 and still fr css unit (and refuses to ‘save’ change) and
grid-gap error indication (it save’s and works – but error warning still visible)on my end had to turn off og meta for now,
until there’s a fix,
not ideal …Forum: Plugins
In reply to: [Woocommerce Social Media Share Buttons] Open graph Settingsexperiencing the same problem
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] magnifier not work nproperlyyith are not recognising this as an error yet it seems
so in css i placed display:none; for css tag
.yith_magnifier_zoom_magnifier { … }thus have the carousel working but not the zoom bug
I see you have disabled it altogether on your site..delbot