webhank
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Field Suite] Can’t add any files on wysiwyg editori am having the same issue – can’t edit links anymore either.
Updated to the current version of both. Just tried another record update. Here is the automated note from the contact record.
Changed Info for API – addWithDupeCheck – This contact was modified on 4/3/2014 9:20 AM because of a discrepancy in data while updating.
OLD INFORMATION:
Phone1=(719) 598-2626
Company=ETakeoff – TEST 2
_OrderDate0=2014-04-01
_MaintenanceExpiration0=2014-04-01only some of the info is being updated. Any insight is appreciated.
anyone have any resolution to this issue? a client of mine, utilizing this same setup is having this issue as well.
What version of GF + the IS plugin are you all using?
Is this fixed in the latest updates?
Forum: Plugins
In reply to: [Twitter Tracker] Twitter Tracker widget query: not overwriting on pagesso far support sucks – i opened my request over a month ago…
FAIL
Forum: Plugins
In reply to: [Twitter Tracker] Twitter Tracker widget query: not overwriting on pagesseriously? anyone? this support forum is sub-par…
Forum: Plugins
In reply to: [Twitter Tracker] Twitter Tracker widget query: not overwriting on pagesanyone?
looks like the file up on wordpress.org is missing some of the required files – downloading the plugin here fixed my issue with the blank screen, but the default blog still isn’t working.
Forum: Plugins
In reply to: [Default Blog] Default Blog Brokenlooks like the code on wordpress.org is missing some files. i was able to download full code here.
i am running into the same issue and already purchased the pro version π
i am getting the same thing – just a blank page upon activation…
DFTBA_J – can you tell us what plugin you decided to use?
Forum: Hacks
In reply to: Create new/override existing dashboard 'Add New' User pageany chance you’d share your jquery?
Forum: Plugins
In reply to: Using WP’s ThickBox in a pluginI was using the following code posted by Eliseos (above)
It seemed to work fine with 3.0.1 – but after an upgrade to 3.0.3 I have the “Insert Into Post” button not showing issue again.
Anyone having this issue? More importantly, anyone know how to fix it?
jQuery(document).ready(function () { var pID = jQuery('#post_ID').val(); jQuery('#upload_image_button').click(function () { window.send_to_editor = function (html) { imgurl = jQuery('img', html).attr('src'); jQuery('#upload_image').val(imgurl); tb_remove(); } tb_show('', 'media-upload.php?post_id=' + pID + '&type=image&TB_iframe=true'); return false; }); });