nicecap
Forum Replies Created
-
Hi Pawel.
This workaround works perfectly – thank you very much.
Best.
ChrisForum: Plugins
In reply to: [Portfolio Gallery - Responsive Image Gallery] Random order of ImagesHi dear TotalSoft Team.
I can do that – thanks.
However, in many posts here you recommend editing the file Total-Soft-Portfolio-Widget.php.
What if a new version of the plugin would come – it will overwrite all the edits in the php-file!?
Best.
ChrisForum: Plugins
In reply to: [Post Carousel for DV Builder] Feature Image Link not workingHi Faiyaz.
Your work around helped me too.
Awesome Plugin!!!
Thanks you.
ChrisHi beyonz.
It would be nice if you could describe how you solved the problem. Might help others like me 🙂
Thanks
ChrisForum: Plugins
In reply to: [Direct Stripe] Admin EmailHi Nicolas.
Thanks for all your great work to provide such a helpful plugin.
I would like to provide some more information to the admin and the user after paying for a product. Could you please get a little more detailed about the email filters?
Where would I enter the filter code? functions.php?
Will the filter be embedded automatically so that it is ready to work when a user will make a successful payment and an email will be triggered?
If I want to use a similar filter for the email to the user, what would I need to change in the filter?Sorry, I’m not that skilled in hooks, actions, and filters. The more I would appreciate some help.
Best.
ChrisForum: Plugins
In reply to: [Events Made Easy] EME Installation – DB tables missingHi Franky.
MySQL Version is 5.5.62
PHP Version is 7.1.25Chris
Forum: Plugins
In reply to: [Events Made Easy] Multiple dates for an eventThank you very much – I will give it a try.
Forum: Plugins
In reply to: [Post Grid] Excerpt shows contentYes – the update brought the solution.
Thank you very much.
You’re awesome.
ChrisHello,
same here – but adding the display:none to the style-new.css does not suppress the ReadMore link from my layout.
Wouldn’t it be the best solution if the author would fix the bug that excerpt shows excerpt and NOT the content?
Chris
- This reply was modified 9 years, 4 months ago by nicecap.
Forum: Plugins
In reply to: [Post Grid] html excerptHello,
how can this post be resolved when we cannot see what measures had been taken to resolve the problem?
ChrisI have the same challenge. It would be nice to get an answer by the author of the plugin to know whether it is necessary to rebuild the whole autoresponder just to have a cc or at least a second recipient realized. Thank you guys.
Best.
ChrisHey Wendie,
I need the functionality of using an image as a submit button too. Did you ever get an answer to your question?
Can you give me a hint how to solve it please?Thanks so much
ChrisI could resolve the problem.
The error was in the processor registration function.
Not working://** call from the run action processor filter pre processing **// add_filter('caldera_forms_get_form_processors', 'slug_custom_validation_register'); function slug_custom_validation_register($processors){ $processors['slug_custom_validation'] = array( "name" => 'Custom Validation', "pre_processor" => 'slug_custom_validation_do_validation', "cf_ver" => '1.2.4' ); return $processors; }I replaced $processors[‘slug_custom_validation’] by $processors[‘run_action’] and it worked.
Working:
//** call from the run action processor filter pre processing **// add_filter('caldera_forms_get_form_processors', 'slug_custom_validation_register'); function slug_custom_validation_register($processors){ $processors['run_action'] = array( "name" => 'Custom Validation', "pre_processor" => 'slug_custom_validation_do_validation', "cf_ver" => '1.2.4' ); return $processors; }Chris
Forum: Plugins
In reply to: [Plugin: Caldera Forms] how would I get rid of the header?Guys – never mind.
I found it. Somehow, I really don’t know how, but the titlebar in my Impreza theme setting went back to NOT hidden.
Anyway, thanks for reading this.
Chris