Ash Durham
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple 301 Redirects - Addon - Bulk Uploader] MIME Type Issue?Hi!
Thanks for notifying my of this. Your mime type was added to version 1.0.13!
Forum: Plugins
In reply to: [Simple 301 Redirects - Addon - Bulk Uploader] Bulk 301 Issue/ErrorHi,
The reason for the above error was due to the mime type not being on the allowed list for the upload. This has now been updated in 1.0.13 and should allow you to upload your file.
Thanks!
Forum: Plugins
In reply to: [Ad King Pro] Not all ads showing in tats reportsHey Jeff,
You needed to add a comma at the end of the post_type line:
query_posts(array( 'post_type' => 'advert_posts', 'posts_per_page' => -1 ));
Forum: Plugins
In reply to: [Ad King Pro] ga undefinedHey mtwalker,
Is Yoast using the analytics.js version of GA? Try changing the GA type in the Ad King Pro settings – you may find that is the issue.
Forum: Plugins
In reply to: [Invoice King Pro] Are you on holiday or hospital?Hi Ruud,
The link would have been sent to the address linked to your paypal account, which is not the address you listed above. Please check that address.
If your still yet to receive it on that address (please also check the spam folder as well) please email me directly using the address listed in the plugin.
Thanks
Forum: Plugins
In reply to: [Invoice King Pro] Are you on holiday or hospital?Hi harald,
It would appear that the email addresses you use at @pan21.com consider my @kingpro.me emails as spam and won’t let them deliver. Do you have another email address I can send to?
To answer your subject, I unfortunately do not have the time I once did to support my plugins the way I would like them to be.
Please email support with an alternate address to contact you on ad I’ll get your theme to you.
Thanks
Forum: Plugins
In reply to: [Ad King Pro] akp_dynamic_css Slowing Down Site DueHi bnxworks,
Thanks for pointing this out. Do you happen to use this part of the plugin (putting custom CSS into this box in the admin)?
This is not related to the GA tracking page speed issue as it is a way for users to add CSS to the page for the adverts without having to update their themes CSS file, particularly if they didn’t know how to do so.
Currently there is no way to prevent this from appending, however in the next release, I can add some logic to check whether the css has any code to output. If not, then it wont add the ‘script’ to the page, however this all depends on whether you are using this to add CSS to your page.
If you are, then once this functionality is released, I would suggest including your CSS in another way to avoid this extra load time.
I’ll keep you posted on when this functionality is released.
Forum: Plugins
In reply to: [Ad King Pro] Sort Banners Alphabetically By Image Alt Tag?Oh, yes – of course. The default setting is DESC so adding the order type is also a must. Great pickup. I’ll ensure you’re able to do this via the shortcode in future versions.
Thanks
Hi Guys,
The issue is the parent plugin, Simple 301 Redirects, has a limitation of only 500 redirects. The author of that plugin is aware of this and we’re all waiting for the fix to be released.
Hi crystalgroves,
Did you try the “auto detect” option?
Forum: Plugins
In reply to: [Simple 301 Redirects - Addon - Bulk Uploader] Error with Bulk UploadedYes, you need to define a CSV first before being able to use the plugin….
Forum: Plugins
In reply to: [Ad King Pro] Fallback for Flash advertAh, sorry, I misunderstood the requirement. I see what you mean now.
I’ll look to add a field in this option to provide an image as a fallback for the swf file.
Thanks for flagging that with me, I’ll let you know when this feature is released.
Forum: Plugins
In reply to: [Ad King Pro] Not all ads showing in tats reportsHey Jeff,
Sorry for the delay mate.
I think it might be the fact that the script is only pulling in a certain amount. If you modify /adkingpro/includes/screens/detailed.php on line 13 and under the ‘post_type’ line, add:
'posts_per_page'=>-1
That should fix that issue.Can you do me a favour and confirm this for me? If it is the case, I’ll add that to the next release.
Thanks mate,
Ash
Forum: Plugins
In reply to: [Ad King Pro] Sort Banners Alphabetically By Image Alt Tag?Hi klycheng,
Based off what you described, I assume your assigning your adverts to an advert type, then rendering x amount that are in that type, so the shortcode should be something similar to:
[adkingpro type="type-name" render="#"]
If this is infact the case, you could modify the output.php file around line 166 where this line is:
'orderby'=>'rand',
and replace it by:
'orderby'=>'meta_key', 'meta_key'=>'akp_image_alt',
This will then instead order your adverts alphabetically instead of randomly.
Keep in mind that in doing so, everytime you update the plugin, you will need to redo this code.
I will look into what I can do about making it something you can choose to control via the shortcode.
Thanks for your question and I’ll keep you posted on that function release.
Forum: Plugins
In reply to: [Ad King Pro] Output ErrorHi Alex,
These errors are relating to the fact that you are trying to rotate banners that aren’t attached to an Advert Type.
What is the shortcode you are using for this?