funsail
Forum Replies Created
-
Forum: Plugins
In reply to: [Mega Addons For WPBakery Page Builder] Can you Make slider more usefulTry this: https://imgur.com/kWFgw5h
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Contact form 7 integration fails@yikesitskevin with the CF7, what I’m saying is that [yikes_mailchimp_checkbox] only captures email, not name fields, unless you dump that functions.php.
mc4wp captures all the fields, as long as their field names match the MC field names. Which is what that code in functions.php does, but w/o having to write an if statement for every single field.
I mean, imagine 3 years from now you change MC from LNAME to LASTNAME. Your forms break, nobody knows why, can’t find the setting in the plugin, who’s going to remember to check functions.php? Or I change my genesis theme, same thing – forms break, who’s going to remember to check functions.php?
Even if you had a textfield in the plugin where you can type code, at least that keeps all the info related to the plugin together.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Contact form 7 integration fails@yikesitskevin using genesis, all themes are child themes. And yes I share those with symlinks, because I want 1 copy of code, not a dozen versions I have to update.
But even if I don’t symlink them, I don’t want site specific code in a child theme. A theme is a theme, it’s not site specific. This code is site AND plugin specific, AND tied to my MC implementation!
Users are burdened with opening their host ssh to edit the functions.php, try to test/backup and risk breaking a live site. I don’t know any user who loves functions.php.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Contact form 7 integration fails@yikesitskevin have you considered adding support for fields in CF7 in the plugin?
I used mc4wp before this, and it doesn’t need you to edit functions.php. I don’t understand the trend, but dumping info specific to 1 plugin in 1 site into a functions.php which belongs to a theme that could be shared between many sites, seems strange.
Also the fact that you spend time writing a GUI , only to tell users to go back to the text editor seems against WP in general.
No there’s no way. The style is to use custom names instead of standard names for things.
Whatever you do it still generates
<input value="" class="ninja-forms-field nf-element" id="nf-field-1" name="nf-field-1" aria-invalid="false" aria-describedby="nf-error-1" aria-labelledby="nf-label-field-1" required="" type="text">Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Group codesI see. And when an existing user signs up I find that the
<input name=”INTERESTS[b2f7932c76][]” value=”41c5e1d14b” checked=”true” type=”checkbox”>
doesn’t take effect. What can we do?
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Group codesI get you add mc4wp-
but what is the extra [] in INTERESTS[b2f7932c76][]
Why do neither use the field name like in https://kb.mc4wp.com/send-additional-cf7-fields-mailchimp/Why do neither use a text value?
Forum: Plugins
In reply to: [Mega Addons For WPBakery Page Builder] Specify image dimensionsOr go check PageSpeed scores
Forum: Plugins
In reply to: [Mega Addons For WPBakery Page Builder] Specify image dimensionsThat is the site you can use to test a page that uses the Carousel with your plugin and it will give that error
Forum: Plugins
In reply to: [Autoptimize] autoptimize single filesWell I added exclusions 1 by 1 until I only had 1 main file left. However I have a couple of exact same aggregates that ended with different names.
I did things like telling some plugins to add js/css to every page so that they could be aggregated.
So I’m not really sure with today’s browsers and caching and speed, is it better for my site to have one aggregate and lots of little files, or maybe 3 or 4 aggregates and fewer smaller files? And with pipelining that’s a really matter whether I have separate files or notForum: Plugins
In reply to: [Autoptimize] autoptimize single filesWell there’s a bunch related to /wp-includes/js/jquery/*.js
There are a few google/fb externals, but really a lot of css especially that seem local.
Almost 10 from within wp itself, not plugins!Here’s a sample har file
https://tinyurl.com/y7j9mogqForum: Plugins
In reply to: [Autoptimize] autoptimize single filesI see. I’ve been using this for a while now. Now i’ve excluded stuff so that I basically have 2-3 css/js aggregates for the whole site. But I found now
This page has 20 external Javascript scripts. Try combining them into one.
This page has 8 external stylesheets. Try combining them into one.I can’t really do much now, since I guess every page has a range of different things.
Is there another way? Ie instead of excluding a file because I’d have 2 aggregates differing by 1 line, why not use the supserset, and only have 1?Forum: Plugins
In reply to: [CF7 Invisible reCAPTCHA] exclude cf7The id says gravity forms only
Forum: Plugins
In reply to: [Insert Pages] Can’t get this to work. GenesisThat’s what I’m saying, you have no integration so people have to type things out instead of using a drop down . and you can’t see what the element contains in the preview instead you have to edit it to find out.
Forum: Plugins
In reply to: [Insert Pages] Can’t get this to work. GenesisYou can add the custom element in DC since there is no support but the limit is just you have to type everything in like that but it’s better than adding a text element and then typing in the short code