Ash Durham
Forum Replies Created
-
Forum: Plugins
In reply to: [Invoice King Pro] filenameHi Alex,
I’ll have to investigate further on this and get back to you.
Thanks
Forum: Plugins
In reply to: [Invoice King Pro] Template or copy function, view/send PDF from edit pageHi Alex,
The recurring invoice addon will partly do what you require – it copies invoices – but it does it on a regular basis whereas it seems that you require this on a adhoc basis. I will have a think about how to incorporate your need into that addon in the near future.
Having the option to view and send the PDF invoice from the edit screen is something that I have thought about for some time. Currently the reason for it not being there is quite simple – in scenarios where a user edits the invoice and then attempts to view or send that invoice, it will take its last previous saved state therefore not getting your recent changes.
Now, a resolution to that would be to save the post on click of viewing or sending however there may be some cases where a user would only want to ‘preview’ the invoice but not necessarily save the data. This particular predicament I have yet to come up with a solid resolution to this given the way the invoice PDF system works at the moment.
Updates for this plugin can be slow at times as I only do work on this in spare time between my full time job and freelance work, which at the moment, I’m quite busy with both.
Thanks for raising the ideas/issues and I’ll let you know when I get around to implementing something for you.
I need to do this also – but wouldn’t changing the main URL to include ‘www.’ in front of it result in breaking the subsites?
In other words, the setup is currently:
Main URL: domain.com
Subsite URL: subdomain.domain.comWhat I’d need, for SEO reasons is:
Main URL: https://www.domain.com
Subsite URL: subdomain.domain.comForum: Plugins
In reply to: [Ad King Pro] Google Analytics tracking not workingHey Steve,
Thats great news – glad to hear we got it sorted out.
Provided you dont have the “housekeeping” option ticked, updating the plugin wont have any affect on your data.
Thanks again for your patience.
Forum: Plugins
In reply to: [Ad King Pro] Google Analytics tracking not workingHey Scarey1952,
So sorry about this – what a mess.
Please replace the entire “track_click” function with the following:
function track_click(post_id, ga_fields) { if (typeof(post_id) == 'undefined') return false; if (typeof(ga_fields) == 'undefined') ga_fields = false; if (ga_fields) { if (ga_fields.implemented == 'classic') _gaq.push(['_trackEvent',ga_fields.campaign, ga_fields.click_action, ga_fields.banner]); else if (ga_fields.implemented == 'universal') ga('send', 'event', ga_fields.campaign, ga_fields.click_action, ga_fields.banner); } else jQuery.post(AkpAjax.ajaxurl, {action: 'akplogclick', ajaxnonce : AkpAjax.ajaxnonce, post_id:post_id}); }
Alternatively, I have updated the plugin with the above code in version 1.9.17 and you can update to that if you’d like.
Please let me know how you go and thanks for sticking with me though this.
Forum: Plugins
In reply to: [Ad King Pro] Google Analytics tracking not workingHey scarey1952,
Oh wow…. line 44? Dunno how that one got past me. If you open up /wp-content/plugins/adkingpro/js/adkingpro-functions.js and change this line:
From:
ga = $.parseJSON(ga);
To:
ga = jQuery.parseJSON(ga);
That should fix it up. I will release this change shortly, but to get you up and running, try that.
Forum: Plugins
In reply to: [Ad King Pro] Google Analytics tracking not workingHi scarey1952,
That great to hear. I’m surprised the location of the GA mattered however the fact that it did would suggest that the JS was erroring on the impression because GA hadn’t loaded yet. This may also be the reason for the clicks not working.
Are you able to see if theres any notable JS errors in the console?
Generally speaking I would say to wait at least 24 hours for GA to update however if your already seeing impressions then that delay may not be required. To not waste any time, lets wait that 24 hours and see if those clicks display. If you could let me know either way and I’ll investigate further if need be.
Thanks
Forum: Plugins
In reply to: [Ad King Pro] Google Analytics tracking not workingIn that case, I can only suggest that you fill in the category and label for your adverts. I never tested without them so I can’t confirm whether or not that would be the problem.
Forum: Plugins
In reply to: [Ad King Pro] Google Analytics tracking not workingHey scarey1952,
Are you getting standard GA tracking coming through? Like page views and such?
Hi dackerson,
Given that you mention the stats are displaying in your GA account then AKP is doing what is required. I would assume that your filtering of the results may be the reason your only seeing a select amount of stats.
Thanks
Forum: Plugins
In reply to: [Ad King Pro] Shortcode spacing issueHey Melanie,
I believe we covered this one over email. Additional CSS would be required to get the plugin to display the adverts correctly with your theme. Unfortunately that doesn’t fall under the “support” of the plugin.
As mentioned in the emails, I’m happy to charge at an hourly rate to get the adverts working correctly for you.
Thanks
Ash
Forum: Plugins
In reply to: [Ad King Pro] How do I turn on the rotate feature?vancoovur,
If you find your issue returns, please start a new thread as it will technically be a new problem (wont be similar to this issue althought I would have suggested the same thing – try the shortcode builder)
Forum: Plugins
In reply to: [Ad King Pro] How do I turn on the rotate feature?Hi,
Glad to hear you got it working. You beat me to it from suggesting to use the shortcode builder. Handy little box that is ??
Enjoy
Forum: Plugins
In reply to: [Ad King Pro] How do I turn on the rotate feature?Hi patfenner,
Sorry, but i’ll need you to be a bit more specific on settings you are using.
Generally speaking, you need to make sure your feeding the widget with enough adverts to rotate. The best way to do this is to use an “advert type” and assign that type to your widget and have rotate set. Then all you do is manage what adverts you have in that advert type.
For example, you could have 3 ads in there for a week, within that week be setting up 3 more for the following week. From here you could either assign those 3 new adverts to the existing advert type and remove the 3 old adverts from that type, or create a new type for the 3 new adverts and change over the advert type on the widget.
If your process is similar to this, please let me know and we’ll work out whats going on for you.
Forum: Plugins
In reply to: [Ad King Pro] unable to see impression/click thru data (wordpress novice)Mod – please remove my email address from the above post, and then this post – thanks in advance ??