Saskia Teichmann
Forum Replies Created
-
Meanwhile, I am using a workaround to get my forms to validate and send:
/**
* Used to change the form action URL
*
* @param $url the current URL
* @return string The new URL you want
*/
add_filter(‘wpcf7_form_action_url’, function($url) {
$url = “/#”;
return $url;
});However this is not the solution.. just a workaround…
- This reply was modified 7 years, 11 months ago by Saskia Teichmann.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Lastschrift VerfahrenDas liegt daran, dass im Germanized Plugin der Bestellstatus bei der SEPA LAstschrift automatisch wie bei einer Sofortbezahlmethode, auf “in Bearbeitung” gesetzt wird.
Eigentlich sollte bei Lastschrift der Status erstmal on-hold statt processing sein.
Ich ?ndere das jedesmal im Plugincode nach einem Update…
@vendidero vielleicht k?nntest du das mal bei Gelegenheit ?ndern, Dennis, so dass man entweder selber den gewünschten Bestellstatus im Plugin einstellen kann nach Bestellabschluss oder eben auf Wartend setzen statt in Bearbeitung.
- This reply was modified 7 years, 11 months ago by Saskia Teichmann.
Forum: Plugins
In reply to: [Contact Form 7] wpcf7_add_shortcode not working after today’s updateoh silly me.. I accidently deactivated CF7.. of course the function is undefined ??
consider this solved… need to go sleep
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Feature: WooCommerce Add-onHere you will find some material regarding ecommerce integration:
https://developer.piwik.org/api-reference/tracking-javascript#ecommerceAn news on the WPML and Popup Maker compatibility?
activate ajax in the form settings.
Hi there!
The click trigger is also creating some issue on my site:no matter which class or id I enter into the css selector field of popup editor, only if I enter the id or class of an html button element, the popup actually triggers. It does not trigger, when I add the class of anchors or any other html elements.
Seems to be a bug, as the dialogue says to enter any css selector such as class or id. It does not limit to buttons anywhere in the descriptive textForum: Plugins
In reply to: [Maintenance] Entering Login Data, but user not being redirected to frontpageOk, I figured out that the Plugin Recapthca by J?rn Lund was the culprit. When activated as well as the option for login form was checked (show recaptcha on login form) then the login via Maintenance page would not work, as the captcha wasn’t visible there and thus the user couldn’t solve it and as result could not be logged in.
So I will contact the developer of the Recaptcha plugin (J?rn Lund) and he will hopefully provide a fix ??
Or you could provide a fix…Thanks!
Hello there!
Thanks for your reply!
I saw the sorting option in mentioned options tab, however I do not want to offer any sorting options to the visitors. What I desire to do is, display the category listing content in a given order, sorted by zip in this case, as alphabetical order does not make any sense in my project’s context. There should not be any sort option be displayed in front end.
If I could extend the category shortcode by an option like [WPBUSDIRMANMVIEWLISTINGS category=42 sortby=zip]
whereas zip would be any tag/meta slug that had been defined in field options, that would be awesome!It would be awesome if you could point me into the right direction to get this solved ??
thanks again for your reply
done!
Thanks, Jeremy
any news?
Same error on a fresh 4.5.1 install after newly connecting jetpack.Forum: Plugins
In reply to: [Contact Form DB] Failed to send error – with pipe character in select menuOh yes, it totally does clear things up!
In the instructions it says that we need to put [location_email] into the To field! Ok I will give it another try and see if it then works.
Thanks mucho for replying to quickly
Forum: Plugins
In reply to: [Contact Form 7] Radio Buttons not being validated on SubmitThat is true.
Done!
Thanks Takayuki.. I was just so focused on using radio buttons, because my client wanted radios.
Forum: Plugins
In reply to: [Contact Form 7] Radio Buttons not being validated on SubmitThe thing is, that I want the user to answer a certain question and am providing 3 radio buttons with probable answers.
If I set one of the three as default marked, then it might indicate the correct/incorrect answer.
The user is supposed to know the answer and then click the correct radio.
If none of the three radios is being marked, the user should not be able to submit the form.Using the form for a prize game ?? and I want to prevent users from skipping the question, because one answer is already marked for some technical reason.
Ok, I got it working:
you need to be logged in at wordpress.com BEFORE pressing the connect google+ button out of some reason.Thanks for your help!
Saskia
Ps: I am located in Germany, Mac OS Yosemite, Browser language is german and I usually use chrome browser