vicoromanoff
Forum Replies Created
-
@mdmag can confirm that now it goes through steps, but strange logo jumping animation exists on form loading. Also content align from the first step before filling the form only centered even when user changes the layout.
New form also stops working after adding second step.
And i can see form inside quill builder with all the fields and custom css and etc. Also, i created new test form and new one works for some reason = \\
- This reply was modified 6 months, 1 week ago by vicoromanoff.
- This reply was modified 6 months, 1 week ago by vicoromanoff.
Forum: Plugins
In reply to: [Use Any Font | Custom Font Uploader] Google request errorHey, i’ve reached out to ya via messenger
Forum: Plugins
In reply to: [WP Mobile Bottom Menu] Custom icon not activating SUB menu+ if i use text simbols like ”=” – sub menu also not opening the only way to open sub menu is by typing smth like ”More” or etc
Forum: Plugins
In reply to: [WP Mobile Bottom Menu] Custom icon not activating SUB menuFirefox + when i add text to icon – i can see the icon but align is broken & sub menu not opening
- This reply was modified 9 months, 4 weeks ago by vicoromanoff.
Forum: Plugins
In reply to: [WP Mobile Bottom Menu] Custom icon not activating SUB menuAlso – google chrome sees icon and displays it correctly but not open sub menu
Firefox – don’t see icon and dont open the sub menu
Safari sees icon – but not correctly and also not open the sub menu
Forum: Plugins
In reply to: [WP Mobile Bottom Menu] Recent update giving an error from version 1.2.3same here guys ! site brakes after update to 1.2.3
Errors like the ones latest comment mentioned.
But still i can not set min characters for long text block – the section always clears itself (only where i set minimum characters). I can set any value for max. Also – i am able to set both min & max for short text block.
Okay as your answers took decades = ) joking. i did what i wanted through quillform.php
Also for some reason i cannot set min characters for long text block – the section always clears itself (only where i set minimum characters). I can set any value for max. Also – i am able to set both min & max for short text block.
i was trying to add custom js via theme settings with no luck.
document.addEventListener('DOMContentLoaded', function() { var logoElement = document.querySelector('.renderer-core-form-brand-logo'); if (logoElement) { logoElement.style.cursor = 'pointer'; logoElement.addEventListener('click', function() { window.location.; }); } });
basically, logo is not clickable. There is no option to edit it. As i can see. Or i am missing something? I want for users to have an option to click a logo if they want to come back from quill form on any step of the answers. Not only on the last step. But on every step. Literally on every website where you have logo here & there when u click it — it sends you to the homepage. It’s common user behaviour. So there is no reason for me to put logo in quill form if i can’t make it clickable. From UX stand point – this eement would be irrational.
i mean to the homepage of the website.
Forum: Plugins
In reply to: [Use Any Font | Custom Font Uploader] Safari not showing the fontI’ve tried smth like this to fix safari issue with no luck
@font-face {
font-family: ‘fitzgerald-italic’;
src:url(‘/uploads/useanyfont/5708fitzgerald-italic.woff’) format(‘woff’);
font-weight: 1 1000;
font-display: swap;
font-style: normal;
}