iparker
Forum Replies Created
-
Hello,
can you please explain me more detailled what you mean? Which kind of element? How do I have to set the styling for this?
Maybe is my question not clear?
Best regards,
Timo
Hi,
sorry but I don’t understand what you mean.
Best regards,
Timo
Forum: Plugins
In reply to: [Multiple Domain] Example for domain based logic?Hi Gustavo,
great – thanks for this example. This helped me and worked fine!
Best regards,
Timo
Forum: Plugins
In reply to: [Hatchbuck] Form submit / validation not workingHello Viktor,
thanks for your reply. Ok – I will exited waiting for the new version and the update.
Best regards,
Timo
Hello,
thanks for your reply.
I had a bad configuration of the popups on the page. I just selected “on entire page” in the targeting condition of each popup and I was wondering why there are so many popmake-divs hidden in the content.
After I specified a better targeting this is solved – it is just the correct popmake-div on the page.
However loading the content via ajax would be interesting for me. But I want to load a form (via shortcode) in the popup.
Best regards,
Timo
Forum: Plugins
In reply to: [Mail Bank - #1 Mail SMTP Plugin for WordPress] Add additional header?Hello,
thanks for your reply.
An example for the syntax is in the docu from mandrill:
https://help.mandrill.com/entries/21688056-Using-SMTP-Headers-to-customize-your-messages
For example:
$message = Swift_Message::newInstance();
$headers = $message->getHeaders();
$headers->addTextHeader(‘X-MC-Track’, ‘opens, clicks_htmlonly’);
$headers->addTextHeader(‘X-MC-GoogleAnalytics’, ‘yourdomain.com’);It’s just adding additional strings to the header. In my case I need a “X-MC-Subaccount” and in best case also an “X-MC-Track”.
Best regards,
Timo
I use the form component of the inboundnow-forms.
To open another popup is also a possiblity.
1.) Open popup with form in it
2.) Submit the form
3.) Open new popup with “thank you”
Is this possible?