Aurovrata Venet
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] CSS Problemsjust checked, working fine for me.
When I clear the custom CSS in the form editor page and update the form, the css file get deleted in my theme
js/
folder.Maybe a folder ownership/permission issue on your theme folder?
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Update ErrorPlease tell me, and won’t bother you anymore
shall try to help.
can you tell me what values you set for
upload_max_filesize post_max_size max_execution_time
you can see the values that being set by following these instructions to get a printout of the actual values being used by your website.
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] CSS ProblemsHowever if I then delete the css from the form editor it does not delete the css from the form css in the theme editor.
it should. I will check and revert
Forum: Reviews
In reply to: [Post My CF7 Form] Such a life saver, great plugin and awesome supportThank you Filip for the feedback.
editing or at least removing created mapping
this is possible. please read FAQ #3
Thanks Bon! I got it.
I’ve been researching on how to do this but I honestly don’t know the terms or codes I should be looking into. Any help or overview would be life saving for me!
am afraid that what you want to do is only possible using custom code. You’ll need to either,
1. learn to code in PHP and javascript as well as understand the WordPress framework.
2. or hire a developer to do this for you.
For the later option, you can hire my services by reaching out to vrata at syllogic dot in
Forum: Plugins
In reply to: [Post My CF7 Form] Mapping form field to ACF via value, not labelThank you so much for great support
you’re welcome. Please do leave a review. I am working on a new set of video tutorials, one of which will be advanced concepts such as programmatically mapping forms to posts.
Forum: Plugins
In reply to: [Post My CF7 Form] Mapping form field to ACF via value, not labelHere is the way I use:
looks fine. The plugin retrieves the CF7 plugin’s validated submitted data.
If your dropdown fields are returning the label value (Television) instead of the expected value (tv) then that is what is being mapped.
You need to ensure that the CF7 plugin is submitting the correct values as you expect them. This is not an issue with the Post My CF7 Form plugin.
Have you tried using CF7 plugin’s pipes functionality?
So you suggest something like this (in pseudo) (AFC names are different):
if (value == "Radio Station") {value = "radio";} elseif (value == "Newspaper") {value = "paper";} elseif (value == "Television") {value = "tv";}
that would be one way to go about it, but not very efficient as it means all your values are hardcoded and not very easy to maintain.
Forum: Plugins
In reply to: [Post My CF7 Form] Mapping form field to ACF via value, not labelGood morning Filip
Unfortunately quite a few other users have complained about ACF fields not being populated properly.
The Post My CF7 Form plugin follows HTML and WP standards, and I suspect that ACF has its own formatting rules as is very common with commercial plugins.
I have never used ACF personally so I cannot be of much help.
However, Post My CF7 Form has been designed with maximum flexibility in mind. I suggest you map your ACF dropdown field using the filter option, you can then programmatically format the values as per the ACF required format.
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Update ErrorI’m fairly new to WordPress.
indeed, more the reason to follow the instructions 🙂
read the tutorial once more, and make sure you configure your installation with the same value.
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Update Errorthere are 3 resources that need to be configured. 2 of them are related to uploads, one to process time out.
Please confirm clearly what you have set. simply saying my upload is 20mb isn’t clear.
Please note that your issue is unrelated to the plugin malfunction, it is related to your setup, and therefore you should be seeking help in teh WordPress general forums. I am making an effort to help you, the least you can do is follow the instructions and make an effort to clearly report what you have done.
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Update ErrorI have 20mb of upload.
I don’t understand what that means.
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Custom CSSThis code control the submit button
a few elements are indeed styled by the plugin , but the CSS rules used are very low priority and most themes override these.
this is the link to the site:
https://ammonite.co.il/newsite/but your style is working, since it is being applies on the form submit:
.cf7-smart-grid.has-grid .wpcf7-submit { height: 40px !important; padding: 5px !important; background: #5eaadc !important; border: 0 !important; }
although if you used a higher priority CSS rules you wouldn’t need to use the ‘!important’ directive.
it work only when I added custom CSS in the form and not used style.css from my child theme
this all depends on how your style.css is being loaded and its dependencies.
You need to ask a WordPress developer to fix your stylesheet loading priorities.
Alternatively, use the custom CSS editor in the form editor, the plugin will then manage your stylesheet is loading priority.
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Custom CSSI want to change the style
the style is set by your theme. The plugin only affects the layout of the form.
Please request assistance with your theme developer.
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Update Errorbut still get the same message.
did you see my last post on ensuring your setup has enough resources?