peraburek
Forum Replies Created
-
OK great, thank you for the info ??
Hello @tatvic
thank you for your reply! I appreciate it ??
If I would use CAOS | Host Google Analytics Locally plugin
I think “Enhanced Ecommerce Tracking Code” wouldn’t work, because even gtag.js can run locally, there is no ec.js running
https://www.google-analytics.com/plugins/ua/ec.jstherefore I am thinking if we could add support for localy hosted ec.js that would help reduce external DNS lookups
Thank you,
Regards,
PeterForum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] UPDRAFTPLUS_ZIP_EXECUTABLEHi David, thank you for your answer!
Is there any (measurable) performance difference between php-zip and using zip executable?
I am using VPS with SSD, so it is not shared hosting, however I am backing up 20 GB website to the VPS itself (another folder)
20GB web has a lot of files in media library, so I would like to find fastest option
if you could add experimental option (add files to zip archives but don’t compress files) so that should be fastest possible solution, disk space is not the issue, it is backup speed
or maybe you have some other idea or suggestion?
Thank you for your time and effort!
Forum: Plugins
In reply to: [Contact Form 7] ON_SENT_OK – Please give us an easier alternative!!!can you please create option in additional settings to hide form after successful send
when I wrap my contact form in “<div id=”asaphide”>” like this
<div id="asaphide"> <p>Your Name (required)<br /> [text* your-name minlength:3 maxlength:30] </p> <p>Your Email (required)<br /> [email* your-email minlength:3 maxlength:30] </p> <p>Your Message<br /> [textarea your-message] </p> <p>[submit "Send"]</p> </div>
it used to work great with such a simple code in Additional Settings
on_sent_ok: "document.getElementById('asaphide').style.display = 'none';"
now with Contact Form 7 version 5.0 it is a mess
I have to add this to functions.php
// WPCF7 hide form after send add_action('wp_footer', 'wpcf7_hide_on_sent_ok'); function wpcf7_hide_on_sent_ok(){?> <script> document.addEventListener( 'wpcf7mailsent', function( event ) { // location = '/thank-you'; document.getElementById('asaphide').style.display = 'none'; }, false ); </script> <?php }
still, I have to worry after every theme update to re-apply code again
it doesn’t work in Child theme functions.phpI have some websites that already have Child Theme on top of Storefront (Parent theme) so I have to create double child just because of Contact Form 7
it makes all the sense to hide fields after message has been sent successfully, it is very clear to the website visitor when they are left with nothing more then a “thank you for your message” otherwise we had people filling out the same form again and again, because they didn’t saw “thank you for your message”
when fields are gone, and only thank you message is left, there are no doubts!
Kind Regards,
PeterForum: Plugins
In reply to: [Yoast SEO] Yoast SEO sitemaps + Polylang errorThank you for your answer ??
Forum: Plugins
In reply to: [WP Crontrol] Delete multiple WP Cron jobs with WP Crontrolthanks @kubitomakita – just one small correction, there is typo in your link “tplugins” instead of just “plugins” so I am posting correct link here, to help other users as you have helped me ?? https://www.ads-software.com/plugins/advanced-cron-manager/
thanks @johnbillion – I would like to stay with your WP Crontrol plugin, but please add this possibility to delete multiple WP Cron jobs as you can see, Advanced Cron Manager – debug & control plugin has that option
- This reply was modified 7 years, 7 months ago by peraburek.
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache v1.5.0 .htaccess issue@tommek4077 – I have used your workaround – thanks!
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache v1.5.0 .htaccess issue+1 Same problem on 1.5.1
Forum: Plugins
In reply to: [WP Super Cache] Cache Delivery Method: Expert – slash missingsorry, I saw this too late ?? it is the same issue
https://www.ads-software.com/support/topic/wp-super-cache-v1-5-0-htaccess-issue/
how to remove https://my-domain.disqus.com/count.js from home page – front page
I have no comments on my front page, still file count.js is being loaded for no reason
I have tried to follow this https://www.ads-software.com/support/topic/remove-disqus-js-from-homepage/ but it doesn’t work
- This reply was modified 7 years, 8 months ago by peraburek.
Forum: Plugins
In reply to: [Disqus Comment System] Remove disqus JS from homepageI have tried both solutions, from @kbronsdijk but it doesn’t work for me
can you paste a bit more code so I can find what is wrong, why it is not working
+1
I would like to disable disqus.js on my homepage, since I don’t have comments box there, how to do that ?
I think there should be option to enable/disable Disqus per page if needed
Forum: Plugins
In reply to: [Redirection] Wildcard URLs?Forum: Plugins
In reply to: [Redirection] How to redirect all subpages to another domaineasy ??
Source URL: /category/(.*)
Destination URL: newdomain.comcheck REGEX box!!!!!!!!!!
save and test, report back
- This reply was modified 8 years ago by peraburek.
Forum: Plugins
In reply to: [Redirection] Easier 410 redirections and moreI agree with @eastdevonalliance – when I want to create 410 redirect you have to click all around, first 404 tab, than create 404 rule, then go to redirects, edit, change to 410, save…
it would be much better to offer error 410 in dropdown menu directly on 404 tab where you see errors and create redirects