Ash Durham
Forum Replies Created
-
Forum: Plugins
In reply to: [Ad King Pro] akp_dynamic_css Slowing Down Site DueHi,
Yeah, your 100% right – it turns out its redundant code. I’ll get it removed in the new version release. Thanks!
Forum: Plugins
In reply to: [Ad King Pro] Giving weight to advertHi,
Currently no, however I’ll keep the feature in mind for future releases.
Thanks
Forum: Plugins
In reply to: [Ad King Pro] Plugin kills the dashboardHi,
You’ll be pleased to hear that the dashboard has been removed in 2.0.1 along with the local tracking details due to performance issues in WordPress environments.
Its recommended that you export the data (in the akp_ tables) directly from your database and remove these tables from your database. Once this is complete, its highly recommended that you install Google Analytics (if you haven’t already) and utilise the events functionality moving forward. This is now the only way to track your adverts using Ad King Pro.
Hope that helps.
Forum: Plugins
In reply to: [Ad King Pro] Shortcodes Displaying the Wrong AdHi,
Are you able to update to 2.0.1 and tell me if your experiencing the same issues? There was a bug with the shortcode in previous versions that were resolved in this new version.
###MOD### please remove the address above as well as this line – thanks
Forum: Plugins
In reply to: [Ad King Pro] Not all ads showing in tats reportsJeff,
Marking this as resolved as I assume it is after 4 months?
Forum: Plugins
In reply to: [Ad King Pro] ga undefinedHi Todd,
You could try – Yoast may label them differently to us?
It also could be a positional/load issue.
If in the last 4 months you have sorted this, would you be able to reply with what you did for anyone in the future that may have the same issues you experienced?
Thanks
Forum: Plugins
In reply to: [Ad King Pro] Error: redirect_uri_mismatchHi Todd,
Firstly, that dashboard has been removed in the latest version as it is no longer supported.
Secondly, you should be able to just navigate to your GA account as you normally would to access your tracking data.
Help that helps
### MOD ### please remove my email address from the post above as well as this line of text
Forum: Plugins
In reply to: [Ad King Pro] Cannot download stats reportsHi,
Firstly I advise you take Todd’s advice to get your outputs working. Failing that, I recommend you make an export of the akp tables in your admin so you don’t lose any of your past stats.
From this point onwards, I recommend you update your version of AKP to 2.0.1 and ensure you have Google analytics installed on your site as this is a much cleaner and better experience to track and report on your data.
Forum: Plugins
In reply to: [Ad King Pro] Breaking DashboardHi,
You’ll be pleased to know that the dashboard has been removed in version 2.0.1 along with alot of other unused or legacy features that were causing some admins some issues.
Forum: Plugins
In reply to: [Ad King Pro] Help with ad in headerHi,
Sorry for the delay. I had a look at the link however I assume things have changed in the last few months.
In the Ad King Pro settings area, there is a custom CSS box that you can add custom code into to be able to do things like you require.
For example, for your Northwest Hot Springs ad. Say you wanted to have that aligned right on your sidebar, you could write:
.banner9950 { float: right; // or text-align: right; or text-align: center; if you wanted them in the middle of the sidebar. }
Because that image doesn’t fully span that sidebar width, you could force the image to stretch full width:
.banner9950 img { width: 100%; }
If you wanted all your ads in that sidebar to the same thing:
.adkingprobanner.sidebar { float: right; // or text-align: right; or text-align: center; if you wanted them in the middle of the sidebar. } .adkingprobanner.sidebar img { width: 100%; }
Hope that helps
Forum: Plugins
In reply to: [Ad King Pro] Link advert image to URLHi Judy,
The URL that the banner links to is the “Advert link” which is in the same place on the edit screen as you would fill in a blog post title for example.
Hope that helps
Forum: Plugins
In reply to: [Ad King Pro] The right pluginHi Kev,
Without knowing what your exact setup is and how your theme and site works, its difficult to judge whether Ad King Pro is a good fit for you needs. Everything you described that you need Ad King Pro can provide however it all depends on the implementation of that.
Click tracking is managed within your Google Analytics account and the control of the ads are within your WordPress admin.
All I can suggest is that you try the plugin out. Theres no harm in doing so and you’ll find out if it will indeed suit your requirements.
Thanks
Hi,
This plugin is purely a bulk upload feature for “Simple 301 Redirects”.
At the time of writing this, “Simple 301 Redirects” now supports wildcards.
Forum: Plugins
In reply to: [Simple 301 Redirects - Addon - Bulk Uploader] Bulk EXPORTHi,
there is an option in the plugin to export the existing list. The link is at the top of the page.
Thanks
Forum: Plugins
In reply to: [Simple 301 Redirects - Addon - Bulk Uploader] Error with csv bulk uploadHi,
Apologies for the delay – your mime type has been added to version 1.0.14
Thanks!