funsail
Forum Replies Created
-
Forum: Plugins
In reply to: [Warm Cache] Deprecated Code error in Warm Cache pluginAlso
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; warm_cache has a deprecated constructor in /wp-content/plugins/warm-cache/warm-cache.php on line 48
Forum: Plugins
In reply to: [LiteSpeed Cache] litespeed when do I need to refresh cacheWhen I try it, it doesn’t seem to update. But maybe because I’m using Contact Form 7 Redirection, which adds an extra tab to Contact Form 7 forms.
But still, I’m saving changes to the form. The page needs a cache purge to refreshI’m not sure if it’s going to be too much work. You’d need at least 2 option sets
GA we can get away with just 1 form name
ga(‘gaTracker.send’, ‘event’, ‘ContactForm’, ‘Send’);
or
ga(‘gaTracker.send’, ‘event’, ‘SupportForm’, ‘Send’);For FB it’s much more complex
fbq(‘track’, ‘Lead’, {content_name: ‘ContactForm’, content_category: ‘Cars’});
or
fbq(‘track’, ‘Lead’, {content_name: ‘ContactForm’, content_category: ‘Boats’, other_stuff});I don’t even know what you’d do, other than to leave a free field for generic js.
I think the best way would have been a textfield for random js, and I’d just put in
ga(‘gaTracker.send’, ‘event’, ‘ContactForm’, ‘Send’); fbq(‘track’, ‘Lead’, {content_name: ‘ContactForm’, content_category: ‘Cars’});
and also do other field manipulation if I want
Forum: Plugins
In reply to: [Redirection for Contact Form 7] JS formatOh I found out why. It’s dependent on the user browser. I understand it now, if the JS crashes the redirect fails.
Forum: Plugins
In reply to: [Redirection for Contact Form 7] JS formatJust to confirm, If it doesn’t redirect it means the js is wrong
I put in js
alert('sent ok1');
It pops up as expected. It doesn’t redirect. What does that mean?
Forum: Plugins
In reply to: [Redirection for Contact Form 7] JS formatI’m my asking you to support js.
That is the exact js code I used to use in the old version on send. So that’s why i am wondering why doesn’t work in it also stops the location function from working . Because it is valid js unless the something different about the way you run itForum: Plugins
In reply to: [LiteSpeed Cache] litespeed when do I need to refresh cacheYes if I edit a contact form which is a different elements from the actual page, or for example I use the insert page plugin which inserts one page into another, will the page know that something included inside is changed
Forum: Fixing WordPress
In reply to: wp strips iconsI’m typing in the code for fa like the link
<i class=”fa fa-gamepad”> etcI think it’s clear it’s not going to change after 5 yrs.
It’s fine.Forum: Plugins
In reply to: [WP YouTube Lyte] thumbnail does not load if scrolling from bottom to tophtml{
scroll-behavior:smooth;
}Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy Load IframesReport number: XORZPOVG
Report date: 03/31/2019 05:59:35
I’ve made a test site, once I turn on lazy load images that really seems to break most of the place. Even on mobile when I click to a new page the things above the fold will not load.
I’ll du more testing to see if it’s the responsive placeholder that’s causing a problem
I guess if GA had the option name=‘ContactForm’
I think FB would be always ‘Lead’ so you just need a free field
payload=”{content_name: ‘ContactForm’, content_category: ‘Boats’}”So it’s just 1 field each.
Thanks. That is fantastic and so fast!
Can you consider splitting GA,FB into fields, so we can enter custom events with category
Eg I may have
ga(‘gaTracker.send’, ‘event’, ‘ContactForm’, ‘Send’);
or
ga(‘gaTracker.send’, ‘event’, ‘SupportForm’, ‘Send’);For FB it’s more complex
fbq(‘track’, ‘Lead’, {content_name: ‘ContactForm’, content_category: ‘Cars’});
or
fbq(‘track’, ‘Lead’, {content_name: ‘ContactForm’, content_category: ‘Boats’});
or some people have more fieldsProblem with FB there is only 1 pixel, if I use across 2 items or sites, I can’t tell where the click came from.
- This reply was modified 5 years, 8 months ago by funsail.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Contact form 7 integration failsAny chance of doing this? I know CF7 does it stupid too. Just imagine you had this all set up. You change themes. Suddenly your form doesn’t do what you expect. How stupid is that?
Forum: Plugins
In reply to: [Page scroll to id] Page scroll to id Doesn’t work with Litespeed CacheActually I found it’s some pages stop working, some work. No idea how to check the problem.
What are your thoughts on this? I know it’s like moving back to the old style, but unless I can use font in rem it breaks the whole site. I cannot use fixed px only for these elements.
Is it possible or not? I need to find another plugin for these bits to use rem?