wordlas
Forum Replies Created
-
Forum: Plugins
In reply to: [Iptanus File Upload] WordPress File Upload buttons overlappingThanks!
Forum: Plugins
In reply to: [Iptanus File Upload] WordPress File Upload buttons overlappingHi
Had the same problem and added another line to fix the hover effect of the Nucleare Theme in WordPress:
input[type=button].file_input_button { left: 0; } input[type=button].file_input_button_hover { left: 0; }
How can I get the CaptchaV2 box to align left? I cannot provide you with the link of my page yet because it hasn’t been publicly published. However, there’s a screenshot link below. The arrow shows where I want the box to appear on the page (both laptop and mobile versions).
Thank you for your patience.
Forum: Plugins
In reply to: [Iptanus File Upload] Missing Visual editor and short code editorHi,
I installed the pro version of File Uploader and edited the basic shortcode to suit my needs. I got this far:
[wordpress_file_upload captcha="true" captchatype="RecaptchaV2 (no account)" uploadpatterns="*.m4a,*.mp3,*.ogg,*.wav,*.wma" maxsize="500" placements="title/filename/selectbutton/uploadbutton/subfolders/captcha/userdata/filelist/progressbar/message" uploadtitle="" captchaprompt="Kirjoita merkkisarja alla olevaan kentt??n." successmessage="File %filename% uploaded successfully!" warningmessage="File %filename% uploaded successfully but with warnings." errormessage="File %filename% not uploaded." waitmessage="File %filename% is being uploaded." notify="true" notifyrecipients="[email protected]" notifymessage="Dear Recipient,%n%%n%This is an automatic delivery message to notify you that a new file has been uploaded." widths="filename:275px, selectbutton:60px, uploadbutton:60px"]
My intention was to continue with CSS customization but at this point I cannot edit the shortcode at all. I tried to access it via Dashboard (logged out two times and back again) and via the browser editor (the yellow button on the top-left corner of the plugin) but clicking edit just opens up the WordPress File Upload Control Panel main view.