ilan76
Forum Replies Created
-
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Animated TextThanks, yes that works fine, but I really wanted it to be in the middle and without the need of messing with the margins…
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Animated TextSorry, not quite sure what you mean. Lets say for example this text:
This is it.
‘it’ is the animated word, with rotating words – it/final/absolute.How exactly do you set this text line, without the ‘This is’ moving right/left with each rotation?
Thanks
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Animated TextHi, thanks for the quick reply @wpsoul.
What do you mean by “set static height to it”? also, are you referring to the entire text or just the animated one?
Thanks
Hi Adam @wpmudev-support8,
Thanks, that works but one small thing, if reentering again succeeds, the prev. error msg still remains with the success message – instead of just displaying the success message only.
Can you please update?
Thank you!
Hi, thanks Patrick @wpmudevsupport12.
The first code snippet works but if I re-enter another mistaken field for example, the same html response keeps being added below the previous one, instead of displaying a single html response.
I tried using .empty() but it doesn’t seem to work.
Any suggestion?
Great! thanks Patrick @wpmudevsupport12 ,
What if I want to also remove the default error message – to display only my custom html instead?
Hi Nithin @wpmudevsupport11,
That is the code:
$form_fields = Forminator_API::get_form_fields( $form_id );
$url = null;
foreach($form_fields as $form_field){
if ($form_field->slug === ‘url-1’) {
$url = $data[$form_field->slug];
break;
}
}
And then sending the $url to other functions/API… the url doesn’t get the value.
However, when using with POST, it works correctly:
$url = $_POST[‘url-1’];
- This reply was modified 1 year, 8 months ago by ilan76.
Hi Luis @wpmudev-support7, thanks for your quick response.
I tried this code but it still doesn’t work.
The $url value still gives error, is it type string?
Where can I see more examples in the Docs for relevant code? couldn’t find this code snippet…
Thanks
It seems to be appearing only on Opera browser, on Chrome & Brave I don’t see the border. Strange.
Maybe you could check it out on Opera? The site is not online so no link…
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Video background flickersThanks for your reply.
Sorry no link – working locally at the moment, and the video is just a random from Pixabay…
Ok, I’ve checked with a different video – seems ok.
So I guess really that specific video was the issue.
Thanks
Ok thx.
I think it would be good to add them to the docs with examples, etc.Cool, thanks Adam.
Hi, thanks for your reply.
Site not live yet, I just want the slider to remain on top of the page in mobile view.
Currently the header (logo + menu) are above the slider when switched to mobile…Hi @mateuszgbiorczyk, thanks for your quick reply.
Yes, I know it’s better to leave the original images if possible but on very large sites with many images & videos, it will be nice to have an option for this to save on storage, as all modern browsers today support WebP.
I know some other plugins have this option also…
Thanks