ilan76
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Load Ajax] Still Being Supported?Thanks!
Forum: Plugins
In reply to: [Page Load Ajax] Still Being Supported?Great, Thx for the quick support!
Forum: Plugins
In reply to: [Page Load Ajax] Still Being Supported?Chrome / Opera, I’m testing locally so no link…
The page is not refreshed when you click back in the browser, the url does change.
Forum: Plugins
In reply to: [Page Load Ajax] Still Being Supported?Great!
Issue: when I add the shortcode to a page for linking to an ajax loading page – when I click on the link, the page loads ok. When I click back in the browser (returning to the initial page containing the link) -> the url updates to the prev. url but the content of the page not reloading with it’s content…
Forum: Developing with WordPress
In reply to: Side navigation panelYeah maybe I should have phrased it more clearly.
Thanks for your help, I was hoping this can be done via the editor. I think this should be somehow easier to implement with block themes.
Thanks again.
Forum: Developing with WordPress
In reply to: Side navigation panelHow can I define a side navigation panel (fixed) template position?
Same as header, Footer, etc. in block theme…
Forum: Developing with WordPress
In reply to: Side navigation panelHi @gappiah, thanks for your reply.
It’s not just the menu’s orientation.
I’ll simplify this – can I change the default block theme fixed navigation from header to side panel (dashboard style)?
Hi Adam @wpmudev-support8,
I’m using for example the add_filter(‘forminator_custom_form_submit_errors’) for the entered field if it corresponds with another data (from external API) upon submit button – if not, it displays an error saying you need to enter something else and the form is not being submitted.
For the same situation, if I add the payment button, the payment is being processed/submitted and then displays the error message.
How can I handle to display the error before the payment is being processed?
I don’t want the user to pay before submission is successful…
Hi Kris @wpmudevsupport13, thanks for your response.
How do I add my custom code for a field check with some external data api, before being able to pay via paypal?
Thanks, seems to work!
Thanks!
I think this option should be added to form settings.
Nope, not using any caching plugins or optimizations, only Blocksy theme.
ok this is weird, added to this selector as-well, and now it’s working:
.forminator-ui#forminator-module-1879.forminator-design--material .forminator-response-message, .forminator-ui#forminator-module-1879.forminator-design--material .forminator-response-message p { font-size: 17px !important; font-family: 'Montserrat' !important; font-weight: 500 !important; color: white !important; background: transparent !important; }
The thing is they need to be added both, if I remove the first code (initial selector) it doesn’t work.
Very strange…
Hi, sorry it’s local.
Yes I know from dev tool it works but when adding to code snippets, or site advanced css – it’s not working. other css snippets work fine.
This specific css is ignored/not working.
Did you add in backend or just tested in dev tools?
Working great, thank you!
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Animated TextYes that can be a workaround, thanks for your help.