funsail
Forum Replies Created
-
Forum: Plugins
In reply to: [Insert Pages] Can’t get this to work. GenesisIn VC, you can see the element as “Insert Pages”
With full integration it could show “Insert Pages: <page>”In the element, you type in Page & Display
With full integration Page would be a Dropdown of all pages (may be hard to load)
Display would be a Dropdown of all options (easy since it’s a fixed list)Well I’ve reported it. Happened right after upgrading from v7.x.
It’s recorded and someone else can prove it’s not only me.Forum: Fixing WordPress
In reply to: Mobile-Friendly Test – Page partially loadedYes that’s true but I believe because I have cloudflare then googlebot will be able to be served from those servers. And it’s only this part and not the Fetch and render bot
Forum: Fixing WordPress
In reply to: Mobile-Friendly Test – Page partially loadedForum: Fixing WordPress
In reply to: Checking form before submissionHmm, since I use a plugin I can’t edit the code it generates to add this
<form onsubmit=”return Validate(this);”>
I see it generates a novalidate too
<form action=”/contact/#wpcf71″ method=”post” class=”wpcf7-form” novalidate=”novalidate”>
Does that mean I can’t inject validation code from the page?
I want to move away from cf7, would you have any rec’d?
Forum: Fixing WordPress
In reply to: Checking form before submissionIt’s probably a new spam software. I get different spams from the same setup. I already have the honey pot plugin.
Today it’s about bitcoin and a sick person. Last time it’s something else.Forum: Fixing WordPress
In reply to: Checking form before submissionI’m trying to move away from cf7 hence wanting something more generic. I know they run JavaScript because they pass cloudflare js challenge. That’s why I want to know how to do an exact check with the first name and last name are identical.
Forum: Fixing WordPress
In reply to: Checking form before submissionI don’t want to use recaptcha, since I don’t get a huge amounts of spam. It’s just this robot spam that’s so specific I thought can add this to the site with some simple script that doesn’t affect real users.
Forum: Plugins
In reply to: [Autoptimize] Can’t find where to exclude.3. open the same page un-autoptimized (by adding ?ao_noptimize=1 to the URL) 4. open Firefox’s developer tools and in the debugger use the “search sources” function with the word from (2) to see what source file contains that string 5. add the file you found that way to the list of AO JS optimization exclusionsJust tried again. Is it because it’s not a filename?
Where can I email you the url?
Forum: Plugins
In reply to: [Autoptimize] Can’t find where to exclude.Starting at #3 since there’s no error.
No files matching jQuery.datepicker found
Unless it’s just datepicker
/wp-includes/js/jquery/ui/datepicker.min.jsbut no that’s the thing being called. I don’t have a datepicker in my site anyway 🙁
Forum: Plugins
In reply to: [a3 Lazy Load] Kills contact form.Well I mean the way I move the page or scroll. The same page if I refresh it may work or not work. Does JS get skipped if the browser’s too busy?
Forum: Plugins
In reply to: [a3 Lazy Load] Kills contact form.Hi, using CF7
It’s not highly consistent. Testing diff browsers/sizes, seems like somewhere along the line, I’ve scrolled, the “Image Load Threshold 500” check didn’t fire, so I’m at the bottom of the page and some things are missing. Going up and down again doesn’t help.
Not necessarily CF7, sometimes a youtube iframe. I’ll try more again.
Forum: Plugins
In reply to: [Insert Pages] Can’t get this to work. GenesisThey said
The plugin developer can contact us via our slack channel: http://slack.visualcomposer.io/ in-case he needs any help in integrating the plugin with the page builder.
Forum: Plugins
In reply to: [Ultimate Carousel For WPBakery Page Builder] How to create a video sliderYou can’t anymore. Months ago you could add any element. Now you can only add ‘slider settings’ which is an image and text.
Also I believe relative URLs are recommended for use on sites