Electric Studio
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Can’t connect to siteThanks, that now seems to work.
We don’t know who signed up for this originally, can we just start form fresh?
- This reply was modified 2 years, 4 months ago by Electric Studio.
Forum: Plugins
In reply to: [SlimStat Analytics] Ad HijackingI’m all for making money from your hard work, but ads that pull in dodgy code is not the way, it’s only going to make it look shady and you’ll loose trust from the community.
Here’s a few suggestions on how to monetise.
1. Sell a premium version, with support
2. Show secure ads in admin
3. Sell a third party hook, like for WooCommerce at extra cost
4. Charge for support
5. Offer a hosted version, with backup of stats etc.That’s just my brain dump, I’m sure you’ll come up with a good way to do this, just don’t add dodgy links.
Yes, I think some third party found a vulnerability and exploited it. I don’t think the plugin gone rouge all of a sudden.
Deleted on 8 sites, problem all gone. I didn’t see anything in the code, so I don’t know if it’s a third party taking advantage of a function to inject these functions and links.
Forum: Plugins
In reply to: [Electric Studio Auto Post Expire] set other date formatIt uses the WordPress date settings found under Settings > General. Change the date format there to match your needs.
Thanks for letting us know. Was this on latest version?
Forum: Plugins
In reply to: [Electric Studio Auto Post Expire] Post Not ExpireHello, is WordPress Cron running?
Forum: Reviews
In reply to: [Electric Studio Download Counter] Great idea but not confugarableHello, thanks for the feedback. We are looking at improving this plugin (which is a side product for some client work) as soon as we find the time.
Thanks for using it.
Have you added that file type to the settings?
Forum: Plugins
In reply to: [Electric Studio Download Counter] error / warning after upgrade to 2.1There’s always been an issue when trying to count anything else but standard “a href” links, so if you use JS to perform the download, it might not work properly.
Forum: Plugins
In reply to: [Electric Studio Download Counter] Counter not showing downloadsI can’t see any normal download links on that site, what page is it on?
Forum: Plugins
In reply to: [Electric Studio Download Counter] wont let my users download my filesHello, you need to use a normal “a href” link, it won;t work when using any JS functions.
Forum: Plugins
In reply to: [Electric Studio EU Cookie Law Compliance] Doesn't workHi, just update the JQuery script, you can add this to your functions.php file:
function es_load_jquery () { $url = 'https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js'; $check_url = @fopen( $url, 'r' ); wp_deregister_script( 'jquery' ); if( !$check_url ) wp_register_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js', false, 1 ); else wp_register_script( 'jquery', get_template_directory_uri() . 'LINK-TO-JQUERY-IN-YOUR-THEME', false, 1 ); wp_enqueue_script( 'jquery' ); } add_action( 'wp_enqueue_scripts', 'es_load_jquery' );
Hi, sorry about this, we will investigate for you.
Hi Guys, sorry to hear this, we will investigate.
Did you all upgrade? That might where it goes wrong, so great if you could confirm.