PlanSo
Forum Replies Created
-
Forum: Plugins
In reply to: [PlanSo Forms] Farbe des Sende Schalters anpassenDie <hr> scheint bei Ihnen im Theme die gleiche Farbe zu haben wie der Hintergrund.
Hier hilft folgendes CSS ab:
.planso-form-builder hr{ color:#dd0000; }
Forum: Plugins
In reply to: [PlanSo Forms] Farbe des Sende Schalters anpassenHallo Tanganjika,
Die Farbe des Buttons sollte am besten im Theme bzw im Stylesheet vergeben werden. Man kann aber auch unter “Erweitert” der Einstellungen für den Button folgendes in das CSS-Style Feld eintragen:
background-color: #dd0000;border-color: #dd0000;
Sollte dies nicht ausreichen muss wie erw?hnt das CSS im theme angepasst werden und etwa wie folgt lauten:
.planso-form-builder .btn-primary { color: #ffffff; background-color: #dd0000; border-color: #dd0000; } .planso-form-builder .btn-primary:hover { color: #ffffff; background-color: #dd0000; border-color: #dd0000; }
Bzgl der Spaltenbreite ist es bei uns so vorgesehen, dass man das Feld “Mobiltelefon” einfach neben das Feld “Festnetz” schiebt. Das ist einer der gr??ten Vorteile, die PlanSo Forms bietet. Auf diese Weise k?nnen bis zu 12 Felder in einer Reiche platziert werden.
Bitte lass uns kurz wissen ob diese Antwort deine Anfrage beantworten konnte.
lg
Forum: Plugins
In reply to: [PlanSo Forms] How to set Label & Input side by side?Thank you for letting us know. We’ve provided a quick fix for this with another update.
Cheers
Forum: Plugins
In reply to: [PlanSo Forms] the e- mail does not arriveHi, please check out the following blog post and video for the correct email settings: How to setup administrator and user emails
Additionally you may want to check if the emails sent are accidentally marked as spam.
If this still does not work you should install a plugin like Easy WP SMTP. This is especially necessary if your webserver is not apache.
Please let us know if this has solved your issue.
Cheers
Forum: Plugins
In reply to: [PlanSo Forms] How to set Label & Input side by side?We’ve just pushed out a new update containing an option to place the labels in line with the fields. Just activate the “Place labels side by side with fields” option under “Additional Settings”.
Please check out the “side by side layout” at our Example Forms.
Please let us know if this is what you were looking for.
If you like this we always enjoy getting good reviews ??
Cheers
Forum: Plugins
In reply to: [PlanSo Forms] Decreasing size of Field boxesDid you try to include our special stylesheet by activating the “Include a special Bootstrap 3.0 based Stylesheet to optimize the layout of your form” option within “Additional Settings”? This should resolve your issue.
Cheers
Forum: Plugins
In reply to: [PlanSo Forms] How to set Label & Input side by side?Hi JustBlog,
currently we do not have an option to allow the labels to be placed side by side with the field.
We are thinking about adding that option however. And if we do it definitely still be responsive and mobile friendly.
We’ll keep you updated about our decision here.
Cheers
Forum: Plugins
In reply to: [PlanSo Forms] Notice on home pageKTS915, thank you for posting this error and sorry for our late answer.
We’ve just pushed out a new update that resolves this problem.
The issue has been there since version 1.0.0 but only showed up under rare circumstances.
Cheers
Forum: Plugins
In reply to: [PlanSo Forms] Decreasing size of Field boxesfmartes, thank you for your request. The size depends on the theme you are using and can be changed via css.
Could you send us a link to your website and/or let us know which theme you are using?
Forum: Plugins
In reply to: [PlanSo Forms] upload to big – doc store?Hi obertscloud,
we’ve just released an update with a new option to keep attachments on the server. The default setting is to delete the files after they have been submitted. You’ll find the option under “Additional settings” and it is called “Do not delete submitted attachments after mailing them”.
When this option is checked you will find all attachments in the following directory:
/wp-content/uploads/planso-forms/
In that directory each submission is stored in a unique subdirectory.
Please make sure to disable execution in the upload directory. This is the case by wordpress default but can vary from installation to installation.
Cheers,
PlanSoHi, we’ve just uploaded an explanatory video to youtube. The video shows how to setup the administrator and user emails.
Please let us know if this video helped you or if you still have some questions left.
Forum: Plugins
In reply to: [PlanSo Forms] OverflowYour issue is highly dependent on the theme you are using and more an issue with Fancybox. So you might want to check back with the developers of Easy Fancybox if the following snippet does not solve your problem. It is hard for us to guess the cause of such issues without knowing your full setup, the theme and plugins you are using or the url where the issue appears.
<style type="text/css"> .hentry .planso-form-builder .container-fluid{ margin:0!important; } .hentry .planso-form-builder{ width:90%; } </style> <a href="#contact_form_pop" class="fancybox-inline">Contact Us</a> <div style="display:none" class="fancybox-hidden"> <div id="contact_form_pop" class="hentry" > [psfb id="YOUR PLANSO FORM ID"] </div> </div>
You can paste the code above directly to your editor in text-mode. Just change the PlanSo Forms shortcode to match yours.
It would be nice if you would keep us in the loop and let us know what worked for you.
Forum: Plugins
In reply to: [W3 Total Cache] Multidomain with push cdn and minify not workingWe got a little further on this but still did not solve the problem.
When we disable minification everything works fine. If we enable minification only our main domain works as expected.
The separate domains show the following problems:
1. The minified js and css files are not pushed to the cdn
2. If we manually upload the minified files to the cdn w3tc outputs both the minified versions and additionally all separate js and css files which obviously leads to problems on the js side.Is there any place where we have to tell w3tc that there are multiple domains or what can we do to get around this issue and can still enable minification?
Cheers
Forum: Plugins
In reply to: [PlanSo Forms] Submit PostThank you for mailing the screenshots.
Please change the CSS Code from above to the following and it should solve the problem with the select boxes and the file upload:
.planso-form-builder .form-group label{ font-size: 12px; } .planso-form-builder .form-group textarea, .planso-form-builder .form-group select, .planso-form-builder .form-group input[type="text"], .planso-form-builder .form-group input[type="number"], .planso-form-builder .form-group input[type="search"], .planso-form-builder .form-group input[type="email"], .planso-form-builder .form-group input[type="tel"], .planso-form-builder .form-group input[type="url"], .planso-form-builder .form-group input[type="time"], .planso-form-builder .form-group input[type="date"], .planso-form-builder .form-group input[type="datetime"], .planso-form-builder .form-group input[type="datetime-local"], .planso-form-builder .form-group input[type="month"], .planso-form-builder .form-group input[type="week"], .planso-form-builder .form-group input[type="file"] { font-size: 12px; } .planso-form-builder .form-group .help-block { font-size: 12px; }
The last block is responsible for the help text and the middle part now also addresses the select box and file input areas.
Cheers
Forum: Plugins
In reply to: [PlanSo Forms] Submit PostCould you please send us a link to an example page. You can either post it here or send us the link via email ([email protected])
Cheers