oscyp
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Checkboxes displayed as block instead of inlineI will answer myself: display: flex – did the trick.
Although I have no idea why it is not working by default?Forum: Plugins
In reply to: [Contact Form 7] Form not working for unknown reasonHow to check what is causing configuration error? I don’t see any messages while editing the form.
Forum: Plugins
In reply to: [Contact Form 7] Contact form not usable on mobileAny updates please?
Forum: Plugins
In reply to: [Generate PDF using Contact Form 7] Protection of PDF filesHmmm I have never said I don’t want to store the files on server – it is good for me.
I asked about protecting them. I imagine either storing them in another folder (how to choose one?) or somehow protecting the stored files from being downloaded or viewed (how to do this?).Forum: Plugins
In reply to: [Contact Form 7] Contact form not usable on mobileBut when I add it…
span.wpcf7-form-control-wrap,
div.cf7_text_label,
div.cf7_text_shortcode {
overflow-y: auto !important;
-webkit-overflow-scrolling: touch;
}…then all icons are broken (shifted)
—edit–
oh, images are not uploaded…- This reply was modified 3 weeks, 4 days ago by oscyp.
Forum: Plugins
In reply to: [Contact Form 7] Contact form not usable on mobileContact Form 7 + all its plugins (purchased), its a fresh site.
Yesterday I came to this:span.wpcf7-form-control-wrap,
div.cf7_text_label {
overflow-y: auto !important;
-webkit-overflow-scrolling: touch;
}– added to the global CSS.
Now the form can be scrolled by touching most of it on mobile, but still I cannot scroll for example by touching an empty space between fields that are in two columns (using Visual editor for CF7).
I tried to add the same code to the main container
.wpcf7
but although the scrolling works good by touching any part of the form – it was cut on left and right side and the fields were not fully visible.Anyway, this is an issue with some CSS entries missing in the plugin’s code.
I hope that my research was useful and you’ll be able to easily fix this.Forum: Plugins
In reply to: [Contact Form 7] Contact form not usable on mobilehttps://omaks.pl/deklaracja-test
When I add below code to my main theme CSS I am able to scroll by touching the checkboxes on my mobile. But I still cannot scroll by touching any text items.
span.wpcf7-list-item {
overflow-y: scroll !important;
-webkit-overflow-scrolling: touch;
}Sorry, textarea fields are scrollable – but text fields are not…
Forum: Plugins
In reply to: [Contact Form 7] [_time] format changeWell, I tried to use another plugin “WP Date and Time Shortcode” to use a global shortcode of time in format I need, but unfortunately those shortcodes work literally anywhere, but not in mail/pdf options in Contact Form 7. Dev of that plugin said that yous plugin should accept global shortcodes in order for this to be working. How to achieve this?